LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-12-2021, 06:36 PM   #1
kn4thx
LQ Newbie
 
Registered: Nov 2019
Distribution: Debian
Posts: 20

Rep: Reputation: Disabled
Debian Bullseye Touchpad Not Working SynPS/2 Synaptics Touchpad


Hello,

I am having an issue getting a touchpad working in Debian Linux. when I run

xinput list

it shows

N: Name="SynPS/2 Synaptics TouchPad"

The touchpad does not respond. It is enabled in Settings. It works fine in Windows 10 ( I dual boot ).

Any help learning how to troubleshoot this is appreciated.
 
Old 01-12-2021, 06:54 PM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
From an Xorg driver perspective, show which driver is in use for that input device..,
Code:
grep -i ‘using input’ /var/log/Xorg.0.log
It could be that there is no kernel support for it (if a new device perhaps)...
Code:
dmesg | grep -i ‘input’

Last edited by ferrari; 01-12-2021 at 06:55 PM.
 
Old 01-12-2021, 07:00 PM   #3
kn4thx
LQ Newbie
 
Registered: Nov 2019
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ferrari View Post
From an Xorg driver perspective, show which driver is in use for that input device..,
Code:
grep -i ‘using input’ /var/log/Xorg.0.log
It could be that there is no kernel support for it (if a new device perhaps)...
Code:
dmesg | grep -i ‘input’
Using those exact commands returned nothing. Had to sudo the dmesg.

Thank you.

If this info helps I ran : sudo dmesg | grep -i Syn

https://pastebin.com/13VUZfdN

Still a newbie at Linux.

Last edited by kn4thx; 01-12-2021 at 07:08 PM. Reason: Additional Info
 
Old 01-12-2021, 07:18 PM   #4
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Yes, sudo is sometimes required. Depends on the distro.
 
Old 01-12-2021, 07:19 PM   #5
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
You can examine the Xorg log for yourself to see which input driver is used for the touchpad.
 
Old 01-12-2021, 07:31 PM   #6
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
The dmesg output for the touchpad is as expected.

Which desktop environment are you using? Not disabled there perhaps?
 
Old 01-12-2021, 07:42 PM   #7
kn4thx
LQ Newbie
 
Registered: Nov 2019
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: Disabled
Here is what I found in the Xorg file :

[ 4.055] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
[ 4.055] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 4.055] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 4.055] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 4.055] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"


I am in Cinnamon currently but also tried Gnome. I was originally in Xfce and hopped over to test other DEs.
 
Old 01-12-2021, 07:49 PM   #8
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
What model is your laptop? A lot of "older" laptops work much better with synaptics driver than libinput. By "older", basically means pre-Skylake.
 
Old 01-12-2021, 07:53 PM   #9
kn4thx
LQ Newbie
 
Registered: Nov 2019
Distribution: Debian
Posts: 20

Original Poster
Rep: Reputation: Disabled
It is a T14 AMD laptop. The touchpad was replaced with a 01LX660 from an X1 Extreme so everything is fairly modern.
 
Old 01-12-2021, 08:09 PM   #10
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Well, I can tell you the stock touchpad would have worked FANTASTIC, I used my T14 AMD w/ Debian 11 for a bit before moving to EndeavourOS and it worked absolutely perfectly. No idea about an X1 Extreme touchpad, but surprised it doesn't work with libinput.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Debian 11 "Bullseye" and Debian 12 "Bookworm" Are Coming After Debian 10 "Buster" LXer Syndicated Linux News 0 04-18-2018 12:26 PM
[SOLVED] No synaptics properties on device 'SynPS/2 Synaptics TouchPad'. thelynx Linux - Newbie 18 05-12-2016 02:09 AM
SynPS/2 Synaptics TouchPad hangs oakhilltop Linux - Hardware 0 06-03-2012 08:02 PM
Synaptics touchpad not recognised by synaptics driver (12.1) bogzab Slackware 13 03-22-2009 09:23 PM
T61 SynPS/2 or PS/2 synaptics touchpad garrymhl Linux - Laptop and Netbook 0 01-05-2008 03:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration