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.

plasticassius
Posts: 61
Joined: Fri Dec 17, 2010 12:37 am

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

Post by plasticassius »

arris69 wrote: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.
I tried a cheap adapter that I had laying around. My cell phone didn't see it at all, my laptop could, but couldn't pair with it.
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:
arris69 wrote: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.
I tried a cheap adapter that I had laying around. My cell phone didn't see it at all, my laptop could, but couldn't pair with it.
so if you realy like to get it work:
search some documentation for bluez (version 2.25 related and ignore all about dbus, relesed version is compiled without dbus support)
ssh to tv and give your best ;)

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 »

mianfrar wrote:...
I shut down the TV, extracted the USB drive, connected the WiFi adapter and powered on the TV.

I can ping the TV without problems (192.168.0.100), but I don't have neither Telnet nor SSH access.

Any suggestions?
try it again if you have a hub.
btw. the tv has a bit different filesystem structure, and some kernel modules are also located in mstar subdirectory

before you test it again pls. make some changes (not realy affects ssh login, but you will get more verbose info)
(lines start with - -> remove
lines with + -> add)

Code: Select all

--- SamyGO.orig/etc/init.d/02_04_vusb.init      2011-01-03 18:28:09.000000000 +0100
+++ SamyGO/etc/init.d/02_04_vusb.init   2011-01-24 20:18:01.000000000 +0100
@@ -44,9 +44,11 @@
 
                # insmod $SYSROOT/lib/modules/treasure/dummy_hcd.ko
                insmod $MOD_DIR/kernel/drivers/usb/gadget/dummy_hcd.ko
+               insmod $MOD_DIR/kernel/drivers/mstar/usb/gadget/dummy_hcd.ko
                sleep 2
                # insmod $SYSROOT/lib/modules/treasure/g_file_storage.ko
                insmod $MOD_DIR/kernel/drivers/usb/gadget/g_file_storage.ko
+               insmod $MOD_DIR/kernel/drivers/mstar/usb/gadget/g_file_storage.ko
                sleep 3
 
                # find vusb in /sys

Code: Select all

--- SamyGO.orig/etc/init.d/99_99_z_sendinfo.init        2011-01-03 19:42:06.000000000 +0100
+++ SamyGO/etc/init.d/99_99_z_sendinfo.init     2011-01-24 20:18:58.000000000 +0100
@@ -11,7 +11,7 @@
         rm -f "$1"
 }
 
-INFOFILE="/mtd_ram/info"
+INFOFILE="/dtv/info"
 files="/.version /sys/selp/vd/lspinfo/* /proc/mo* /proc/version /proc/cpuinfo /proc/bus/usb/devices /dtv/SGO.env /proc/scsi/scsi"
 
 sleep 50

Code: Select all

--- SamyGO.orig/etc/rc.sysinit  2010-12-24 11:21:35.000000000 +0100
+++ SamyGO/etc/rc.sysinit       2011-01-24 20:19:58.000000000 +0100
@@ -111,6 +111,6 @@
 # echo $i stop         # hmmmmm
 # done
 for i in $SYSROOT/etc/init.d/*.init ; do
-       $i start        # hmmmmm
+       sh -x $i start  # hmmmmm
 done

Code: Select all

--- SamyGO.orig/etc/init.d/06_05_apache.init    2011-01-03 17:47:25.000000000 +0100
+++ SamyGO/etc/init.d/06_05_apache.init 2011-01-24 20:48:25.000000000 +0100
@@ -77,7 +77,7 @@
        Deny from all
        Satisfy All
 </FilesMatch>
-ErrorLog \"/mtd_ram/error_log\"
+ErrorLog \"/dtv/error_log\"
 LogLevel warn
 ScriptAlias /cgi-bin/ \"$CGIDIR/\"
 <Directory \"$CGIDIR\">
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 »

mianfrar wrote:Thanks for your answer, arris.

I've made the changes and have a new log file, but my USB hub isn't working and I will have to buy a new one.

If I'm not mistaken, nothing gets copied to the TV, isn't it?
noting goes to tv (not realy true, profile and password file are on rwarea) if somebody like to have the extensions on tv he has to copy it manualy
So I need the USB hub to connect both my wireless adapter and the USB drive that contains your extensions and test if I can telnet or ssh to it.

Here is the new log file after your changes. I will take a look and try to fix the path of the modules that are missing (perhaps some of that paths aren't still correct, haven't looked at it yet).
gadget driver is not patched i think :oops: , errors about hid and video are harmeless.
...
edit: driver is patched but seems it won't appears under cat /sys/block/sd?/device/model, strange. tell me if you have ssh acces to tv.

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 »

mianfrar wrote:I had to manually load the cifs module and then, I could perfectly mount my Windows shares on the USB drive. :D

Now, I will read then wiki and research a little to get it all mounted automatically.

One question: Is it possible to interact with the TV (raise/lower volume, select channel) through any linux command?
maybe with netcat and use upnp server on tv.

can you pls. mail me output of (after fresh start of tv and extensions, from ssh login) to arris@zsolttech.com :

Code: Select all

/bin/mount
df
env
busybox find /sys/block/
cat /sys/block/sd?/device/model
cat /etc/profile
umount /mtd_rwarea/profile
cat /etc/profile
cat /proc/filesystems
lsmod
cat /.version
thnx
arris

ps: for your windows shares you renamed 04_04_samba.init.dis to 04_04_samba.init and added username and password in the script?

Post Reply

Return to “[C] Software”