[Server] Scanner di rete
Inviato: mercoledì 30 giugno 2010, 22:08
Salve a tutti,
Ho un home server con ubuntu 10.04 a cui è collegata una stampante multifunzionale HP.
Ho problemi a far rilevare lo scanner.
La parte da stampante invece funziona egregiamente anche in rete.
I comandi che ho dato sono:
è un problema di permessi, dato che con sudo il comando scanimage mi vede il dispositivo?
Grazie!
Ho un home server con ubuntu 10.04 a cui è collegata una stampante multifunzionale HP.
Ho problemi a far rilevare lo scanner.
La parte da stampante invece funziona egregiamente anche in rete.
I comandi che ho dato sono:
Codice: Seleziona tutto
andrea@andrea-server:~$ 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).
Codice: Seleziona tutto
andrea@andrea-server:~$ 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
# you have loaded a kernel SCSI driver for your SCSI adapter.
found USB scanner (vendor=0x03f0, product=0x5611) at libusb:001: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.
Codice: Seleziona tutto
andrea@andrea-server:~$ sudo scanimage -L
[sudo] password for andrea:
device `hpaio:/usb/Photosmart_C3100_series?serial=CN75UCB0C204P9' is a Hewlett-Packard Photosmart_C3100_series all-in-one
Grazie!