Page 3 of 34
Re: SamyGO Extensions (rc for testing)
Posted: Thu Nov 12, 2009 1:27 am
by jojomail
Is there another way than modifying squashfs images to integrate wifi extensions (rtxxxx.ko modules) ? I'm using MacOSX and the howto described here
http://forum.samygo.tv/viewtopic.php?f=2&t=68 isn't transposable.
An idea ?
tnx
Re: SamyGO Extensions (rc for testing)
Posted: Thu Nov 12, 2009 8:32 am
by arris69
jojomail wrote:Is there another way than modifying squashfs images to integrate wifi extensions (rtxxxx.ko modules) ? I'm using MacOSX and the howto described here
http://forum.samygo.tv/viewtopic.php?f=2&t=68 isn't transposable.
An idea ?
tnx
all tools you need are in the SamyGO-All-Extensions pack, you can extract and repack the boot/root/appdata partitions direct on your tv (SamyGO/opt/privateer/bin/)
hth
arris
Re: SamyGO Extensions (rc for testing)
Posted: Thu Nov 12, 2009 8:38 am
by arris69
hini7 wrote:
Please only to assure that you've done... You've said that no file touched... Have you set the IP of your servers? If your net it's not in the configs default IP range set by the author you will not achieve to connect to the different services.
ip range isn't set in the scripts, information is read from the tvs arp table.
the entry
is commented, you can uncomment and _than_ you have to set it to _your_ servers address (result is a faster script execution)
hth
arris
Re: SamyGO Extensions (rc for testing)
Posted: Thu Nov 12, 2009 2:01 pm
by arris69
knefas wrote:Hi arris,
great great work!
Could you release the source code of SamyGOE.so? Why don't you get svn access to sourceforge samyGo repository and check all the stuff in there? It might help with later development!
there is no magic in the source
SamyGOE.so based on SDL sample program
http://forum.samygo.tv/viewtopic.php?f=5&t=96#p553
and just starts the main script rcSGO -> system(<whatewer>);
i plan to make some kind of control panel (motivation level very low), may
somebody is faster than me
and who is willing to maintain the svn commits?
arris
Re: SamyGO Extensions (rc for testing)
Posted: Thu Nov 12, 2009 6:00 pm
by arris69
msurg wrote:...
Here is the output.
Code: Select all
# sh -x /dtv/usb/sda1/SamyGO/rcSGO
+ alias .=source
+ [ ! -e /proc/mounts ]
+ [ -x /etc/rc.early.local ]
+ S_SCRIPT=echo Bummer > /dev/kmsg
+ [ -x /dtv/usb/sda/SamyGO/etc/rc.sysinit ]
+ [ -x /dtv/usb/sda1/SamyGO/etc/rc.sysinit ]
+ [ -x /mtd_tlib/SamyGO/etc/rc.sysinit ]
+ [ -x /mtd_tlib/swf/SamyGO/etc/rc.sysinit ]
+ [ -x /mtd_tlib/GGame/SamyGO/etc/rc.sysinit ]
+ [ -x /mtd_down/SamyGO/etc/rc.sysinit ]
+ [ -x /mtd_wiselink/SamyGO/etc/rc.sysinit ]
+ [ -x /etc/telnetd_start.sh ]
+ S_SCRIPT=/etc/telnetd_start.sh &
+ cut -d -f2
+ echo /etc/telnetd_start.sh &
+ echo SYSROOT="&"
+ eval /etc/telnetd_start.sh &
+ /etc/telnetd_start.sh
# mount: Mounting devpts on /dev/pts failed: Device or resource busy
telnetd: bind: Address already in use
Hope it helps..
looks very strange, /dtv/usb/sda1/SamyGO/etc/rc.sysinit isn't executable.
can you pls post of output of:
and
and your firmware version (somewhere in menu -> software update, you can see actual and previous installed version)