Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Configure Wacom Bamboo Pen Ubuntu 10.04

  1. #1
    Join Date
    Jun 2009
    Beans
    67
    Distro
    Kubuntu 10.04 Lucid Lynx

    Configure Wacom Bamboo Pen Ubuntu 10.04

    I just installed Ubuntu 10.04 and i can say i am very impressed, they work really nice but i have a problem: i can't get my bamboo pen to work. Its model number is CTL-460. Anyone can point me to a solution? (Running 64-bit)

  2. #2
    Join Date
    Jun 2009
    Beans
    67
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Configure Wacom Bamboo Pen Ubuntu 10.04

    Never mind, i found out that i needed to compile a newer version of the wacom module. Used the following commands:

    Code:
    sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev libncurses5-dev
    
    wget http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.6-1.tar.bz2
    
    tar -xf linuxwacom-0.8.6-1.tar.bz2
    cd linuxwacom-0.8.6-1
    ./configure --enable-wacom
    cd src/2.6.30/
    make
    sudo cp wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/
    sudo rmmod wacom
    sudo modprobe wacom
    You can also add wacom to /etc/modules so you won't have to load it each time.
    Last edited by sakisds; May 3rd, 2010 at 05:47 PM. Reason: New link

  3. #3
    Join Date
    Apr 2008
    Beans
    549

    Re: Configure Wacom Bamboo Pen Ubuntu 10.04

    Thanks for this. I actually had an issue where my cursor would constantly fly to the corner with my Wacom pad plugged in, pretty much making it useless.

    Compiled the newer version & the issue is gone.

  4. #4
    Join Date
    Apr 2009
    Beans
    3

    Re: Configure Wacom Bamboo Pen Ubuntu 10.04

    hi ElSlunko,

    i have the same problem, but not solved compiling the newer driver (linuxwacom-0.8.6), can you explain how you did it?

    thanks
    jb

  5. #5
    Join Date
    Apr 2010
    Beans
    2

    Re: Configure Wacom Bamboo Pen Ubuntu 10.04

    I've just installed Ubuntu 10.4 for the first time. My Wacom Bamboo Fun does not work : (
    I entered all the listed commands into the Terminal, rebooted but nothing changed.

    May be I'm doing something wrong?
    My experience with Linux is approx. zero.

    Thanks in advance.

  6. #6
    Join Date
    Apr 2008
    Beans
    549

    Re: Configure Wacom Bamboo Pen Ubuntu 10.04

    Hello!

    Did you get any errors along the way? It's absolutely necessary that you get all the packages in the first command so you can build it properly.

    If you were able to go through all the steps properly without an error then finally add wacom to /etc/modules using

    Code:
    sudo gedit /etc/modules
    Edit : And you shouldn't need to reboot, just log out then back in.

  7. #7
    Join Date
    Apr 2009
    Beans
    3

    Re: Configure Wacom Bamboo Pen Ubuntu 10.04

    Hello!

    thanks for your help, the menssage of error is:

    'WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release.'

    Can this be the problem?

  8. #8
    Join Date
    Apr 2010
    Beans
    2

    Re: Configure Wacom Bamboo Pen Ubuntu 10.04

    Thanks alot ElSlunko! Now my Bamboo started working!

    The only bug is that when I put my pen to the border of the tablet's sensitive area, the cursor suddenly jumps to another place. And all in all behaves strange near the borders. What could that be?

    And where to configure buttons on pen and tablet?

  9. #9
    Join Date
    May 2008
    Beans
    25

    Re: Configure Wacom Bamboo Pen Ubuntu 10.04

    Quote Originally Posted by ElSlunko View Post
    Thanks for this. I actually had an issue where my cursor would constantly fly to the corner with my Wacom pad plugged in, pretty much making it useless.

    Compiled the newer version & the issue is gone.
    The same thing is happening to me for iball pen tablet.

    What is the solution?

  10. #10
    Join Date
    Apr 2008
    Beans
    549

    Re: Configure Wacom Bamboo Pen Ubuntu 10.04

    Quote Originally Posted by freeway View Post
    Hello!

    thanks for your help, the menssage of error is:

    'WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release.'

    Can this be the problem?
    Seems like it. Was this a fresh install or upgrade?

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •