[Ended] SamyGO Extensions on F series
Re: SamyGO Extensions on F series
yes.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: SamyGO Extensions on F series
I haven't figure out occasional tv restarts but I did find out that one have to fill SHARES="/example1 /example2 ..." in 03_03_nfsmount.init on order to be automatically started, otherwise it only can be started from the web page http://IP:1080/cgi-bin/test.cgi. I think this info should be on first post just to avoid confusion.
Have a nice day ...
Have a nice day ...
Re: SamyGO Extensions on F series
Hello. Today just bought UE32F5300. Firmware 1112.
Injected with SamygoExtensions as in the first post. All the features presented are working: Telnet, FTP, Samba Share from PC, Webif. I have to mention that for "develop" user I couldn't be able to put the password, but I managed to install Samygo Widget thow.
Now, since is F5300 version, it hasn't wifi incorporated, but they said it's wifi ready, but only with expensive Samsung Wifi dongle!
I searched the forum for how to hack this, and I found that the first step is to enable: /mnt/etc/init.d/02_04_replace_wifi_mod.init
by erasing "dis" extension and to insert inside type of chipset, SSID and wifi Password.
Did that (I have an RT73 TPLINK dongle), but no wifi discovered.
I searched more in the forum and found that for old models there are rt73.ko modules compiled in order to replace original ones.
My problem is that I couldn't find rt73.ko compiled for this model F5300...what do you advise me to do ?
Injected with SamygoExtensions as in the first post. All the features presented are working: Telnet, FTP, Samba Share from PC, Webif. I have to mention that for "develop" user I couldn't be able to put the password, but I managed to install Samygo Widget thow.
Now, since is F5300 version, it hasn't wifi incorporated, but they said it's wifi ready, but only with expensive Samsung Wifi dongle!
I searched the forum for how to hack this, and I found that the first step is to enable: /mnt/etc/init.d/02_04_replace_wifi_mod.init
by erasing "dis" extension and to insert inside type of chipset, SSID and wifi Password.
Did that (I have an RT73 TPLINK dongle), but no wifi discovered.
I searched more in the forum and found that for old models there are rt73.ko modules compiled in order to replace original ones.
My problem is that I couldn't find rt73.ko compiled for this model F5300...what do you advise me to do ?
UE32J5200 - T-N14MJDEUC ver1121.0 - Rooted: https://forum.samygo.tv/viewtopic.php?f=75&t=9622
UE40J5200 - T-N14MJDEUC ver1121.0 - Rooted: https://forum.samygo.tv/viewtopic.php?f=75&t=9622
UE40J5200 - T-N14MJDEUC ver1121.0 - Rooted: https://forum.samygo.tv/viewtopic.php?f=75&t=9622
Re: SamyGO Extensions on F series
Samygo Extions on UE40F6270 work with FW 1119. Tried ftp and telnet.
- brunogts77
- Posts: 772
- Joined: Sat Feb 18, 2012 8:34 pm
Re: SamyGO Extensions on F series
Hi. In my f5300, vitual usb shows SMB shares but inside is empty! anything mounted. If i access via web interface to start/stop scripts and run samba script, then everything is mounted! Anny help????
One more thing, Subtitles don?t work in virtual usb! watching movies using usb device, subtitles works fine! any suggestion????
One more thing, Subtitles don?t work in virtual usb! watching movies using usb device, subtitles works fine! any suggestion????
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
Re: SamyGO Extensions on F series
The answer is here: viewtopic.php?f=52&t=7581&start=10#p58128brunogts77 wrote:Subtitles don?t work in virtual usb! watching movies using usb device, subtitles works fine! any suggestion????
I do NOT receive any PM. Please use forum.
- brunogts77
- Posts: 772
- Joined: Sat Feb 18, 2012 8:34 pm
Re: SamyGO Extensions on F series
Very very thanks zoelechat. It works. And about "Auto script do not find any shares, so I have to mount it manual"??? If i access via web interface to start/stop scripts and run samba script, then everything is mounted! Anny help????zoelechat wrote:The answer is here: viewtopic.php?f=52&t=7581&start=10#p58128brunogts77 wrote:Subtitles don?t work in virtual usb! watching movies using usb device, subtitles works fine! any suggestion????
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
Re: SamyGO Extensions on F series
No idea, maybe shares are mounted too early, before they're discovered. To be sure, you can try to add "sleep 30" at the beginning of script...
I do NOT receive any PM. Please use forum.
- brunogts77
- Posts: 772
- Joined: Sat Feb 18, 2012 8:34 pm
Re: SamyGO Extensions on F series
Not works!!! i change just like you said "sleep 30" but nothing happened.
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
Re: SamyGO Extensions on F series
So you can remove it...brunogts77 wrote:Not works!!! i change just like you said "sleep 30" but nothing happened.
If you think it is needed to launch script twice for it to work, here's a workaround

Insert this line at the end of case start):
Code: Select all
[ $(pidof ${0##*/}) ] 2>/dev/null && $0 start
Code: Select all
get_shares
Code: Select all
;;
I do NOT receive any PM. Please use forum.