40B6000

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

User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: 40B6000

Post by erdem_ua »

Himm, It's better to use ExLink cable in this situation to get command line.
Or you can use Samsung WiFi link USB dongle ( or another dongle which uses rt73 - rt 2870sta modules but this requires hack) for telnet to TV from external source.
Once you have your TV, you can download root.img from TV.

We will help you what to do that if you cant.
At least, I can create a script that reads your root img to your USB. Than you can play with the image.
But as every children, you needed to your toy for playing with it ;)
User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: 40B6000

Post by erdem_ua »

m200 wrote:Hello,

Code: Select all

bml.dump /dev/bml0/7 /dtv/usb/sda/dev_bml0_07.img
However the bml.dump command is not available in my tv. What other method can I use? cat?
Yes, "cat" des job well.
m200 wrote: Also, I was trying to give network capabilities to the tv by plugging in a supported wireless dongle. But I am suspecting that maybe the tv kernel was not compiled with network capabilities. If I enter the ifconfig command the tv reports:

Code: Select all

ifconfig socket: Address family not supported by protocol
The tv does not even has the localhost interface: lo 127.0.0.1
Could you give me your help/opinion on how I can proceed from this point?
Thank you
Might be kernel compiled with network modules instead of building in kernel.
Pluging WiFi device will initiate required modules like IPv4 ot other networking stack (right?)
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: 40B6000

Post by arris69 »

m200 wrote: ...
I have tried it again but with no luck, despite the wireless card modules (rt73, rt2850sta) being present in the firmware.

Doing for example a:

Code: Select all

insmod rt73
insmod: /lib/modules/2.6.18_SELP-ARM: No such file or directory
insmod: cannot insert `/lib/modules/rt73.ko': Unknown symbol in module (-1): No such file or directory
Does B7000 possess any /lib/modules/2.6.18_SELP-ARM directory? Could someone share the modules present in a B7000 modules directory, or ideally its rootfs.img :? ?
...
Thanks again for your help.
samsung shipped the modules not in /lib/modules/<kernelversion> mods are in /lib/modules and /mtd_boot/modules

after your insmod command give on the console

Code: Select all

lsmod
and

Code: Select all

dmesg | tail -n 50
may you/we will see why the modules won't load

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

Re: 40B6000

Post by e3xtreme »

I also made dumps of my TV before hacking, but unfortunately my TV freezes after accessing console, it still accepts shell commands but not from the remote when in shell. Is anybody having same issues? Or does anybody have a solution for this?
Also partition dumps of your b6000 are accepted :D.... I still try to get my WIFI Stick running my NAS shares

Post Reply

Return to “[B] Firmware”