Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

Thread: Wacom tablet kernel issues

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

    Re: Wacom tablet kernel issues

    Yes.

  2. #22
    Join Date
    Dec 2012
    Beans
    15

    Re: Wacom tablet kernel issues

    Of course.

    Code:
    fuse                   51182  3 
    snd_hda_codec_realtek    41008  1 
    uvcvideo               54888  0 
    videobuf2_core         25128  1 uvcvideo
    videodev               64292  1 uvcvideo
    videobuf2_vmalloc      12305  1 uvcvideo
    videobuf2_memops       12407  1 videobuf2_vmalloc
    snd_hda_intel          20528  2
    snd_hda_codec          58171  2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep              12366  1 snd_hda_codec
    tsl2583                12336  0 
    industrialio           17203  1 tsl2583
    snd_pcm                52535  2 snd_hda_intel,snd_hda_codec
    nm10_gpio              12336  0 
    ath9k                 105145  0 
    mac80211              254230  1 ath9k
    ath9k_common           12579  1 ath9k
    ath9k_hw              338102  2 ath9k,ath9k_common
    ath                    16858  3 ath9k,ath9k_common,ath9k_hw
    cfg80211              119031  3 ath9k,mac80211,ath
    snd_timer              20974  1 snd_pcm
    snd_page_alloc         12669  2 snd_hda_intel,snd_pcm
    rtc_cmos               16432  0 
    user@cr-48-ubuntu:~$ xinput list
    ⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
    ⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
    ⎜   ↳ PS/2 Synaptics TouchPad                 	id=11	[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=10	[slave  keyboard (3)]

  3. #23
    Join Date
    Dec 2012
    Beans
    15

    Re: Wacom tablet kernel issues

    Is it safe to assume we're pretty much SOL?

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

    Re: Wacom tablet kernel issues

    Yep, doesn't look like the wacom driver/module is included for some reason.

    The location would be:
    Code:
    /lib/modules/`uname -r`/kernel/drivers/input/tablet
    Where `uname -r` is the kernel name you get from running uname -r in a terminal. But there appears to be a modules directory because there are modules. Weird.

    Anyway if there is no module you need to compile it. Which you can't without the kernel headers.

  5. #25
    Join Date
    Dec 2012
    Beans
    15

    Re: Wacom tablet kernel issues

    Well, ******. But thanks for your help, I guess I'll just buy a new laptop.

  6. #26
    Join Date
    Dec 2012
    Beans
    15

    Re: Wacom tablet kernel issues

    I know in 12.04 there's already a wacom tablet built in program, that detects it from system settings, but it just doesn't show up. So I'll upgrade and try everything again I suppose.

Page 3 of 3 FirstFirst 123

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
  •