You are not logged in.
hi to everyone,
i managed to use this printer with samsung unified driver from AUR and CUPS; works without problem. But, i have troubles configuring with sane. That's the output while #:
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
found USB scanner (vendor=0x04e8 [Samsung Electronics Co., Ltd.], product=0x3441 [SCX-3200 Series]) at libusb:004:008
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
While i use scanimage -L it cannot find anything (i comment v4l from /etc/sane.d/dll.conf because of the webcam was recognized as a scanner)
I inserted vendor and product in /etc/sane.d/xerox_mfp.conf but no results.
Any way to solve? Thanks in advance
PS= i'm in scanner and lp groups
Last edited by techmagyor (2011-11-28 03:26:43)
Offline
Bump. Same issue after reinstall, had no problems previously. I'm missing a package maybe, or something is misconfigured. Any help appreciated.
Offline
Did you manage to get it working? I'm having the same issue and I'd hate to switch from Arch just to use my scanner.
Offline
Negative. Going to try ubuntu on virtualbox, worked previously with an HP printer, but it's an ugly workaround. For scanning it's less annoying, I don't do that as much, but it's still not good.
Offline
Hi!
I have the same problem, but with a Samsung CLX-3175FN. According to the SANE website, both scanners should be supported by the xerox-mfp driver, but there is a bug in this driver when handling usb scanners. On the Fedora website, I found a fixed bug (number 702983) which is supposed to fix our problem.
I'm do not know how and when such a bugfix gets included in the arch sane package.
How could I verify that?
Offline
I installed the samsung-unified-driver from AUR and this is what I get:
$ scanimage -L
sh: /sbin/ifconfig: No existe el fichero o el directorioNo scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
It says /sbib/ifconfig doesn exist. I guess it has something to do with the deprecation of net-tools.
P.S.: I'm having a lot of trouble with the priter also. I can install it and sometimes it works OK. Mostly it just prints simbols on several pages. I think it 's a driver issue. I've tried with samsung-unified-driver from AUR, splix and the PPD file.
Last edited by nischg (2011-08-24 01:49:48)
Offline
I installed the samsung-unified-driver from AUR and this is what I get:
$ scanimage -L
sh: /sbin/ifconfig: No existe el fichero o el directorioNo scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).It says /sbib/ifconfig doesn exist. I guess it has something to do with the deprecation of net-tools.
P.S.: I'm having a lot of trouble with the priter also. I can install it and sometimes it works OK. Mostly it just prints simbols on several pages. I think it 's a driver issue. I've tried with samsung-unified-driver from AUR, splix and the PPD file.
I think ifconfig not being found only implicates it can't search for network devices. It should still find the device when connected to usb. And I too have the multipage one-line symbol crap, especially with pdf's. Printing with a different app (e.g. gimp instead of evince) sometimes works.
Last edited by VCoolio (2011-08-24 11:46:41)
Offline
Hi all,
I can now confirm that the Fedora 15 version of sane 1.0.22 works with my Samsung 3175FN scanner, using the xerox-mfp driver.
I will make a Arch bug report, as I think that is the way forward?
Offline
Just FYI, AUR's samsung-unified-driver was updated today.
My printer still doesn't work. I'm about to throw this thing through the window.
Offline
I installed the packages from here (http://www.bchemnet.com/suldr/) on Ubuntu and the printer works great. Haven't tried the scanner though.
Maybe someone more knowledgeable than me can use this info in Arch.
Offline
Update to sane 1.0.22-4 today fixed finding scanner! Yay! Let's hope it lasts. I couldn't find what was changed exactly in the package, so maybe today's just a lucky day.
Edit: still works
Last edited by VCoolio (2011-10-18 19:11:31)
Offline
Perhaps a bit late, but the problem with my Samsung 3175FN has been fixed also!
Offline
Hey guys, I am glad to hear that you fixed your scanner. I installed samsung-unified-driver from AUR and latest sane (1.0.22-4), my printer scx-3205 works almost fine, but scanner is not still recognized. I managed to find scanner by loading usblp module which was blacklisted in /etc/modprobe.d/blacklist.conf:
$ scanimage -L
device `v4l:/dev/video0' is a Noname Integrated Camera virtual device
device `smfp:SAMSUNG SCX-3200 Series on USB:0' is a SAMSUNG SCX-3200 Series on USB:0 Flatbed Scanner
After that printer stoped working and I had to unload usblp.
@mas_kecil and @VCoolio, do you really have both printer and scanner working at the same time?
Offline
Yeah, both work. usblp blacklisted, samsung-unified-driver and splix installed and a file /lib/udev/rules.d/99-custom.rules containing:
ATTR{idVendor}=="04e8", ATTR{idProduct}=="3441", MODE="0666", GROUP="lp"
So permissions set to 0666 and group to lp, of which I'm a member of course. Check your ipVendor and idProduct code with lsusb.
Offline
Thanks for the answer. I have the same ipVendor and ipProduct as you do. I even also have the same rules, and I am in lp group. But scanner doesn't work.
Bus 002 Device 002: ID 04e8:3441 Samsung Electronics Co., Ltd
$ ls -l /dev/bus/usb/002/002
crw-rw-rw- 1 root lp 189, 129 лис 3 22:54 /dev/bus/usb/002/002
Are you sure that usblp blacklisted? Can you post your
lsmod | grep usb
and
modinfo usblp
?
Offline
>> lsmod | grep usb
usbhid 35256 0
hid 81635 1 usbhid
usbcore 142576 4 usbhid,xhci_hcd,ehci_hcd
>> modinfo usblp
filename: /lib/modules/3.0-ARCH/kernel/drivers/usb/class/usblp.ko.gz
license: GPL
description: USB Printer Device Class driver
author: Michael Gee, Pavel Machek, Vojtech Pavlik, Randy Dunlap, Pete Zaitcev, David Paschal
alias: usb:v04B8p0202d*dc*dsc*dp*ic*isc*ip*
alias: usb:v*p*d*dc*dsc*dp*ic07isc01ip03*
alias: usb:v*p*d*dc*dsc*dp*ic07isc01ip02*
alias: usb:v*p*d*dc*dsc*dp*ic07isc01ip01*
alias: usb:v*p*d*dc07dsc01dp03ic*isc*ip*
alias: usb:v*p*d*dc07dsc01dp02ic*isc*ip*
alias: usb:v*p*d*dc07dsc01dp01ic*isc*ip*
depends: usbcore
vermagic: 3.0-ARCH SMP preempt mod_unload
parm: proto_bias:Favourite protocol number (int)
>> cat /etc/modprobe.d/usblp_blacklist.conf
install usblp /bin/false
Offline
Also I have a line in /etc/sane.d/xerox_mfp.conf:
usb 0x04e8 0x3441
I'm not sure if I added that myself or it comes with sane. Do you have that?
Offline
VCoolio, you are genius! The line "usb 0x04e8 0x3441" in /etc/sane.d/xerox_mfp.conf solved the problem! As far I understand it makes the sane use xerox-mfp libs instead of original Samsung from unified package.
Thank you very much!
Last edited by knedlyk (2011-11-03 22:31:53)
Offline
Ah, I know how frustrating this stuff is, so I'm glad I could help. Also thank you for asking, I totally forgot this fix and anytime soon I would have had trouble myself again and be as helpless as you were. Mfp doesn't stand for multi-functional printer in my dictionary, if you catch my drift.
Offline
Ha-ha, read your post there - a few days ago I did the same - throw away my crappy shit HP-4210 and bought sammy scx-3205 (price was good and I was ready to buy anything but HP).
Offline
VCoolio, I have a few questions.
1. What driver do you use? CUPS+Gutenprint v5.2.7 or from Samsung?
2. Have you notice any strange behavior in your scx-3200? I have to turn off and then turn on printer and only after that procedure I can print a page.
Thanks!
Offline
I have /etc/cups/ppd/Samsung_SCX-3200_Series.ppd and cups says driver Samsung SCX-3200 Series (grayscale, 2-sided printing).
/etc/cups/printers.conf:
# Printer configuration file for CUPS v1.5.0
# Written by cupsd on 2011-10-12 23:51
# DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
<Printer Samsung_SCX-3200_Series>
UUID urn:uuid:5b10d293-27eb-31d0-6578-8f888922c6a6
Info Samsung SCX-3200 Series
Location Local Printer
MakeModel Samsung SCX-3200 Series
DeviceURI usb://Samsung/SCX-3200%20Series?serial=Z509BFEB403674F&interface=1
State Idle
StateTime 1318097061
Type 8392772
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
</Printer>
I don't need to turn on/off. I do recall behavior like this. Don't know if I fixed it or it went away. Try another usb-port on your machine. I have it plugged in in the back. Iirc the front usb ports didn't go well with the printer.
Offline
Damn, I'm very disappointed. These days I spend trying the following: change usb ports, install unified drivers from Samsung support page, different drivers for Samsung printer from cups (generic). And I still didn't find a reason why this printer prints empty pages with unrecognized symbols instead of normal pages.
Last edited by knedlyk (2011-11-05 12:50:14)
Offline
Damn, I'm very disappointed. These days I spend trying the following: change usb ports, install unified drivers from Samsung support page, different drivers for Samsung printer from cups (generic). And I still didn't find a reason why this printer prints empty pages with unrecognized symbols instead of normal pages.
Have you tried in cups with the ppd file from samsung unified driver?
I haven't installed unified driver, I only moved ppd file to /usr/lib/cups/filter/
Printer works in "draft" mode, not in "normal" mode.
You find ppd files in: cdroot/Linux/x86_64/at_root/usr/lib64/cups/filter/
My printer CPL-325W needs rastertosamsungsplc.
Move at your choice to: /usr/lib/cups/filter/
lenovo w500 - huawei matebook 14 | archlinux | swaywm | foot | falkon
Offline
I managed to let the printer work. Basically i have:
Installed unified driver from samsung website or aur package named samsung-unified-driver , as i have custom kernel i inserted usbcore on modules in rc.conf, @cupsd on daemons, blacklist usblp in /etc/modprobe.d/modprobe.conf and then installed the drivers,then configured cups. Then i put myself on lp and scanner groups; inserted on /etc/sane.d/xerox_mfp.conf:
#Samsung SCX-3200
usb 0x04e8 0x3441
obtained by lsub. Reboot (logout/login is enough) and print and scanner worls flawlessy in a non-mutual exclusive state printer/scanner!!
Bye
Last edited by techmagyor (2011-11-28 22:18:40)
Offline