Lenovo ThinkPad L430
From ArchWiki
| Summary |
|---|
| This article covers the Arch Linux support for the Lenovo ThinkPad L430 laptop. |
Troubleshooting
Trackpoint
There are some issues regarding the trackpoint on the ThinkPad L530 and L430 series. See https://bugzilla.kernel.org/show_bug.cgi?id=33292
Load the kernelmodule psmouse with the options proto=bare:
# echo "options psmouse proto=bare" | sudo tee /etc/modprobe.d/trackpoint-elantech.conf
Reload the kernelmodule, the trackpoint should now be usable:
# sudo modprobe -rv psmouse && sudo modprobe -v psmouse