Hacking T-RBYDEUC Firmware - LE40A756 and A856

Information, questıons and any other thing that related with A series.

Re: Hacking T-RBYDEUC Firmware - LE40A756 and A856

Postby arris69 » Wed Oct 06, 2010 9:22 am

alexalex1 wrote:Hi all!
Can anyone help me with NFS file system on my LE46A956 (T-RBYDEUC). I have already patched my firmware and I have a telnet access to my TV, but I cant find a way to mount a NFS.
...
cat /proc/filesystems
...
I don't see nfs here. Is it normal?

Can anyone help me to setup a nfs client on my TV?


yes, original firmware comes without nfs support, so you need to build the kernel modules.

arris
User avatar
arris69
SamyGO Moderator
 
Posts: 1613
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)

Re: Hacking T-RBYDEUC Firmware - LE40A756 and A856

Postby alexalex1 » Wed Oct 06, 2010 5:35 pm

yes, original firmware comes without nfs support, so you need to build the kernel modules


Is it possible? How can I do it by myself? Can You give me a link to any discussion about building kernel modules for this TV (sh4 CPU).
Maybe anyone already has this modules compilled ?
alexalex1
 
Posts: 5
Joined: Tue Oct 05, 2010 11:34 pm

Re: Hacking T-RBYDEUC Firmware - LE40A756 and A856

Postby alexalex1 » Thu Oct 07, 2010 9:04 am

Arris,
I found kernel-module-nfs package on your website
(http://stb.zsolttech.com/SamyGO-OE.dev/ ... module-nfs)
As I understand this is a kernel module for nfs support and it is possible to load this module and use nfs from TV. Am I right?
I've try to load module (like cifs.ko in SamyGo/rcSGO) but got many errors (dmesg) : -1 Unknown symbol in module
alexalex1
 
Posts: 5
Joined: Tue Oct 05, 2010 11:34 pm

Re: Hacking T-RBYDEUC Firmware - LE40A756 and A856

Postby alexalex1 » Thu Oct 07, 2010 9:25 pm

My problem is solved.
I found nessesary kernel modules on Arris website and load them.
So, for NFS support in T-RBYDEUC firmware are needed 3 kernel modules:
1. http://stb.zsolttech.com/SamyGO-OE.dev/?pkgname=kernel-module-sunrpc
2. http://stb.zsolttech.com/SamyGO-OE.dev/?pkgname=kernel-module-lockd
3. http://stb.zsolttech.com/SamyGO-OE.dev/?pkgname=kernel-module-nfs

Unpack packages (with 7ZIP for instance) and get ".ko" files from them.
Copy these files to your USB and load them like described in WIKI:

Code: Select all
insmod sunrpc.ko
insmod lockd.ko
insmod nfs.ko


Now, You can mount shares:
Code: Select all
mount -o nolock IP:/share /mountpoin -t nfs


This works for me in my LE46A956.
alexalex1
 
Posts: 5
Joined: Tue Oct 05, 2010 11:34 pm

Re: Hacking T-RBYDEUC Firmware - LE40A756 and A856

Postby arris69 » Thu Oct 07, 2010 9:35 pm

thnx for your efforts and detailed report.

arris
User avatar
arris69
SamyGO Moderator
 
Posts: 1613
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)

Re: Hacking T-RBYDEUC Firmware - LE40A756 and A856

Postby ppolce1 » Fri Oct 08, 2010 1:19 pm

alexalex1 wrote:... I have already patched my firmware and I have a telnet access to my TV, but I cant find a way to mount a NFS. ...


Hi alexalex1,
could you explain me how did you do?

I have an LE40A856.

Thanks.

Bye
ppolce1
 
Posts: 3
Joined: Thu Sep 16, 2010 10:07 pm

Re: Hacking T-RBYDEUC Firmware - LE40A756 and A856

Postby alexalex1 » Mon Oct 11, 2010 10:29 am

ppolce1 wrote:
alexalex1 wrote:... I have already patched my firmware and I have a telnet access to my TV, but I cant find a way to mount a NFS. ...


Hi alexalex1,
could you explain me how did you do?

I have an LE40A856.

Thanks.

Bye


First of all You should read this article:
https://sourceforge.net/apps/mediawiki/ ... re_Patcher
use this patch (latest at this moment - v0.24):
http://sourceforge.net/projects/samygo/ ... z/download

After this your TV will run SamyGo/rcSGO script from USB drive at startup.
Read this:
http://wiki.samygo.tv/index.php?title=Samsung_A_Series_(sh4_CPU)_Hacks
Make your own SamyGo/rcSGO script (like usb.sh in WIKI). Use files from WIKI article (blah-blah-blah You can download the whole package here:...)
alexalex1
 
Posts: 5
Joined: Tue Oct 05, 2010 11:34 pm

Re: Hacking T-RBYDEUC Firmware - LE40A756 and A856

Postby crandor » Wed Dec 08, 2010 4:04 pm

hi

I have a LE40A856, I have patched for telnet.

Is there a Web browser comptaible SH4?

that can have one with the patch for this tv?

Excuse my English, I went through a translator


Thank you
crandor
 
Posts: 4
Joined: Wed Dec 08, 2010 3:55 pm

Re: Hacking T-RBYDEUC Firmware - LE40A756 and A856

Postby erdem_ua » Wed Dec 08, 2010 10:44 pm

I don't even know if A series TV's could run a programs/applets. So there is no web app for A series TVs.
User avatar
erdem_ua
SamyGO Admin
 
Posts: 2957
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey

Re: Hacking T-RBYDEUC Firmware - LE40A756 and A856

Postby tom_van » Mon Jul 11, 2011 9:18 am

Long time ago I wrote here
tom_van wrote:To end rumors: T-RBYDEUC 1013 firmware does not execute .so games
I studied it in exeDSP binary: an easy patch can reenable browsing SEC_GAME folder.
When you select Telnetd app, instead of loading and executing .so lib a builtin game DBowling is run.
Although dl-load (.so library loader) code is included in binary, it wouldn't be easy to patch missing code back.

It is not true anymore as working library launcher can be patched in. See viewtopic.php?f=8&t=2021
This post is mainly for those who receive notification but not read forum regularly. Sorry to anybody who have already read.
tom_van
Official SamyGO Developer
 
Posts: 136
Joined: Tue Jan 19, 2010 10:44 am

PreviousNext

Return to A Series

Who is online

Users browsing this forum: No registered users and 1 guest