Lenovo Thinkbook 14 G4 IAP Touchpad not working

Hello everyone! Since one of the last major updates, my touchpad has stopped working. I’ve found posts from people with similar problems, but their fixes didn’t work for me. As far as I can tell, the touchpad driver isn’t functioning correctly, but nothing I’ve found so far has fixed it. The only thing that worked was switching to kernel 6.1, but then my Wi-Fi (and likely other things) stopped working, so I didn’t pursue that further.

sudo dmesg | grep -iE "i2c|syna":

[    5.455076] i2c_hid_acpi i2c-SYNA2BA6:00: can't add hid device: -110 
[    5.456020] i2c_hid_acpi i2c-SYNA2BA6:00: probe with driver i2c_hid_acpi failed with error -110

Mod edit: changed terminal output to pre-formatted text by typing 3 backticks (```) on empty lines before & after the output

I believe that this is the Culprit.
If anyone has an idea of how this could be fixed, I would really appreciate the help! Thanks in advance.

Welcome to the Manjaro community @LoLEpics

As a new or infrequent forum user, please take some time to familiarise yourself with Forum requirements, and the many ways to use the forum to your benefit:


Update Announcements

The Update Announcements contain important information and a Known Issues and Solutions section that should generally be checked before posting a request for support.

System Information

Output of the inxi command (with appropriate parameters, and formatted according to forum guidelines) will generate information useful for those wishing to help:

inxi --filter --verbosity=8

or the short form (preferred):

inxi -zv8
Required reading
Resources

Regards.

1 Like

Also have issues with the touchpad of my thinkbook. Do you also receive the failed to load #IRQ27 at boot?

If so, it’s related to this bugreport:

Haven’t seen it fixed yet, but there is a workaround to get it working again:

sudo nano /usr/lib/initcpio/install/block

comment out the /drivers/mfd/ line, so it looks like this

#   add_checked_modules '/drivers/mfd/'

finalize with, if no errors, reboot and check

sudo mkinitcpio -P
1 Like

Hi, I didn’t get the exact error, but it seems that IRQ27 was disabled!? I tried your workaround, and everything seems to be working now. Thank you very much!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.