touchscreendelaythinkpad

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

touchscreendelaythinkpad [2023/01/07 15:39] – angelegt homertouchscreendelaythinkpad [2023/01/07 17:11] (aktuell) homer
Zeile 11: Zeile 11:
 [  480.301632] i2c_hid_acpi: probe of i2c-ITE8386:00 failed with error -61 [  480.301632] i2c_hid_acpi: probe of i2c-ITE8386:00 failed with error -61
 ``` ```
-That delay can be avoided by blacklisting the i2c_hid_acpi module in '/etc/modprobe.d/blacklist.confby adding the line+That delay can be avoided by blacklisting the i2c_hid_acpi module in /etc/modprobe.d/blacklist.conf by adding the line
 ``` ```
 blacklist i2c_hid_acpi blacklist i2c_hid_acpi
Zeile 24: Zeile 24:
 sudo modprobe i2c_hdi_acpi sudo modprobe i2c_hdi_acpi
 ``` ```
-in Terminal again (and perhaps be automated).+in Terminal again or just __automate that__ by giving root's crontab `sudo crontab -e` the following line: 
 +``` 
 +@reboot /usr/sbin/modprobe i2c_hid_acpi 
 + 
 +```
 </markdown> </markdown>
  • touchscreendelaythinkpad.txt
  • Zuletzt geändert: 2023/01/07 17:11
  • von homer