Hi,

I am currently using Knoppix 5.0.1, HD install.

I was previously using version 4.0, and my Wacom Tablet Volito 2 was automatically recognised by the system.
I have just tried now on 5.0.1, and it seems it doesn't recognise it.

I went to the Linux-Wacom website (http://linuxwacom.sourceforge.net/in...owto/debwcmdrv) to install the proper tools, but I couldn't find any solution, since I can't find the proper kernel-headers for my kernel (as far as I know).

In fact, Knoppix 5.0.1 uses kernel 2.6.17, but the only kernel-headers available are the linux-headers-2.6.17-rc3.
And, in fact, after running dpkg-reconfigure wacom-kernel-source, I get:

Code:
head: cannot open `/usr/src/linux-headers-2.6.17-rc3/include/linux/version.h' for reading: No such file or directory
/var/lib/dpkg/info/wacom-kernel-source.postinst: line 49: [: =: unary operator expected
Warning: kernel headers don't match running Linux version.
After that I tried to install the wacom-tools, and to continue with the installation, but I could not find 10-wacom.rules in /etc/udev/rules.d, as indicated in the how-to on the Linux Wacom website:

Prepare for the /dev/input/wacom link

In /etc/udev/rules.d/10-wacom.rules, add the following line:

KERNEL="event*", SYSFS{idVendor}="056a", NAME="input/%k", SYMLINK="input/wacom%e"

Thus the drivers will find the Wacom tablet, whatever its /dev/input/eventX address is.
So I am now stuck here, and I don't know how to proceed. Do you have any suggestion for me?

Thanks for your time.