LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   USB-OTG device mode - Unable to load g_file_storage.ko (https://www.linuxquestions.org/questions/linux-software-2/usb-otg-device-mode-unable-to-load-g_file_storage-ko-826724/)

Padmasri 08-17-2010 05:44 AM

USB-OTG device mode - Unable to load g_file_storage.ko
 
I have enabled USB -OTG as Both Host and peripheral.
USB - OTG host mode is working fine
but USB - Device mode is not working...
I'm unable to load g_file_storage.ko,I get below error

insmod: error inserting 'g_file_storage.ko': -1 No such device

Thanks in advance.

sem007 08-17-2010 05:51 AM

give the full path of your module

Code:

insmod /path/of/your/module.ko

Padmasri 08-19-2010 12:53 AM

I copy the driver through tftp and load the driver from the current directory where it exits but even then I get the same error

mx27# insmod g_file_storage.ko
insmod: error inserting 'g_file_storage.ko': -1 No such device


All times are GMT -5. The time now is 12:58 AM.