#26 Le 03/02/2022, à 22:05
- Nuliel
Re : [Résolu] Problème Installation tablet graphique Wacom
Bon, le retour d'hier n'est pas totalement concluant (déjà stylet et effaceur c'est pas mal, mais tout ce serait quand même mieux ), tu devrais avoir aussi la tablette dans le retour, pas que le stylet et l'effaceur.
Tu peux essayer
gsettings set org.gnome.settings-daemon.plugins.gsdwacom active false
puis redémarrer et redonner
xsetwacom --list devices
en espérant voir apparaître la tablette
Dernière modification par Nuliel (Le 03/02/2022, à 22:06)
Hors ligne
#27 Le 04/02/2022, à 00:04
- NanaDerka
Re : [Résolu] Problème Installation tablet graphique Wacom
La première commande ne donne aucun retour, même après redémarrage rien ne change ...
~$ gsettings set org.gnome.settings-daemon.plugins.gsdwacom active false
~$ xsetwacom --list devices
Wacom Co.,Ltd. Intuos BT M stylus id: 9 type: STYLUS
Wacom Co.,Ltd. Intuos BT M eraser id: 20 type: ERASER
Le stylé et l'effaceur sont toujours la, mais pas la tablette
Hors ligne
#28 Le 04/02/2022, à 10:17
- Nuliel
Re : [Résolu] Problème Installation tablet graphique Wacom
Bon, on rétablit à la valeur précédente:
gsettings set org.gnome.settings-daemon.plugins.gsdwacom active true
puis on va suivre ça: https://github.com/linuxwacom/input-wac … e#download
mais avant peux tu vérifier dans le BIOS que le secure boot est bien désactivé, sinon le désactiver? S'il est activé, cela empêcherait l'installation du module noyau gérant les wacom
Hors ligne
#29 Le 04/02/2022, à 11:13
- NanaDerka
Re : [Résolu] Problème Installation tablet graphique Wacom
Le secure boot est bien désactivé
j'avais déjà essayé de suivre ce tuto, mais je reste bloquée au même point
~$ sudo apt-get install build-essential autoconf linux-headers-$(uname -r)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
autoconf est déjà la version la plus récente (2.69-11.1).
build-essential est déjà la version la plus récente (12.8ubuntu1.1).
linux-headers-5.4.0-97-generic est déjà la version la plus récente (5.4.0-97.110).
linux-headers-5.4.0-97-generic passé en « installé manuellement ».
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
$ if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed"
bash: ./configure: Aucun fichier ou dossier de ce type
Build Failed
J'ai pourtant téléchargé et dézippé le dossier "input Wacom 0.48"
Hors ligne
#30 Le 04/02/2022, à 11:29
- Nuliel
Re : [Résolu] Problème Installation tablet graphique Wacom
Ok pour le secure boot.
Tu n'es simplement pas dans le bon dossier. Si ton dossier input-wacom-0.48.0 se trouve dans le dossier personnel, il faut que tu fasses:
cd input-wacom-0.48.0
pour rentrer dans ce dossier.
Puis tu pourras passer la commande qui passait pas. Par contre je veux bien le retour de cette commande.
Dernière modification par Nuliel (Le 04/02/2022, à 11:29)
Hors ligne
#31 Le 04/02/2022, à 13:10
- NanaDerka
Re : [Résolu] Problème Installation tablet graphique Wacom
Quelle erreur de débutante (pour être honnête, je pensais que ça marcherais dans le dossier au niveau supérieur)
voici le retour de la commande
~/Wacom/input-wacom-0.48.0$ if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking if build path '/home/derkazarian/Wacom/input-wacom-0.48.0' has spaces... no
checking for kernel type... Linux
checking for linux-based kernel... yes
checking for kernel source/headers... /lib/modules/5.4.0-97-generic/build
checking kernel version... 5.4.0-97-generic
checking RHEL7 minor release... 0
checking power supply version... v4.1+
checking CONFIG_MODULE_SIG... y
checking CONFIG_MODULE_SIG_FORCE...
checking CONFIG_LOCK_DOWN_KERNEL...
checking CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT...
checking secure boot state... off
checking if modules must be signed... recommended
checking CONFIG_MODULE_SIG_HASH... sha512
checking for module signing hash algorithm... sha512
checking for kernel autogenerated key at /lib/modules/5.4.0-97-generic/build/certs/signing_key.pem... no
checking for kernel autogenerated cert at /lib/modules/5.4.0-97-generic/build/certs/signing_key.x509... no
checking for shim MOK key at /var/lib/shim-signed/mok/MOK.priv... no
checking for shim MOK cert at /var/lib/shim-signed/mok/MOK.der... no
checking for rEFInd MOK key at /etc/refind.d/keys/refind_local.key... no
checking for rEFInd MOK cert at /etc/refind.d/keys/refind_local.cer... no
checking for module signing key...
checking for module signing certificate...
configure: WARNING: Kernel module signing is recommended but we are unable to find signing keys. Consider re-running configure with the options '--with-signing-key=<key>' and '--with-signing-cert=<cert>' set.
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating 3.7/Makefile
config.status: creating 3.17/Makefile
config.status: creating 4.5/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure:
----------------------------------------
BUILD ENVIRONMENT:
linux kernel - yes 4.5
kernel source - yes /lib/modules/5.4.0-97-generic/build
NOTE: The kernel drivers included in this package are only tested with the
X Wacom driver built from xf86-input-wacom. If you are running an X server
version older than 1.7, please use the drivers provided by the linuxwacom
package.
Please run 'make && make install'.
make all-recursive
make[1] : on entre dans le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
Making all in 4.5
make[2] : on entre dans le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0/4.5 »
Building input-wacom drivers for 4.5 kernel.
make -C /lib/modules/5.4.0-97-generic/build M=/home/derkazarian/Wacom/input-wacom-0.48.0/4.5
make[3] : on entre dans le répertoire « /usr/src/linux-headers-5.4.0-97-generic »
AR /home/derkazarian/Wacom/input-wacom-0.48.0/4.5/built-in.a
CC [M] /home/derkazarian/Wacom/input-wacom-0.48.0/4.5/wacom_wac.o
CC [M] /home/derkazarian/Wacom/input-wacom-0.48.0/4.5/wacom_sys.o
LD [M] /home/derkazarian/Wacom/input-wacom-0.48.0/4.5/wacom.o
CC [M] /home/derkazarian/Wacom/input-wacom-0.48.0/4.5/wacom_w8001.o
Building modules, stage 2.
MODPOST 2 modules
CC [M] /home/derkazarian/Wacom/input-wacom-0.48.0/4.5/wacom.mod.o
LD [M] /home/derkazarian/Wacom/input-wacom-0.48.0/4.5/wacom.ko
CC [M] /home/derkazarian/Wacom/input-wacom-0.48.0/4.5/wacom_w8001.mod.o
LD [M] /home/derkazarian/Wacom/input-wacom-0.48.0/4.5/wacom_w8001.ko
make[3] : on quitte le répertoire « /usr/src/linux-headers-5.4.0-97-generic »
make[2] : on quitte le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0/4.5 »
make[2] : on entre dans le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
make[2] : on quitte le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
make[1] : on quitte le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
[sudo] Mot de passe de derkazarian :
Making install in 4.5
make[1] : on entre dans le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0/4.5 »
make -C /lib/modules/5.4.0-97-generic/build M=/home/derkazarian/Wacom/input-wacom-0.48.0/4.5 modules_install mod_sign_cmd=''
make[2] : on entre dans le répertoire « /usr/src/linux-headers-5.4.0-97-generic »
INSTALL /home/derkazarian/Wacom/input-wacom-0.48.0/4.5/wacom.ko
/bin/sh: 1: /lib/modules/5.4.0-97-generic/extra/wacom.ko: Permission denied
INSTALL /home/derkazarian/Wacom/input-wacom-0.48.0/4.5/wacom_w8001.ko
/bin/sh: 1: /lib/modules/5.4.0-97-generic/extra/wacom_w8001.ko: Permission denied
DEPMOD 5.4.0-97-generic
Warning: modules_install: missing 'System.map' file. Skipping depmod.
make[2] : on quitte le répertoire « /usr/src/linux-headers-5.4.0-97-generic »
mkdir -p /etc/depmod.d
echo "override wacom * extra" > /etc/depmod.d/input-wacom.conf
echo "override wacom_w8001 * extra" >> /etc/depmod.d/input-wacom.conf
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/bin:/sbin" depmod -a 5.4.0-97-generic
/usr/sbin/update-initramfs -u -k 5.4.0-97-generic
update-initramfs: Generating /boot/initrd.img-5.4.0-97-generic
make[1] : on quitte le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0/4.5 »
make[1] : on entre dans le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
make[2] : on entre dans le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
make[2]: rien à faire pour « install-exec-am ».
make[2]: rien à faire pour « install-data-am ».
make[2] : on quitte le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
make[1] : on quitte le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
Hors ligne
#32 Le 04/02/2022, à 14:09
- Nuliel
Re : [Résolu] Problème Installation tablet graphique Wacom
Alors il y a quelques trucs qui n'ont pas fonctionné, mais c'est peut être le chargement du module. Tu peux redémarrer et redonner
xsetwacom --list devices
(et réessayer la tablette bien sûr)
Si ça marche pas, tu peux donner
sudo apt-get install build-essential autoconf linux-headers-$(uname -r)
cd input-wacom-0.48.0
if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed"
redémarrer et réessayer
?
Dernière modification par Nuliel (Le 04/02/2022, à 14:12)
Hors ligne
#33 Le 04/02/2022, à 15:41
- NanaDerka
Re : [Résolu] Problème Installation tablet graphique Wacom
Les inputs sont toujours le mêmes après redémarrage
~$ xsetwacom --list devices
Wacom Co.,Ltd. Intuos BT M stylus id: 9 type: STYLUS
Wacom Co.,Ltd. Intuos BT M eraser id: 20 type: ERASER
Voici ce que ça donne avant redémarrage:
~/Wacom/input-wacom-0.48.0$ if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking if build path '/home/derkazarian/Wacom/input-wacom-0.48.0' has spaces... no
checking for kernel type... Linux
checking for linux-based kernel... yes
checking for kernel source/headers... /lib/modules/5.4.0-97-generic/build
checking kernel version... 5.4.0-97-generic
checking RHEL7 minor release... 0
checking power supply version... v4.1+
checking CONFIG_MODULE_SIG... y
checking CONFIG_MODULE_SIG_FORCE...
checking CONFIG_LOCK_DOWN_KERNEL...
checking CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT...
checking secure boot state... off
checking if modules must be signed... recommended
checking CONFIG_MODULE_SIG_HASH... sha512
checking for module signing hash algorithm... sha512
checking for kernel autogenerated key at /lib/modules/5.4.0-97-generic/build/certs/signing_key.pem... no
checking for kernel autogenerated cert at /lib/modules/5.4.0-97-generic/build/certs/signing_key.x509... no
checking for shim MOK key at /var/lib/shim-signed/mok/MOK.priv... no
checking for shim MOK cert at /var/lib/shim-signed/mok/MOK.der... no
checking for rEFInd MOK key at /etc/refind.d/keys/refind_local.key... no
checking for rEFInd MOK cert at /etc/refind.d/keys/refind_local.cer... no
checking for module signing key...
checking for module signing certificate...
configure: WARNING: Kernel module signing is recommended but we are unable to find signing keys. Consider re-running configure with the options '--with-signing-key=<key>' and '--with-signing-cert=<cert>' set.
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating 3.7/Makefile
config.status: creating 3.17/Makefile
config.status: creating 4.5/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure:
----------------------------------------
BUILD ENVIRONMENT:
linux kernel - yes 4.5
kernel source - yes /lib/modules/5.4.0-97-generic/build
NOTE: The kernel drivers included in this package are only tested with the
X Wacom driver built from xf86-input-wacom. If you are running an X server
version older than 1.7, please use the drivers provided by the linuxwacom
package.
Please run 'make && make install'.
make all-recursive
make[1] : on entre dans le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
Making all in 4.5
make[2] : on entre dans le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0/4.5 »
Building input-wacom drivers for 4.5 kernel.
make -C /lib/modules/5.4.0-97-generic/build M=/home/derkazarian/Wacom/input-wacom-0.48.0/4.5
make[3] : on entre dans le répertoire « /usr/src/linux-headers-5.4.0-97-generic »
Building modules, stage 2.
MODPOST 2 modules
make[3] : on quitte le répertoire « /usr/src/linux-headers-5.4.0-97-generic »
make[2] : on quitte le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0/4.5 »
make[2] : on entre dans le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
make[2] : on quitte le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
make[1] : on quitte le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
Making install in 4.5
make[1] : on entre dans le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0/4.5 »
make -C /lib/modules/5.4.0-97-generic/build M=/home/derkazarian/Wacom/input-wacom-0.48.0/4.5 modules_install mod_sign_cmd=''
make[2] : on entre dans le répertoire « /usr/src/linux-headers-5.4.0-97-generic »
INSTALL /home/derkazarian/Wacom/input-wacom-0.48.0/4.5/wacom.ko
/bin/sh: 1: /lib/modules/5.4.0-97-generic/extra/wacom.ko: Permission denied
INSTALL /home/derkazarian/Wacom/input-wacom-0.48.0/4.5/wacom_w8001.ko
/bin/sh: 1: /lib/modules/5.4.0-97-generic/extra/wacom_w8001.ko: Permission denied
DEPMOD 5.4.0-97-generic
Warning: modules_install: missing 'System.map' file. Skipping depmod.
make[2] : on quitte le répertoire « /usr/src/linux-headers-5.4.0-97-generic »
mkdir -p /etc/depmod.d
echo "override wacom * extra" > /etc/depmod.d/input-wacom.conf
echo "override wacom_w8001 * extra" >> /etc/depmod.d/input-wacom.conf
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/bin:/sbin" depmod -a 5.4.0-97-generic
/usr/sbin/update-initramfs -u -k 5.4.0-97-generic
update-initramfs: Generating /boot/initrd.img-5.4.0-97-generic
make[1] : on quitte le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0/4.5 »
make[1] : on entre dans le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
make[2] : on entre dans le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
make[2]: rien à faire pour « install-exec-am ».
make[2]: rien à faire pour « install-data-am ».
make[2] : on quitte le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
make[1] : on quitte le répertoire « /home/derkazarian/Wacom/input-wacom-0.48.0 »
Hors ligne
#34 Le 04/02/2022, à 22:51
- Nuliel
Re : [Résolu] Problème Installation tablet graphique Wacom
sudo apt-get install build-essential autoconf linux-headers-$(uname -r)
avait il installé quelque chose?
echo $XDG_SESSION_TYPE
retourne t'il x11?
Que donne
libwacom-list-local-devices
? C'est pour savoir s'il faut regarder du côté de libwacom
Hors ligne
#35 Le 05/02/2022, à 13:39
- NanaDerka
Re : [Résolu] Problème Installation tablet graphique Wacom
sudo apt-get install build-essential autoconf linux-headers-$(uname -r)
n'avait rien installé de plus
Voici les autres commandes :
~/Wacom/input-wacom-0.48.0$ echo $XDG_SESSION_TYPE
x11
~/Wacom/input-wacom-0.48.0$ libwacom-list-local-devices
# Device node: /dev/input/event5
[Device]
Name=Wacom Intuos BT M (Android Mode)
ModelName=CTL-6100WL
DeviceMatch=usb:2d1f:0378;
Class=Bamboo
Width=3
Height=5
IntegratedIn=
Layout=intuos-m-p3.svg
Styli=0x862;
[Features]
Reversible=false
Stylus=true
Ring=false
Ring2=false
Touch=false
TouchSwitch=false
# StatusLEDs=
NumStrips=0
Buttons=4
[Buttons]
# Left=
# Right=
Top=A;B;C;D;
# Bottom=
# Touchstrip=
# Touchstrip2=
# OLEDs=
# Ring=
# Ring2=
EvdevCodes=0x110;0x111;0x115;0x116;
RingNumModes=0
Ring2NumModes=0
StripsNumModes=0
---------------------------------------------------------------
Hors ligne
#36 Le 05/02/2022, à 13:46
- xubu1957
Re : [Résolu] Problème Installation tablet graphique Wacom
Bonjour,
Montre :
sudo cat /usr/share/libwacom/intuos-m-p3-wl.tablet
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#37 Le 05/02/2022, à 13:51
- NanaDerka
Re : [Résolu] Problème Installation tablet graphique Wacom
Voici ce que donne la commande :
~/Wacom/input-wacom-0.48.0$ sudo cat /usr/share/libwacom/intuos-m-p3-wl.tablet
# Wacom
# Intuos Pen Medium Wireless
# CTL-6100WL
#
# This is the third generation "Intuos", a successor to
# the CTL-690. It has a Stylus with two buttons and no
# eraser. The device has no touch.
#
# Buttons are no loger RIGHT, LEFT, FORWARD, and BACKWARD.
# The buttons are now reported as numbered buttons as with
# the Intuos Pro series.
#
# A B C D
# *-----------------------*
# | |
# | TABLET |
# | |
# *-----------------------*
[Device]
Name=Wacom Intuos BT M
ModelName=CTL-6100WL
DeviceMatch=usb:056a:0378;bluetooth:056a:0379
Class=Bamboo
Width=9
Height=5
Layout=intuos-m-p3.svg
IntegratedIn=
Styli=@intuospt3;
[Features]
Stylus=true
Reversible=false
Buttons=4
[Buttons]
Top=A;B;C;D
Hors ligne
#38 Le 05/02/2022, à 13:57
- xubu1957
Re : [Résolu] Problème Installation tablet graphique Wacom
Je redonne la main @Nuliel.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#39 Le 05/02/2022, à 14:06
- xubu1957
Re : [Résolu] Problème Installation tablet graphique Wacom
Montre :
xinput --list
Comme je viens de voir dans > github.com/linuxmint/cinnamon-control-center/issues/212
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#40 Le 05/02/2022, à 14:39
- Nuliel
Re : [Résolu] Problème Installation tablet graphique Wacom
Name=Wacom Intuos BT M (Android Mode)
Bon on tient une bonne piste!
En fait, un périphérique usb est reconnu via son device id et son vendor id, dans ton cas 056a:0378 au #3. Sauf qu'il arrive qu'un périphérique puisse avoir deux modes ayant chacun leur device id. Ta tablette a confondu ton linux avec un android en fait, et est actuellement en mode android, d'où les problèmes rencontrés...
Il y a une méthode pour passer dans l'autre mode: https://github.com/linuxwacom/xf86-inpu … -misdetect en gros appuyer pendant 3/4 s sur les deux boutons aux extrémités, et tu devrais avoir de nouvelles infos avec
lsusb
xsetwacom --list devices
et ça va possiblement directement marcher
Dernière modification par Nuliel (Le 05/02/2022, à 14:41)
Hors ligne
#41 Le 05/02/2022, à 15:53
- NanaDerka
Re : [Résolu] Problème Installation tablet graphique Wacom
La tablette est enfin reconnue en entier !!! :D Merci beaucoup!!
Les boutons de la tablette ne sont pas reconnu (ni programmables pour le moment)
~/Wacom/input-wacom-0.48.0$ xsetwacom --list devices
Wacom Intuos BT M Pen stylus id: 9 type: STYLUS
Wacom Intuos BT M Pad pad id: 20 type: PAD
Le fait qu'elle soit reconnue comme un PAD me permet d'utiliser toute la partie tactile de la tablette !!!
Merci infiniment
Hors ligne
#42 Le 05/02/2022, à 20:13
- Nuliel
Re : [Résolu] Problème Installation tablet graphique Wacom
Bon, c'est pas mal, reste encore les boutons.
Par contre il faudra probablement que tu passes du mode android à l'autre mode à chaque fois que tu branches la tablette.
Qu'est ce que te propose l'onglet Tablette dans Paramètres -> Tablette Wacom? Aucune tablette détectée?
Tu peux redonner
xsetwacom --list devices
lsusb
libwacom-list-local-devices
?
J'aimerais voir si les boutons sont bien listés.
Dernière modification par Nuliel (Le 05/02/2022, à 20:14)
Hors ligne
#43 Le 05/02/2022, à 20:23
- NanaDerka
Re : [Résolu] Problème Installation tablet graphique Wacom
Je m'y attendais, ça ne me dérange pas, je sais ce qu'il faut que je fasse pour que ça revienne à la normale.
Dans les paramètres j'ai la proposition tablette absolue ou pavé tactil.
~/Wacom/input-wacom-0.48.0$ xsetwacom --list devices
Wacom Intuos BT M Pen stylus id: 9 type: STYLUS
Wacom Intuos BT M Pad pad id: 20 type: PAD
~/Wacom/input-wacom-0.48.0$ lsusb
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 006: ID 8087:07dc Intel Corp.
Bus 002 Device 005: ID 0bda:5752 Realtek Semiconductor Corp. Integrated_Webcam_HD
Bus 002 Device 004: ID 06cb:0af8 Synaptics, Inc. Synaptics Large Touch Screen
Bus 002 Device 003: ID 18f8:0f97 [Maxxter] USB OPTICAL MOUSE
Bus 002 Device 009: ID 056a:0378 Wacom Co., Ltd CTL-6100WL [Intuos BT (M)]
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
~/Wacom/input-wacom-0.48.0$ libwacom-list-local-devices
# Device node: /dev/input/event5
[Device]
Name=Wacom Intuos BT M
ModelName=CTL-6100WL
DeviceMatch=usb:056a:0378;bluetooth:056a:0379;
Class=Bamboo
Width=9
Height=5
IntegratedIn=
Layout=intuos-m-p3.svg
Styli=0x862;
[Features]
Reversible=false
Stylus=true
Ring=false
Ring2=false
Touch=false
TouchSwitch=false
# StatusLEDs=
NumStrips=0
Buttons=4
[Buttons]
# Left=
# Right=
Top=A;B;C;D;
# Bottom=
# Touchstrip=
# Touchstrip2=
# OLEDs=
# Ring=
# Ring2=
EvdevCodes=0x110;0x111;0x115;0x116;
RingNumModes=0
Ring2NumModes=0
StripsNumModes=0
---------------------------------------------------------------
# Device node: /dev/input/event19
[Device]
Name=Wacom Intuos BT M
ModelName=CTL-6100WL
DeviceMatch=usb:056a:0378;bluetooth:056a:0379;
Class=Bamboo
Width=9
Height=5
IntegratedIn=
Layout=intuos-m-p3.svg
Styli=0x862;
[Features]
Reversible=false
Stylus=true
Ring=false
Ring2=false
Touch=false
TouchSwitch=false
# StatusLEDs=
NumStrips=0
Buttons=4
[Buttons]
# Left=
# Right=
Top=A;B;C;D;
# Bottom=
# Touchstrip=
# Touchstrip2=
# OLEDs=
# Ring=
# Ring2=
EvdevCodes=0x110;0x111;0x115;0x116;
RingNumModes=0
Ring2NumModes=0
StripsNumModes=0
---------------------------------------------------------------
Ils ont l'air listés mais désactivés (de ce que je comprends)
Hors ligne
#44 Le 05/02/2022, à 20:38
- Nuliel
Re : [Résolu] Problème Installation tablet graphique Wacom
On va un peu forcer:
liste=(a b c d e f g h i j k l m n o p q r s t u v w x y z);for i in `seq 1 26`; do xsetwacom set "Wacom Intuos BT M Pad pad" Button $i "key ${liste[$i-1]}"; done
et ensuite tu peux ouvrir un éditeur de texte et appuyer sur les boutons de la tablette et me dire quelles lettres tu obtiens (la commande est à copier coller, c'est infâme à recopier)
Pour expliquer la commande: cela affecte la lettre a au bouton 1, la lettre b au bouton 2, ...
Cela permettra de savoir quels sont les numéros associés aux boutons de ta tablette (parce que c'est pas toujours 1 2 3 4....)
Dernière modification par Nuliel (Le 05/02/2022, à 20:39)
Hors ligne
#45 Le 05/02/2022, à 20:45
- NanaDerka
Re : [Résolu] Problème Installation tablet graphique Wacom
Voici le retour de la commande:
~/Wacom/input-wacom-0.48.0$ liste=(a b c d e f g h i j k l m n o p q r s t u v w x y z);for i in `seq 1 26`; do xsetwacom set "Wacom Intuos BT M Pad pad" Button $i "key ${liste[$i-1]}"; done
Unsupported offset into 'Wacom Button Actions' property.
Unsupported offset into 'Wacom Button Actions' property.
Unsupported offset into 'Wacom Button Actions' property.
Unsupported offset into 'Wacom Button Actions' property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Invalid offset into Wacom Button Actions property.
Je suis restée dans le terminal pour le test, ça me donne "abch" (je pose la tablette en format paysage donc les boutons sont de gauche à droite)
Hors ligne
#46 Le 05/02/2022, à 20:47
- Nuliel
Re : [Résolu] Problème Installation tablet graphique Wacom
Impec, donc les boutons ont pour numéro 1 2 3 8. Et on peut les programmer via xsetwacom. Tu veux mettre quoi comme raccourci?
Hors ligne
#47 Le 05/02/2022, à 21:12
- NanaDerka
Re : [Résolu] Problème Installation tablet graphique Wacom
J'aurais besoin de "ctr+z" pour le 1 et "tab" pour le 2, les autres je ne sais pas encore mais je pourrais réutiliser cette méthode.
Hors ligne
#48 Le 05/02/2022, à 21:22
- Nuliel
Re : [Résolu] Problème Installation tablet graphique Wacom
Alors je dirais
xsetwacom set "Wacom Intuos BT M Pad pad" Button 1 "key +ctrl z"
xsetwacom set "Wacom Intuos BT M Pad pad" Button 2 "key tab"
Le + indique qu'il faut garder ctrl appuyé puis appuyer sur z
Dernière modification par Nuliel (Le 05/02/2022, à 21:22)
Hors ligne
#49 Le 05/02/2022, à 21:40
- NanaDerka
Re : [Résolu] Problème Installation tablet graphique Wacom
Tout fonctionne parfaitement!!! J'ai juste à changer le mode de la tablette quand je la branche ou quand je redémarre mon ordinateur!!!
Merci infiniment pour toute l'aide que tu m'as apportée!!
Merci aussi d'avoir été aussi patient avec moi, je vais maintenant pouvoir clore ce file :D
Hors ligne
#50 Le 05/02/2022, à 21:55
- Nuliel
Re : [Résolu] Problème Installation tablet graphique Wacom
Impec!
L'idéal serait que tu puisses choisir les raccourcis à affecter via les paramètres Wacom, mais je sais pas trop comment faire
Je te laisse éditer le premier message du fil (bouton Modifier en bas à droite du premier message) pour ajouter [Résolu] au début du titre
Hors ligne