On Mon, 15 Mar 2004, Oliver Neukum wrote:

> > > 2. Could you verify that the syslog gets everything?
> > 
> > I think it gets everything. Had to type the last lines manually (from tty12). 
> > How can I verify?
> 
> Make sure that klogd is at logging level 9. Hotplug is running, so the
> kernel has noticed the disconnect, yet there's nothing in the log, which
> is very odd.
> 
>       Regards
>               Oliver

Judging from the oops log, urb->urb_list has been corrupted.  Probably by 
free-memory poisoning, which means the urb was released before it had been 
passed to usb_hcd_giveback_urb().  Which is odd, because there should be 
at least 2 outstanding references at that point: one from the initial 
creation and another from the last submission.

Alan Stern



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to