ThinkPad T14 Gen1 - Trackpoint - Wayland - Stops working during usage
1
vote
1
answer
92
views
I have a Lenovo ThinkPad T14 gen1 for more than a year now and I run it with Ubuntu 24.04 LTS. Since that I have the problem with the trackpoint, that during usage it stops working randomly. I still can use the touchpad.
The only solution is: reboot, standby or run
sudo modprobe -r psmouse && sudo modprobe psmouse
When the trackpoint stopped working and I run sudo evtest /dev/input/event13
I also see that it has no action anymore. Besides I run sudo dmesg | grep -i -e psmouse -e trackpoint -e serio
but I did it after the modprobe, because the trackpoint stopped working while I was clicking something and the click hang as well.
The output is:
[ 0.881089] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.881107] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.883951] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 2.047781] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
[ 2.084079] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[ 2.084086] psmouse serio1: synaptics: Trying to set up SMBus access
[ 2.087100] psmouse serio1: synaptics: SMbus companion is not ready yet
[ 2.155641] psmouse serio1: synaptics: Touchpad model: 1, fw: 10.32, id: 0x1e2a1, caps: 0xf014a3/0x940300/0x12e800/0x500000, board id: 3471, fw id: 2909640
[ 2.155652] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 2.196323] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[ 2.673734] psmouse serio2: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
[ 2.880435] input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/serio2/input/input6
[ 5.177567] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
[ 5.207013] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[ 5.207025] psmouse serio1: synaptics: Trying to set up SMBus access
[ 5.587289] serio: RMI4 PS/2 pass-through port at rmi4-00.fn03
[ 5.706040] psmouse serio3: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
[ 5.744593] input: TPPS/2 Elan TrackPoint as /devices/pci0000:00/0000:00:1f.4/i2c-0/0-002c/rmi4-00/rmi4-00.fn03/serio3/input/input18
[17021.800494] psmouse serio1: synaptics: queried max coordinates: x [..5678], y [..4694]
[17021.833970] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[17021.833996] psmouse serio1: synaptics: Trying to set up SMBus access
[17022.136075] serio: RMI4 PS/2 pass-through port at rmi4-01.fn03
[17022.249496] psmouse serio4: trackpoint: Elan TrackPoint firmware: 0x11, buttons: 3/3
[17022.296166] input: TPPS/2 Elan TrackPoint as /devices/pci0000:00/0000:00:1f.4/i2c-0/0-002c/rmi4-01/rmi4-01.fn03/serio4/input/input22
I mean, I have a workaround, but it is still annoying. Any idea what else I can try? some other log to check?
I also read about switching to PS/2 but this will disable the scrolling functionality.
Asked by Stephan
(119 rep)
Jul 19, 2025, 02:35 PM
Last activity: Jul 20, 2025, 11:53 AM
Last activity: Jul 20, 2025, 11:53 AM