i also have an out of the box fujitsu fi-6110 which function perfectly
on 12.04 and i believe new install of 13.10 but the upgrade of 13.10 to
14.04 made the scanner invisible to sane-find-scanner and sanimage -L.
also noted udev did detect the scanner as above and shown in the logs
below, however it never created the node scanner in /dev or /dev/usb as
would be indicated by the udev rules listed below.
lsusb -> Bus 003 Device 011: ID 04c5:11fc Fujitsu, Ltd
/lib/udev/rules.d/40-libsane.rules:
# Fujitsu fi-6110
ATTRS{idVendor}=="04c5", ATTRS{idProduct}=="11fc", ENV{libsane_matched}="yes"
.
ENV{libsane_matched}=="yes", RUN+="/bin/setfacl -m g:scanner:rw $env{DEVNAME}"
syslog:
Jul 3 14:25:34 alicia kernel: [17927.333603] usb 3-2: new high-speed USB
device number 6 using xhci_hcd
Jul 3 14:25:34 alicia kernel: [17927.356763] usb 3-2: New USB device found,
idVendor=04c5, idProduct=11fc
Jul 3 14:25:34 alicia kernel: [17927.356774] usb 3-2: New USB device strings:
Mfr=0, Product=0, SerialNumber=0
Jul 3 14:25:34 alicia kernel: [17927.357015] usb 3-2: ep 0x81 - rounding
interval to 128 microframes, ep desc says 255 microframes
Jul 3 14:25:34 alicia kernel: [17927.357030] usb 3-2: ep 0x2 - rounding
interval to 128 microframes, ep desc says 255 microframes
Jul 3 14:25:34 alicia kernel: [17927.364588] WARNING! power/level is
deprecated; use power/control instead
Jul 3 14:25:34 alicia colord: Device added: sysfs-04c5-11fc
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to sane-backends in Ubuntu.
https://bugs.launchpad.net/bugs/1312594
Title:
14.04 won't detect common USB scanner
Status in “sane-backends” package in Ubuntu:
Confirmed
Bug description:
My multifunction Samsung SCX3200 printer is not detected by sane, but
printing is fine. This scanner is faily generic and supported out of
the box by the Xerox MFP driver (sane default).
Printer/scanner as seen by the kernel, device 007 : ID 04e8:3441
--------------------------------------------------------------------------------------------
$ lsusb
Bus 002 Device 003: ID 0a5c:5800 Broadcom Corp. BCM5880 Secure Applications
Processor
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 046d:c50e Logitech, Inc. Cordless Mouse Receiver
Bus 003 Device 007: ID 04e8:3441 Samsung Electronics Co., Ltd
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
--------------------------------------------------------------------------------------------
The IDs are properly set in udev and sane.d configuration:
--------------------------------------------------------------------------------------------
$ cat /lib/udev/rules.d/40-libsane.rules | grep 3441
ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="3441", ENV{libsane_matched}="yes"
$ cat /etc/sane.d/xerox_mfp.conf | grep 3441
usb 0x04e8 0x3441
--------------------------------------------------------------------------------------------
Problem: sane-find-scanner can't find the scanner:
--------------------------------------------------------------------------------------------
$ sudo sane-find-scanner -q
$ (no output)
$ sudo scanimage -L
No 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).
$
--------------------------------------------------------------------------------------------
The kernel module is properly loaded when the printer is connected, no
blacklisting :
--------------------------------------------------------------------------------------------
$ sudo lsmod | grep usblp
usblp 22891 0
$ modinfo usblp
filename: /lib/modules/3.13.0-24-generic/kernel/drivers/usb/class/usblp.ko
license: GPL
description: USB Printer Device Class driver
author: Michael Gee, Pavel Machek, Vojtech Pavlik, Randy Dunlap, Pete
Zaitcev, David Paschal
srcversion: BD8A318D5C286F1E78768B9
alias: usb:v04B8p0202d*dc*dsc*dp*ic*isc*ip*in*
alias: usb:v*p*d*dc*dsc*dp*ic07isc01ip03in*
alias: usb:v*p*d*dc*dsc*dp*ic07isc01ip02in*
alias: usb:v*p*d*dc*dsc*dp*ic07isc01ip01in*
alias: usb:v*p*d*dc07dsc01dp03ic*isc*ip*in*
alias: usb:v*p*d*dc07dsc01dp02ic*isc*ip*in*
alias: usb:v*p*d*dc07dsc01dp01ic*isc*ip*in*
depends:
intree: Y
vermagic: 3.13.0-24-generic SMP mod_unload modversions
signer: Magrathea: Glacier signing key
sig_key: 00:A5:A6:57:59:DE:47:4B:C5:C4:31:20:88:0C:1B:94:A5:39:F4:31
sig_hashalgo: sha512
parm: proto_bias:Favourite protocol number (int)
--------------------------------------------------------------------------------------------
Simple-scan will just show a "Unable to start scan" error.
Also tried:
- Running simple-scan and xscan as root
- Adding myself to lp, saned and scanner groups, then log off + log on
- Power cyling the printer, disconnected and plugged back in
- Switching USB port (USB2 <-> USB3)
- Restarting the udev service
This scanner is faily generic and is supposed to be working OOTB since 12.04:
http://askubuntu.com/questions/88700/how-do-i-get-a-samsung-scx3200-multifunction-printer-scanner-working
http://ubuntuforums.org/showthread.php?t=1857478
I think this may be a bug with libsane.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1312594/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp