On 25/04/2025 at 13:08, Marcin Owsiany wrote:
I: Bus=0018 Vendor=2c2f Product=002d Version=0100
N: Name="SNSL002D:00 2C2F:002D Mouse"
P: Phys=i2c-SNSL002D:00
S:
Sysfs=/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SNSL002D:00/0018:2C2F:002D.0001/input/input9
U: Uniq=
H: Handlers=mouse1 event5
B: PROP=0
B: EV=17
B: KEY=1f0000 0 0 0 0
B: REL=3
B: MSC=10
I: Bus=0018 Vendor=2c2f Product=002d Version=0100
N: Name="SNSL002D:00 2C2F:002D Touchpad"
P: Phys=i2c-SNSL002D:00
S:
Sysfs=/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SNSL002D:00/0018:2C2F:002D.0001/input/input10
U: Uniq=
H: Handlers=mouse2 event6
B: PROP=5
B: EV=1b
B: KEY=e520 10000 0 0 0 0
B: ABS=2e0800000000003
B: MSC=20
Weird that there are two pointing devices in the same path.
$ realpath
/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SNSL002D:00/0018:2C2F:002D.0001/driver/module
/sys/module/hid_multitouch
$ realpath
/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SNSL002D:00/0018:2C2F:002D.0001/input/input10/device/driver/module
/sys/module/hid_multitouch
The module hid_multitouch is present in the installer, but was not
loaded according to lsmod in the installer hardware-summary. You can try
to load it manually and see it that help.
According to lspci, pci0000:00/0000:00:15.0 uses module intel_lpss_pci
which is also present in the installer.
Maybe another driver module in the path is missing. Can you
- check the /driver/module realpath on each element of the path
- and post the output of:
$ udevadm info --attribute-walk
/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SNSL002D:00/0018:2C2F:002D.0001/input/input10