I’m lovin’ the EOS, putting it on all my machines! However, the trackpad on my Lenovo IdeaPad 3 81WD00U9US is completely non-operational. For now I’m using a wired mouse, but I’m hoping eventually this will be resolved. I don’t even know how to approach solving this, but for some reason I figured posting the laptop’s lspci output might be handy. Thanks in advance for any assistence.
Lenovo Ideapad 3-15ARE05 2020-10-27 Yes Yes Not tested Yes Yes Yes N/A Touchpad requires blacklisting the elants_i2c kernel module to work; fingerprint sensor (by Elan Microelectronics Corp. - USB ID 04f3:0c57) does not work (no support in fprint)
@xircon Thank you for the swift response, I did create /etc/modprobe.d/elan.conf using nano, and edited it to include blacklist elants_i2c. Unfortunately, the touchpad still does not work. I found many posting on buzilla about this same issue. One user posted what he did that was successful:
dl3it mentioned:
I fixed it temporarily by changing elants_i2c from “built in” to “module”. It works flawlessly now.
I would not expect a hardware issue. It looks more like the module beeing started too early. The whole I2C is dead, when running elants_i2c as a module.
When I enter `echo “i2c-ELAN0001:00” > /sys/bus/i2c/drivers/elants_i2c/unbind
echo “i2c-ELAN0001:00” > /sys/bus/i2c/drivers/i2c_hid/bind I get "No such file or directory
". This laptop does not have a touchscreen, whereas some do, in the bugzilla thread.
Try it first by editing the GRUB line (assuming you use grub) during boot. That is not persistent, so if it’s not going to work out you can just reboot…