Page 33 of 34
Re: SamyGO Extensions [v0.03.6]
Posted: Wed Jul 16, 2014 11:33 pm
by semoG
Finally got it to work.
I just have one question. The extensions start but I have to go to media player so it can mount the samba drives ? Is this correct ? It takes a little bit to mount everything.
Is it possible to mount instantly when booting the tv ?
Re: SamyGO Extensions [v0.03.6]
Posted: Thu Jul 17, 2014 5:31 am
by juusso
yes, if samba or nfs setup is correct, you can mount and watch your network shares in mediaplayer. To get them autostarted, add the start of rcSGO in /mtd_rwarea/SamyGO.sh
Re: SamyGO Extensions [v0.03.6]
Posted: Thu Jul 17, 2014 9:44 am
by semoG
juuso wrote:yes, if samba or nfs setup is correct, you can mount and watch your network shares in mediaplayer. To get them autostarted, add the start of rcSGO in /mtd_rwarea/SamyGO.sh
Thank you for your answer. I actually have that on the SamyGO.sh, but they are only mounted once i press media player...is that normal ?
I beliive that if I didn't have that line on the .sh file i didn't had smb mount shares at all, is that correct ?
Re: SamyGO Extensions [v0.03.6]
Posted: Thu Jul 17, 2014 2:34 pm
by juusso
completely wrong. They mount during tv start. If you don`t use manual servers and shares, maybe autoscan takes some time to find it on your network. If you don`t start rcSGO from SamyGO.sh, no shares are mounted automatically. Sure, you can write all the necessary commands to the SamyGO.sh without to call the whole rcSGO stuff. check example on the wiki.
Re: SamyGO Extensions [v0.03.6]
Posted: Sun Jan 18, 2015 12:08 am
by semoG
Hi guys i'm having problems with samygo after my TV had capacitors changed.
So now the samyGo won't start and i don't know why.
If i ran the following command:
Code: Select all
# ./04_04_samba.init start
insmod: cannot insert `/mtd_tlib/GGame/SamyGO/lib/modules/2.6.18_SELP-ARM/kernel/fs/cifs/cifs.ko': File exists (-1): File exists
Search Shares
on: 192.168.1.6
creating lame upcase table
creating lame lowcase table
Domain=[SEMOG-PC] OS=[Windows 7 Ultimate 7601 Service Pack 1] Server=[Windows 7 Ultimate 6.1]
/dtv/usb/sda1/smb/192.168.1.6/Downloads is mounted!
/dtv/usb/sda1/smb/192.168.1.6/Users is mounted!
on: 192.168.1.1
creating lame upcase table
creating lame lowcase table
Domain=[HOME] OS=[Unix] Server=[Samba 3.0.28]
Domain=[HOME] OS=[Unix] Server=[Samba 3.0.28]
The 2 folders are mounted, but I can't seem to see them on my media player source (SamyGo Virtual don't show up).
I didn't changed anything on the TV.
My SamyGo.sh is like this:
Code: Select all
#!/bin/sh
#====================================================================
# Enable Telnetd
#====================================================================
if [ `cat /proc/mounts | grep -c "/dev/pts"` -lt "1" ] ; then
echo "telnetd Enabled"
mount -t devpts devpts /dev/pts
telnetd
else
echo "/dev/pts is mounted"
fi
sleep 10
if [ -f /mtd_tlib/GGame/SamyGO/rcSGO ]; then
echo "extensions found" > /mtd_swu/SGO_status
/mtd_tlib/GGame/SamyGO/rcSGO /mtd_tlib/GGame/SamyGO > /mtd_swu/rcSGO_out 2>&1 &
else
echo "SamyGO rcSGO not found!" > /mtd_swu/SGO_failed
fi
Can someone help me ?
Re: SamyGO Extensions [v0.03.6]
Posted: Mon Jan 19, 2015 10:14 pm
by semoG
No one can belo me ?
Re: SamyGO Extensions [v0.03.6]
Posted: Tue Jan 20, 2015 8:26 am
by juusso
is 02_04_vusb.init enabled? Btw, if everythign worked before, then replacing capacitors on power board do not affect your scripts in any case. Check your installation, maybe some init scripts became corrupted or something else happened.
Re: SamyGO Extensions [v0.03.6]
Posted: Tue Jan 20, 2015 10:09 am
by semoG
I've noticed that the tv mounts the smb drives on the pen that I have on Usb door but there's no reference on media player of Samygo virtual drive. I will check if 02_04_vusb.init is enabled. Should it be ?
Re: SamyGO Extensions [v0.03.6]
Posted: Tue Jan 20, 2015 10:36 am
by juusso
yes, it is directly responsible for virtual usb.
Re: SamyGO Extensions [v0.03.6]
Posted: Tue Jan 20, 2015 10:26 pm
by semoG
These are the scripts that I have enabled:
ImageUploadedByTapatalk1421789206.718486.jpg