Δημοσιεύτηκε: 25 Ιούλ 2017, 14:41
από Maras
Πάντως στο dconf ακόμα και τώρα ΔΕΝ εμφανίζει το touchpad.

Και σε εμένα δεν το εμφανίζει αλλά δουλεύει μια χαρά το touchpad.
Υπάρχει κάποιο διαγνωστικό να τρέξω, να δω αν όλα είναι οκ? Έκανα χθες και αυτές τις εντολές και δε ξέρω αν είναι για καλό:
https://askubuntu.com/questions/763763/ ... ot-working

Από την στιγμή που με την εντολή που ανέφερα πριν βλέπεις καταχώρηση για το touchpad σημαίνει ότι ο Kernel το αναγνωρίζει σαν hardware.
To
Κώδικας: Επιλογή όλων
GRUB_CMDLINE_LINUX_DEFAULT="..."
είναι για να περάσεις kernel parameters,
GRUB_CMDLINE_LINUX
Entries on this line are added to the end of the 'linux' command line (GRUB legacy's "kernel" line) for both normal and recovery modes. It is used to pass options to the kernel.

GRUB_CMDLINE_LINUX_DEFAULT
This line imports any entries to the end of the 'linux' line (GRUB legacy's "kernel" line). The entries are appended to the end of the normal mode only.


To
Κώδικας: Επιλογή όλων
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

όπως εξηγεί και ο τύπος είναι για να :
it removes the synaptics hid drivers from the blacklist and allows them to be loaded at the initialization of the RAM file system, allowing your touch pad to work at boot