My WACOM One device is not working The 2019 Stack Overflow Developer Survey Results Are...

Will it cause any balance problems to have PCs level up and gain the benefits of a long rest mid-fight?

writing variables above the numbers in tikz picture

Why does the nucleus not repel itself?

Does HR tell a hiring manager about salary negotiations?

What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?

How did passengers keep warm on sail ships?

Finding the area between two curves with Integrate

Is it okay to consider publishing in my first year of PhD?

How can I have a shield and a way of attacking with a ranged weapon at the same time?

Loose spokes after only a few rides

For what reasons would an animal species NOT cross a *horizontal* land bridge?

How do you keep chess fun when your opponent constantly beats you?

Can an undergraduate be advised by a professor who is very far away?

"as much details as you can remember"

Is it safe to harvest rainwater that fell on solar panels?

Mathematics of imaging the black hole

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

The difference between dialogue marks

Button changing its text & action. Good or terrible?

Falsification in Math vs Science

What is the most efficient way to store a numeric range?

Output the Arecibo Message

What is preventing me from simply constructing a hash that's lower than the current target?

How much of the clove should I use when using big garlic heads?



My WACOM One device is not working



The 2019 Stack Overflow Developer Survey Results Are InWacom CTH480 not working on Ubuntu 13.04Black screen after upgrade 12.10 now a very simple questionTouchpad Stopped Working After HibernateSynaptics drivers are not loading on Kubuntu 14.10 on Toshiba Portege R30-A X3300Wacom CTL-480-S detected but not properly workingHow to resolve dependency conflict for xserver-xorg-input-evdevBuilt in keyboard won't work - Acer Chromebook R11 Ubuntu 16.10Cannot update docotormo's ppaIssue with prerequisetes for wacom driver E: Unable to locate package linux-headersKeys don't repeat anymore, touchpad tap and touchpad two-finger scroll don't work anymore





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I had recently bought a WACOM One tablet pen, and I couldn't get it to work on Ubuntu (with gnome). I had installed the driver using the command:



sudo apt-get install xserver-xorg-input-wacom


The moment I had done that I restarted the system. But after booting, no input devices were working. So I had to reboot again, and go into recovery mode to reinstall all the input drivers using the command:



sudo apt-get install --reinstall xserver-xorg-input-all


Later, I was able to get the keyboard and mouse working, but I still cannot get the tablet working.



Command:



lsmod | grep wacom


Output:



wacom                 106496  0
usbhid 49152 1 wacom
hid 118784 3 hid_generic,usbhid,wacom


Command:



xsetwacom --list devices


Output: (nothing got displayed).



Command:



xinput list


Output:



⎡ Virtual core pointer                      id=2    [master pointer  (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB Optical Mouse id=9 [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)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ Logitech USB Keyboard id=10 [slave keyboard (3)]
↳ Logitech USB Keyboard id=11 [slave keyboard (3)]
↳ Eee PC WMI hotkeys id=12 [slave keyboard (3)]


Command:



lsb_release -a


Output:



LSB Version:    core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-    noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial


I had also tried reinstalling and restarting using the command:



sudo apt-get install --reinstall xserver-xorg-input-wacom


and it still does not work. What I am supposed to do now?










share|improve this question































    0















    I had recently bought a WACOM One tablet pen, and I couldn't get it to work on Ubuntu (with gnome). I had installed the driver using the command:



    sudo apt-get install xserver-xorg-input-wacom


    The moment I had done that I restarted the system. But after booting, no input devices were working. So I had to reboot again, and go into recovery mode to reinstall all the input drivers using the command:



    sudo apt-get install --reinstall xserver-xorg-input-all


    Later, I was able to get the keyboard and mouse working, but I still cannot get the tablet working.



    Command:



    lsmod | grep wacom


    Output:



    wacom                 106496  0
    usbhid 49152 1 wacom
    hid 118784 3 hid_generic,usbhid,wacom


    Command:



    xsetwacom --list devices


    Output: (nothing got displayed).



    Command:



    xinput list


    Output:



    ⎡ Virtual core pointer                      id=2    [master pointer  (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ Logitech USB Optical Mouse id=9 [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)]
    ↳ Power Button id=7 [slave keyboard (3)]
    ↳ Sleep Button id=8 [slave keyboard (3)]
    ↳ Logitech USB Keyboard id=10 [slave keyboard (3)]
    ↳ Logitech USB Keyboard id=11 [slave keyboard (3)]
    ↳ Eee PC WMI hotkeys id=12 [slave keyboard (3)]


    Command:



    lsb_release -a


    Output:



    LSB Version:    core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-    noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
    Distributor ID: Ubuntu
    Description: Ubuntu 16.04.5 LTS
    Release: 16.04
    Codename: xenial


    I had also tried reinstalling and restarting using the command:



    sudo apt-get install --reinstall xserver-xorg-input-wacom


    and it still does not work. What I am supposed to do now?










    share|improve this question



























      0












      0








      0








      I had recently bought a WACOM One tablet pen, and I couldn't get it to work on Ubuntu (with gnome). I had installed the driver using the command:



      sudo apt-get install xserver-xorg-input-wacom


      The moment I had done that I restarted the system. But after booting, no input devices were working. So I had to reboot again, and go into recovery mode to reinstall all the input drivers using the command:



      sudo apt-get install --reinstall xserver-xorg-input-all


      Later, I was able to get the keyboard and mouse working, but I still cannot get the tablet working.



      Command:



      lsmod | grep wacom


      Output:



      wacom                 106496  0
      usbhid 49152 1 wacom
      hid 118784 3 hid_generic,usbhid,wacom


      Command:



      xsetwacom --list devices


      Output: (nothing got displayed).



      Command:



      xinput list


      Output:



      ⎡ Virtual core pointer                      id=2    [master pointer  (3)]
      ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
      ⎜ ↳ Logitech USB Optical Mouse id=9 [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)]
      ↳ Power Button id=7 [slave keyboard (3)]
      ↳ Sleep Button id=8 [slave keyboard (3)]
      ↳ Logitech USB Keyboard id=10 [slave keyboard (3)]
      ↳ Logitech USB Keyboard id=11 [slave keyboard (3)]
      ↳ Eee PC WMI hotkeys id=12 [slave keyboard (3)]


      Command:



      lsb_release -a


      Output:



      LSB Version:    core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-    noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
      Distributor ID: Ubuntu
      Description: Ubuntu 16.04.5 LTS
      Release: 16.04
      Codename: xenial


      I had also tried reinstalling and restarting using the command:



      sudo apt-get install --reinstall xserver-xorg-input-wacom


      and it still does not work. What I am supposed to do now?










      share|improve this question
















      I had recently bought a WACOM One tablet pen, and I couldn't get it to work on Ubuntu (with gnome). I had installed the driver using the command:



      sudo apt-get install xserver-xorg-input-wacom


      The moment I had done that I restarted the system. But after booting, no input devices were working. So I had to reboot again, and go into recovery mode to reinstall all the input drivers using the command:



      sudo apt-get install --reinstall xserver-xorg-input-all


      Later, I was able to get the keyboard and mouse working, but I still cannot get the tablet working.



      Command:



      lsmod | grep wacom


      Output:



      wacom                 106496  0
      usbhid 49152 1 wacom
      hid 118784 3 hid_generic,usbhid,wacom


      Command:



      xsetwacom --list devices


      Output: (nothing got displayed).



      Command:



      xinput list


      Output:



      ⎡ Virtual core pointer                      id=2    [master pointer  (3)]
      ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
      ⎜ ↳ Logitech USB Optical Mouse id=9 [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)]
      ↳ Power Button id=7 [slave keyboard (3)]
      ↳ Sleep Button id=8 [slave keyboard (3)]
      ↳ Logitech USB Keyboard id=10 [slave keyboard (3)]
      ↳ Logitech USB Keyboard id=11 [slave keyboard (3)]
      ↳ Eee PC WMI hotkeys id=12 [slave keyboard (3)]


      Command:



      lsb_release -a


      Output:



      LSB Version:    core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-    noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
      Distributor ID: Ubuntu
      Description: Ubuntu 16.04.5 LTS
      Release: 16.04
      Codename: xenial


      I had also tried reinstalling and restarting using the command:



      sudo apt-get install --reinstall xserver-xorg-input-wacom


      and it still does not work. What I am supposed to do now?







      drivers software-installation tablet wacom input-devices






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 10 '18 at 0:31









      Aaron Skomra

      366314




      366314










      asked Aug 9 '18 at 9:42









      SreramSreram

      79129




      79129






















          2 Answers
          2






          active

          oldest

          votes


















          1














          I'm not sure what kernel version you are running, but most likely you need to update your input-wacom kernel driver ( https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source ) not your Wacom X server driver.






          share|improve this answer
























          • That actually worked! Thanks! Looks like installing it from source did the trick!

            – Sreram
            Aug 10 '18 at 6:48











          • I was confused because most answers and forums said, it has to be plug and play. But in my case it was not...

            – Sreram
            Aug 10 '18 at 6:49



















          0














          I'm getting this same this issues but now solved by the instruction.. here you should follow these steps by help by: https://www.skytechosting.com/wacom-tablet-driver/





          share








          New contributor




          Nicole Sarah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1063779%2fmy-wacom-one-device-is-not-working%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            I'm not sure what kernel version you are running, but most likely you need to update your input-wacom kernel driver ( https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source ) not your Wacom X server driver.






            share|improve this answer
























            • That actually worked! Thanks! Looks like installing it from source did the trick!

              – Sreram
              Aug 10 '18 at 6:48











            • I was confused because most answers and forums said, it has to be plug and play. But in my case it was not...

              – Sreram
              Aug 10 '18 at 6:49
















            1














            I'm not sure what kernel version you are running, but most likely you need to update your input-wacom kernel driver ( https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source ) not your Wacom X server driver.






            share|improve this answer
























            • That actually worked! Thanks! Looks like installing it from source did the trick!

              – Sreram
              Aug 10 '18 at 6:48











            • I was confused because most answers and forums said, it has to be plug and play. But in my case it was not...

              – Sreram
              Aug 10 '18 at 6:49














            1












            1








            1







            I'm not sure what kernel version you are running, but most likely you need to update your input-wacom kernel driver ( https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source ) not your Wacom X server driver.






            share|improve this answer













            I'm not sure what kernel version you are running, but most likely you need to update your input-wacom kernel driver ( https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source ) not your Wacom X server driver.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Aug 9 '18 at 22:10









            Aaron SkomraAaron Skomra

            366314




            366314













            • That actually worked! Thanks! Looks like installing it from source did the trick!

              – Sreram
              Aug 10 '18 at 6:48











            • I was confused because most answers and forums said, it has to be plug and play. But in my case it was not...

              – Sreram
              Aug 10 '18 at 6:49



















            • That actually worked! Thanks! Looks like installing it from source did the trick!

              – Sreram
              Aug 10 '18 at 6:48











            • I was confused because most answers and forums said, it has to be plug and play. But in my case it was not...

              – Sreram
              Aug 10 '18 at 6:49

















            That actually worked! Thanks! Looks like installing it from source did the trick!

            – Sreram
            Aug 10 '18 at 6:48





            That actually worked! Thanks! Looks like installing it from source did the trick!

            – Sreram
            Aug 10 '18 at 6:48













            I was confused because most answers and forums said, it has to be plug and play. But in my case it was not...

            – Sreram
            Aug 10 '18 at 6:49





            I was confused because most answers and forums said, it has to be plug and play. But in my case it was not...

            – Sreram
            Aug 10 '18 at 6:49













            0














            I'm getting this same this issues but now solved by the instruction.. here you should follow these steps by help by: https://www.skytechosting.com/wacom-tablet-driver/





            share








            New contributor




            Nicole Sarah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

























              0














              I'm getting this same this issues but now solved by the instruction.. here you should follow these steps by help by: https://www.skytechosting.com/wacom-tablet-driver/





              share








              New contributor




              Nicole Sarah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.























                0












                0








                0







                I'm getting this same this issues but now solved by the instruction.. here you should follow these steps by help by: https://www.skytechosting.com/wacom-tablet-driver/





                share








                New contributor




                Nicole Sarah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                I'm getting this same this issues but now solved by the instruction.. here you should follow these steps by help by: https://www.skytechosting.com/wacom-tablet-driver/






                share








                New contributor




                Nicole Sarah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.








                share


                share






                New contributor




                Nicole Sarah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 1 min ago









                Nicole SarahNicole Sarah

                1




                1




                New contributor




                Nicole Sarah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Nicole Sarah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Nicole Sarah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1063779%2fmy-wacom-one-device-is-not-working%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                    Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                    Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...