recliq wrote:Tip of the day: If you want to wipe your config remember to save to flash before rebooting!!
- Code: Select all
rm -r /conf/*
config_tool -s
reboot
Tried that but after the reboot (USB key unplugged) I still had the PsychoTHC interface for instance.
I can't go back to the very first factory settings, the ones I had the day I took the WD out of the box ! Well, nevermind on this part...
zmiki wrote:@oudoulj
My mod of firmware is intended to be used as it is. No need to download anything, so no need for .wdtvext-plugins directory.
you should copy net.mounts file to /conf so you do not need a stick with it connected to wdtv
(DSLITE.dslite file with toggleshare script)
Now you need to copy toggleShareRW.script to /conf and change premissions on it (chmod 755 toggleShareRW.script)
Also check mount table your share should have 3 mount points
/tmp/media/usb/SharedVideos
/tmp/media/usb/USB1/SharedVideos
/tmp/mnt/"UUid"
these should change from rw to ro or ro to rw with each run of the script.
hope I helped
OK, so I started over.
0 - Reset (or so to speak) with recliq's commands above.
1 - Left on the USB key
only the 3 files of your FW (wdtvlive.bin, wdtvlive.fff, wdtvlive.ver), flashed the box with it (result :
1.02.21 WDLXTV_LIVE-0.5.1.1) then unplugged it.
2 -I copied my
net.mounts to /conf
Its content (apart from the comments) is :
- Code: Select all
xmount 192.168.0.2:/nfs/Public/SharedVideos SharedVideos nfs rw,vers=3,rsize=16384,wsize=16384,hard,proto=udp,timeo=7,retrans=3,nolock,addr=192.168.0.2|
xmount 192.168.0.2:/nfs/Public/SharedMusic SharedMusic nfs
xmount 192.168.0.2:/nfs/Public/SharedPictures SharedPictures nfs
(lines that proved correct in the past)
3 - I chose the English and French languages in the WEC in order to obtain a
en.fr.sublang file in /conf (easy !)
4 - I copied DSLITE.dslite with ToggleRW script in it to /conf
5 - I copied
toggleShareRW.script into /conf and chmod it to 755 with FileZilla.
Its content was first the default one that is :
- Code: Select all
@mounts=( );
Later on, I changed it to :
- Code: Select all
@mounts=( '/tmp/media/usb/SharedVideos' );
(which doesn't look right since I unplugged my USB key)
Either way I was never able to pop up the ds-lite menu content from the MNv4 bar (or maybe once but never with the ToggleRW option listed).
And never able to download a subtitle either

I'm not sure what the 2 other lines you suggested to add in toggleShareRW.script are for
/tmp/media/usb/USB1/SharedVideos : I don't have a USB key plugged anymore
/tmp/mnt/"UUid" : /tmp/mnt only has one folder called
apps and that is empty. What is UUid ?!
The difference with my USB key formerly connected it that I don't have "Local drives" under Videos : I now have to choose
Video > Network shares > MYBOOKWORLD > Public > SharedVideos to be able to display subtitles (subtitles files already on my hard disk)...
Any clue why the ds-lite menu wouldn't pop out after those modifications ?
