G_ether


domm1024

Still Fresh
Joined
Dec 7, 2005
Messages
9
I'm trying to insmod or modprobe g_ether.o with firmware v2.0 and its giving me these unresolved symbols:

usb_gadget_unregister_driver

usb_gadget_register_driver

I'm trying to track down why my usb networking is not working. In the Settings->System menu when I turn on usb network it never stays on. I'm assuming that its trying to insmod g_ether and is failing. Any ideas why I'm getting these errors?

Also is net2272.o used when turning on usb networking? That is also giving me an error:
No such device.

Any help would be appreciated.

Thanks.
 
I'm trying to insmod or modprobe g_ether.o with firmware v2.0 and its giving me these unresolved symbols:

usb_gadget_unregister_driver

usb_gadget_register_driver

I'm trying to track down why my usb networking is not working. In the Settings->System menu when I turn on usb network it never stays on. I'm assuming that its trying to insmod g_ether and is failing. Any ideas why I'm getting these errors?

Also is net2272.o used when turning on usb networking? That is also giving me an error:
No such device.

Any help would be appreciated.

Thanks.

When applying the Settings->System->USB Network option you must
press the 'B' key to register the setting.

The shell script that appears to be executed includes the lines:

modprobe net2272
modprobe g_file_storage file=/dev/mmcsd/disc0/disc

or

modprobe net2272
modprobe g_file_storage file=${IMAGE}

where IMAGE == /mnt/yaffs/nand.img

Hope this helps.
 
Last edited by a moderator:
Back
Top