I tried to modprobe -r net_fd, however all I get from that is:
root@openzaurus:~# modprobe -r net_fd
net_fd: Device or resource busy
my lsmod looks as follows:
Module Used by
usbdmonitor 0
sharp_mmcsd_m 1
pxa_bi 0
net_fd 1
usbdserial 0
usbdcore 0 [pxa_bi net_fd]
In addition, I tried to hook the zaurus up to my linux box using the usbnet module, and I\'m getting error messages in my /var/log/message
Jun 17 03:12:19 moonpolysoft kernel: usb 4-2: new full speed USB device using address 8
Jun 17 03:12:19 moonpolysoft kernel: usb 4-2: device not accepting address 8, error -71
Jun 17 03:12:19 moonpolysoft kernel: usb 4-2: new full speed USB device using address 9
Jun 17 03:12:20 moonpolysoft kernel: usb 4-2: device not accepting address 9, error -71
It will print those two error messages each time it is plugged in, incrementing the address each time.
Thanks for your help.