NAS and UE55ES6100

General Forum for talking area for E series TVs.

zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: NAS and UE55ES6100

Post by zoelechat »

Edit /mnt/etc/init.d/04_04_samba.init script, find SERVER value, change it to your new IP. Done. :)
I do NOT receive any PM. Please use forum.
kulica
Posts: 7
Joined: Mon Oct 27, 2014 6:03 pm

Re: NAS and UE55ES6100

Post by kulica »

I can't get samba cifs mount working on the same series TV UE 46 ES6100. No matter what I do, the smb folder does not get mounted under /dtv/usb/sdj

I have inserted the following details into 04_04_samba.init

Code: Select all

. /dtv/SGO.env
# sleep 9
##### CHANGE MEEEEE !!!!! ######
USER="anonymous"
PASSWD=""
PERM="rw" # can be ro or rw
##### CHANGE MEEEEE END ######

[ -e /mtd_rwarea/smb_userdata ] && source /mtd_rwarea/smb_userdata

[ -z $USER ] && exit 1
[ -z $PASSWD ] && exit 1

DEST_DIR=$MOUNT_PATH/smb
SERVER="192.168.5.136"
# SERVER="10.0.0.1" # if you want a fixed server
SHARES="WdPort"
FR_NAME="Samba Server"
# M_OPTS="rw,user=${USER},password=${PASSWD}"
M_OPTS="$PERM,user=${USER},password=${PASSWD},codepage=cp1250,iocharset=utf8"
The version of this kernel is the following

Code: Select all

"X10P 0072" KERNEL MODULE VERSION : "0064.0716, DTV, X10P, release, DEU_BRANCH"
What is strange is the fact that cifs module is in fact loaded, and there is nothing wrong with this share as it's mounted under Windows machine, Odroid C1 and some other stuff.

Code: Select all

root@tv:/dtv/usb/sdj $ lsmod 
cifs 195276 0 - Live 0xbf3b5000
nfs 120484 0 - Live 0xbf392000
lockd 48936 1 nfs, Live 0xbf381000
sunrpc 139160 3 nfs,lockd, Live 0xbf35a000
fuse 46364 0 - Live 0xbf349000
pty 4572 3 [permanent], Live 0xbf335000
devpts 3440 1 pty, Live 0xbf32f000
mount 3948 0 - Live 0xbf329000
bthid 2520 0 - Live 0xbf323000
hid_microsoft 2032 0 - Live 0xbf31d000
mousedev 7248 0 - Live 0xbf316000
evdev 5576 0 - Live 0xbf30f000
usbhid 12872 0 - Live 0xbf306000
hid 31240 3 bthid,hid_microsoft,usbhid, Live 0xbf2f9000
rtnet5572sta 31400 2 - Live 0xbf2ec000
rt5572sta 1295528 1 rtnet5572sta, Live 0xbf1ad000 (P)
rtutil5572sta 30436 2 rtnet5572sta,rt5572sta, Live 0xbf1a3000
btusb 31128 1 - Live 0xbf196000
usb_storage 30272 1 - Live 0xbf189000
ehci_hcd 47852 0 - Live 0xbf178000
usbcore 108904 8 usbhid,rtnet5572sta,rtutil5572sta,btusb,usb_storage,ehci_hcd, Live 0xbf158000
tntfs 363728 0 - Live 0xbf0fa000 (P)
mdrv_emac 12684 0 - Live 0xbf0f1000 (P)
samsung_mstar 494248 0 - Live 0xbf066000
samsung_mali 83468 18 samsung_mstar, Live 0xbf04c000
rfs_fat 202648 7 - Live 0xbf015000 (P)
rfs_glue 61548 1 rfs_fat, Live 0xbf000000 (P)
When I try to run the following init script, it comes up blank as nothing is wrong.

Code: Select all

/mnt/etc/init.d/04_04_samba.init start
I would like to get this working as it's the last non-working thing. Where should the samba share appear under Sources or inside Virtual USB key?
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: NAS and UE55ES6100

Post by zoelechat »

user/password HAVE to be existent, else no mount. No guest allowed.
I do NOT receive any PM. Please use forum.
kulica
Posts: 7
Joined: Mon Oct 27, 2014 6:03 pm

Re: NAS and UE55ES6100

Post by kulica »

Thanks. It works now. There's only one message from script that I don't understand. Is this critical? I mean this module was there prior running the script.

Code: Select all

root@tv:/dtv/usb/sdj $ /mnt/etc/init.d/04_04_samba.init start
[b]insmod: can't insert '/mnt/lib/modules/2.6.35.13/kernel/fs/cifs/cifs.ko': File exists[/b]
Search Shares
on: 192.168.5.136
creating lame upcase table
creating lame lowcase table
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.5.6]
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.5.6]
Last edited by kulica on Thu Feb 05, 2015 7:31 am, edited 1 time in total.
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: NAS and UE55ES6100

Post by zoelechat »

No, just means cifs module has already been inserted when script is launched more than once. Nothing critical :)
I do NOT receive any PM. Please use forum.
kulica
Posts: 7
Joined: Mon Oct 27, 2014 6:03 pm

Re: NAS and UE55ES6100

Post by kulica »

Thanks for clearing this up :mrgreen:
kulica
Posts: 7
Joined: Mon Oct 27, 2014 6:03 pm

Re: NAS and UE55ES6100

Post by kulica »

I've been using this method for playing movies from samba share, but all movie colours are off. I tried to set them up under Menu -> Image, but all image settings are greyed out. How to correct that?
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: NAS and UE55ES6100

Post by zoelechat »

Don't you have the same issue when movies are played from physical USB device??
What do you mean by "colors are off"? Black and white? ES6100 is a pretty old model :P
I do NOT receive any PM. Please use forum.
kulica
Posts: 7
Joined: Mon Oct 27, 2014 6:03 pm

Re: NAS and UE55ES6100

Post by kulica »

I've never used a USB key for playing movies as I've been using the DLNA server for that. By off I mean weird colours, like there are Hopi Indians in there (too reddish) :D Meanwhile the colours are fine for the digital TV signal. I wanted to change between predefined settings like Standard, Film, etc., but the settings were greyed out in menu settings. Will try to set them in other Source and then switch back. Will see what that brings.

EDIT: I've managed to solve it. Somehow I was able to set colours. It was set to dynamic and not Movie. No more Hopi Indians :mrgreen:
avion
Posts: 26
Joined: Thu Oct 30, 2014 8:32 am

Re: NAS and UE55ES6100

Post by avion »

I have cca 10 samba shares on my NAS. After They changed mother board on my TV (consequently I had to reinstall SamyGo), I just enter IP of MY NAS and specify just two shares in my samba.init, it took very long time (cca 5 min) to list all shares. It is interesting that it listed all 10 shares and not only two that I specifies in SHARES="share1 share".
After that, I specified all 10 shares, but still I have to wait cca 5 min after erach restart of TV which is anoying.
Befaore mother board replacement I didn't have to wait such a long time. I don't remember what did I configure that time.
Any idea, how to configure samba.init, that I won't have to wait each time suck a long time?
Regards

Post Reply

Return to “[E] General”