You are not logged in.

#1 2019-02-05 08:06:03

nbk
Member
Registered: 2019-02-05
Posts: 1

touchpad driver issue for asus vivobook x15 510un

hey guys i am newbie to arch and after installation i am unable to  use my touchpad
i have installed libinput
here is the result of xinput --list

⎡ Virtual core pointer                        id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                  id=4    [slave  pointer  (2)]
⎜   ↳ Logitech USB Receiver Mouse                 id=10    [slave  pointer  (2)]
⎜   ↳ Logitech USB Receiver Consumer Control      id=13    [slave  pointer  (2)]
⎣ Virtual core keyboard                       id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
    ↳ Power Button                                id=6    [slave  keyboard (3)]
    ↳ Asus Wireless Radio Control                 id=7    [slave  keyboard (3)]
    ↳ Power Button                                id=8    [slave  keyboard (3)]
    ↳ Sleep Button                                id=9    [slave  keyboard (3)]
    ↳ USB2.0 VGA UVC WebCam: USB2.0 V             id=14    [slave  keyboard (3)]
    ↳ Asus WMI hotkeys                            id=15    [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard                id=16    [slave  keyboard (3)]
    ↳ Logitech USB Receiver System Control        id=11    [slave  keyboard (3)]
    ↳ Logitech USB Receiver                       id=12    [slave  keyboard (3)]
    ↳ Logitech USB Receiver Consumer Control      id=17    [slave  keyboard (3)]

Offline

#2 2019-02-11 17:28:26

Ada
Member
Registered: 2016-08-18
Posts: 11

Re: touchpad driver issue for asus vivobook x15 510un

Hey,

a quick google search suggested, you might have an elantech touchpad. Some of those seem to have some issues with the newest Linux kernels. See this bug report and look if it could apply to you.
They give two solutions:
The first one is more temporary. Just type

 sudo sh -c 'echo -n "elantech" > /sys/bus/serio/devices/serio1/protocol'

and see if it works.

The second is to boot the kernel with parameter

psmouse.elantech_smbus=0

If you do not know how to do that, look here.

Hope it helps or at least leads you to the right track

Offline

Board footer

Powered by FluxBB