Dear community,
I've been trying to set up the Ethernet over USB for quite a while already. After a couple of weeks I realized that i needed more understanding so i started a trip into the world of Linux kernels.
Currently I am working with the kernel version 3.1.10, provided by the OMAPL138 SDK.
I'm able to include the USB Ethernet Gadget functionality as a module (<M>) but when i load the module i get:
modprobe g_ether
FATAL: Error inserting g_ether (/lib/modules/3.1.10/kernel/drivers/usb/gadget/g_ether.ko): No such device
Some people gave some tips to solve it http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/p/100384/367311.aspx#367311 but for me the result is the same:
FATAL: Error inserting g_ether (/lib/modules/3.1.10/kernel/drivers/usb/gadget/g_ether.ko): No such device
I realized that displaying the system message buffer (dmesg) the following message appear when trying to load g_ether through modprobe:
couldn't find an available UDC
I'm really stucked into something that it seems some people has had success so i might be missing something.
Any suggestions are welcome.
Thanks in advance.