On Thu, Jun 06, 2002 at 10:02:33AM +0200, Markus Biermaier wrote: > Hello, > > I try to get a stable USB-ETH connection between a Sharp Zaurus SL 5500G and > an i386-Linux-PC. > > I got working TCP/IP-connections (telnet, ftp, even vnc) and > a syncing Qtopia-desktop. > > But from time to time I get kernel-sylog-messages. Typical like this: > ----- Snippet ----- > Jun 2 15:40:32 linuxorange kernel: usb-uhci.c: process_transfer: fixed toggle > Jun 2 15:40:59 linuxorange kernel: usb-uhci.c: interrupt, status 2, frame# 475 > Jun 2 15:40:59 linuxorange kernel: usb-uhci.c: process_transfer: fixed toggle > Jun 2 15:40:59 linuxorange kernel: usb-uhci.c: process_transfer: fixed toggle
Try compiling and insmod'ing the "other" uhci module. I had a similar problem until changing uhci modules. If you do a make menuconfig on your kernel, then select module for the uhci driver, and the other one will show up as an option. If you compile one of them into the kernel, you don't get an option to compile the other at all. Also, make sure you are using the usb-usb networking driver, rather than the CDC one, see <http://www.ruault.com/Zaurus/ethernet-over-usb-howto.html> for details if you haven't allready. -- Jim Richardson Anarchist, pagan and proud of it http://www.eskimo.com/~warlock Linux, from watches to supercomputers, for grandmas and geeks. _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
