OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: svs57 on October 13, 2006, 08:44:30 am
-
I install 1.1.0r121 on my 750.
Now usbnet doesn't work.
lsmod|grep usb
usbnet 14662 0
usbcore 116300 usbnet
ifconfig usb0
usb0: error fetching interface information: Device not found
I tried even modprobe ALL modules in /lib/modules...
Doesn't help
-
I install 1.1.0r121 on my 750.
Now usbnet doesn't work.
lsmod|grep usb
usbnet 14662 0
usbcore 116300 usbnet
ifconfig usb0
usb0: error fetching interface information: Device not found
I tried even modprobe ALL modules in /lib/modules...
Doesn't help
[div align=\"right\"][a href=\"index.php?act=findpost&pid=143919\"][{POST_SNAPBACK}][/a][/div]
check lsmod | grep g_ether to see if g_ether is loaded,
If not then modprobe g_ether.
If that fails try posting your dmesg output after you insert the usb cable.
Cheers
-
I install 1.1.0r121 on my 750.
Now usbnet doesn't work.
lsmod|grep usb
usbnet 14662 0
usbcore 116300 usbnet
ifconfig usb0
usb0: error fetching interface information: Device not found
I tried even modprobe ALL modules in /lib/modules...
Doesn't help
[div align=\"right\"][a href=\"index.php?act=findpost&pid=143919\"][{POST_SNAPBACK}][/a][/div]
check lsmod | grep g_ether to see if g_ether is loaded,
If not then modprobe g_ether.
If that fails try posting your dmesg output after you insert the usb cable.
Cheers
[div align=\"right\"][a href=\"index.php?act=findpost&pid=143939\"][{POST_SNAPBACK}][/a][/div]
Thank you, Cheers.
It works!