Quoting kelly george hirai <[EMAIL PROTECTED]>: > proc doesn't seem to know about mod sacnner. scanner is having trouble > intpreting i think. sane is still in the dark. usb.c seems to be getting > the unplug but isn't terminating the connection to the mod scanner. so the > users of mod scanner keep piling up and i can't rmmod it. hmmm.....
I am unsure how you got there, but ... Firstly, if you do not UNLOAD the module (modprobe -r, or rmmod) then you can not load it again. So you MUST unload the module first, and then reload it with your custom product and vendor IDs. See below. Secondly, > Aug 29 13:02:10 kgh kernel: scanner.c: open_scanner(0): Unable to access > minor data This only means that you haven't reloaded the scanner driver with custom options. The [poorly phrased] message means that the driver does not have any active scanner connected to /dev/usb/usbscanner0 when you try to open it. In other words, "nobody is at home". > kgh:/etc/hotplug # lsmod > Module Size Used by Tainted: P > scanner 7960 10 Probably you have 10 SANE processes hanging onto the driver? Can you kill them (ps lx), or log out, or just reboot if all else fails? Dmitri -- If violence isn't solving your problems, you're not using enough of it. - Misato Katsuragi
msg04590/pgp00000.pgp
Description: PGP signature
