Touchpad isn't detected after update

I’m using fedora 37, after updating my system and restarting my touchpad doesn’t work and it’s not showing under mouse and touchpad settings.

sudo dmesg | grep -i touch may give you an idea of if your system recognizes the touchpad, assuming word touch is used.

that command returns nothing.

Start by looking at:
journalctl -b -g hid
lsusb
sudo libinput list-devices
inxi -FJz

Welcome to Ask:fedora: @lohroc please take a minute to look at, Welcome to Ask Fedora! Please read me first!

Thanks

1 Like

for sudo libinput list-devices

@grumpey Today I learned about libinput. Great suggestion!

Btw my laptop is a Samsungbook np550xda.

In the journal do you see anything complaining about i2c?

What do you mean?

If you run,
journalctl -b -g hid
do you see anything regarding i2c?

or just pastebin it.

ref:

Jan 17 16:28:13 fedora kernel: i2c_hid_acpi i2c-PNP0C50:01: weird size of HID descriptor (4)
Jan 17 16:28:13 fedora kernel: i2c_hid_acpi i2c-PNP0C50:01: Failed to fetch the HID Descriptor

after the new update it’s working again.

1 Like