HP ScanJet 3300C lässt nur root scannen

Nemesis

Nemesis

N3RD
hi,
ich habe hier oben benannten scanner an einem debian in betrieb. das problem ist, wenn ich mit xsane scannen möchte, mekkert er, dass der device belegt ist, öffne ich xsane als root, gibts keine probleme. ich habe unter /dev/ weder ein scanner noch etwas das darauf hindeutet, wie kann ich also gerausfinden, was den scanner blockiert ?


thx!

edit:
sane-find-scanner sagt:
Code:
found USB scanner (vendor=0x03f0 [Hewlett-Packard], product=0x0205 [HP ScanJet 3300C]) at libusb:001:006
 
Zuletzt bearbeitet:
vielleicht wird er als root gemountet ?
Ansonsten würd ich auch bei den Dateien die Berechtigungen überprüfen.
 
naja, bei weilchen daten, ich weiss ja nichmal wo das device-file ist.
 
scanimage -L

Code:
The  -L  or  --list-devices option requests a (partial) list of devices
       that are available.  The list is not complete since some devices may be
       available,  but are not listed in any of the configuration files (which
       are typically stored in directory /etc/sane.d).  This  is  particularly
       the  case  when accessing scanners through the network.  If a device is
       not listed in a configuration file, the only way to access it is by its
       full device name.  You may need to consult your system administrator to
       find out the names of such devices.

aus man scanimage
 
ja, das hab ich auch schon getestet, da gibt er aber auch kein device file an:
Code:
device `niash:libusb:001:004' is a Hewlett-Packard ScanJet 3300C flatbed scanner
 
das modul gibts hier garnicht, aber wie gesagt, root kann scannen. ich wüsste aber nicht wo nachschauen wies um die rechten steht.
 
i quote myself too ;)
scanimage -L
Code:
device `niash:libusb:001:004' is a Hewlett-Packard ScanJet 3300C flatbed scanner

sane-find-scanner:
Code:
 # 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.

found USB scanner (vendor=0x03f0 [Hewlett-Packard], product=0x0205 [HP ScanJet 3300C]) at libusb:001:004
  # 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.
 
Dann fällt mir momentan nur noch /etc/udev/rules.d/libsane.rules ein.

Name und Pfad kann abweichen.

Tante Edit meint grade, du solltest deinen User mal in die Gruppe scanner aufnehmen.
 
Zuletzt bearbeitet:
da steht er drinn:
Code:
# Hewlett-Packard ScanJet 3300c
SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="0205", MODE="664", GROUP="scanner"
 
ich bin bereits user in dieser gruppe.

edit:
hm, ok, es tut auf einmal, warum auch immer ...
 
Zuletzt bearbeitet:

Ähnliche Themen

Xsane findet Scanner nicht

Canon MP 520, openSUSE 11.3 Scanserver, Fedora 14 Scanclient

Mustek 1200 CU Plus + Kernel 2.6.35.7 = Error during device I/O

HP PSC 2175 - CUPS druckt nicht

Scanner nur als root

Zurück
Oben