我的 WACOM One 设备无法正常工作

我的 WACOM One 设备无法正常工作

我最近买了一支 WACOM One 手写笔,但无法在 Ubuntu(带有 gnome)上使用。我使用以下命令安装了驱动程序:

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

完成此操作后,我立即重启了系统。但启动后,没有输入设备工作。因此,我不得不再次重启,然后进入恢复模式,使用以下命令重新安装所有输入驱动程序:

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

后来,我可以让键盘和鼠标工作了,但仍然无法让平板电脑工作。

命令:

lsmod | grep wacom

输出:

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

命令:

xsetwacom --list devices

输出:(未显示任何内容)。

命令:

xinput list

输出:

⎡ 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)]

命令:

lsb_release -a

输出:

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

我也尝试使用以下命令重新安装并重新启动:

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

但还是不起作用。我现在该怎么办?

答案1

我不确定你正在运行哪个内核版本,但很可能你需要更新你的 input-wacom 内核驱动程序(https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source)不是您的 Wacom X 服务器驱动程序。

相关内容