Sony笔记本ubuntu10.04下触摸板不能用
1.
sudo vi /etc/default/grub
?
2. 添加一行
GRUB_CMDLINE_LINUX="i8042.nopnp"
3.
sudo update-grub
4. 重启就可以使用touchpad了。