Well this is from memory so don't hate me if it doesn't work! The linuxwacom driver has since been updated, although the linuxwacom package referenced below should still work. Starting with a fresh install of Salix (after the install of Nvidia driver):
1. Compiled and packaged the latest linuxwacom driver package - at the time this was linuxwacom-0.8.4-1. I have uploaded the package I created then
HERE. This package installs the linuxwacom driver for xorg and some udev rules.
2. After realising that the default kernel doesn't include the linuxwacom module, I went back to the source tree of the compiled linuxwacom source and dug out the the kernel module that was compiled but not moved into the package (I never had to worry about the kernel module before as with Zenwalk it was included in the default kernel, and therefore hadn't taken that into account when creating the package). I just created the kernel module directory directly and copied the module over to it. For your convenience, please find the wacom kernel module, compiled from the same source as above with the default Salix kernel
HERE. Download to the directory of your choice, then in that same directory as root do:
Code: Select all
mkdir -p /lib/modules/2.6.29.6-smp/kernel/drivers/input/tablet
cp wacom.ko /lib/modules/2.6.29.6-smp/kernel/drivers/input/tablet/
chmod 644 /lib/modules/2.6.29.6-smp/kernel/drivers/input/tablet/wacom.ko
3. Edit the xorg.conf, modifying the "ServerLayout" and "InputDevice" sections as necessary for your tablet (see the linuxwacom page
HERE for detailed instrutions). I already had this ready as I had kept the xorg.conf from my previous install so just had to copy/paste the sections in.
4. Plug in the tablet and reboot (you could also load the kernel module by hand using insmod before plugging in the tablet, and then restart x instead of rebooting, but I'm lazy and didn't mind waiting the minute or so for the reboot).
5. Cross your fingers....
So, as far as I can remember, these were the exact steps I took in configuring my Wacom Bamboo with Salix. As said before, the xorg.conf configuration method is now deprecated and the linuxwacom drivers have since been updated so the new HAL/fdi configuration may work OK - if I have the time I'll create a new package for testing using this new method. Theoretically, if I understand correctly, this should mean that all you have to do is install the new package, reboot and plug in the tablet, which would be easier all round. However as I also said before I don't have my tablet right now so I cannot test this.
Best of luck.