Page 1 of 3

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

Posted: Wed Dec 31, 2014 2:13 pm
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 ...

Re: NFS support on H series. Possible?

Posted: Mon Jan 05, 2015 11:00 pm
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

Re: NFS support on H series. Possible?

Posted: Tue Jan 06, 2015 9:20 am
by juusso
Thats because nfs.ko module is not included by default.

@sectroyer?

Re: NFS support on H series. Possible?

Posted: Tue Jan 06, 2015 1:23 pm
by sectroyer
Well if his TV is an MST he should use native modules instead of the ones provided by SamyGO:)

Re: NFS support on H series. Possible?

Posted: Tue Jan 06, 2015 1:27 pm
by juusso
Here is no native nfs.ko and here is no correct nfs.ko in SamyGO.

Re: NFS support on H series. Possible?

Posted: Tue Jan 06, 2015 1:31 pm
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 ;)

Re: NFS support on H series. Possible?

Posted: Tue Jan 06, 2015 1:41 pm
by juusso
Maybe. I just guess...

Re: NFS support on H series. Possible?

Posted: Tue Jan 06, 2015 1:42 pm
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 ;)

Re: NFS support on H series. Possible?

Posted: Wed Jan 07, 2015 12:09 am
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?

Re: NFS support on H series. Possible?

Posted: Wed Jan 07, 2015 12:13 am
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/
:)