Page 12 of 17
Re: SamyGO Extensions [v0.03.6] for c-series
Posted: Fri Jan 07, 2011 11:41 pm
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
Re: SamyGO Extensions [v0.03.6] for c-series
Posted: Sat Jan 08, 2011 9:27 am
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
Re: SamyGO Extensions [v0.03.6] for c-series
Posted: Sat Jan 08, 2011 12:28 pm
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:
jjf
thnx
arris
Re: SamyGO Extensions [v0.03.6] for c-series
Posted: Fri Jan 14, 2011 6:09 pm
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
Re: SamyGO Extensions [v0.03.6] for c-series
Posted: Fri Jan 14, 2011 6:48 pm
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