cin0l Apprentice
Joined: 29 Feb 2004 Posts: 182
|
Posted: Tue Apr 13, 2004 11:26 am Post subject: mustek bearpaw 1200cu and libusb (kernel 2.6.5-mm1) |
|
|
Hi
I've got problem with my scanner on my 2.6.5-mm1 kernel.. When I used
2.4.xx everything was OK, because I used kernel module 'scanner.o'. Now I must use libusb, but I have problem with.
I reemerge sane-backends, libusb (got latest versions).
My fstab:
[cut]
Code: | # usbfs
none /proc/bus/usb usbfs defaults,devmode=0666 0 0
|
As user:
Code: | cin0@cin0 cin0 $ sane-find-scanner
# No SCSI scanners found. If you expected something different, make sure
# that you have loaded a SCSI driver for your SCSI adapter.
found USB scanner (vendor=0x05d8, product=0x4002, chip=GT-6801?) at libusb:001:004
[cut]
cin0@cin0 cin0 $ 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).
cin0@cin0 cin0 $ cat /proc/bus/usb/devices
[cut]
T: Bus=01 Lev=01 Prnt=01
Port=00 Cnt=01 Dev#= 4 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=ff(vend.) Sub=ff
Prot=ff MxPS=64 #Cfgs= 1 P: Vendor=05d8 ProdID=4002 Rev= 1.00 C:* #Ifs= 1
Cfg#= 1 Atr=a0 MxPwr=496mA I: If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=ff
Prot=ff Driver=(none) E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms [cut]
|
As root:
Code: | root@cin0 cin0 # sane-find-scanner
# No SCSI scanners found. If you expected something different, make sure
# that you have loaded a SCSI driver for your SCSI adapter.
|
and it stops on this ^, I can't do anything after this, my console hungs,
I can't even kill it. Same thing with:
Code: | root@cin0 cin0 # scanimage -L
|
and nothing :/
also (next console after I gave scanimage and sane-fi...):
Code: | root@cin0 cin0# cat /proc/bus/usb/devices
|
and.. shows nothing.. just hungs
what is wrong? |
|