Author Topic: Pdaxrom 1.1.0r121 & Usbnet  (Read 2495 times)

svs57

  • Full Member
  • ***
  • Posts: 108
    • View Profile
    • http://
Pdaxrom 1.1.0r121 & Usbnet
« 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

jerrybme

  • Hero Member
  • *****
  • Posts: 639
    • View Profile
    • http://
Pdaxrom 1.1.0r121 & Usbnet
« Reply #1 on: October 13, 2006, 01:41:15 pm »
Quote
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
SL-C3100
Angstrom-GPE
Lexar SD 1 GB
PQI 2GB CF
Ambicom WL1100 CF

svs57

  • Full Member
  • ***
  • Posts: 108
    • View Profile
    • http://
Pdaxrom 1.1.0r121 & Usbnet
« Reply #2 on: October 16, 2006, 02:23:51 am »
Quote
Quote
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!