Page 4 of 31

Re: SamyGO Extensions on F series

Posted: Thu Jan 16, 2014 7:35 pm
by juusso
simple windows sharing?

Re: SamyGO Extensions on F series

Posted: Thu Jan 16, 2014 8:56 pm
by zoelechat
@juuso
(or anybody who knows :) )

Btw, do you know why when we use Netbios names instead of IPs as SERVER in Samba.init script, mount fails due to "invalid argument"? Each folder on server is well found and mounted but empty:

Code: Select all

mount: mounting //I3C3220/Ftp on /dtv/usb/sdj/I3C3220/Ftp failed: Invalid argument
mount: mounting //I3C3220/Torrent on /dtv/usb/sdj/I3C3220/Torrent failed: Invalid argument
As a kludge, I'm now renaming each mounted IP to corresponding netbios name at the end of script and it works perfectly:

Code: Select all

mv /dtv/usb/sdj/192.168.1.3 /dtv/usb/sdj/I3C3220
But I'd prefer to use netbios names directly...

Re: SamyGO Extensions on F series

Posted: Thu Jan 16, 2014 10:18 pm
by bcom
windows7/8 may require the smb's version downgrade http://support.microsoft.com/kb/2696547 in case of incomparability with a tv.

Re: SamyGO Extensions on F series

Posted: Thu Jan 16, 2014 10:31 pm
by beatfreak
@zoelechat
what about pinging your netbios name (only one ping), capturing the output of ping and filter for the corresponding ip?
i think it takes some time after boot until netbios names are being resolved

Re: SamyGO Extensions on F series

Posted: Thu Jan 16, 2014 11:33 pm
by zoelechat
@beatfreak
Thanks for your answer. It couldn't be related to netbios names not being resolved yet, since all folders inside shares were retrieved but mounted empty...

I found the solution! I noticed mounting manually through telnet using directly netbios names worked. But not through startup script.
So I've just modified a script line in do_mount() function to use SamyGo's integrated busybox instead of TV one for mounting. Simply changed by adding $SYSROOT :

Code: Select all

/bin/busybox mount -o "${M_OPTS}" -t cifs "//$1/$i" "$M_POINT"
to:

Code: Select all

$SYSROOT/bin/busybox mount -o "${M_OPTS}" -t cifs "//$1/$i" "$M_POINT"
I've not enough scripting/linux skill to explain why but it works perfectly now using netbios names as SERVER (and still works with IPs of course). Probably different busyboxes have different abilities (I'm even sure of that :) )
Anyway, no more "invalid argument" errors and everything is mounted as expected.

In any case, it seems more coherent to me to use SamyGo's own busybox... juuso? :)

Re: SamyGO Extensions on F series

Posted: Fri Jan 17, 2014 12:29 pm
by juusso
yes, we ship two busyboxes, just needed to know it is worth to switch to. Will fix scripts in next release.

Re: SamyGO Extensions on F series

Posted: Wed Jan 22, 2014 5:46 pm
by danix
First I?d like to thank you for awesome job. I have one question. I have a TV UE40F6500 firmware 1113, samba works good but the subtitles don?t work (I see a file of the subtitles *srt in total commander but when I run a film I don?t see them). :roll:

Re: SamyGO Extensions on F series

Posted: Thu Jan 23, 2014 5:45 am
by BorisAU
for ue46f6330 with December 2013 firmware
it is impossible to install the widget through real estate development account under this instruction
http://wiki.samygo.tv/index.php5/Instal ... s_F-Series

The bottom line is that there is no opportunity to enter the password when you enter the login develop.

Password input field is only active if you type in the login email ( @ data )

When entering first with @ and then enter the password and login before you attempt to change the connection, the password field is automatically reset .

Failed to start FTP and telnet only this assembly
viewtopic.php?f=64&t=7066&p=51259&hilit=root # p51259
but there is nothing more

SAMBA need reading from the local network is there a separate module for installation? ?

whether you can get the content samyext4.img - in an easy to understand way? ?

Re: SamyGO Extensions on F series

Posted: Thu Jan 23, 2014 6:14 am
by BorisAU
img unpacked with the aid ext2explore-2.2.71)) can somebody tell me how to tear that comes with Samba client and how to install??

Everything turned out to establish a stable set
+ Is not necessary to enter a password to log in to develop

Re: SamyGO Extensions on F series

Posted: Fri Jan 24, 2014 11:05 am
by epro09
Can't mount my local samba share based on an Ubuntu server! Virtual USB shows SMB and it is empty. Please help me to configure it properly.