View Single Post
Old 08-19-2012, 02:35 PM   #3
e-ink
partly refreshed
e-ink could sell banana peel slippers to a Deveel.e-ink could sell banana peel slippers to a Deveel.e-ink could sell banana peel slippers to a Deveel.e-ink could sell banana peel slippers to a Deveel.e-ink could sell banana peel slippers to a Deveel.e-ink could sell banana peel slippers to a Deveel.e-ink could sell banana peel slippers to a Deveel.e-ink could sell banana peel slippers to a Deveel.e-ink could sell banana peel slippers to a Deveel.e-ink could sell banana peel slippers to a Deveel.e-ink could sell banana peel slippers to a Deveel.
 
Posts: 36
Karma: 3026
Join Date: Aug 2012
Device: It's a Sony :P prs-t1
I used both toolchain 4.4.3 (ndk-r6b) and 4.4.0 (ndk-5c) following your guide, however
Code:
# insmod xt_owner.ko
insmod: can't insert 'xt_owner.ko': invalid module format
ARM Version of the module:
Code:
# modinfo xt_owner.ko
vermagic:       2.6.35.3 preempt mod_unload modversions ARMv5
while the ARM Version of the Kernel is:
Code:
# uname -a
Linux localhost 2.6.35.3 #74 PREEMPT Wed Dec 21 14:50:19 JST 2011 armv7l GNU/Linux
as well as the ARM Version of the pre-compiled modules:
Code:
# modinfo /lib/modules/2.6.35.3/kernel/drivers/usb/host/ehci-hcd.ko
vermagic:       2.6.35.3 preempt mod_unload modversions ARMv7
Could that be that conflict? Can I configure/re-build the ndk toolchain to compile for ARMv7.
Does the module on the reader needs to be properly installed (aka 'make modules install')?


FW: 1.0.04.12210 (rupor_rooted)
linux-src: Sony linux-2.6.35.3-111114
e-ink is offline   Reply With Quote