Basierend auf https://askubuntu.com/questions/592925/dell-inspiron-3551-unresponsive-touchpad
In
i8042.nopnp
zu grub Befehlszeile in/etc/default/grub
:# change this: GRUB_CMDLINE_LINUX_DEFAULT="... quiet splash" # to: GRUB_CMDLINE_LINUX_DEFAULT="... quiet splash i8042.nopnp"
Aktualisieren Sie Ihre GRUB-Konfiguration (als root):
# If you're using UEFI boot grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg # or legacy grub2-mkconfig -o /boot/grub2/grub.cfg
Blacklist-Modul
i2c_hid
(als root):echo "blacklist i2c_hid" > /etc/modprobe.d/i2c-hid.conf
Erneuere deine initramfs (als root):
cp -v /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak dracut -f
Neustart