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

Thread: wacom intuos4 tablet not detected in 12.04

  1. #1
    Join Date
    Mar 2013
    Beans
    10

    wacom intuos4 tablet not detected in 12.04

    Hey guys, very new to linux. Have a acer c7 chromebook running ubuntu 12.04. Wacom graphics tablet in settings shows "tablet not detected". Any help will be greatly appreciated.

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

    Re: wacom intuos4 tablet not detected in 12.04

    Hi gnr609,

    Welcome to Ubuntu forums!


    So you installed Ubuntu Precise 12.04 on your Chromebook?

    Run the following commands in a terminal with the Intuos4 plugged in and post the output.
    Code:
    lsusb
    and
    xinput list

  3. #3
    Join Date
    Mar 2013
    Beans
    10

    Re: wacom intuos4 tablet not detected in 12.04

    Hey Favux, thx for the quick reply. Yeah followed some instructions from google and installed ubuntu.
    Everything seems to be running fine but this is the first problem I ran into. This is what I get:

    Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 0489:e04e Foxconn / Hon Hai
    Bus 001 Device 004: ID 064e:d251 Suyin Corp.
    Bus 002 Device 003: ID 056a:00b8 Wacom Co., Ltd Intuos4 4x6

    and

    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ cyapa id=10 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Power Button id=8 [slave keyboard (3)]
    ↳ Sleep Button id=9 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]

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

    Re: wacom intuos4 tablet not detected in 12.04

    Alright, it is showing up in lsusb but not xinput list. Let's check if the Wacom usb kernel driver/module wacom.ko is auto-loading.
    Code:
    lsmod | grep [Ww]acom
    What's the output?

  5. #5
    Join Date
    Mar 2013
    Beans
    10

    Re: wacom intuos4 tablet not detected in 12.04

    I don't seem to be getting anything

    user@ChrUbuntu:~$ lsmod | grep [Ww]acom
    user@ChrUbuntu:~$ lsmod | grep wacom
    user@ChrUbuntu:~$ lsmod | grep Wacom
    user@ChrUbuntu:~$

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

    Re: wacom intuos4 tablet not detected in 12.04

    To "force" the module to auto-load add wacom to the bottom of the list of modules in the modules file at /etc/modules.
    Code:
    gksudo gedit /etc/modules
    Should end up looking something like:
    Code:
    # /etc/modules: kernel modules to load at boot time.
    #
    # This file contains the names of kernel modules that should be loaded
    # at boot time, one per line. Lines beginning with "#" are ignored.
    
    lp
    rtc
    wacom

  7. #7
    Join Date
    Mar 2013
    Beans
    10

    Re: wacom intuos4 tablet not detected in 12.04

    Ok, after running gksudo gedit /etc/modules, a modules(/etc)-gedit window opens up showing

    # /etc/modules: kernel modules to load at boot time.
    #
    # This file contains the names of kernel modules that should be loaded
    # at boot time, one per line. Lines beginning with "#" are ignored.


    lp
    rtc

    do I just type wacom on the bottom and save?
    sorry for the newbness, its my first experience with linux.

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

    Re: wacom intuos4 tablet not detected in 12.04

    do I just type wacom on the bottom and save?
    Yes.

    Then restart.

  9. #9
    Join Date
    Mar 2013
    Beans
    10

    Re: wacom intuos4 tablet not detected in 12.04

    Ok, saved and restarted. Im still not getting any output when I run "lsmod | grep [Ww]acom"
    wacom does show on the bottom of the list when I run " gksudo gedit /etc/modules"

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

    Re: wacom intuos4 tablet not detected in 12.04

    OK, now we need to check if wacom.ko is present on your system. It should be located in this directory:
    Code:
    /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko
    Where `uname -r` is kernel version you are running currently. There should be other modules in the tablet directory other than wacom.ko. Is it there?

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
  •