The ALPS Touchpad has quit working with Ubuntu 20.04 on my Dell laptop.
System info:
uname
#33~20.04.1-Ubuntu SMP Mon Feb 7 14:25:10 UTC 2022
#5.13.0-30-generic
xinput list
↳ AlpsPS/2 ALPS DualPoint TouchPad id=13 [slave pointer (2)]
⎜ ↳ AlpsPS/2 ALPS DualPoint Stick id=14 [slave pointer (2)]
cat /proc/bus/input/devices
I: Bus=0011 Vendor=0002 Product=0008 Version=0310
N: Name="AlpsPS/2 ALPS DualPoint TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input6
U: Uniq=
H: Handlers=mouse1 event6
B: PROP=9
B: EV=b
B: KEY=e420 70000 0 0 0 0
B: ABS=260800001000003
I: Bus=0011 Vendor=0002 Product=0008 Version=0310
N: Name="AlpsPS/2 ALPS DualPoint Stick"
P: Phys=isa0060/serio1/input1
S: Sysfs=/devices/platform/i8042/serio1/input/input7
U: Uniq=
H: Handlers=mouse0 event5
B: PROP=21
B: EV=f
B: KEY=70000 0 0 0 0
B: REL=3
B: ABS=1000000
The ALPS Stick still works, the TouchPad does not.
This seems to have occur with the 5.11 kernel. I updated to 5.13 hoping that the issue had been fixed.
I have read post concerning similar issues with the Synaptics TouchPad.
If I run the commands:
sudo rmmod psmouse
sudo modprobe psmouse proto=imps
The Touchpad works.
I have not had to use a work around for the TouchPad to work until kernel 5.11.
I assume this is a bug or a missed config not built into the kernel.
Does anyone have any additional information or awareness of this issue or if I have overlooked another reason for the cause and effect?