sane with xerox 3119

105 views
Skip to first unread message

IGA566

unread,
Dec 14, 2014, 10:30:44 AM12/14/14
to al...@googlegroups.com
DNS-320 Alt-F 0.1RC4

connected xerox 3119, print works

installed sane, xerox 3119 listed as supported

sane-find-scanner shows "No USB scanners found"
scanimage -L shows "No scanners were identified."
lsusb shows nothing
lsusb -t shows:
1-1:1.0: No such file or directory
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=orion-ehci/1p, 480M
    |__ Port 1: Dev 2, If 0, Class=vend., Driver=, 480M
    |__ Port 1: Dev 2, If 1, Class=print, Driver=usblp, 480M

how to configure sane to work ? i'm noob at linux :(

João Cardoso

unread,
Dec 14, 2014, 1:37:33 PM12/14/14
to al...@googlegroups.com
You can try to unplug the printer, execute the following command:

echo '$DEVNAME=bus/usb/([0-9]+)/([0-9]+) 0:0 660 =bus/usb/%1/%2' >> /etc/mdev.conf

plug the printer again and see if the scanner is found. Let us know if it works.

IGA566

unread,
Dec 15, 2014, 4:08:36 AM12/15/14
to
yes, it worked. scanned with sanetwain from windows. 

but after reboot i have to do it again to work - how to do fix permamnent ? tested again - i need to replug printer after reboot and wait a little - after that scan works.

P.S. is there good WIA frontend for windows ? 
how to use scanner buttons ? ex.: press scanner button -> got scan image in folder

воскресенье, 14 декабря 2014 г., 23:37:33 UTC+5 пользователь João Cardoso написал:

João Cardoso

unread,
Dec 15, 2014, 11:46:59 AM12/15/14
to


On Monday, December 15, 2014 9:08:36 AM UTC, IGA566 wrote:
yes, it worked. scanned with sanetwain from windows. 

but after reboot i have to do it again to work - how to do fix permamnent ?

try the following commands

if ! grep -q '^$DEVNAME=bus/usb' /etc/mdev.conf; then

echo
'$DEVNAME=bus/usb/([0-9]+)/([0-9]+) 0:0 660 =bus/usb/%1/%2' >> /etc/mdev.conf
fi
echo
/etc/mdev.conf >> /etc/settings
loadsave_settings
-sf

 
tested again - i need to replug printer after reboot and wait a little - after that scan works.

Please see if the above commands avoid the need to unplug/replug the scanner after a reboot and report back.

IGA566

unread,
Dec 17, 2014, 1:25:34 PM12/17/14
to
string '$DEVNAME=bus/usb/([0-9]+)/([0-9]+) 0:0 660 =bus/usb/%1/%2' exist in /etc/mdev.conf after reboot, but lsusb detects scanner only after replug

Reply all
Reply to author
Forward
0 new messages