Just for everone’s attention,
The linux kernel 2.6.22 and the wcte12xp module don’t seem to work together.
If you have a redhat based distro, revert back to an older version of the kernel and all should be sweet. 2.6.20 works no problems.
e.g.
yum remove kernel kernel-devel
yum install kernel-2.6.20
yum install kernel-devel
In the case of running a 64 bit architecture, you can specify it like this:
yum install kernel-devel-2.6.20.x86_64
Because sometimes yum decides to install i686 and i586 versions of kernel source as well.