Page 2 of 31
Re: SamyGO Extensions on F series. Volunteers?
Posted: Mon Jan 06, 2014 8:33 pm
by svantovit
Just updated to the latest version (had the version from 04.01.14 before); now it doesn't work anymore like that
And if I want to start the nfs manually, I have to start nfsmount.dis, stop nfsmount.remi71 and then start nfsmount.remi71
Just saw, that you are doing this already with the web-tool for starting the scripts. So nothing new here.
And everything gets mounted to /mnt/etc/init.d/MountPlaceholder, but I guess you did that on purpose.
Re: SamyGO Extensions on F series. Volunteers?
Posted: Mon Jan 06, 2014 8:51 pm
by svantovit
Works as described above in stable version 2014-01-03.
The 2 second sleep is not necessary.
TV: UE32F6270
Firmware: 1113
Version: "X12 0136" KERNEL MODULE VERSION : "0112.1126, DTV, X12, release, DEU_BRANCH"
Re: SamyGO Extensions on F series. Volunteers?
Posted: Tue Jan 07, 2014 10:46 am
by miksi
Hello juuso,
First I want to thank you for your work and time.
I have UE46F6510 with 1116 firmware and I've managed to install SamyGo extension (test).
FTP works, did not tried other connection methods.
I'm realy interested in samba and nfs sharing and I tried samba but I cant get it to work.
I've created smb_userdata in mtd_rwarea with necessary data but when I restart TV I only have empty Virt.USB.
When FTP I can see all of my shares is under /mnt/MountPlaceholder/smb/192.168.1.3/
Extension (test) downloaded on 6.01. during the day but last night I can see its changed a little bit.
What to do next?
Can someone explain the process of reinstalling SamyGo extension(deleting previous...)
Best regards...
Re: SamyGO Extensions on F series. Volunteers?
Posted: Tue Jan 07, 2014 4:59 pm
by juusso
this function was added trying to remove popup about new device after virtual usb is loaded. MountPlaceHolder problem i see for the first time and i guess it`s because your custom script where you start another init scripts.
Try to add
to all your custom scripts (check other init scripts as example).
Re: SamyGO Extensions on F series. Volunteers?
Posted: Fri Jan 10, 2014 8:31 am
by juusso
svantovit wrote:And I don't know how much work that would be to implement, but will/could it be possible in the future to watch movies packed in uncompressed rar files via NFS?
I moved your post to separate topic. Hope rar2fs will be finally adapted for our TVs.
viewtopic.php?f=66&t=7110
p.s. topic cleaned
Re: SamyGO Extensions on F series
Posted: Fri Jan 10, 2014 10:21 pm
by k00l3
after installing the updated widget and data from here
viewtopic.php?f=63&t=6778#wrap
my tv goes into reboot loop starts up for a fews seconds then reboots. (UA46F7500 running T-FXPDEUC 1102) ftp works but then the tv reboots...
the old widget worked for me
managed to stop it using the STOP_SAMYGO file.
anyway to check what is causing the reboot?
Re: SamyGO Extensions on F series
Posted: Sat Jan 11, 2014 6:55 am
by juusso
please give logs. without logs i can't say anything about reboot reasons.
i think you have to do firmware upgrade. modules are to old.
p.s. what exact widget worked? what do you mean "old"
Re: SamyGO Extensions on F series
Posted: Sat Jan 11, 2014 12:54 pm
by Wanthill
Hi!
I have 2 questions:
1.
>Create file smb_userdata and fill it with next data:
>USER="guest" #or your login name
>PASSWD="guest" #password
>SERVER="192.168.1.200" #IP of your samba server
>SHARES="movies music" #your network shares, divided with space
IP of TV or PC ?
2. Can I add 2 different IP of servers (PC and WDTV)?
Thanks for your job!
Re: SamyGO Extensions on F series
Posted: Sat Jan 11, 2014 12:56 pm
by juusso
IP of your samba server of course!
Re: SamyGO Extensions on F series
Posted: Sat Jan 11, 2014 10:49 pm
by bubbaganoush
I am new to everything. I am trying the RCremap script first. I followed the
RCRemap post which worked.
Then I noticed this has the RCremap script included. I used the web interface to start the script but it did not work. I noticed the init script for RCremap is slightly different than in the original thread. On line 9 the script is:
Code: Select all
INJPID=$(pidof exeAPP || pidof exeDSP)
I had to change it from
exeAPP to
exeTV (same as the RCremap thread) to get it to work.