Page 12 of 31
Re: SamyGO Extensions on F series
Posted: Sun Apr 06, 2014 7:50 pm
by juusso
yes.
Re: SamyGO Extensions on F series
Posted: Mon Apr 07, 2014 4:48 pm
by miksi
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 ...
Re: SamyGO Extensions on F series
Posted: Wed Apr 09, 2014 11:14 pm
by hotm
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 ?
Re: SamyGO Extensions on F series
Posted: Tue Apr 15, 2014 9:55 am
by WST
Samygo Extions on UE40F6270 work with FW 1119. Tried ftp and telnet.
Re: SamyGO Extensions on F series
Posted: Fri Apr 25, 2014 2:47 pm
by brunogts77
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????
Re: SamyGO Extensions on F series
Posted: Fri Apr 25, 2014 4:12 pm
by zoelechat
brunogts77 wrote:Subtitles don?t work in virtual usb! watching movies using usb device, subtitles works fine! any suggestion????
The answer is here:
viewtopic.php?f=52&t=7581&start=10#p58128
Re: SamyGO Extensions on F series
Posted: Fri Apr 25, 2014 4:58 pm
by brunogts77
zoelechat wrote:brunogts77 wrote:Subtitles don?t work in virtual usb! watching movies using usb device, subtitles works fine! any suggestion????
The answer is here:
viewtopic.php?f=52&t=7581&start=10#p58128
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????
Re: SamyGO Extensions on F series
Posted: Fri Apr 25, 2014 5:05 pm
by zoelechat
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...
Re: SamyGO Extensions on F series
Posted: Fri Apr 25, 2014 5:27 pm
by brunogts77
Not works!!! i change just like you said "sleep 30" but nothing happened.
Re: SamyGO Extensions on F series
Posted: Fri Apr 25, 2014 8:01 pm
by zoelechat
brunogts77 wrote:Not works!!! i change just like you said "sleep 30" but nothing happened.
So you can remove it...
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
just between
and