RESOLVIDO! Woot!
rmmod i2c_designware_platform
rmmod i2c_designware_core
adicione o seguinte em um arquivo conf modprobe.
blacklist i2c_designware_platform
blacklist i2c_designware_core
Fixo!
RESOLVIDO! Woot!
rmmod i2c_designware_platform
rmmod i2c_designware_core
adicione o seguinte em um arquivo conf modprobe.
blacklist i2c_designware_platform
blacklist i2c_designware_core
Fixo!
Você pode fazer isso por algumas mudanças durante a inicialização no grub. Faça da seguinte maneira:
Run
sudo -H gedit /etc/default/grub
Locate the line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" // or may be only ="quiet"
edit it so that it looks like the following
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"
Save and run this command in terminal:
sudo update-grub
Run the following commands in terminal:
echo "blacklist i2c_hid" | sudo tee /etc/modprobe.d/i2c-hid.conf sudo depmod -a sudo update-initramfs -u echo "synaptics_i2c" | sudo tee -a /etc/modules
Reboot
Tags touchpad debian linux kali-linux