Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Asus touchpad not recognized [SOLVED]

Need help with peripherals or devices?
Post Reply
Message
Author
spaceloop
Posts: 6
Joined: 2016-10-13 18:47

Asus touchpad not recognized [SOLVED]

#1 Post by spaceloop »

Using an Asus F556U laptop, the touchpad is not recognized at all:

Code: Select all

$ 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)]
Also, this gives me nothing:

Code: Select all

$ cat /proc/bus/input/devices | grep -i pad

Code: Select all

$ uname -a
Linux F556U 4.4.0-2-deepin-amd64 #1 SMP Deepin 4.4.6-4 (2016-07-01) x86_64 GNU/Linux
This is on a Debian derivative (Deepin linux 15.3). I checked the BIOS and the touchpad is enabled there. On windows it works fine, on Ubuntu Gnome which I used before this, it was recognized as a "generic mouse" if I remember correctly which worked okay-ish (multitouch/scrolling not working).

I don't really know what to try now, any help is appreciated!
Last edited by spaceloop on 2016-10-16 08:44, edited 1 time in total.

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: Touchpad not recognized

#2 Post by pylkko »

You forgot to say what touchpad it is!

Maybe you have one of those Elantech "win 10" touchpads that got support in kernel 4.5. You might have kernel errors in the logs then.

spaceloop
Posts: 6
Joined: 2016-10-13 18:47

Re: Touchpad not recognized

#3 Post by spaceloop »

I don't really know, how should I find out? I'll take a look in Windows.

spaceloop
Posts: 6
Joined: 2016-10-13 18:47

Re: Touchpad not recognized

#4 Post by spaceloop »

Ok, so from system information, I found these relevant values:

Code: Select all

Type Hardware: ASUS Touchpad
PNP-devide-id: HID\FTE1001&COL01\5&1648A21C&0&0000
Driver: c:\windows\system32\drivers\mouhid.sys (10.0.10568.0, 31.50kb (32.256 bytes), 30-10-2015 07:17)

spaceloop
Posts: 6
Joined: 2016-10-13 18:47

Re: Touchpad not recognized

#5 Post by spaceloop »

I've found this bugreport of an Asus with similar touchpad driver and problem. Apparently upgrading to kernel 4.6 worked.

https://bugs.launchpad.net/ubuntu/+sour ... ug/1584283

I will try that and report back here.

User avatar
sunrat
Administrator
Administrator
Posts: 6494
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: Touchpad not recognized

#6 Post by sunrat »

You would have better luck asking Deepin support channels or forums. It would most likely have different configuration from Debian and I doubt anyone here uses it.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

spaceloop
Posts: 6
Joined: 2016-10-13 18:47

Re: Touchpad not recognized

#7 Post by spaceloop »

I solved it as follows:

Adding

Code: Select all

deb http://ftp.debian.org/debian jessie-backports main
To /etc/apt/sources
Running

Code: Select all

apt-get install linux-base -t jessie-backports linux-image-4.7.0-0.bpo.1-amd64

spaceloop
Posts: 6
Joined: 2016-10-13 18:47

Re: Asus touchpad not recognized [SOLVED]

#8 Post by spaceloop »

At least I now have basic pointer functionality, but apparently the kernel recognizes it as a normal mouse and there are no drivers available yet (https://bugzilla.kernel.org/show_bug.cgi?id=120181).

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Asus touchpad not recognized [SOLVED]

#9 Post by Head_on_a_Stick »

If you install the kernel metapackage instead then that will be updated and should get the extra functionality eventually :)

Code: Select all

# apt install linux-image-amd64/jessie-backports
https://packages.debian.org/jessie-back ... mage-amd64
deadbang

Post Reply