Re: [App] Rooting E/F on latest firmwares
Posted: Sat Jan 24, 2015 7:34 am
Ok, I think you are right. I also tried the solution with 02_04_vusb.init, 06_03_nfsmount.init and 80_80_record_to_nwshare.init. Is that your solution? If not, what is your solution?
But when I start 02_04_vusb.init, I have the problem, that I don't have 'dummy_hcd.ko' and 'g_file_storage.ko'.
./etc/init.d/02_04_vusb.init.dis start (the .dis must away for autostart)
I followewd this thread viewtopic.php?f=50&t=7028 with a similar problem.
cat /.version:
I downloaded the file 'vusb_drivers_0064.zip' and extractet it to /mnt/lib/modules/64, Than i adapted 02_04_vusb.init.dis start
Result:
I need correct 'g_file_storage.ko' for my UE50ES6300 with Firmware T-MST10PDEUC_2004.1. How can I get it? What can I do?
But when I start 02_04_vusb.init, I have the problem, that I don't have 'dummy_hcd.ko' and 'g_file_storage.ko'.
./etc/init.d/02_04_vusb.init.dis start (the .dis must away for autostart)
Code: Select all
root@tv:/mnt # ./etc/init.d/02_04_vusb.init.dis start
mkfs.vfat 2.11 (12 Mar 2005)
insmod: can't read '/mnt/lib/modules/2.6.35.13/kernel/drivers/usb/gadget/dummy_hcd.ko': No such file or directory
insmod: can't read '/mnt/lib/modules/2.6.35.13/kernel/drivers/mstar/usb/gadget/dummy_hcd.ko': No such file or directory
insmod: can't read '/mnt/lib/modules/2.6.35.13/kernel/drivers/usb/gadget/g_file_storage.ko': No such file or directory
insmod: can't read '/mnt/lib/modules/2.6.35.13/kernel/drivers/mstar/usb/gadget/g_file_storage.ko': No such file or directory
real storage device at: /sys/block/sda/device/model (sda)
cat /.version:
Code: Select all
root@tv:/mnt # cat /.version
"X10P 0072" KERNEL MODULE VERSION : "0064.0716, DTV, X10P, release, DEU_BRANCH"
Code: Select all
# insmod $SYSROOT/lib/modules/treasure/dummy_hcd.ko
#insmod $MOD_DIR/kernel/drivers/usb/gadget/dummy_hcd.ko || \
#insmod $MOD_DIR/kernel/drivers/mstar/usb/gadget/dummy_hcd.ko || \
insmod /mnt/lib/modules/64/dummy_hcd.ko
sleep 2
# insmod $SYSROOT/lib/modules/treasure/g_file_storage.ko
#insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko || \
#insmod $MOD_DIR/kernel/drivers/mstar/usb/gadget/g_file_storage.ko || \
insmod /mnt/lib/modules/64/g_file_storage.ko
Code: Select all
root@tv:/mnt # ./etc/init.d/02_04_vusb.init.dis start
mkfs.vfat 2.11 (12 Mar 2005)
insmod: can't insert '/mnt/lib/modules/64/g_file_storage.ko': invalid parameter
real storage device at: /sys/block/sda/device/model (sda)