tocamac wrote:I did the following on my F series TV:
1) Loaded those modules in that order:
insmod /mtd_rwcommon/moip/engines/Skype/modules/sunrpc.ko
insmod /mtd_rwcommon/moip/engines/Skype/modules/auth_rpcgss.ko
insmod /mtd_rwcommon/moip/engines/Skype/modules/lockd.ko
insmod /mtd_rwcommon/moip/engines/Skype/modules/nfs.ko
Bob
Thanks Bob.
In H series there are two nfs modules nfs and nfsv3 so I needed to load also nfsv3.
Code: Select all
insmod /mtd_exe/vdlm/sunrpc.ko
insmod /mtd_exe/vdlm/lockd.ko
insmod /mtd_exe/vdlm/nfs.ko
insmod /mtd_exe/vdlm/nfsv3.ko
now it mounts correctly and works.
The only thing that I still don't figured out is the df command that says:
df: /dtv/usb/sdj: Input/output error
even if mount is correctly done and working.
The same NFS server is working with an ES series out of the box (only one nfs module, no df error, etc) and previously with a C series.
H looks a bit different
