Let me know how you get on, I tried the unofficial allwinner 3.0.8, it failed.
Just tried the MIPS 3.0.8 kernel again and it compiled and output the two modules I wanted, xpad.ko and ff-memless.ko
Last section of the compile:
- Code: Select all
CC drivers/input/ff-memless.mod.o
CC drivers/input/joystick/xpad.mod.o
CC drivers/media/common/tuners/tea5761.mod.o
CC drivers/net/usb/asix.mod.o
CC drivers/net/usb/mcs7830.mod.o
CC drivers/net/usb/rtl8150.mod.o
CC drivers/net/usb/usbnet.mod.o
Kernel: arch/arm/boot/Image is ready
AS arch/arm/boot/compressed/head.o
CC drivers/scsi/scsi_wait_scan.mod.o
CC net/core/pktgen.mod.o
GZIP arch/arm/boot/compressed/piggy.gzip
LD [M] drivers/input/joystick/xpad.ko
LD [M] drivers/net/usb/asix.ko
CC arch/arm/boot/compressed/misc.o
LD [M] drivers/net/usb/mcs7830.ko
CC arch/arm/boot/compressed/decompress.o
LD [M] drivers/net/usb/rtl8150.ko
LD [M] drivers/net/usb/usbnet.ko
SHIPPED arch/arm/boot/compressed/lib1funcs.S
LD [M] drivers/scsi/scsi_wait_scan.ko
LD [M] net/core/pktgen.ko
AS arch/arm/boot/compressed/lib1funcs.o
LD [M] drivers/input/ff-memless.ko
LD [M] drivers/media/common/tuners/tea5761.ko
AS arch/arm/boot/compressed/piggy.gzip.o
LD arch/arm/boot/compressed/vmlinux
OBJCOPY arch/arm/boot/zImage
Kernel: arch/arm/boot/zImage is ready
Checked the architecture of the files.
FF-memless.ko
http://dl.dropbox.com/u/6632380/ICS/ff-memless.ko
xpad.ko
http://dl.dropbox.com/u/6632380/ICS/xpad.ko
Just going to test insmod them onto the tablet and I'll edit this post with the results.
EDITIt failed, it returned ff-memless.ko failed (Exec format error)
againThis is the output of dmesg on the tablet:

This is from modinfo on the xpad.ko I compiled, you can see the vermagic line:
3.0.8+ preempt mod_unload modversions ARMv5- Code: Select all
william@william-VirtualBox:~/mipskernel/dev-android-linux-mti-3.0.8/drivers/input/joystick$ modinfo xpad.ko
filename: xpad.ko
license: GPL
description: X-Box pad driver
author: Marko Friedemann <mfr@bmx-chemnitz.de>
*section removed*
depends:
vermagic: 3.0.8+ preempt mod_unload modversions ARMv5
parm: dpad_to_buttons:Map D-PAD to buttons rather than axes for unknown pads (bool)
parm: triggers_to_buttons:Map triggers to buttons rather than axes for unknown pads (bool)
parm: sticks_to_null:Do not map sticks at all for unknown pads (bool)
Stuck again
