Carlos Dominguez a écrit:

Hello,

I'm trying to install my Wacom Intuos 3 tablet on Ubuntu w/ 2.6.12
kernel (by following the HOWTO).  I can compile linuxwacom-0.7.2 and
get wacom.ko with no problems.  However, when I run "insmod wacom.ko",
I get

insmod: error inserting 'wacom.ko': -1 Invalid module format

I've also tried running "insmod wacom.o", but I get the same error. I've also tried configuring it with --disable-modver, but still no
luck.  What do I do?

I had a similar problem with debian sid when the default debian stock kernel was compiled with gcc 3.4 and i was compiling the module with gcc 4.0.

Rebuilding the whole kernel along with the linuxwacom drivers with gcc 4.0 (substituting wacom.c and hid-core.c in the kernel source tree) solved the issue.

You can try (if that is your case) to build the wacom modules with the same gcc version used to compile your kernel, but i failed since the the configure script from linuxwacom didn't look for a CC env var. That was with 0.6.8 (some time ago) so things may fuction now. From then... i always built the modules in the kernel source tree (in debian is simpler in my opinion).

Best Regards
Marco



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Linuxwacom-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to