Page 79 of 88 FirstFirst ... 29697778798081 ... LastLast
Results 781 to 790 of 874

Thread: New Wacom Bamboo not working

  1. #781
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: New Wacom Bamboo not working

    Quote Originally Posted by RussianNeuroMancer View Post
    Someone test Wacom Baboo P&T in Lucid? It's works?
    Right now, it does not. The kernel module needs to be updated and Lucid is using the newer Wacom driver that is compatible with the new Xorg server. So if you really need your P&T, I would not recommend upgrading to Lucid until patches are made for it.

  2. #782
    Join Date
    Feb 2008
    Location
    Japan
    Beans
    31
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: New Wacom Bamboo not working

    In lucid, I got the pen (fully working) and touch (with no gestures) working by doing the following:
    Download the git version of 10.5 and compile:
    Code:
    git clone git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/xf86-input-wacom
    cd xf86-input-wacom/
    ./autogen.sh --prefix=/usr
    ./configure && make
    sudo make install
    Downloaded linuxwacom 0.86 and do the following:
    Code:
    ./configure --enable-wacom --prefix=/usr
    cd src/2.6.30
    make
    sudo cp wacom.ko /lib/modules/$(uname -r)/kernel/drivers/input/tablet/
    sudo depmod -a
    sudo modprobe -r wacom
    sudo modprobe wacom
    Any suggestions on how to get the touch gestures functioning (single and multi are not working). The touch is also a bit jumpy but much less than it was in Karmic.

    Quote Originally Posted by Ayuthia View Post
    Right now, it does not. The kernel module needs to be updated and Lucid is using the newer Wacom driver that is compatible with the new Xorg server. So if you really need your P&T, I would not recommend upgrading to Lucid until patches are made for it.

  3. #783
    Join Date
    May 2006
    Beans
    2

    Re: New Wacom Bamboo not working

    This seems to work for my CTH-461.

    Thanks

  4. #784
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: New Wacom Bamboo not working

    Hi munooka,

    At the git repository it's not clear to me if the gesture support from the Bamboo branch has been added to xf86-input-wacom yet.

  5. #785
    Join Date
    Jun 2006
    Beans
    5

    Re: New Wacom Bamboo not working

    Quote Originally Posted by munooka View Post
    In lucid, I got the pen (fully working) and touch (with no gestures) working by doing the following:
    Download the git version of 10.5 and compile:
    Code:
    git clone git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/xf86-input-wacom
    cd xf86-input-wacom/
    ./autogen.sh --prefix=/usr
    ./configure && make
    sudo make install
    Downloaded linuxwacom 0.86 and do the following:
    Code:
    ./configure --enable-wacom --prefix=/usr
    cd src/2.6.30
    make
    sudo cp wacom.ko /lib/modules/$(uname -r)/kernel/drivers/input/tablet/
    sudo depmod -a
    sudo modprobe -r wacom
    sudo modprobe wacom
    Any suggestions on how to get the touch gestures functioning (single and multi are not working). The touch is also a bit jumpy but much less than it was in Karmic.
    checking pkg-config is at least version 0.9.0... yes
    ./configure: line 11878: syntax error near unexpected token `XINPUT,'
    ./configure: line 11878: `XORG_DRIVER_CHECK_EXT(XINPUT, inputproto)'
    ro@ajax:~/xf86-input-wacom$ sudo make install
    make: *** Sem regra para processar o alvo `install'. Pare.
    ro@ajax:~/xf86-input-wacom$

  6. #786
    Join Date
    Aug 2006
    Beans
    2

    Re: New Wacom Bamboo not working

    munooka's method works on my lucid machine with kernel 2.6.33. Thanks for posting.

  7. #787
    Join Date
    May 2008
    Beans
    22

    Re: New Wacom Bamboo not working

    cth-461 both pen & touch are working for me on a fresh clean vanilla Lucid install using linuxwacom-0.8.6 and xf86-input-wacom from GIT except that with touch I can't just click or double click tapping the pad.

    complex gestures are still missing for sure but do simple clicking works for someone else?

  8. #788
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: New Wacom Bamboo not working

    Hi htrex,

    Don't know about the click but as far as I know they were working. Maybe you need to define buttons in the 10-wacom.conf snippet for usb tablets in xorg.conf.d. Ping just submitted a new gestures patch. It look like it needs a little work. As soon as it is accepted and commited. I'd clone the git repository for it.

  9. #789
    Join Date
    Aug 2009
    Beans
    31

    Re: New Wacom Bamboo not working

    Quote Originally Posted by munooka View Post
    In lucid, I got the pen (fully working) and touch (with no gestures) working by doing the following:
    Download the git version of 10.5 and compile:
    Code:
    git clone git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/xf86-input-wacom
    cd xf86-input-wacom/
    ./autogen.sh --prefix=/usr
    ./configure && make
    sudo make install
    Downloaded linuxwacom 0.86 and do the following:
    Code:
    ./configure --enable-wacom --prefix=/usr
    cd src/2.6.30
    make
    sudo cp wacom.ko /lib/modules/$(uname -r)/kernel/drivers/input/tablet/
    sudo depmod -a
    sudo modprobe -r wacom
    sudo modprobe wacom
    Any suggestions on how to get the touch gestures functioning (single and multi are not working). The touch is also a bit jumpy but much less than it was in Karmic.
    This did not work for me. Is it because I updated the kernel today?

  10. #790
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: New Wacom Bamboo not working

    Hi pkchips,

    Only if you updated the kernel after you compiled linuxwacom. If so go back into the unpacked linuxwacom tar and into src/2.6.30. Then repeat:
    Code:
    sudo cp wacom.ko /lib/modules/$(uname -r)/kernel/drivers/input/tablet/
    That will copy wacom.ko into the correct directory of the new kernel. Otherwise it is some other problem.

Page 79 of 88 FirstFirst ... 29697778798081 ... LastLast

Tags for this Thread

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
  •