Page 1 of 1

Re: Can not connect to the Samba Server of SamyGO

Posted: Thu Mar 08, 2012 7:50 pm
by juusso
If no password is set and no smbdata file is created, then script fails.
First: You have to write your connection data or modify script by disabling check for empty connection data.

Code: Select all

#[ -e /mtd_rwarea/smb_userdata ] && source /mtd_rwarea/smb_userdata
 
#[ -z $USER ] && exit 1
#[ -z $PASSWD ] && exit 1 
Second: win7 and samba sharing is always hard task. Set simple windows sharing on your win7 mashine.
Third: connect over ftp and delete

Code: Select all

/mtd_contents/database/*.*
Restart TV and SamyGO.

Re: Can not connect to the Samba Server of SamyGO

Posted: Wed Jun 13, 2012 4:02 pm
by Mosquito79
Hi,
I have the same problem. I?m sorry but I don?t understand the first step. Where can I find the script or where do I have to save the script that I have to write/modify? What is it?s filename?
Thank you!