SamyGO Extensions [v0.03.6] for c-series

Here are software that related with Samsung C series TVs, applications, programs that will run in your TV or computer...:!:This forum is NOT FOR USER QUESTIONS or Problems.

arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: SamyGO Extensions [v0.03.6] for c-series

Post by arris69 »

gregoir3 wrote:No password.
Instead of the server it looks for //start?? That's a bit odd, don't you think?
no, its absolute correct:

Code: Select all

/bin/mount -o user="$USER",password="$PASSWD",codepage=cp1250 -t cifs //$1/$i $MOUNT_PATH/$i
but it should be

Code: Select all

/bin/mount -o user="$USER",password="$PASSWD",codepage=cp1250 -t cifs //$SERVER/$i $MOUNT_PATH/$i
to look for the server

hth
arris
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: SamyGO Extensions [v0.03.6] for c-series

Post by arris69 »

gregoir3 wrote:Finally! It works! Thanks arris!

My next mission is to PVR on the NAS server. :-)
and your windows user has no password, correct?

thnx
arris
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: SamyGO Extensions [v0.03.6] for c-series

Post by arris69 »

jjf353 wrote:Hello arris,
sh -x <path_to_init.d>/03_03_nfsmount.init
After adding the ip and share info to 03_03_nfsmount.init:

Code: Select all

SERVER=192.168.1.24
SHARES=/mnt/test
it works with:

Code: Select all

sh -x /dtv/usb/sda1/SamyGO/etc/init.d/03_03_nfsmount.init start
it should work also if you not set the SERVER and SHARES. can you pls. test it.
Thanks very much for your hint.

Maybe the script can skip loading modules

Code: Select all

+ insmod /dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/net/sunrpc/sunrpc.ko
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/net/sunrpc/sunrpc.ko': No such file or directory
...
script skip loading modules if there not exists :) its the same script for all devices, so it's just a cosmetic stuff.
if cat /proc/filesystems delivers:

Code: Select all

nodev	nfs
nodev	nfs4
jjf
thnx
arris
plasticassius
Posts: 61
Joined: Fri Dec 17, 2010 12:37 am

Re: SamyGO Extensions [v0.03.6] for c-series

Post by plasticassius »

Hi Arris.

Sorry if these questions are too simple, but I'm very intrigued by the bluetooth framework module. Is there anything written about what intentions are for it? I read something about obex, although I couldn't get it to work for me. Do you think it could it be used for the TV audio? Or for keyboard or mouse? Also, I'm not clear about where the bluetooth hardware is. Do some TV's have them? Or could a USB bluetooth adapter work?

peter
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: SamyGO Extensions [v0.03.6] for c-series

Post by arris69 »

plasticassius wrote:Hi Arris.

Sorry if these questions are too simple, but I'm very intrigued by the bluetooth framework module. Is there anything written about what intentions are for it?
just for fun, as all the other things in extensions pack, but read this post
plasticassius wrote: I read something about obex, although I couldn't get it to work for me. Do you think it could it be used for the TV audio?
no
plasticassius wrote: Or for keyboard or mouse?
maybe, somebody (with linux bluez/hid knowledge and hardware) needs to test it
plasticassius wrote:Also, I'm not clear about where the bluetooth hardware is. Do some TV's have them?
no
plasticassius wrote:Or could a USB bluetooth adapter work?
yes, maybe. i tested an old msi adapter and transfered succesful some pics from mobile phone to tv but with a new micro-bluetooth dongle it didn't worked.
so if you have a usb-bt adaptor you can test it but don't by a new one, it's maybe a waste of money.

hth
arris

Post Reply

Return to “[C] Software”