Page 1 of 2

Re: can't see or browse smb shares on D6510

Posted: Mon Dec 05, 2011 8:14 am
by juusso
You have to connect to TV over ftp, navigate to /mtd_down/widgets/user/SamyGO/SamyGO/etc/init.d/
Rename 03_03_djmount.init to 03_03_djmount.init.dis
Rename 04_04_samba.init.dis to 04_04_samba.init.
Also change the script and write required data (username and password).

Code: Select all

##### CHANGE MEEEEE !!!!! ######
USER=""
PASSWD=""
PERM="rw" # can be ro or rw
##### CHANGE MEEEEE END ###### 
If you want, you can write server IP manually (uncomment #SERVER and write your IP). Changing SHARES you be able to mount only directories you want, not all presented by server...

Code: Select all

SERVER="10.0.0.1" # if you want a fixed server
SHARES="Video Photo Other"
FR_NAME="Samba Server" 
Restart TV.
Start SamyGO.

p.s. for script`s edit use N++ or UltraEdit. DOn`t use Notepad/Word etc.

Re: can't see or browse smb shares on D6510

Posted: Mon Dec 05, 2011 9:31 am
by juusso
If your text editor can save file with ANSI encoding, then it is ok.

Re: can't see or browse smb shares on D6510

Posted: Mon Dec 05, 2011 9:56 am
by juusso
sure, dis file could be renamed/deleted if you don`t plan to use it anymore.