Page 1 of 1

Invalid module format .. help?

Posted: Sat Jan 31, 2015 11:40 pm
by Nicktdot
Hi, I've downloaded Samygo's full package and trying to load the vusb modules, but I get a module error:

insmod: can't insert './g_file_storage.ko': invalid module format

The dmesg buffer reads this out:
g_file_storage: version magic '0080, release SMP preempt mod_unload ARMv7 ' should be '0064, release SMP preempt mod_unload ARMv7 '

My TV is UN50ES6100 , and firmware is -T-MST10PAUSC-2002.3 dated 2014-10-23

Is there a way to get this to work? There doesn't seem to be any gadgets in drivers/usb modules in the 64 branch or in the main modules dir

Re: Invalid module format .. help?

Posted: Sat Jan 31, 2015 11:44 pm
by Nicktdot
If it helps:

/.version

"X10P 0071" KERNEL MODULE VERSION : "0064.0716, DTV, X10P, release, AUS_BRANCH"

Re: Invalid module format .. help?

Posted: Sun Feb 01, 2015 12:18 am
by zoelechat
Yes it helps, we have no working usb gadget module for 0064 (and more generally E-MST, I know I have same vermagic :) )
For virtual USB, workaround is to play with usblog, as vusb script does.

ps: I see you've finally succeeded in rooting your TV ;)

Re: Invalid module format .. help?

Posted: Sun Feb 01, 2015 12:25 am
by Nicktdot
Yes, thanks :)

I am trying to PVR to a remote filesystem. A NFS mount with a usblog entry as a VFAT FS seems to work ok (but not as XFS), but I get a NFS Stale Handler error from the server whenever the TV disconnects after being shut off .. which prevents remounting :(

I am unable to use a remote CIFS filesystem in the usblog, as all I get are weird cifsxxxx files being written on the share, and the PVR refuses to start with the same error I see here (no data, or something like that)...

Just trying to see what would be the best way to make a permanent solution to mounting a remote filesystem for PVR ... I thought vusb might been the fix but o well :)

Any idea what else to try?

Re: Invalid module format .. help?

Posted: Sun Feb 01, 2015 1:02 am
by sectroyer
Nicktdot wrote:
Is there a way to get this to work? There doesn't seem to be any gadgets in drivers/usb modules in the 64 branch or in the main modules dir
check your sources :) I think there is file called vdlp_version or something like this. Just adjust it to your vermagic :)

Re: Invalid module format .. help?

Posted: Sun Feb 01, 2015 7:46 am
by juusso
You're using wrong sources from e series 7/8xxx models. Download correct first. Also set module version to 0064 in include/linux/vdlp_version.h file

Re: Invalid module format .. help?

Posted: Sun Feb 01, 2015 5:05 pm
by juusso