[snortgxz...] Huh? Wha? Did somebody mention my name?
[Toolfox rubs the sleep out of his eyes]
Is there a way I can run the things in rc.local at a higher level? Maybe before the login prompt? I notice that the pad does not work the first time I log in but DOES work after I log out and am the login screen for the second time.
If you want to start something earlier in the startup sequence than the rc.local script, you'll have to edit the UNIX System V init scripts themselves: a Dark and Forbidding Place where Brave Men Fear to Tread.
I have done such things in the distant past for I am a...{plants feet one at a time, places fists on hips, puffs out chest, points chin up and to the right}...BOLD and STUPID Man!
**Edit: Solved. After putting it in the kernel/input/tablet directory, the wacom.ko file needs to be renamed to wacom.ko.gz. Seems to work after that. I now have it work just fine if I have it plugged in while booted. However, if I plug it in after boot, it somehow initializes poorly (and constantly thinks i'm pressing on the tablet). This forces me to log out and log back in again to set it appropriately. Very weird.
Not weird at all. This is a function of how XWindows was designed 15+ years ago. It is a bit of a "house of cards" that runs with root privileges, and can only insert drivers during thread initialization (that's a fancy way of saying "starting XWindows"). Drivers cannot be removed once started.
If the kernel portion of the tablet driver wasn't ready and didn't create the right links in the /dev directory in time, the XWindows driver can't start during XWindows initialization. A feature of PCLinuxOS is that when you log out, XWindows is automatically restarted, which reloads the drivers, which can now find the kernel driver hooks and can properly initialize.
The workaround of restarting X after hotplugging a USB tablet is mentioned on the LinuxWacom Website somewhere, along with details on why hotplugging doesn't work but will in the next major release of X...assuming that the hotplugging code makes it in.
Any day now...
Toolfox