admin管理员组

文章数量:1516870

联想r7000解决触摸板无法使用


里面有详细教程,这里作一个汇总

git clone 
cd R7000-touchpad
make
sudo cp i2c-hid.ko /lib/modules/$(uname -r)/kernel/drivers/hid/i2c-hid/i2c-hid.ko
sudo gedit /etc/default/grub

将GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash” 替换为
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash i2c_hid.polling_mode=1”,保存

sudo update-grub
sudo update-initramfs -u
reboot

本文标签: 联想r7000解决触摸板无法使用