I am new to Linux. I need help getting a few things to work. Lets start with the ELAN touchpad. The first thing I noticed after the installation from Windows 10 over to OpenSUSE LEAP 15.2 KDE Plasma was that my touch pad is not working. I have to plug in a USB mouse.
https://www.acer.com/datasheets/2015/4876/E5-722/NX.MY0AA.006.html
Welcome to openSUSE Forums. Please supply the output from the following commands…
xinput
sudo libinput list-devices
- You may need to install the ‘libinput-tools’ first.
It can also be useful to examine kernel logging…
dmesg | egrep -i “input|i8402”
If the laptop hardware is new, it may require a recent kernel to provide support for the touchpad device.
Anyway, this output might help others to advise further.