juuso wrote:Or you can use putty, but i dont know if it will work on E series.
Okey, we have troubleshooted ES7505 and as result - non working cifs.ko module. Now you need to edit 04_04.samba.init and replace
Code: Select all
case $1 in
start)
insmod $MOD_DIR/kernel/fs/cifs/cifs.ko
to
Code: Select all
case $1 in
start)
insmod $SYSROOT/lib/modules/81/2.6.35.13/kernel/fs/cifs/cifs.ko
after this restart tv and pray
In summary this is the situation:
FTP running fine
Putty working even if I'm not very familiar with that.
04_04.samba.init modified as suggested and:
DEST_DIR=$MOUNT_PATH/smb
SERVER="191.168.1.5"
#SERVER="191.168.1.5? # if you want a fixed server
SHARES="PUBLIC"
FR_NAME="Samba Server"
# M_OPTS="rw,user=${USER},password=${PASSWD}"
M_OPTS="$PERM,user=${USER},password=${PASSWD},codepage=cp1250,iocharset=utf8"
SERVERS="Don't set me!!"
smb.conf -> /mnt/etc/samba:
# set workgroup, own share etc...
include = /mtd_rwarea/smb.conf
workgroup = HOME
netbios name = Samsung-TV
server string = Some Server
04_04_samba.init -> /mnt/etc/init.d
smb_userdata not present.
The result continue to be the same:
Samygo virtual usb running but I can only see:
- video
- photo
- music
When I enter one of these I only see OCAP-LSV and nothing else even after long time.
any suggestion ?
miazza