I have VL6.0 and an HP OfficeJet 6310 All-in-one USB device, which works fine as a printer with most programs I need it to.
However, I would like to be able to use its scanner capabilities.
Running
sane-find-scanner as an ordinary user produces:
found USB scanner (vendor=0x03f0, product=0x5311) at libusb:002:004
Running
sane-find-scanner as super user produces a little more information:
found USB scanner (vendor=0x03f0 [HP], product=0x5311 [Officejet 6300 series]) at libusb:002:004
Going on to use
scanimage -L produces different results for ordinary vs super user:
As ordinary user:
martin:$ 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).
As super user:
root:# scanimage -L
device `hpaio:/usb/Officejet_6300_series?serial=CN7ATFW2VZ04M4' is a Hewlett-Packard Officejet_6300_series all-in-one
How do I proceed from here, to get the scanner capabilities working for any user?