ASUS ZENBOOK Touchpad doesn't work
Tofloor
poster avatar
ewebb
deepin
2016-09-30 11:29
Author
Hey so I just installed Linux Deepin 15.2 on my Asus Zenbook and my touchpad and touchpad buttons do not work at all. Mouse and touchpad settings exist in Control Settings, and reseting them doesn't do anything. I'm able to plug a mouse in no problem. I'm not sure how to resolve this issue, I am a total newbie !!
Reply Favorite View the author
All Replies
meng_crh
deepin
2017-05-14 09:24
#1
I have the same problem as your's. And it seems to be a problem of linux kernel. Unfornationly, I haven't find the solution.
Reply View the author
horvan
deepin
2016-10-01 22:05
#2
What is the Output  of cat /proc/bus/input/devices | grep -i pad
Reply View the author
laoguang
deepin
2016-10-02 01:51
#3
try editing the grub config file?

GRUB_CMDLINE_LINUX_DEFAULT="splash quiet i8042.noloop=1
Reply View the author
spaceloop
deepin
2016-10-09 02:56
#4
I have the same issue on a Assus F556U. I tried Laoguang's advice, but it did not help.

$ xinput list
⎡ Virtual core pointer                            id=2        [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                      id=4        [slave  pointer  (2)]
⎜   ↳  USB OPTICAL MOUSE                              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)]
    ↳ Video Bus                                       id=7        [slave  keyboard (3)]
    ↳ Video Bus                                       id=8        [slave  keyboard (3)]
    ↳ Sleep Button                                    id=9        [slave  keyboard (3)]
    ↳ USB2.0 VGA UVC WebCam                           id=10        [slave  keyboard (3)]
    ↳ Asus WMI hotkeys                                id=11        [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard                    id=12        [slave  keyboard (3)]
Reply View the author
spaceloop
deepin
2016-10-09 02:57
#5
Also, I get no output from horvan's suggestion

$ cat /proc/bus/input/devices | grep -i pad
$
Reply View the author