Page 19 of 34
Re: SamyGO Extensions [v0.03.6]
Posted: Sat Nov 27, 2010 9:13 am
by arris69
sondeu wrote:hum, in the past there was only one package for all models? Which one is for the LE40B750 CI+ ??
Thank you and have a nice weekend!
most tvs are T-CHU7DEUC compatible (armv6) but also some armv6 based devices has a different kernel configuration/patchlevel
in the past just armv6 cpu was supported.
now i made packages for armv5te armv6 armv7a mips2 mipsel32r2 and sh4
mips packages are for pioneers
there is a list in the
wiki
hth
arris
ps: if somebody has a idea for a better or more complete list feel free to share!!!
Re: SamyGO Extensions [v0.03.6]
Posted: Wed Dec 22, 2010 3:02 pm
by steve-austin
Same problem here, nothing working with the 3.6, I'll try to modify the chmod ...
EDIT: don't work for me
Re: SamyGO Extensions [v0.03.6]
Posted: Wed Dec 22, 2010 4:21 pm
by arris69
steve-austin wrote:Same problem here, nothing working with the 3.6, I'll try to modify the chmod ...
EDIT: don't work for me
you have carefully read the first post in this thread?
what's the output if you start the stuff in debug mode (howto do that is written in wiki).
arris
Re: SamyGO Extensions [v0.03.6]
Posted: Thu Dec 23, 2010 2:00 pm
by steve-austin
arris69 wrote:steve-austin wrote:Same problem here, nothing working with the 3.6, I'll try to modify the chmod ...
EDIT: don't work for me
you have carefully read the first post in this thread?
what's the output if you start the stuff in debug mode (howto do that is written in wiki).
arris
Hey,
You're right, I didn't see the first post, I only read the wiki
http://wiki.samygo.tv/index.php?title=S ... sions_Pack
In fact, I forgot to change the DEST_DIR in init-scripts to /dtv/usb/sda/.
Re: SamyGO Extensions [v0.03.6]
Posted: Wed Jan 05, 2011 11:44 pm
by arris69
merv07 wrote:hi arris,
happy new year!
I have tried loading new version
SamyGO-All-Extensions-v0.03.6-r12-for-T-CHL5DAUC-20110103181529.zip and not loading. See output below:
Code: Select all
# sh -x /mtd_contents/SamyGO/rcSGO
+ [ ! -e /dtv/SGO.env ]
+ S_SCRIPT=echo Skip >> /dev/kmsg
+ eval echo Skip >> /dev/kmsg
+ echo Skip
#
I can load manually If I delete "/dtv/SGO.env" file. See output below:
Code: Select all
# ls
SGO.env usb
# rm SGO.env
....
yes this should avoid multiple starts on c series (exensions are executed for every usb partition due hotplug start method)
for devices where extensions are started during boot:
overwrite the old version with the new extensions pack and restart your tv.
Code: Select all
+ ./etc/rc.sysinit
# mount: error while loading shared libraries: libblkid.so.1: cannot open shared object file: No such file or directory
can you pls. replace the
Code: Select all
mount -o bind /mtd_rwarea/profile /etc/profile
to
Code: Select all
/bin/mount -o bind /mtd_rwarea/profile /etc/profile
in
at line 84
i mark this as bug #2011_1

fixed in svn r1073
rest looks ok
loading previous version
SamyGO All Extensions v0.03.6.r08 for T-CHL5DAUC 20101120213159.zip works fine again.
Are there new features in
r12 version?
how is
06_05_apache.init used? is there a web fronted?
I tried "
http://192.168.1.5/" in browser but nothing happened.
there is no web frontend just apache+ php and some sample cgi script for now, but not for T-CHL5DAUC, you know about storage space on this devices

, so you can delete the 06_05_apache.init and also the phpsysinfo and etc/apache2 before you copy extensions to tv.
i just made the packages to populate the new scripts (some fixes for a-series, cleanups etc. all visible
here, i think just a 1 or 2 people use our svn. and added latest wifi modules to all packages (i hope, not checked

)
...
happy new year too
arris