我首先尝试按照以下步骤安装 Wacom 驱动程序:Ubuntu 14.04.2 无法识别我的 Wacom Intuos 手写板绘图(ctl-490b)
当我跑的时候./configure
,我看到了这个
checking for doxygen... no
configure: WARNING: doxygen not found - documentation targets will be skipped
我不确定这是否是个问题。我决定遵循以下做法:https://sourceforge.net/p/linuxwacom/support-requests/49/
所以我输入
sudo apt-get install xutils-dev libtool xserver-xorg-dev libx11-dev libxi-dev libxrandr-dev libxinerama-dev libudev-dev
然后我就跑make
了
make[1]: Entering directory '/home/Downloads/xf86-input-wacom-0.33.0'
Making all in conf
make[2]: Entering directory '/home/Downloads/xf86-input-wacom-0.33.0/conf'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/Downloads/xf86-input-wacom-0.33.0/conf'
...
Making all in tools
make[2]: Entering directory '/home/Downloads/xf86-input-wacom-0.33.0/tools'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/Downloads/xf86-input-wacom-0.33.0/tools'
Making all in test
make[2]: Entering directory '/home/Downloads/xf86-input-wacom-0.33.0/test'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/Downloads/xf86-input-wacom-0.33.0/test'
make[2]: Entering directory '/home/Downloads/xf86-input-wacom-0.33.0'
make[2]: Leaving directory '/home/Downloads/xf86-input-wacom-0.33.0'
make[1]: Leaving directory '/home/Downloads/xf86-input-wacom-0.33.0'
这似乎没问题,所以我尝试了sudo make install
...
/bin/mkdir -p '/usr/bin'
/bin/bash ../libtool --mode=install /usr/bin/install -c xsetwacom isdv4-serial-debugger isdv4-serial-inputattach '/usr/bin'
libtool: install: /usr/bin/install -c xsetwacom /usr/bin/xsetwacom
libtool: install: /usr/bin/install -c isdv4-serial-debugger /usr/bin/isdv4-serial-debugger
libtool: install: /usr/bin/install -c isdv4-serial-inputattach /usr/bin/isdv4-serial-inputattach
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/Downloads/xf86-input-wacom-0.33.0/tools'
make[1]: Leaving directory '/home/Downloads/xf86-input-wacom-0.33.0/tools'
Making install in test
make[1]: Entering directory '/home/Downloads/xf86-input-wacom-0.33.0/test'
make[2]: Entering directory '/home/Downloads/xf86-input-wacom-0.33.0/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/Downloads/xf86-input-wacom-0.33.0/test'
make[1]: Leaving directory '/home/Downloads/xf86-input-wacom-0.33.0/test'
make[1]: Entering directory '/home/Downloads/xf86-input-wacom-0.33.0'
...
make[1]: Leaving directory '/home/Downloads/xf86-input-wacom-0.33.0'
我以为这意味着没有错误。然而,我没有看到 Wacom 的任何地方。我甚至输入了
xsetwacom --list devices
sudo find . -name wacom\* | grep modules
但这两个命令均无输出。
lsmod | grep wacom
刚刚给了
wacom 81920 0
hid 118784 3 wacom,hid_generic,usbhid
然后我遵循了这个:https://help.ubuntu.com/community/Wacom/LatestDriver
然而,之后sudo apt-get install wacom-dkms
我有
Error! Bad return status for module build on kernel: 4.2.0-36-generic (x86_64)
Consult /var/lib/dkms/wacom/0.30.0/build/make.log for more information.
然后我检查了一下/var/lib/dkms/wacom/0.30.0/build/make.log
,它的内容是
DKMS make.log for wacom-0.30.0 for kernel 4.2.0-36-generic (x86_64)
Building input-wacom drivers for 2.6 kernel.
make -C /lib/modules/3.13.0-68-generic/build M=/var/lib/dkms/wacom/0.30.0/build/3.7
make[1]: *** /lib/modules/3.13.0-68-generic/build: No such file or directory. Stop.
Makefile:24: recipe for target 'all' failed
make: *** [all] Error 2
有人可以帮忙吗?
答案1
请尝试按照官方支持页面上的说明安装内核驱动程序:
http://linuxwacom.sourceforge.net/wiki/index.php/Input-wacom