NFS support on H series. Possible? - yes! :)

Here for general support for H series TVs, request and problem solve area.

User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

NFS support on H series. Possible? - yes! :)

Post by juusso »

Topic dedicated to SamyGO Extensions on H series after successful root (access for members in donor group only).
NFS was not tested. But you can enable 03_03_nfs.init and check if it finds and mounts your nfs shares automatically. If not - we have to go trough whole process step by step together ...
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
neverstopdreaming
SamyGO Project Donor
Posts: 8
Joined: Sat Dec 06, 2014 3:25 pm

Re: NFS support on H series. Possible?

Post by neverstopdreaming »

Code: Select all

# ./03_03_nfsmount.init.pc.dis start
insmod: can't insert '/mnt/lib/modules/3.8.13/kernel/net/sunrpc/sunrpc.ko': File exists
sunrpc.ko. T-FXP model or wrong/missing modules?
insmod: can't insert '/mnt/lib/modules/3.8.13/kernel/net/sunrpc/auth_gss/auth_rpcgss.ko': File exists
auth_rpcgss.ko. T-FXP model or wrong/missing modules?
insmod: can't insert '/mnt/lib/modules/3.8.13/kernel/fs/lockd/lockd.ko': File exists
lockd.ko. T-FXP model or wrong/missing modules?
insmod: can't insert '/mnt/lib/modules/3.8.13/kernel/fs/nfs/nfs.ko': unknown symbol in module or invalid parameter
nfs.ko. T-FXP model or wrong/missing modules?
Fixed Server: 192.168.100.11
mount: mounting 192.168.100.11:/volume1/NAS on /dtv/usb/sdj/nfs/192.168.100.11/NAS failed: No such device
it looks like nfs module is not ok.
Mount point is created correctly
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: NFS support on H series. Possible?

Post by juusso »

Thats because nfs.ko module is not included by default.

@sectroyer?
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
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: NFS support on H series. Possible?

Post by sectroyer »

Well if his TV is an MST he should use native modules instead of the ones provided by SamyGO:)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: NFS support on H series. Possible?

Post by juusso »

Here is no native nfs.ko and here is no correct nfs.ko in SamyGO.
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
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: NFS support on H series. Possible?

Post by sectroyer »

juuso wrote:Here is no native nfs.ko and here is no correct nfs.ko in SamyGO.
"Here" means were? On my TV there is definitely one ;)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: NFS support on H series. Possible?

Post by juusso »

Maybe. I just guess...
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
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: NFS support on H series. Possible?

Post by sectroyer »

juuso wrote:Maybe. I just guess... Image

Code: Select all

root@tv:~ # lsmod | grep nfs 
nfs 90464 0 - Live 0xbed5f000 (O)
lockd 45092 1 nfs, Live 0xbed50000
sunrpc 127112 2 nfs,lockd, Live 0xbed13000 (O)
No comment ;) Without more information about this guy tv nothing can be done ;)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
neverstopdreaming
SamyGO Project Donor
Posts: 8
Joined: Sat Dec 06, 2014 3:25 pm

Re: NFS support on H series. Possible?

Post by neverstopdreaming »

Hi sectroyer,
model is 55H6500 and is MST.

I just tried with init script as is and it was loading from /mnt/.

Anyway I don't find nfs module under /lib/modules
Can you tell me where is nfs located in your fs?
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: NFS support on H series. Possible?

Post by sectroyer »

neverstopdreaming wrote:Hi sectroyer,
model is 55H6500 and is MST.

I just tried with init script as is and it was loading from /mnt/.

Anyway I don't find nfs module under /lib/modules
Can you tell me where is nfs located in your fs?
nfs modules are in:

Code: Select all

/mtd_exe/vdlm/
:)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!

Post Reply

Return to “[H] Support”