Hi,
I am trying to compile ftdio_sio.ko and usbserial.ko modules for the samsung galaxy tab without succes. I get error when installing the modules:
And this dmesg message:
I think that the problem is that I generating the modules with differente kernel version:
This is the stock kernel version (uname -a): 2.6.36-P6200XXKL7-CL604659 #3 SMP PREEMPT armv7l
And this is what I have in my modules (strings drivers/usb/serial/ftdi_sio.ko | grep vermagic):
The differences are the #3 and the armv7l instead of ARMv7.
¿How can y solve my problem? ¿Is a .config problem?
Thank you.
I am trying to compile ftdio_sio.ko and usbserial.ko modules for the samsung galaxy tab without succes. I get error when installing the modules:
Code:
# insmod ftdi_sio.ko
insmod: init_module 'ftdi_sio.ko' failed (Exec format error)Code:
# dmesg
ftdi_sio: no symbol version for module_layoutThis is the stock kernel version (uname -a): 2.6.36-P6200XXKL7-CL604659 #3 SMP PREEMPT armv7l
And this is what I have in my modules (strings drivers/usb/serial/ftdi_sio.ko | grep vermagic):
The differences are the #3 and the armv7l instead of ARMv7.
¿How can y solve my problem? ¿Is a .config problem?
Thank you.