Re: [Hp5400backend-devel] Trouble with Driver
Status: Alpha
Brought to you by:
soumarmt
From: Kevin D. <kde...@ya...> - 2003-03-07 20:53:04
|
Ok, Made some progress... just a a note the modprobe line should be #added for HP5470 scanner alias /dev/usb/scanner0 scanner options scanner vendor=0x3f0 product=0x1005 the product version was off So now I am getting closer I have this error SANE_DEBUG_HP5400=255 scanimage [sanei_debug] Setting debug level of hp5400 to 255. [hp5400] sane_init [hp5400] Reading config file [hp5400] vendor/product 0x03F0-0x1005 [hp5400] Read: reqtype = 0xC0, req = 0x04, value = 1200 [hp5400] Read: reqtype = 0xC0, req = 0x04, value = C500 [hp5400] Command 12 verified [hp5400] Sorry, unknown scanner version. Attempted match on 'SilitekIBlizd C3 ScannerV0.84' and 'SilitekIBlizd C3 ScannerV0.86' [hp5400] Vesion is ''[hp5400] sane_get_devices scanimage: no SANE devices found [hp5400] sane_exit Kevin On Friday 07 March 2003 12:29 pm, Thomas Soumarmon wrote: > Hi, > > > > (snip) > > > [hp5400] Reading config file > > [hp5400] Using usb 0x03f0 0x1005 as device file > > [hp5400] vendor/product 0x0000-0x0000 > > [hp5400] hp5400_open failed > > [hp5400] sane_open: > > Segmentation fault > > Here you should have : > [hp5400] vendor/product 0x03f0 0x1005 > That is because of the hp5400.conf (see below) > > > in hp5400.conf I have > > usb 0x03f0 0x1005 > > in hp5400.conf don't put anything to use default device selection > > (snip) > > > hub.c: USB new device connect on bus1/1, assigned device number 19 > > usb.c: USB device 19 (vend/prod 0x3f0/0x1005) is not claimed by any > > active driver. > > Module scanner is not loaded. It should handle the USB device. Add those > lines to /etc/modules.conf : > #added for HP5470 scanner > alias /dev/usb/scanner0 scanner > options scanner vendor=0x3f0 product=0x1105 > > then run > modprobe > to launch the scanner module > > > Any ideas where I should look? Could it be a permission issue? > > I think it should work now. > > > Thomas. > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Hp5400backend-devel mailing list > Hp5...@li... > https://lists.sourceforge.net/lists/listinfo/hp5400backend-devel |