From: Ricardo M. <the...@so...> - 2001-12-29 21:02:08
|
NetNoise wrote: > I try the new code whit my hp3300c , but I cannot make it work ; it gave me > this error message: > > > [root@localhost scan20011216]# ./hp3300 lamp > bus 001 dev 002 : 0x03F0-0x0205 > Matching USB device 0x03F0-0x0205 ... found HP3300C > Unable to claim interface > bus 001 dev 001 : 0x0000-0x0000 > Matching USB device 0x0000-0x0000 ... nothing found > LibUsbExit: nothing to close > [root@localhost scan20011216]# > > Any one knows why? > I'm terribly sorry for the delay (I spent this afternoon rehearsing with my band). This is probably caused by the fact that libusb doesn't work very well when the kernel module scanner.o is loaded. To see if the module is loaded try this: [shell]# lsmod If there is a module named scanner, unload it like this [shell]# rmmod scanner Check if it was unloaded (by doing lsmod again). If it was unloaded try using the testtool. If the module is still loaded, do rmmod scanner until it is unloaded. That should do the trick. NOTE: Always make sure the scanner module is unloaded (a good method is by not even compiling it in the kernel). Ricardo Martins |