I have an Intuos5 drawing tablet that I'd like to use under Linux. Under Windows it runs fine, but I can't get it to work in Linux (using Mint 11).
lsusb shows that it is known as a USB device:
$ lsusb | grep Wacom
Bus 003 Device 002: ID 056a:002a Wacom Co., Ltd
It doesn't appear in the results of an xinput list command.
apt-get tells me that xserver-xorg-input-wacom is already installed, and my system is up to date. The config file for wacom devices (/usr/share/X11/xorg.conf.d/50-wacom.conf) exists and is still set to defaults.
What else should I try to get Mint to detect the tablet?