Re: can't see or browse smb shares on D6510
Posted: Mon Dec 05, 2011 8:14 am
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).
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...
Restart TV.
Start SamyGO.
p.s. for script`s edit use N++ or UltraEdit. DOn`t use Notepad/Word etc.
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 ###### Code: Select all
SERVER="10.0.0.1" # if you want a fixed server
SHARES="Video Photo Other"
FR_NAME="Samba Server" Start SamyGO.
p.s. for script`s edit use N++ or UltraEdit. DOn`t use Notepad/Word etc.