On 25/04/2025 at 06:50, Marcin Owsiany wrote:

The touchpad did not work in the installer, but does work in GNOME after
installation is complete. The trackpoint did work before and after,
though. Attaching lsmod from the installed system and the installer
syslog as requested in #1103993.

Can you post the content of /proc/bus/input/devices on the installed system to see how the touchpad is detected ?

It should contain a paragraph about the touchpad looking like this:

I: Bus=0011 Vendor=0002 Product=0008 Version=0200
N: Name="AlpsPS/2 ALPS DualPoint TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input5
(...)

With the "Sysfs=" path, you can try to find the associated driver module. In the example above, it would be:

$ realpath /sys/devices/platform/i8042/serio1/input/input5/device/driver/module
/sys/module/psmouse

Reply via email to