My touchpad is detected as a mouse so no scrolling is possible.
- laptop Asus G550JK, Xubuntu 14.04.2
- dkms installed
- xinput gives me "PS/2 Generic Mouse" where Elantech Touchpad should be
- my touchpad seems to be ETD0105
already tried this
sudo apt-get --purge autoremove xserver-xorg-input-synaptics && sudo apt-get install xserver-xorg-input-synaptics
and this
sudo apt-get install --install-recommends xserver-xorg
and this
sudo modprobe -r psmouse && sudo modprobe psmouse proto=imps
and tried to reconfigure driver according to this
https://hardc0l2e.wordpress.com/2014/12/06/fix-for-elantech-touchpad-on-ubuntu-14-04/
dkms status
gives mefocaltech, 1.5~trusty1: added psmouse, elantech-x551c, 3.19.0-30-generic, x86_64: installed vboxhost, 4.3.30, 3.19.0-30-generic, x86_64: installed
Any help would be truly appreciated :-) Thank you.
dmesg | grep pnp
show? – Pilot6 Oct 29 '15 at 18:02I'm absolutely sure that there was Elantech Touchpad before I updated couple of things (graphical driver, boot settings, apt-get autoremove etc.).
– Sebastian Oct 29 '15 at 18:07uname -r
? – Pilot6 Oct 29 '15 at 18:08dkms status
TO YOUR QUESTION. Please do not add information to comments. It is unreadable here. – Pilot6 Oct 29 '15 at 18:18