Hallo liebe ubuntuuser,
ich möchte meinen o.g. Scsi Scanner benutzen. Es klappt aber leider nicht. Wenn ich scanne (egal ob in der Konsole oder mit xsane) fängt er kurz an und macht Geräusche (so ca 1 Sekunde lang) und dann passiert nichts mehr. In der Konsole erscheint nach einiger Zeit folgende Ausgabe:
1 | scanimage: sane_read: Error during device I/O |
Es mit root Rechten zu versuchen, ändert nichts. Her meine Ergebnis aus sane-find-scanner:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # 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. found SCSI processor "HP C2520A 3503" at /dev/sg3 # Your SCSI scanner was detected. It may or may not be supported by SANE. Try # scanimage -L and read the backend's manpage. found USB scanner (vendor=0x045e, product=0x0719) at libusb:004:002 # 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. # You may want to run this program as root to find all devices. Once you # found the scanner devices, be sure to adjust access permissions as # necessary. |
Das ist schon mal komisch, weil ich keinen USB Scanner angeschlossen habe. Meine Ausgabe von scanimage -L ist folgende:
1 | device `hp:/dev/sg3' is a Hewlett-Packard C2520A flatbed scanner |
Ausgabe von cat /proc/scsi/scsi :
1 2 3 4 5 6 7 8 9 10 11 12 | Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: ATA Model: SAMSUNG SP1203N Rev: SN10 Type: Direct-Access ANSI SCSI revision: 05 Host: scsi2 Channel: 00 Id: 01 Lun: 00 Vendor: ATA Model: SAMSUNG HD161HJ Rev: JF10 Type: Direct-Access ANSI SCSI revision: 05 Host: scsi3 Channel: 00 Id: 01 Lun: 00 Vendor: ATA Model: TOSHIBA MK3252GS Rev: LV01 Type: Direct-Access ANSI SCSI revision: 05 Host: scsi4 Channel: 00 Id: 03 Lun: 00 Vendor: HP Model: C2520A Rev: 3503 Type: Processor |
Und zu guter Letzt meine Ausgabe aus lsscsi:
1 2 3 4 | [0:0:0:0] disk ATA SAMSUNG SP1203N SN10 /dev/sda [2:0:1:0] disk ATA SAMSUNG HD161HJ JF10 /dev/sdb [3:0:1:0] disk ATA TOSHIBA MK3252GS LV01 /dev/sdc [4:0:3:0] process HP C2520A 3503 - |
Hat jemand eine Idee was mein Problem ist?