Dear All,
I need to connect to LINUX and WINDOWS using USB-OTG.
For that I had build module g_ether.ko in 2.6.37 kernel. configured kernel according to usb driver user guide
REF:http://processors.wiki.ti.com/index.php/UserGuideUsbDriver_PSP_04_02_00_07#CDC.2FRNDIS_gadget
when i try to insert g_ether.ko module by insmod following is the error message..,
root@devkit:~# insmod /lib/modules/2.6.37/g_ether.ko
insmod: can't insert '/lib/modules/2.6.37/g_ether.ko': No such device
When i tried to modprobe following is the error..,
root@devkit:~# modprobe /lib/modules/2.6.37/g_ether.ko
modprobe: module /lib/modules/2.6.37/g_ether.ko not found in modules.dep
Are there any more changes i should configure in kernel or in file system.
Thanks in Advance,
Chinna.