On Tuesday 06 March 2007 20:20, Brogan Ross wrote: > Yeah this one: > > KERNEL=="event[0-9]*", SYSFS{idVendor}=="056a", NAME="input/%k", > SYMLINK="input/wacom" > > doesn't seem to work. Any ideas on why it wouldn't work, or another way > to do it? > > Thanks
Mmmm... First off, the line above is the same as the one I used until I installed Kubuntu so it should work. But for some reason I had to reboot to make the rule to work fully. As I re-read your previous post I get a feeling that you might have got the whole thing backwards.. Correct me if I'm wrong.. You can't 'lock' the device name for the wacom tablet to a specific path in /dev (like /dev/input/event3). What you can do is to ensure that when the tablet is connected udev will set up a symbolic link (dev/input/wacom) that points to the device name that was automatically assigned to the tablet by the kernel. It's this symbolic link that you should use in your X-config instead of the eventX one. If I'm completely off-track here I think I need to see the contents of /dev/input ('ls -l' kind of listing) when the tablet is connected if I should be able to help you. Also the entry in /proc/bus/usb/devices and /proc/bus/input/devices that concerns the tablet can be useful to start with. BR Magnus > Magnus Vigerlöf wrote: > > On Sunday 04 March 2007 20:16, Brogan Ross wrote: > >> Hey I'm having the problem where every time I start the computer the > >> event number for my tablet changes I've tried locking the event number > >> in 60-wacom-rules like this: > >> KERNEL=="event2*", SYSFS{idVendor}=="056a", NAME="input/%k", > >> SYMLINK="input/wacom" > >> > >> But that doesn't seem to change it. Any suggestions? > >> > >> PS- I'm running Fedora 6 > > > > The above udev-rule doesn't seems to be entierly correct.. Try this one > > instead: > > KERNEL=="event[0-9]*", SYSFS{idVendor}=="056a", NAME="input/%k", > > SYMLINK="input/wacom" > > > > I hope you don't have to restart your computer for this to take effect. > > > > I'm running with the following rule (which you might want to try if the > > above doesen't work): > > KERNEL=="event[0-9]*", SYSFS{idVendor}=="056a", SYMLINK+="input/wacom" > > > > But my installation is a Kubuntu 6.10, so this might not be applicable > > for you. > > > > Cheers, > > Magnus ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss