Re: [linux-usb-devel] Deadlocked scsi_eh_2 process: USB mass storage in 2.6.2

2004-02-13 Thread David Brownell
Yes, those stack traces were iffy. "khubd" was missing, and I saw at least one fragmented stack frame. Bigger kernel log buffers might help (somewhere in kconfig) ... or running without an X11 desktop. Alan Stern wrote: The bus_reset() procedure (which involves doing a USB port reset) has alway

Re: [linux-usb-devel] 2.6.1 + gphoto2 + Concord EyeQ 4330z

2004-02-13 Thread Guennadi Liakhovetski
On Fri, 13 Feb 2004, Alan Stern wrote: > On Thu, 12 Feb 2004, Guennadi Liakhovetski wrote: > > > And thanks for rememberring about this problem. Have you got any > > additional information about the VIA specifics? > > A contact at VIA says that this particular error occurs only in USB > controller

[linux-usb-devel] PATCH: (as186) Remove unneeded and error-provoking variable in UHCI

2004-02-13 Thread Alan Stern
Greg: This patch removes an unneeded "status" field from the UHCI driver's URB-private data structure. The driver had been storing the status of completed URBs there rather than in the URBs themselves. This not only is wasteful of space but is also a cause of bugs, since the USB core relies on u

[linux-usb-devel] Re: [PATCH] (1/10) uhci - list race

2004-02-13 Thread Stephen Hemminger
> Are you sure you had installed my patch when you got this oops? One of > the things my patch does is rename uhci_remove_pending_qhs() to > uhci_remove_pending_urbps(). Unless you got rid of that part of the > patch, I don't see how this stack dump could have arisen. > > Alan Stern Did 'ma

[linux-usb-devel] Re: USB suspend and overcurrent ports

2004-02-13 Thread Paul Fulghum
Alan Stern wrote: ... only one RD interrupt will be generated while the controller is suspended. So relying on RD to > detect that a new device has been plugged in won't > work for these badly-wired motherboards. ... and properly wired PIIX4 USB controllers that have a genuine OC condition. Instea

[linux-usb-devel] Re: USB suspend and overcurrent ports

2004-02-13 Thread Alan Stern
On 11 Feb 2004, Paul Fulghum wrote: > On Wed, 2004-02-11 at 10:10, Alan Stern wrote: > > Is there another device on > > the system sharing the same IRQ line? > > Yes, the USB controller shares with the SCSI controller, > which explains the repeated IRQ status messages. > > There is no way to mov

Re: [linux-usb-devel] [PATCH 2.6.3-rc2] Fix USB host code to use generic DMA API (attempt 2)

2004-02-13 Thread David Brownell
Deepak Saxena wrote: Hello. In reply to this message I will be posting updated patches that cleanup the USB host and core code to use the generic DMA API instead of the PCI-specific API. Looks good to me -- thanks! I hope Greg will merge these (2.6.4-pre, or maybe sooner). - Dave Changes from

Re: [linux-usb-devel] porting usb hardware module to linux usb subsystem

2004-02-13 Thread David Brownell
Kent Ip wrote: Hello, I am using a Motorola MxL chip. It has USB module. I want to port it to linux usb subsystem so my device can connect to desktop linux e.g. RH9 through USB. I have read through the Linux USB guild. I would like to know more specific information about porting USB hardware modul

Re: [linux-usb-devel] 2.6.1 + gphoto2 + Concord EyeQ 4330z

2004-02-13 Thread Alan Stern
On Thu, 12 Feb 2004, Guennadi Liakhovetski wrote: > Hello, Alan > > And thanks for rememberring about this problem. Have you got any > additional information about the VIA specifics? A contact at VIA says that this particular error occurs only in USB controllers with revision number < 5. I thi

Re: [linux-usb-devel] Deadlocked scsi_eh_2 process: USB mass storage in 2.6.2

2004-02-13 Thread Alan Stern
On Thu, 12 Feb 2004, Chris Rankin wrote: > [Linux 2.6.2, dual Xeon (Northwood), Hyperthreaded, 1 > GB RAM, compiled with gcc version 3.2.3 20030422 (Red > Hat Linux 3.2.3-6)] > > Hi, > > Somebody lent me a "dodgy" 512 MB SD Card, to see if I > could read it under Linux. (It was known to fail und

Re: [linux-usb-devel] usb_device_reset

2004-02-13 Thread Anders Hammarquist
In a message of Tue, 10 Feb 2004 10:20:07 EST, Alan Stern writes: >> And now I'm off to see what these do. I'd be quite happy if I could get it >> to work by reloading the usb module. > >It ought to be enough simply to reload the module for your host >controller. You shouldn't need to reload usbc

RE: [linux-usb-devel] FW: USB 2.0 external hard drive problem

2004-02-13 Thread Joerg Schilling
>From [EMAIL PROTECTED] Mon Feb 9 23:12:23 2004 >> Especially if the sense code is NO SENSE. Logically that should >> indicate the driver needed to find out whether or not there was error, >> and it learned that there wasn't. >For tape drives, sense key == NO SENSE is not equivalent to no erro

Re: [linux-usb-devel] Missing the beginning of a bulk transfert

2004-02-13 Thread Aurélien Gâteau
Le Jeudi 12 Février 2004 19:50, vous avez écrit : > Try using "uhci" not "usb-uhci". And if you can, try it on a > different controller driver than UHCI ... it wasn't quite clear > from your "lspci" (very old pci.ids file!), but it looks like > your hardware might have an EHCI controller, which wo