J'ai un problème avec l'installation de psmouse elantech-x551c dkms sur mon ordinateur portable Asus X551C avec Luna OS (construit sur Ubuntu 12.04). J'utilise les instructions suivantes http://www.evilcodingmonkey.com/2014/01/23/ubuntu-activate-multi-touch-on-elantech/ . Mais après avoir exécuté la commande
sudo dkms ldtarball psmouse-elantech-x551c.tar.gzJe reçois une erreur :
Error! psmouse-elantech-x551c is already added!
Aborting.
Si je continue avec
sudo dkms install -m psmouse -v elantech-x551cle résultat est le suivant :
La préparation du noyau n'est pas nécessaire pour ce noyau. Sauter...
Building module:
cleaning build area....
make KERNELRELEASE=3.2.0-74-generic -C /lib/modules/3.2.0-74-generic/build M=/var/lib/dkms/psmouse/elantech-x551c/build/src psmouse.ko.....(bad exit status: 2)
Error! Bad return status for module build on kernel: 3.2.0-74-generic (x86\_64)
Consult /var/lib/dkms/psmouse/elantech-x551c/build/make.log for more information.
Le fichier journal :
DKMS make.log for psmouse-elantech-x551c for kernel 3.2.0-74-generic (x86\_64)
, 23 2014 20:56:38 +0200
make: "/usr/src/linux-headers-3.2.0-74-generic"
CC \[M\] /var/lib/dkms/psmouse/elantech-x551c/build/src/psmouse-base.o
CC \[M\] /var/lib/dkms/psmouse/elantech-x551c/build/src/synaptics.o
/var/lib/dkms/psmouse/elantech-x551c/build/src/synaptics.c: In function ‘set\_input\_params’:
/var/lib/dkms/psmouse/elantech-x551c/build/src/synaptics.c:1278:31: error: ‘INPUT\_MT\_POINTER’ undeclared (first use in this function)
/var/lib/dkms/psmouse/elantech-x551c/build/src/synaptics.c:1278:31: note: each undeclared identifier is reported only once for each function it appears in
/var/lib/dkms/psmouse/elantech-x551c/build/src/synaptics.c:1278:3: error: too many arguments to function ‘input\_mt\_init\_slots’
include/linux/input/mt.h:38:5: note: declared here
/var/lib/dkms/psmouse/elantech-x551c/build/src/synaptics.c:1286:3: error: too many arguments to function ‘input\_mt\_init\_slots’
include/linux/input/mt.h:38:5: note: declared here
make\[1\]: \*\*\* \[/var/lib/dkms/psmouse/elantech-x551c/build/src/synaptics.o\] 1
make: \*\*\* \[psmouse.ko\] 2
make: "/usr/src/linux-headers-3.2.0-74-generic"
Statut du dkms est renvoyée :
psmouse, elantech-x551c: added
virtualbox, 4.1.12, 3.2.0-51-generic, x86\_64: installed
Y a-t-il des suggestions sur ce que je peux faire ? Dois-je d'abord supprimer le module ajouté ? Si oui, comment faire ?
Salutations