network enabled kernel for T-CHL5DAUC/T-CHL5DEUC(b550,b6000)

Here is information about customize your B series firmware..:!:This forum is NOT FOR USER questions or problems but DEVELOPER.

e3xtreme
Posts: 27
Joined: Mon Aug 15, 2011 5:20 pm

Re: network enabled kernel for T-CHL5DAUC/T-CHL5DEUC(b550,b6

Post by e3xtreme »

Hi I've been reading a lot of threads to get my B6000 network enabled...
At the Moment I am using the Firmware from Step3 of this Thread http://forum.samygo.tv/viewtopic.php?f=2&t=1190, I guess... juuso told Mooky in another Thread that /mtd_rwarea/SamyGO.sh is loaded on each boot, so it will execute rcSGO on my USB Stick.... but it doesnt....

I want to use a USB Wifi Dongle with RT2870F chipset, so it should work.... the dongle doesnt do anything when plugged in....

When trying to follow the tutorials for network enabled kernel it only comes to the step where I need to flash an update and there my TV doesnt recognise the update. I ve also made a boot.img but again it isn't recognised as an update...

I can manually start the rcSGO from USB.... Virtual USB drive works then.... but no network support...

Do I need an active USB Hub for the USB Stick and USB dongle? or is it possible to copy the SamyGO content to my Flash /mtd_contents/SamyGO?....

I am not the best man when it comes to Linux and I ve been working the last 5 nights for this ... I will make it but I need some help again....

I guess my Firmware is not patched for SamyGO.sh start or my SamyGO.sh has a bad code in it...
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: network enabled kernel for T-CHL5DAUC/T-CHL5DEUC(b550,b6

Post by juusso »

If you use files, attached to that How-To, you don`t need to use modified rootfs.img. Don`t mix manuals and files from different Ho-To`s.
Might your SamyGo.sh is made not in ANSI encoding? I mean, you can`t use Notepad for that.
The command

Code: Select all

sh +x usb 
Should install firmware from USB (step3 from attached archive) so i don`t know any other reason why your samygo.sh is not working.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
e3xtreme
Posts: 27
Joined: Mon Aug 15, 2011 5:20 pm

Re: network enabled kernel for T-CHL5DAUC/T-CHL5DEUC(b550,b6

Post by e3xtreme »

I'm sorry for spamming ^^, you can delete my last 3 posts... I managed to get the wireless device to obtain an IP, it isn't displayed @ menu but I think it works... So I think I have network enabled kernel... I can manually start SamyGO.sh from USB Stick but the same file will not work on /mtd_rwarea/SamyGO.sh it just doesnt do anything....

If I start rcSGO from USB stick in SamyGO directory everything works fine... except I can not control TV sometimes, need to pull the plug...
e3xtreme
Posts: 27
Joined: Mon Aug 15, 2011 5:20 pm

Re: network enabled kernel for T-CHL5DAUC/T-CHL5DEUC(b550,b6

Post by e3xtreme »

I now tried to read out the SamyGO.sh on /mtd_rwarea... but it was empty, so I used cat to copy the text.... now this works....

It doesn't load at boot but I dont care so much at this moment...

My question is which parts of SamyGO can I put on my TV's internal memory and where can I put them exactly ......it's a UEB6000 ...

When copying the SamyGO folder to /mtd_contents/SamyGO it tells me there is no space... but there is a lot of space....

Help is very appreciated :D

Thx in advance
e3xtreme
Posts: 27
Joined: Mon Aug 15, 2011 5:20 pm

Re: network enabled kernel for T-CHL5DAUC/T-CHL5DEUC(b550,b6

Post by e3xtreme »

Hi I'm still trying to make it possible to use my USB WLAN Stick on my UE40B6000.... My Samsung isn't starting my SamyGO.sh file, although the file in the TV should start at /mtd_rwarea/ (rc.local is modded)... when starting it manuallly over shell I cant access my TV with the remote anymore... Shell tells me that an IP was optained... I think it's just a little mistake that I cant find...
I just want to autostart the Dongle when booting and load Network shares, but if there is no autostart, then there is no Network at all O_O
User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: network enabled kernel for T-CHL5DAUC/T-CHL5DEUC(b550,b6

Post by erdem_ua »

You needed to patch your firmware with "advanced mode" for auto execution.
You can verify it at shell. Please watch the output:

Code: Select all

cat /mtd_exe/rc.local
e3xtreme
Posts: 27
Joined: Mon Aug 15, 2011 5:20 pm

Re: network enabled kernel for T-CHL5DAUC/T-CHL5DEUC(b550,b6

Post by e3xtreme »

hmmm... seems to be patched....

#!/bin/sh
export MAPLE_DEFAULT...
export MAPLE_MANAGER...
..
..
/mtd_rwarea/SamyGO.sh&
cd /mtd_exe/
./exeDSP

... maybe the & has no space is the problem.......
User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: network enabled kernel for T-CHL5DAUC/T-CHL5DEUC(b550,b6

Post by erdem_ua »

I don't think,AFAIK Bash will accept '&' without space...
Does there /mtd_rwarea/SamyGO.sh file available with execution rights?
e3xtreme
Posts: 27
Joined: Mon Aug 15, 2011 5:20 pm

Re: network enabled kernel for T-CHL5DAUC/T-CHL5DEUC(b550,b6

Post by e3xtreme »

hmm thats a good point but I think I gave them

Code: Select all

chmod 755 /mtd_rwarea/*.sh
right?

juuso told me I patched my TV twice 1 time with boot.img mod 2nd time with patched FW (He looked at TV start output)

So for now I think I will reflash my boot.img, to get a clean install (autostart)

Thanks in advance....
frmys
Posts: 25
Joined: Thu Mar 04, 2010 2:11 pm

Re: network enabled kernel for T-CHL5DAUC/T-CHL5DEUC(b550,b6

Post by frmys »

Is it possible to compile linux drivers for usb ethernet dongle and use with B550? The kernel is modified/replaced with " network enabled" kernel during firmware downgrade process described by juuso.

Link of the USB Ethernet Dongle Linux kernel 2.6.x driver v1.11 :

http://www.asix.com.tw/FrootAttach/driv ... _v1.11.zip

Post Reply

Return to “[B] Firmware”