Gönderen Konu: [Çözüldü] Ubuntu 18.04 Samsung SCX 3405fw Yazıcı Tarama Yapmama Sorunu  (Okunma sayısı 6008 defa)

Çevrimdışı mk64

  • Çok Yeni Penguen
  • *
  • İleti: 12
  • Dağıtım: Linux Mint 18.3 Silviya LTS
  • Masaüstü Ortamı: Cinnamon
İyi Günler,


Okulda kullandığım samsung scx 3405fw yazıcı ile tarama sorunu yaşıyorum.Simplescan,xsane,gscan2pdf gibi farklı tarayıcı uygulamaları ile tarama yaptıramadım.Genel olarak tarayıcıyı görmüyorlar.Yazıcıyı kendi sitesinden indirdiğim driverları ile yükledim.Hem bu forumda hem de ubuntu-linuxla ilgili forumlarda konu ile ilgili önerileri uygulamama rağmen sonuç alamadım.


Bu konuda yardımcı olabilirseniz sevinirim.


Düzenleme: Konu başlığı
« Son Düzenleme: 29 Mayıs 2018, 15:06:23 Gönderen: mk64 »

Çevrimdışı Butterfly

  • Proje Sorumlusu
  • Guru
  • *****
  • İleti: 18863
  • Linux Mint Türkiye
  • Dağıtım: Linux Mint 20 & LMDE 4
  • Masaüstü Ortamı: Cinnamon 4.6 & Xfce 4.14
  • Grafik Kartı: Nvidia GF 9500
  • İşlemci: AMD X3
Ynt: Samsung Yazıcı Tarama Sorunu
« Yanıtla #1 : 29 Mayıs 2018, 10:22:34 »
Lütfen uyguladığınız öneri ve yaptığınız düzenlemeleri ayrıntılı biçimde belirtiniz.

https://forum.linuxmint.net.tr/index.php?topic=3067.0
Elimizden geldiğince dilimizin döndüğünce...

[info] Konu Açarken Dikkat Edilmesi Gerekenler  |  Forum Kuralları  |  Kod Etiketi Kullanımı[/info]

Çevrimdışı mk64

  • Çok Yeni Penguen
  • *
  • İleti: 12
  • Dağıtım: Linux Mint 18.3 Silviya LTS
  • Masaüstü Ortamı: Cinnamon
Ynt: Samsung Yazıcı Tarama Sorunu
« Yanıtla #2 : 29 Mayıs 2018, 10:46:13 »
1-
Kod: [Seç]
sudo usermod -G lp -a USERNAME komutu ile kendi kullanıcı adımı ekledim.
2-
Kod: [Seç]
sudo nano /etc/sane.d/xerox_mfp.conf ile

Kod: [Seç]
# Samsung SCX-3400
usb 0x04e8 0x344f
yazıcımı conf dosyasına dahil ettim.
3-
Kod: [Seç]
sudo nano /lib/udev/rules.d/40-libsane.rules ile
Kod: [Seç]
Samsung SCX-3400
ATTRS {idVendor} == "04e8", ATTRS {idProduct} == "344f", ENV {libsane_matched} = "evet"

satırını ekledim.
4-
Kod: [Seç]
sudo nano /etc/udev/rules.d/99_smfpautoconf_samsung.rules dosyasına
Kod: [Seç]
ATTRS {idVendor} == "04e8", ATTRS {idProduct} = "344f", ENV {libsane_matched} = "evet", MODE = "0666"satırını ekledim.
5-
Kod: [Seç]
scanimage -L çalıştırdığımda tarayıcıyı gördü. Ama tarama yapmak istediğimde hiç bir tarayıcı uygulaması ile tarama yapamadı. Çünkü tarayıcıyı algılıyamıyorlar.


Mesajlar Birleştirildi.
1-
Kod: [Seç]
sudo usermod -G lp -a USERNAME
komutu ile kendi kullanıcı adımı ekledim.
2-
Kod: [Seç]
sudo nano /etc/sane.d/xerox_mfp.conf ile # Samsung SCX-3400 usb 0x04e8 0x344f yazıcımı conf dosyasına dahil ettim.
3-
Kod: [Seç]
sudo nano /lib/udev/rules.d/40-libsane.rulesile
Kod: [Seç]
Samsung SCX-3400 ATTRS {idVendor} == "04e8", ATTRS {idProduct} == "344f", ENV {libsane_matched} = "evet"satırını ekledim.
4-
Kod: [Seç]
sudo nano /etc/udev/rules.d/99_smfpautoconf_samsung.rulesile
Kod: [Seç]
ATTRS {idVendor} == "04e8", ATTRS {idProduct} = "344f", ENV {libsane_matched} = "evet", MODE = "0666"ATTRS {idVendor} == "04e8", ATTRS {idProduct} = "344f", ENV {libsane_matched} = "evet", MODE = "0666"satırını ekledim.
5-
Kod: [Seç]
scanimage -Lçalıştırdığımda tarayıcıyı gördü. Ama tarama yapmak istediğimde hiç bir tarayıcı uygulaması ile tarama yapamadı. Çünkü tarayıcıyı algılıyamıyorlar.


Düzenleme: Kod etiketlerindeki hatalar düzeltildi.
« Son Düzenleme: 29 Mayıs 2018, 11:45:44 Gönderen: Butterfly »

Çevrimdışı Butterfly

  • Proje Sorumlusu
  • Guru
  • *****
  • İleti: 18863
  • Linux Mint Türkiye
  • Dağıtım: Linux Mint 20 & LMDE 4
  • Masaüstü Ortamı: Cinnamon 4.6 & Xfce 4.14
  • Grafik Kartı: Nvidia GF 9500
  • İşlemci: AMD X3
Ynt: Samsung Yazıcı Tarama Sorunu
« Yanıtla #3 : 29 Mayıs 2018, 11:44:36 »
Kod: [Seç]
sudo usermod -G lp -a USERNAME
Yukarıdaki komutta USERNAME yerine kendi kullanıcı adınızı yazdığınızdan emin olunuz, ya da bunun yerine aşağıdaki komutu çalıştırınız.

Kod: [Seç]
sudo usermod -G lp -a $USER


Kod: [Seç]
ATTRS {idVendor} == "04e8", ATTRS {idProduct} = "344f", ENV {libsane_matched} = "evet", MODE = "0666"
Kod: [Seç]
ATTRS {idVendor} == "04e8", ATTRS {idProduct} == "344f", ENV {libsane_matched} = "evet"
Bu satırlardaki "evet" yazan kısmı "yes" olarak değiştiriniz ve sistemi yeniden başlatınız.
« Son Düzenleme: 29 Mayıs 2018, 11:46:24 Gönderen: Butterfly »
Elimizden geldiğince dilimizin döndüğünce...

[info] Konu Açarken Dikkat Edilmesi Gerekenler  |  Forum Kuralları  |  Kod Etiketi Kullanımı[/info]

Çevrimdışı mk64

  • Çok Yeni Penguen
  • *
  • İleti: 12
  • Dağıtım: Linux Mint 18.3 Silviya LTS
  • Masaüstü Ortamı: Cinnamon
Ynt: Samsung Yazıcı Tarama Sorunu
« Yanıtla #4 : 29 Mayıs 2018, 12:01:26 »
Maalesef değişen bir şey olmadı. Başka bir şey daha var ,bilgisayarı yeniden başlattığımda yazıcılar arasına farklı bir bağlantı noktasından
( ipp:cups oluyor) aynı yazıcıyı kuruyor.
« Son Düzenleme: 29 Mayıs 2018, 12:12:14 Gönderen: mk64 »

Çevrimdışı Butterfly

  • Proje Sorumlusu
  • Guru
  • *****
  • İleti: 18863
  • Linux Mint Türkiye
  • Dağıtım: Linux Mint 20 & LMDE 4
  • Masaüstü Ortamı: Cinnamon 4.6 & Xfce 4.14
  • Grafik Kartı: Nvidia GF 9500
  • İşlemci: AMD X3
Ynt: Samsung Yazıcı Tarama Sorunu
« Yanıtla #5 : 29 Mayıs 2018, 13:38:06 »
Forumda çözüme ulaşılan benzer bir konu varmış.

[info][Çözüldü] Samsung Scx-3405f Tarayıcı[/info]
Elimizden geldiğince dilimizin döndüğünce...

[info] Konu Açarken Dikkat Edilmesi Gerekenler  |  Forum Kuralları  |  Kod Etiketi Kullanımı[/info]

Çevrimdışı mk64

  • Çok Yeni Penguen
  • *
  • İleti: 12
  • Dağıtım: Linux Mint 18.3 Silviya LTS
  • Masaüstü Ortamı: Cinnamon
Ynt: Samsung Yazıcı Tarama Sorunu
« Yanıtla #6 : 29 Mayıs 2018, 14:07:41 »
Kod: [Seç]
okul@Mdyrd:~$ sudo wget -O - http://www.bchemnet.com/suldr/suldr.gpg | sudo apt-key add -[sudo] password for okul: --2018-05-29 14:03:38--  http://www.bchemnet.com/suldr/suldr.gpgwww.bchemnet.com (www.bchemnet.com) çözümleniyor... 173.236.28.2www.bchemnet.com (www.bchemnet.com)[173.236.28.2]:80 bağlanılıyor... bağlantı kuruldu.HTTP isteği gönderildi, cevap bekleniyor... 404 Not Found2018-05-29 14:03:39 HATA 404: Not Found.gpg: geçerli OpenPGP verisi yok
okul@Mdyrd:~$ sudo apt-get install suld-driver-4.00.39
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı oluşturuluyor       
Durum bilgisi okunuyor... Bitti     
N: '/etc/apt/sources.list.d/' dizinindeki 'jeffreyratcliffe-ubuntu-ppa-bionic.list.save' dosyası geçersiz bir dosya uzantısı olduğu için yok sayılıyor
N: '/etc/apt/sources.list.d/' dizinindeki 'google-chrome.list.save' dosyası geçersiz bir dosya uzantısı olduğu için yok sayılıyor
N: '/etc/apt/sources.list.d/' dizinindeki 'rolfbensch-ubuntu-sane-git-bionic.list.save' dosyası geçersiz bir dosya uzantısı olduğu için yok sayılıyor
E: suld-driver-4.00.39 paketi bulunamadı
E: 'suld-driver-4.00.39' ifadesine eşleşen herhangi bir paket bulunamadı
E: 'suld-driver-4.00.39' düzenli ifadesini içeren herhangi bir paket bulunamadı

okul@Mdyrd:~$ sudo apt-get install suld-configurator-2-qt4
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı oluşturuluyor       
Durum bilgisi okunuyor... Bitti     
N: '/etc/apt/sources.list.d/' dizinindeki 'jeffreyratcliffe-ubuntu-ppa-bionic.list.save' dosyası geçersiz bir dosya uzantısı olduğu için yok sayılıyor
N: '/etc/apt/sources.list.d/' dizinindeki 'google-chrome.list.save' dosyası geçersiz bir dosya uzantısı olduğu için yok sayılıyor
N: '/etc/apt/sources.list.d/' dizinindeki 'rolfbensch-ubuntu-sane-git-bionic.list.save' dosyası geçersiz bir dosya uzantısı olduğu için yok sayılıyor
E: suld-configurator-2-qt4 paketi bulunamadı

Yanlış yaptığım bir şey varsa belirtiniz. Komut çıktıları bu şekilde.


Düzenleme: Kod etiketi
« Son Düzenleme: 29 Mayıs 2018, 14:26:18 Gönderen: Butterfly »

Çevrimdışı Butterfly

  • Proje Sorumlusu
  • Guru
  • *****
  • İleti: 18863
  • Linux Mint Türkiye
  • Dağıtım: Linux Mint 20 & LMDE 4
  • Masaüstü Ortamı: Cinnamon 4.6 & Xfce 4.14
  • Grafik Kartı: Nvidia GF 9500
  • İşlemci: AMD X3
Ynt: Samsung Yazıcı Tarama Sorunu
« Yanıtla #7 : 29 Mayıs 2018, 14:23:59 »
Aşağıdaki komutun çıktısına bakalım.

Kod: [Seç]
cat /etc/apt/sources.list
Elimizden geldiğince dilimizin döndüğünce...

[info] Konu Açarken Dikkat Edilmesi Gerekenler  |  Forum Kuralları  |  Kod Etiketi Kullanımı[/info]

Çevrimdışı mk64

  • Çok Yeni Penguen
  • *
  • İleti: 12
  • Dağıtım: Linux Mint 18.3 Silviya LTS
  • Masaüstü Ortamı: Cinnamon
Ynt: Samsung Yazıcı Tarama Sorunu
« Yanıtla #8 : 29 Mayıs 2018, 14:31:52 »
okul@Mdyrd:~$ cat /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to# newer versions of the distribution.deb http://tr.archive.ubuntu.com/ubuntu/ bionic main restricted# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic main restricted
## Major bug fix updates produced after the final release of the## distribution.deb http://tr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team. Also, please note that software in universe WILL NOT receive any## review or updates from the Ubuntu security team.deb http://tr.archive.ubuntu.com/ubuntu/ bionic universe# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic universedeb http://tr.archive.ubuntu.com/ubuntu/ bionic-updates universe# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu## security team.deb http://tr.archive.ubuntu.com/ubuntu/ bionic multiverse# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic multiversedeb http://tr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
## N.B. software from this repository may not have been tested as## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's## 'partner' repository.## This software is not part of Ubuntu, but is offered by Canonical and the## respective vendors as a service to Ubuntu users.deb http://archive.canonical.com/ubuntu bionic partnerdeb-src http://archive.canonical.com/ubuntu bionic partner
deb http://security.ubuntu.com/ubuntu bionic-security main restricted# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricteddeb http://security.ubuntu.com/ubuntu bionic-security universe# deb-src http://security.ubuntu.com/ubuntu bionic-security universedeb http://security.ubuntu.com/ubuntu bionic-security multiverse# deb-src http://security.ubuntu.com/ubuntu bionic-security multiversedeb http://www.bchemnet.com/suldr/ debian extraokul@Mdyrd:~$

Mesajlar Birleştirildi.
Kod: [Seç]
okul@Mdyrd:~$ cat /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to# newer versions of the distribution.deb http://tr.archive.ubuntu.com/ubuntu/ bionic main restricted# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic main restricted
## Major bug fix updates produced after the final release of the## distribution.deb http://tr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team. Also, please note that software in universe WILL NOT receive any## review or updates from the Ubuntu security team.deb http://tr.archive.ubuntu.com/ubuntu/ bionic universe# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic universedeb http://tr.archive.ubuntu.com/ubuntu/ bionic-updates universe# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu## security team.deb http://tr.archive.ubuntu.com/ubuntu/ bionic multiverse# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic multiversedeb http://tr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
## N.B. software from this repository may not have been tested as## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's## 'partner' repository.## This software is not part of Ubuntu, but is offered by Canonical and the## respective vendors as a service to Ubuntu users.deb http://archive.canonical.com/ubuntu bionic partnerdeb-src http://archive.canonical.com/ubuntu bionic partner
deb http://security.ubuntu.com/ubuntu bionic-security main restricted# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricteddeb http://security.ubuntu.com/ubuntu bionic-security universe# deb-src http://security.ubuntu.com/ubuntu bionic-security universedeb http://security.ubuntu.com/ubuntu bionic-security multiverse# deb-src http://security.ubuntu.com/ubuntu bionic-security multiversedeb http://www.bchemnet.com/suldr/ debian extraokul@Mdyrd:~$

Mesajlar Birleştirildi.
Kod: [Seç]
okul@Mdyrd:~$ cat /etc/apt/sources.list
# See [url=http://help.ubuntu.com/community/UpgradeNotes]http://help.ubuntu.com/community/UpgradeNotes[/url] for how to upgrade to# newer versions of the distribution.deb [url=http://tr.archive.ubuntu.com/ubuntu/]http://tr.archive.ubuntu.com/ubuntu/[/url] bionic main restricted# deb-src [url=http://tr.archive.ubuntu.com/ubuntu/]http://tr.archive.ubuntu.com/ubuntu/[/url] bionic main restricted
## Major bug fix updates produced after the final release of the## distribution.deb [url=http://tr.archive.ubuntu.com/ubuntu/]http://tr.archive.ubuntu.com/ubuntu/[/url] bionic-updates main restricted# deb-src [url=http://tr.archive.ubuntu.com/ubuntu/]http://tr.archive.ubuntu.com/ubuntu/[/url] bionic-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team. Also, please note that software in universe WILL NOT receive any## review or updates from the Ubuntu security team.deb [url=http://tr.archive.ubuntu.com/ubuntu/]http://tr.archive.ubuntu.com/ubuntu/[/url] bionic universe# deb-src [url=http://tr.archive.ubuntu.com/ubuntu/]http://tr.archive.ubuntu.com/ubuntu/[/url] bionic universedeb [url=http://tr.archive.ubuntu.com/ubuntu/]http://tr.archive.ubuntu.com/ubuntu/[/url] bionic-updates universe# deb-src [url=http://tr.archive.ubuntu.com/ubuntu/]http://tr.archive.ubuntu.com/ubuntu/[/url] bionic-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu## security team.deb [url=http://tr.archive.ubuntu.com/ubuntu/]http://tr.archive.ubuntu.com/ubuntu/[/url] bionic multiverse# deb-src [url=http://tr.archive.ubuntu.com/ubuntu/]http://tr.archive.ubuntu.com/ubuntu/[/url] bionic multiversedeb [url=http://tr.archive.ubuntu.com/ubuntu/]http://tr.archive.ubuntu.com/ubuntu/[/url]bionic-updates multiverse# deb-src [url=http://tr.archive.ubuntu.com/ubuntu/]http://tr.archive.ubuntu.com/ubuntu/[/url] bionic-updates multiverse
## N.B. software from this repository may not have been tested as## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.# deb-src [url=http://tr.archive.ubuntu.com/ubuntu/]http://tr.archive.ubuntu.com/ubuntu/[/url] bionic-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's## 'partner' repository.## This software is not part of Ubuntu, but is offered by Canonical and the## respective vendors as a service to Ubuntu users.deb [url=http://archive.canonical.com/ubuntu]http://archive.canonical.com/ubuntu[/url] bionic partnerdeb-src [url=http://archive.canonical.com/ubuntu]http://archive.canonical.com/ubuntu[/url]bionic partner
deb [url=http://security.ubuntu.com/ubuntu]http://security.ubuntu.com/ubuntu[/url] bionic-security main restricted# deb-src [url=http://security.ubuntu.com/ubuntu]http://security.ubuntu.com/ubuntu[/url] bionic-security main restricteddeb [url=http://security.ubuntu.com/ubuntu]http://security.ubuntu.com/ubuntu[/url] bionic-security universe# deb-src [url=http://security.ubuntu.com/ubuntu]http://security.ubuntu.com/ubuntu[/url] bionic-security universedeb [url=http://security.ubuntu.com/ubuntu]http://security.ubuntu.com/ubuntu[/url] bionic-security multiverse# deb-src [url=http://security.ubuntu.com/ubuntu]http://security.ubuntu.com/ubuntu[/url] bionic-security multiversedeb [url=http://www.bchemnet.com/suldr/]http://www.bchemnet.com/suldr/[/url] debian extraokul@Mdyrd:~$

Mesajlar Birleştirildi.
Kod: [Seç]
okul@Mdyrd:~$ cat /etc/apt/sources.list# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to# newer versions of the distribution.deb http://tr.archive.ubuntu.com/ubuntu/ bionic main restricted# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic main restricted## Major bug fix updates produced after the final release of the## distribution.deb http://tr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team. Also, please note that software in universe WILL NOT receive any## review or updates from the Ubuntu security team.deb http://tr.archive.ubuntu.com/ubuntu/ bionic universe# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic universedeb http://tr.archive.ubuntu.com/ubuntu/ bionic-updates universe# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic-updates universe## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu## security team.deb http://tr.archive.ubuntu.com/ubuntu/ bionic multiverse# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic multiversedeb http://tr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse## N.B. software from this repository may not have been tested as## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.# deb-src http://tr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse## Uncomment the following two lines to add software from Canonical's## 'partner' repository.## This software is not part of Ubuntu, but is offered by Canonical and the## respective vendors as a service to Ubuntu users.deb http://archive.canonical.com/ubuntu bionic partnerdeb-src http://archive.canonical.com/ubuntu bionic partnerdeb http://security.ubuntu.com/ubuntu bionic-security main restricted# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricteddeb http://security.ubuntu.com/ubuntu bionic-security universe# deb-src http://security.ubuntu.com/ubuntu bionic-security universedeb http://security.ubuntu.com/ubuntu bionic-security multiverse# deb-src http://security.ubuntu.com/ubuntu bionic-security multiversedeb http://www.bchemnet.com/suldr/ debian extra
okul@Mdyrd:~$ 
  acemiliğim için forum üyelerinden özür dilerim.
« Son Düzenleme: 29 Mayıs 2018, 14:37:46 Gönderen: mk64 »

Çevrimdışı Butterfly

  • Proje Sorumlusu
  • Guru
  • *****
  • İleti: 18863
  • Linux Mint Türkiye
  • Dağıtım: Linux Mint 20 & LMDE 4
  • Masaüstü Ortamı: Cinnamon 4.6 & Xfce 4.14
  • Grafik Kartı: Nvidia GF 9500
  • İşlemci: AMD X3
Ynt: Ubuntu 18.04 Samsung SCX 3405fw Yazıcı Tarama Yapmama Sorunu
« Yanıtla #9 : 29 Mayıs 2018, 14:38:25 »
Ubuntu 18.04 sürümü mü kullanıyorsunuz? Lütfen açtığınız konularda bu tür hususları belirtiniz.

[warning]Konu Açarken Dikkat Edilmesi Gerekenler[/warning]
/etc/apt/sources.list dosyasını açıp aşağıdaki satırı silin ve dosyayı kaydedin.

Kod: [Seç]
deb http://www.bchemnet.com/suldr/ debian extra
Ardından aşağıdaki komutlarla gerekli paketleri kurmayı deneyin.

Kod: [Seç]
echo "deb http://www.bchemnet.com/suldr/ debian extra" | sudo tee  /etc/apt/sources.list.d/suldr.list
Kod: [Seç]
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com FB510D557CC3E840
Kod: [Seç]
sudo apt update
Kod: [Seç]
sudo apt-get install suld-driver-4.00.39 suld-configurator-2-qt4
Elimizden geldiğince dilimizin döndüğünce...

[info] Konu Açarken Dikkat Edilmesi Gerekenler  |  Forum Kuralları  |  Kod Etiketi Kullanımı[/info]

Çevrimdışı mk64

  • Çok Yeni Penguen
  • *
  • İleti: 12
  • Dağıtım: Linux Mint 18.3 Silviya LTS
  • Masaüstü Ortamı: Cinnamon
Ynt: Ubuntu 18.04 Samsung SCX 3405fw Yazıcı Tarama Yapmama Sorunu
« Yanıtla #10 : 29 Mayıs 2018, 14:52:40 »
Teşekkürler Butterfly ,sorun çözüldü.