por favor, tente seguir as instruções para instalar o driver do kernel na página de suporte oficial:
link
Primeiro tentei instalar o driver da Wacom seguindo este procedimento: Ubuntu 14.04. 2 não reconhece meu desenho de mesa digitalizadora Wacom Intuos (ctl-490b)
Quando eu corri ./configure
, vi isso
checking for doxygen... no
configure: WARNING: doxygen not found - documentation targets will be skipped
Eu não tinha certeza se isso era um problema ou não. Decidi seguir o seguinte: link
então eu digitei
sudo apt-get install xutils-dev libtool xserver-xorg-dev libx11-dev libxi-dev libxrandr-dev libxinerama-dev libudev-dev
Eu então executei make
e obtive
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'
Isso pareceu ok, então eu tentei 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'
Assumi que isso significava que não havia erros. No entanto, não vejo a Wacom em nenhum lugar. Eu até digitei
xsetwacom --list devices
sudo find . -name wacom\* | grep modules
mas não houve saída para nenhum desses comandos.
lsmod | grep wacom
apenas deu
wacom 81920 0
hid 118784 3 wacom,hid_generic,usbhid
Segui então: link
No entanto, após sudo apt-get install wacom-dkms
Eu tenho
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.
Em seguida, verifiquei /var/lib/dkms/wacom/0.30.0/build/make.log
e seu conteúdo é
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
Alguém pode ajudar?
por favor, tente seguir as instruções para instalar o driver do kernel na página de suporte oficial:
link