{{tag>Brouillon Matériel}} # Notes souris pave numérique Voir : * https://wiki.debian.org/fr/SynapticsTouchpad * https://doc.ubuntu-fr.org/touchpad ~~~bash cat /proc/bus/input/devices ~~~ `/etc/default/grub` ~~~bash GRUB_CMDLINE_LINUX_DEFAULT="psmouse.proto=bare" ~~~ ~~~bash update-grub ~~~ ~~~bash modprobe -r psmouse modprobe psmouse ~~~ Voir `/sys/module/psmouse/parameters/` ## Pb Pb souris : http://ubuntuforums.org/showthread.php?t=2253552 ~~~bash sudo rmmod psmouse sleep 3 sudo modprobe psmouse ~~~ ## Diag La souris est-elle vraiment détectée ? ~~~bash xinput --list ~~~ Voir ~~~bash lsusb dmesg ~~~