Δημοσιεύτηκε: 24 Ιούλ 2017, 19:35
από bobptz
Ακολούθησα και αυτό τον οδηγό. Πάλι δε δουλεύει.
https://askubuntu.com/questions/763763/ ... ot-working


Κώδικας: Επιλογή όλων
Edit GRUB

sudo -H gedit /etc/default/grub

In the open window edit line

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

It should look this way

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"

Save file and run

sudo update-grub

Prevent i2c_hid from loading

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.