Re: [linux-usb-devel] 6-in-1 USB problems with 2.6.5 kernel (Fedora Core 2)

2004-05-28 Thread Gregory Gulik
Unfortunately the patch didn't help. I tried it again and sure enough the command locked up. Were the USB drivers re-written for the 2.6 kernel??? This used to work just fine under the 2.4 kernel. Alan Stern wrote: Are you using a USB controller by VIA Technologies? If you are, this patch m

Re: [linux-usb-devel] 6-in-1 USB problems with 2.6.5 kernel (Fedora Core 2)

2004-05-28 Thread Gregory Gulik
Yes, it is a VIA controller: [EMAIL PROTECTED] root]# lspci| grep -i usb 00:0c.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) 00:0c.1 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) 00:0c.2 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) 00:0c.3 USB Controller

Re: [linux-usb-devel] 6-in-1 USB problems with 2.6.5 kernel (Fedora Core 2)

2004-05-27 Thread Gregory Gulik
Finally got the kernel re-built with debugging.. Attached is the dmesg output after I plugged in the 256M SD card that comes up on /dev/sdd. Once again any attempt to access the card hangs the command and is impossible to kill without a reboot. To summarize, I do have "options scsi_mod max_luns

Re: [linux-usb-devel] 6-in-1 USB problems with 2.6.5 kernel (Fedora Core 2)

2004-05-26 Thread Gregory Gulik
File attached. Sancho Dauskardt wrote: Please also post the contents of /proc/bus/usb/devices -- Greg Gulik http://www.gulik.org/greg/ greg @ gulik.org T: Bus=08 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0

Re: [linux-usb-devel] 6-in-1 USB problems with 2.6.5 kernel (Fedora Core 2)

2004-05-26 Thread Gregory Gulik
I will re-build the kernel with USB debugging and will get back to you. Matthew Dharm wrote: Alan, I don't think this is one of those devices. This looks like a pretty standard multi-LUN setup which uses the bulk-only driver. Devices like Andries has are pretty uncommon, especially in 6-in-1 vari

[linux-usb-devel] 6-in-1 USB problems with 2.6.5 kernel (Fedora Core 2)

2004-05-26 Thread Gregory Gulik
I've been trying to resolve a problem with a 6-in-1 card reader using USB 2.0 that used to work with Fedora Core 1 (2.4 kernel) no longer works with the 2.6.X kernel in Fedora Core 2. I eventually found that I needed to add "options scsi_mod max_luns=16" to modprobe.conf and that seemed to work. I