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 statusgives 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.