You are not logged in.
Pages: 1
Hi,
It is a samsung book2 750XED, sometimes when I start the system the touchpad does not work, I have to reboot the system and it starts working.
Any suggestion?
Journal:
[~]$ # no problem boot
[~]$ journalctl -b 0 --grep Mouse
Oct 18 08:22:40 book2 kernel: input: SPPT2600:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SPPT2600:00/0018:0911:5288.0001/input/input5
Oct 18 08:22:40 book2 kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [SPPT2600:00 0911:5288] on i2c-SPPT2600:00
Oct 18 08:22:40 book2 kernel: input: SPPT2600:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SPPT2600:00/0018:0911:5288.0001/input/input8
Oct 18 08:22:40 book2 kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [SPPT2600:00 0911:5288] on i2c-SPPT2600:00
[~]$
[~]$ # no mouse boot
[~]$ journalctl -b -1 --grep Mouse
-- No entries --
[~]$ H:
Operating System: Arch Linux
Kernel: Linux 6.5.5-arch1-1
Architecture: x86-64
Hardware Vendor: SAMSUNG ELECTRONICS CO., LTD.
Hardware Model: 750XED
Firmware Version: P11CFG.036.230213.HQThank you.
Offline
Don't grep - if there're i2c issues, your very narrow filter would miss them.
Ceterum censeo: is there a parallel windows installation?
Oh, and does Fn+F5 toggle the touchpad?
Offline
Ceterum censeo: is there a parallel windows installation?
Oh, and does Fn+F5 toggle the touchpad?
No windows installation, just arch.
Fn+F5 does not activate or deactivate the touchpad.
Could it be something related to this? "hid-multitouch: probe of 0018:0911:5288.0001 failed with error -22"
[~]$ journalctl --boot -1 | grep -C 2 hid-multitouch
Oct 18 08:21:05 book2 kernel: AES CTR mode by8 optimization enabled
Oct 18 08:21:05 book2 kernel: videodev: Linux video capture interface: v2.00
Oct 18 08:21:05 book2 kernel: hid-multitouch 0018:0911:5288.0001: unknown main item tag 0x0
Oct 18 08:21:05 book2 kernel: hid-multitouch 0018:0911:5288.0001: unknown main item tag 0x0
Oct 18 08:21:05 book2 kernel: hid-multitouch 0018:0911:5288.0001: collection stack underflow
Oct 18 08:21:05 book2 kernel: hid-multitouch 0018:0911:5288.0001: item 0 0 0 12 parsing failed
Oct 18 08:21:05 book2 kernel: hid-multitouch: probe of 0018:0911:5288.0001 failed with error -22
Oct 18 08:21:05 book2 kernel: usbcore: registered new interface driver btusb
Oct 18 08:21:05 book2 kernel: Bluetooth: hci0: Device revision is 2
[~]$
[~]$ # no problem boot
[~]$ journalctl --boot 0 | grep -C 2 hid-multitouch
Oct 18 08:22:40 book2 kernel: input: SPPT2600:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SPPT2600:00/0018:0911:5288.0001/input/input9
Oct 18 08:22:40 book2 kernel: input: SPPT2600:00 0911:5288 UNKNOWN as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SPPT2600:00/0018:0911:5288.0001/input/input10
Oct 18 08:22:40 book2 kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [SPPT2600:00 0911:5288] on i2c-SPPT2600:00
Oct 18 08:22:40 book2 kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
Oct 18 08:22:40 book2 kernel: mousedev: PS/2 mouse device common for all mice
[~]$ Offline
It's the relevant device, so yes.
Likely some race condition, so compare the order of events?
Offline
Pages: 1