Hallo zusammen
Ich habe einen Ubunutserver (Linux ubuntu 3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux) unter VM-Ware am Laufen. Am USB habe ich einen Avision 220 Scanner. Den Scanner kann ich auf dem Host (Ubuntu Desktop 14:04) nutzen. Ich habe den Server so eingerichtet, dass ich den Scanner auch vom Ubuntu Desktop 14.04 aus als Netzwerkscanner erkenne und scannen kann. (Geht auch von einem Windows Desktop aus) Ich kann auch mit dem Kommando
1 | scanimage --format=tiff >test.tiff |
ein Dokument scannen.
Alles soweit perfekt. Jetzt fehlt mir noch die Möglichkeit per Tastenbdruck auf dem Scanner den Scan zu starten. Dazu habe ich das Paket scanbuttond installiert http://wiki.ubuntuusers.de/scanbuttond?highlight=scanner%20buttons#source-3 und konfiguriert. Jedoch erhalte ich bei Ausführen von scanbuttond:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ubuntuserver@ubuntu:/etc/default$ scanbuttond -f # 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. could not open USB device 0x1d6b/0x0002 at 001:001: Access denied (insufficient permissions) could not open USB device 0x0e0f/0x0002 at 002:003: Access denied (insufficient permissions) could not open USB device 0x0e0f/0x0003 at 002:002: Access denied (insufficient permissions) could not open USB device 0x1d6b/0x0001 at 002:001: Access denied (insufficient permissions) # No USB scanners found. If you expected something different, make sure that # you have loaded a kernel driver for your USB host controller and have setup # the USB system correctly. See man sane-usb for details. # 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. |
Der Scanner wird aber gelistet:
1 2 3 4 5 6 | ^Cubuntuserver@ubuntu:/etc/default$ lsusb Bus 001 Device 002: ID 0638:0a23 Avision, Inc. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub |
Im Forum habe ich bereits einiges gefunden, was aber nicht zu einer Lösung geführt hat. meine Änderung welche ich vorgenommen habe (ausser denen in der Anleitung zu scanbuttond) ist folgende: (letzte Zeile)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ubuntuserver@ubuntu:/etc/sane.d$ more avision.conf # These are the possible options. Normally any scanner # should work just fine without them - and they are only # needed for test and debugging. So if you experience problems # and you solve them with enabling options here, please notify # the SANE/Avision maintainer: Mike Kelly <mike@piratehaven.org> #option disable-gamma-table #option disable-calibration #option force-a4 #scsi AVISION #scsi FCPA #scsi MINOLTA #scsi MITSBISH MCA-S600C #scsi MITSBISH MCA-SS600 #scsi HP #scsi hp #scsi /dev/scanner # usb libusb:002:003 # usb 0x03f0 0x0701 usb libusb:001:002 |
Hat jemand eine Idee, warum ich auf Kommandozeile scannen kann (somit der Scanner erkannt wird) und mit scanbuttond am USB kein Scanner erkannt wird? Mit sudo hab ich's auch schon erfolglos versucht.
Danke bereits für Eure Hilfe
Markus