Re: Can not connect to the Samba Server of SamyGO
Posted: Thu Mar 08, 2012 7:50 pm
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.
Second: win7 and samba sharing is always hard task. Set simple windows sharing on your win7 mashine.
Third: connect over ftp and delete
Restart TV and SamyGO.
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
Third: connect over ftp and delete
Code: Select all
/mtd_contents/database/*.*