just tried using the following Procedure:
1) Put the file smsc7500.ko on your sdcard.
2) Get ES File manager from Google Play
3) Make sure to setup root explorer and mount system RW in ES File manager settings.
4) Copy the ko file to system/lib/modules/ using ES File Manager
5) After it is copied long press on the file name and in the pop up menu select properties
6) Change permissions Read=check all boxes, Write=check first box When done permissions should be rw-r--r--
7) Get Terminal Emulator from Google Play
8) Run terminal emulator and type su
9) Respond to Super User YES to give permissions
10) Type the following: insmod /system/lib/modules/smsc7500.ko
11) You should not get any errors.
12) To confirm the module is there now type: lsmod
@step 10 I got the following:
insmod: init_module 'smsc7500.ko' failed (No such file or directory)
Seems that the ko file is looking for something...
Just to let you know, the name is correct because If try to use
insmod pippo.ko (a wrong name) the expected error is teh following:
insmod: can't open 'pippo.ko'
Do you think that the should be copied in another directory ?
Comment