Re: 2.6.10 and speedtouch usb

From: Duncan Sands
Date: Wed Dec 29 2004 - 04:13:28 EST


> i have try the new kernel 2.6.10, compil with exactly the same option from my
> 2.6.9 (i have copied the .config) but i notice a high load on my machine, and
> i see that was syslogd.
> So, i look at my log and see:
>
> Dec 26 19:40:44 gateway last message repeated 137 times
> Dec 26 19:40:46 gateway kernel: usb 2-1: events/0 timed out on ep0in
> Dec 26 19:40:46 gateway kernel: SpeedTouch: Error -110 fetching device status
> Dec 26 19:40:46 gateway kernel: usb 2-1: modem_run timed out on ep0in
> Dec 26 19:40:46 gateway kernel: usb 2-1: usbfs: USBDEVFS_CONTROL failed cmd
> modem_run rqt 192 rq 18 len 8 ret -110
> Dec 26 19:40:46 gateway kernel: usb 2-1: usbfs: process 5296 (modem_run) did
> not claim interface 0 before use
> Dec 26 19:40:49 gateway last message repeated 413 times
> Dec 26 19:40:51 gateway kernel: usb 2-1: events/0 timed out on ep0in
> Dec 26 19:40:51 gateway kernel: SpeedTouch: Error -110 fetching device status
> Dec 26 19:40:51 gateway kernel: usb 2-1: modem_run timed out on ep0in
> Dec 26 19:40:51 gateway kernel: usb 2-1: usbfs: USBDEVFS_CONTROL failed cmd
> modem_run rqt 192 rq 18 len 8 ret -110
> Dec 26 19:40:51 gateway kernel: usb 2-1: usbfs: process 5296 (modem_run) did
> not claim interface 0 before use
> Dec 26 19:40:59 gateway last message repeated 1105 times

Hi Serge, please turn on the kernel config option CONFIG_USB_DEBUG. Also, change

/*
#define DEBUG
#define VERBOSE_DEBUG
*/

to

#define DEBUG
/*
#define VERBOSE_DEBUG
*/

in drivers/usb/atm/speedtch.c and drivers/usb/atm/usb_atm.c. You should then
get a bunch of stuff in your system logs.

Ciao,

Duncan.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/