My touchpad suddenly stopped working well on my Dell Latitude laptop with Ubuntu 22.04 - when I press the touchpad it works, but sliding to move the cursor doesn't work nor does tapping the touchpad to click anything. The touchpad is activated in my settings, but only pressing works, which means it is being detected to some extent - however I don't see it when I run lspci
:
$ sudo lspci00:00.0 Host bridge: Intel Corporation Device a708 (rev 01)00:02.0 VGA compatible controller: Intel Corporation Device a7a1 (rev 04)00:04.0 Signal processing controller: Intel Corporation Device a71d (rev 01)00:05.0 Multimedia controller: Intel Corporation Device a75d (rev 01)00:06.0 PCI bridge: Intel Corporation Device a74d (rev 01)00:07.0 PCI bridge: Intel Corporation Device a76e (rev 01)00:07.1 PCI bridge: Intel Corporation Device a73f (rev 01)00:08.0 System peripheral: Intel Corporation Device a74f (rev 01)00:0a.0 Signal processing controller: Intel Corporation Device a77d (rev 01)00:0d.0 USB controller: Intel Corporation Device a71e (rev 01)00:0d.2 USB controller: Intel Corporation Device a73e (rev 01)00:12.0 Serial controller: Intel Corporation Device 51fc (rev 01)00:14.0 USB controller: Intel Corporation Alder Lake PCH USB 3.2 xHCI Host Controller (rev 01)00:14.2 RAM memory: Intel Corporation Alder Lake PCH Shared SRAM (rev 01)00:14.3 Network controller: Intel Corporation Device 51f1 (rev 01)00:15.0 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C Controller #0 (rev 01)00:15.1 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C Controller #1 (rev 01)00:16.0 Communication controller: Intel Corporation Alder Lake PCH HECI Controller (rev 01)00:16.3 Serial controller: Intel Corporation Device 51e3 (rev 01)00:1e.0 Communication controller: Intel Corporation Alder Lake PCH UART #0 (rev 01)00:1e.3 Serial bus controller: Intel Corporation Device 51ab (rev 01)00:1f.0 ISA bridge: Intel Corporation Device 519d (rev 01)00:1f.3 Audio device: Intel Corporation Device 51ca (rev 01)00:1f.4 SMBus: Intel Corporation Alder Lake PCH-P SMBus Host Controller (rev 01)00:1f.5 Serial bus controller: Intel Corporation Alder Lake-P PCH SPI Controller (rev 01)01:00.0 Non-Volatile memory controller: KIOXIA Corporation Device 000c
System logs:
$ sudo dmesg | grep -i "touchpad"[ 1.496906] input: VEN_06CB:00 06CB:CEEE Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-VEN_06CB:00/0018:06CB:CEEE.0001/input/input7[ 4.011756] input: VEN_06CB:00 06CB:CEEE Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-VEN_06CB:00/0018:06CB:CEEE.0001/input/input23
Also, I tried restarting the touchpad service with sudo modprobe -r psmouse && sudo modprobe psmouse
and now not even pressing to click works. I've also tried xinput disable
and xinput enable
and it didn't change anything. I'd appreciate any help on this.