Re: [Hp5400backend-devel] Trouble with Driver
Status: Alpha
Brought to you by:
soumarmt
From: Thomas S. <sou...@ne...> - 2003-03-07 19:31:06
|
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 act= ive > driver. > Module scanner is not loaded. It should handle the USB device. Add those = lines=20 to /etc/modules.conf : =09#added for HP5470 scanner =09alias /dev/usb/scanner0 scanner =09options scanner vendor=3D0x3f0 product=3D0x1105 then run =09modprobe to launch the scanner module > Any ideas where I should look? Could it be a permission issue? I think it should work now. Thomas. |