1

I'm trying to install my new Wacom Bamboo Pen + Touch tablet in Ubuntu 10.10. As described here, among other places, I've installed the Wacom dkms package by doctormo and rebooted my PC, but the tablet doesn't work.

What works?

The lights on the tablet, and it shows up in lsbusb.

What doesn't

Nothing else. There is no input. xsetwacom list devices gives emptiness.

dmesg

[  444.340133] usb 7-2: new full speed USB device using uhci_hcd and address 4
[  444.512012] usb 7-2: configuration #1 chosen from 1 choice

lsusb

Bus 007 Device 004: ID 056a:00d6 Wacom Co., Ltd 
  • 1
    Did you look at this one http://askubuntu.com/questions/11815/how-to-install-wacom-bamboo-pen ? – belacqua Apr 08 '11 at 20:10
  • @jgbelacqua: that seems to give the same instructions as in the link in his answer. – Lekensteyn Apr 08 '11 at 20:30
  • @Lekensteyn Thanks -- you're definitely correct (I missed that it was the same repo). I'll leave the link though, because it has a few possibly relevant comments from @doctormo (and it's his repository). – belacqua Apr 08 '11 at 20:44
  • Well, I just did the same procedure on another system (same Ubuntu version) and it just works, so there must be something wrong with my laptop. – Bart van Heukelom Apr 11 '11 at 08:19
  • @EvilPhoenix: Yeah, I didn't immediately accept it because I'm used from Stack Overflow that you can't do that until 2 days after you post it. – Bart van Heukelom Apr 12 '11 at 10:05

1 Answers1

0

I found the solution. For some reason I was running an old Linux kernel (2.6.32-22). I've switched to 2.6.35-28 now and it works instantly.

It still needs some tweaking to get it as comfortable as in Windows (things like scrolling, pressure sensitivity), but they are for other questions.