Re: [!!!] Rooting H on latest firmwares
Posted: Mon Apr 18, 2016 9:07 am
Any update on a fix for virtual USB on H? It still allows browsing samba server files, but crashes the TV when anything is played.
Samsung TV Firmware on the GO
https://forum.samygo.tv/
No, because WITHOUT usb it works superbdusf wrote:Any update on a fix for virtual USB on H? It still allows browsing samba server files, but crashes the TV when anything is played.
Of course you can. That's the whole pointtro69 wrote:Can I unplug USB when TV is OFF to post the files nsmod_*.sh, sam.log, vermagic.txt and patch.bat log?Once rooted, strongly avoid unplugging of rooting USB, especially when TV is ON.
How can virtual USB work without USB? That does not make sense.sectroyer wrote:Any update on a fix for virtual USB on H? It still allows browsing samba server files, but crashes the TV when anything is played.
No, because WITHOUT usb it works superb
Aha! So I CAN still use Samba!sectroyer wrote:Use samba WITHOUT virtual usbit was explained on forum multiple times. Virtual Samba USB is ONLY for those for whom it works
If it does NOT work do NOT use it
Code: Select all
DEST_DIR=$MOUNT_PATH/smb
Thanks zoelechat!zoelechat wrote:Simply mount to real USB instead of virtual by replacing MOUNT_PATH in samba script.Where $MOUNT_PATH is likely to be /dtv/usb/sdj for virtual, change it to path of an existing physical USB. e.g. /dtv/usb/sda1Code: Select all
DEST_DIR=$MOUNT_PATH/smb
Then you can even disable vusb script
It doesn't matter, it will just be "the one you have to browse" to find your shares. Just be sure the device is always given the right path on TV bootup (matter of device detection order). Otherwise use some trick to detect the right (variable) MOUNT_PATH.dusf wrote:I think one contains some video file I recorded while rooting, and the other contains SamyGo. Does it matter which one I use for /dtv/usb/sda? I guess I can check which is which using df -k?
Yesdusf wrote:To disable vusb script can I just add .dis after the file name. Is it just one file, and what is it called please?
Code: Select all
/mnt/etc/init.d/02_04_vusb.init.dis