linuxmensch
19.10.07, 19:08
Guten Freitag miteinander,
hab hier n kleines Problem mit saned, der scanner soll aus dem Netzwerk erreichbar sein, wenn ich saned mit root Rechten starte funktioniert alles wie es soll. Aber als Benutzer saned funktioniert das nicht
scanimage findet den scanner nicht, obwol sane-find-scanner den Scanner anzeigt.
als root und saned
sane-find-scanner
# 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
found USB scanner (vendor=0x04b8 [EPSON], product=0x010b [Perfection1240]) at libusb:007:006
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
als root scanimage -L
scanimage -L
device `epson:libusb:007:006' is a Epson Perfection1240 flatbed scanner
als saned
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).
Hab mir mal gedacht das das wohl an den Rechten liegt
also mal lsusb gemacht
lsusb
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 004: ID 058f:9382 Alcor Micro Corp. Acer/Sweex Flash drive
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 006 Device 001: ID 0000:0000
Bus 007 Device 006: ID 04b8:010b Seiko Epson Corp. Perfection 1240
Bus 007 Device 003: ID 0409:0058 NEC Corp. HighSpeed Hub
Bus 007 Device 001: ID 0000:0000
wenn mein Augenlicht mich jetzt nicht trügt müsste ich doch einfach die Rechte an Bus 007 anpassen
chown -R root:saned /dev/usbdev7.*
ls -la | grep usbdev7.
crw-rw---- 1 root saned 442, 12288 2007-10-09 15:32 usbdev7.1_ep00
crw-rw---- 1 root saned 442, 12288 2007-10-09 15:32 usbdev7.1_ep81
crw-rw---- 1 root saned 442, 12290 2007-10-09 15:32 usbdev7.3_ep00
crw-rw---- 1 root saned 442, 12290 2007-10-09 15:32 usbdev7.3_ep81
crw-rw---- 1 root saned 442, 12293 2007-10-19 18:29 usbdev7.6_ep00
crw-rw---- 1 root saned 442, 12293 2007-10-19 19:02 usbdev7.6_ep02
crw-rw---- 1 root saned 442, 12293 2007-10-19 19:02 usbdev7.6_ep81
So danke schon mal vorab.
Wenn ich was vergessen haben sollte, sagt bescheid ;-)
hab hier n kleines Problem mit saned, der scanner soll aus dem Netzwerk erreichbar sein, wenn ich saned mit root Rechten starte funktioniert alles wie es soll. Aber als Benutzer saned funktioniert das nicht
scanimage findet den scanner nicht, obwol sane-find-scanner den Scanner anzeigt.
als root und saned
sane-find-scanner
# 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
found USB scanner (vendor=0x04b8 [EPSON], product=0x010b [Perfection1240]) at libusb:007:006
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
als root scanimage -L
scanimage -L
device `epson:libusb:007:006' is a Epson Perfection1240 flatbed scanner
als saned
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).
Hab mir mal gedacht das das wohl an den Rechten liegt
also mal lsusb gemacht
lsusb
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 004: ID 058f:9382 Alcor Micro Corp. Acer/Sweex Flash drive
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 006 Device 001: ID 0000:0000
Bus 007 Device 006: ID 04b8:010b Seiko Epson Corp. Perfection 1240
Bus 007 Device 003: ID 0409:0058 NEC Corp. HighSpeed Hub
Bus 007 Device 001: ID 0000:0000
wenn mein Augenlicht mich jetzt nicht trügt müsste ich doch einfach die Rechte an Bus 007 anpassen
chown -R root:saned /dev/usbdev7.*
ls -la | grep usbdev7.
crw-rw---- 1 root saned 442, 12288 2007-10-09 15:32 usbdev7.1_ep00
crw-rw---- 1 root saned 442, 12288 2007-10-09 15:32 usbdev7.1_ep81
crw-rw---- 1 root saned 442, 12290 2007-10-09 15:32 usbdev7.3_ep00
crw-rw---- 1 root saned 442, 12290 2007-10-09 15:32 usbdev7.3_ep81
crw-rw---- 1 root saned 442, 12293 2007-10-19 18:29 usbdev7.6_ep00
crw-rw---- 1 root saned 442, 12293 2007-10-19 19:02 usbdev7.6_ep02
crw-rw---- 1 root saned 442, 12293 2007-10-19 19:02 usbdev7.6_ep81
So danke schon mal vorab.
Wenn ich was vergessen haben sollte, sagt bescheid ;-)