Re: hpaio scannen ja, aber Drucken NEIN!? (was: SANE mit hpaio)
Taxena Gasparov <[email protected]>
| Newsgroups | spline.eisfair.dev |
|---|---|
| Organization | spline |
| Message-ID | <[email protected]> |
Hallo, ich versuche den Scanner von HP Color LaserJet CM1312nfi MFP mit sane zu betreiben. > found USB scanner (vendor=0x03f0 [Hewlett-Packard], product=0x4f17 [HP Color LaserJet CM1312nfi MFP]) at libusb:001:016 Trotz aktiviertem "hp"-Backend wird der Scanner nicht gefunden: > 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). Die "Scanner database" im Sanemenü listet das Gerät zwei Mal: > hplip|hpaio|Hewlett-Packard|Color LaserJet CM1312nfi MFP|||0x03f0:0x4f17|good| > hplip|hpaio|Hewlett-Packard|Color LaserJet CM1312nfi Multifunction Printer|||0x03f0:0x4f17|good| Weder hplip noch hpaio stehen für die Konfigurationsvariable SANE_BACKEND_X_NAME zur Auswahl, nur hp, hp3500, hp4200, ... hplip oder hpaio manuell eintragen? Am 30.10.12 um 21:48 schrieb Stephan Manske: > #------------------------------------------------------------------------------ > # /etc/config.d/usb - configuration file for usb > > > #------------------------------------------------------------------------------ > # Basic configuration > #------------------------------------------------------------------------------ > > START_USB='yes' # USE yes or no > USB_LOWLEVEL='uhci' # driver for USB-Chipset > USB_2='yes' # start USB2 support > USB_PRINTER='yes' # driver for usb-printer > USB_STORAGE='yes' # driver for usb-storage > > #------------------------------------------------------------------------------ > # USB serial options > #------------------------------------------------------------------------------ > > USB_SERIAL='no' # Use yes or no, for driver USB to RS232 > # adaptors > USB_SERIAL_DRIVER='' # low level driver for USB serial > USB_SERIAL_OPTIONS='' # options USB serial driver > > #------------------------------------------------------------------------------ > # USB dependent services > #------------------------------------------------------------------------------ > > USB_DEP_SERVICE_N='1' # how many dependent services > USB_DEP_SERVICE_1_NAME='HP Drucker' # Use a name what ever you want, it's > # only for you > USB_DEP_SERVICE_1_ACTIVE='yes' # Use yes or no > USB_DEP_SERVICE_1_DEVICE='lprng' # Use the device name, like lprng or > # usbcam > > USB_DEP_SERVICE_2_NAME='HP Scanner' # Use a name what ever you want, it's > # only for you > USB_DEP_SERVICE_2_ACTIVE='yes' # Use yes or no > USB_DEP_SERVICE_2_DEVICE='sane' # Use the device name, like lprng or > # usbcam > > #------------------------------------------------------------------------------ > # End > #------------------------------------------------------------------------------ Die USB-Konfiguration hat akutell keine USB_DEP_*-Variablen mehr. Ist dies ursächlich für die Nichtfunktion? Ist sane an diesem HP-MFP-Gerät funktional? Sind weitere Pakete, z.B. hplip, notwendig? Falls ja, welche Einstellungen sind vorzunehmen? Dank Taxi