This is my first post, although I have been using Endeavor for a while now. After a recent update, my Elan touchpad became entirely unresponsive and is no longer recognized as a touchpad by xinput where it used to be before:
I recently decided to reinstall the system to try and fix this and other issues, but this one is still here. I think the issue has something to do with the xf86-input-libinput driver which I believe replaced the xf86-input-synaptic driver in the update.
I’m not entirely sure where to start with fixing this issue since it isn’t recognized as it used to be. Any suggestions would be welcome.
This is a dualboot system using Grub. Model: Asus Zenbook UX564EI_Q538EI
uname -a will show which kernel you are running. The current linux kernel package is at 6.4.3.arch1-2 (as of this writing)
You can install linux-lts and linux-lts-headers for the 6.1.38-2 kernel (as of this writing).
If you use Grub, you’ll see menu items for these at boot time. Systemd-boot should show entries, but I’m not familiar with that.
After installing, try booting into it and see if xinput works with the touchpad. If it does, likely a kernel regression as I previously mentioned. These things often happen on kernel upgrades with touchpads, sleeping when closing the lid, and similar actions.
I haven’t reported a kernel bug before, so I don’t really know where to send it. I did check the arch page, but I honestly wasn’t too sure about that. Do you have any recommendations?
Thank you again for your help!