No puedo hacer que ubuntu 16.06 LTS reconozca mi nuevo dispositivo Wacom One. En realidad, se reconoce desde usb.
>> lsusb
>> Bus 001 Device 003: ID 056a:037b Wacom Co., Ltd
Sin embargo, en la configuración del sistema> hardware> tableta wacom, no se detecta ninguna tableta.
También probé install xserver-xorg-input-wacom
pero tengo algunos problemas de dependencia.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
xserver-xorg-input-wacom : Depends: xorg-input-abi-22
Depends: xserver-xorg-core (>= 2:1.17.99.902)
E: Unable to correct problems, you have held broken packages.
Traté de instalar esas dependencias manualmente, pero no estaba seguro de si lo estaba haciendo bien debido a la advertencia sobre la eliminación de algunos otros paquetes importantes.
sudo apt-get install xserver-xorg-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libxfont2 xserver-xorg-legacy-hwe-16.04
Use 'sudo apt autoremove' to remove them.
Suggested packages:
xfonts-100dpi | xfonts-75dpi
The following packages will be REMOVED:
ubuntu-desktop xorg xserver-xorg-core-hwe-16.04 xserver-xorg-hwe-16.04
xserver-xorg-input-all-hwe-16.04 xserver-xorg-input-evdev-hwe-16.04
xserver-xorg-input-synaptics-hwe-16.04
xserver-xorg-input-wacom-hwe-16.04 xserver-xorg-video-all-hwe-16.04
xserver-xorg-video-amdgpu-hwe-16.04 xserver-xorg-video-ati-hwe-16.04
xserver-xorg-video-fbdev-hwe-16.04 xserver-xorg-video-intel-hwe-16.04
xserver-xorg-video-nouveau-hwe-16.04 xserver-xorg-video-qxl-hwe-16.04
xserver-xorg-video-radeon-hwe-16.04 xserver-xorg-video-vesa-hwe-16.04
xserver-xorg-video-vmware-hwe-16.04
The following NEW packages will be installed:
xserver-xorg-core
0 upgraded, 1 newly installed, 18 to remove and 0 not upgraded.
Need to get 1 344 kB of archives.
After this operation, 5 702 kB disk space will be freed.
Do you want to continue? [Y/n]
Entonces, estoy atrapado aquí. ¿Alguna sugerencia?
Actualización:he resuelto el problema de detección siguiendo este enlace. Todavía lo encuentro bastante complicado. Sería muy bueno tener un ppa pero, bueno, ahora funciona, así que estos son mis pasos:
- Descargado input-wacom-0.45.0.tar.bz2
. -
Extraído en una carpeta y calculado:
if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed"
Sin embargo, todavía no puedo hacer que el sistema detecte correctamente la entrada x. No tengo sensibilidad a la presión aunque mi dispositivo está en la lista de entradas x.
>> xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Melfas LGDisplay Incell Touch id=12 [slave pointer (2)]
⎜ ↳ DELL0818:00 044E:121F Mouse id=13 [slave pointer (2)]
⎜ ↳ DELL0818:00 044E:121F Touchpad id=14 [slave pointer (2)]
⎜ ↳ Wacom One by Wacom M Pen stylus id=21 [slave pointer (2)]
⎜ ↳ Wacom One by Wacom M Pen eraser id=22 [slave pointer (2)]
He calculado como se indica en el enlace:
sudo sh -c "apt-get update && apt-get install xserver-xorg-input-wacom$(dpkg -S $(which Xorg) | grep -Eo -- "-hwe-[^:]*")"
lo que me da xserver-xorg-input-wacom-hwe-16.04 is already the newest version (1:0.34.0-0ubuntu2~16.04.1).
Ahora sigo atrapado en la sensibilidad a la presión.
Relacionado:14.04 obtiene una pantalla negra a menos que radeon.modeset=0?