[Linux-usb-users] Minolta Dual Scan III USB lockup issues

2003-12-18 Thread Nick Monkman
Hi all, I recently purchased a Minolta Dual Scan III film scanner. I've been using in Linux via Vuescan, and it generally works pretty well. However, there is one major annoyance. Every so often (every 5th scan or so) it just stops scanning and Vuescan locks up. The kernel log offers the following

Re: [Linux-usb-users] Minolta Dual Scan III USB lockup issues

2003-12-18 Thread Ged Haywood
Hi there, On Wed, 17 Dec 2003, Nick Monkman wrote: > [snip] > scanner.c: read_scanner(0): funky result:-75. > [snip] > I am using kernel 2.4.21 and usb 1.1 (ohci). Try a later kernel? YMMV of course. > Maybe switching to usb 2 (ehci) would help? I rather doubt it. 73, Ged. ---

[Linux-usb-users] Réf. : [Linux-usb-users] Compiling HID support

2003-12-18 Thread arnaud . quette
> ... you might have missed hiddev and input supports which are needed for USB UPSs. Arnaud --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tu

Re: [Linux-usb-users] Logitech Quickcam USB

2003-12-18 Thread Tuukka Toivonen
On Wed, 17 Dec 2003, Willy De la Court wrote: >> The kernel identify the camera as: >> "vend/prod: 0x46d/0xd001" >I'v got that working with a driver nw802 get it here >http://nw802.sourceforge.net/news.html Is there a page that lists all supported vendorid/productid pairs and links to the corres

[Linux-usb-users] Portable mp3 player NMP-312M

2003-12-18 Thread asancho$telefonica.net
Hello. A person gift me an mp3 player. i have try to mount it by usb-storage but I don't see /dev/sda. The vendor 1252 and product id 1000. The out of /proc/bus/devices: - T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 13 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Pro

Re: [Linux-usb-users] Logitech Quickcam USB

2003-12-18 Thread Willy De la Court
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 18 December 2003 13:00, Tuukka Toivonen wrote: > On Wed, 17 Dec 2003, Willy De la Court wrote: > >> The kernel identify the camera as: > >> "vend/prod: 0x46d/0xd001" > > > >I'v got that working with a driver nw802 get it here > >http://nw8

Re: [Linux-usb-users] Compiling HID support - PROGRESS!

2003-12-18 Thread Billy Glenn
Randy / Team: Thanks to all for the help and support. It WAS something obvious I was overlooking - and after toggling the "input core" support to built-in, I was able to build the kernel with the full HID support statically included. EUREKA! So, now when I boot the new kernel, I see very dif

Re: [Linux-usb-users] Minolta Dual Scan III USB lockup issues

2003-12-18 Thread Nicholas Monkman
Hi, Thanks for the replies. I ended up using a workaround described here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg08209.html Pieter changed the IBUF_SIZE in scanner.h from 32k to 64k. This seems to have done the trick for me. I looked in the 2.6 kernel code and it remains 32k however. S