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

 

 

 

Debian not recognize Touchpad

Need help with peripherals or devices?
Post Reply
Message
Author
epicteto
Posts: 4
Joined: 2016-11-27 17:26

Debian not recognize Touchpad

#1 Post by epicteto »

Hi

I have installed Debian GNU/Linux 8.6 (jessie) on a laptop Packard Bell EasyNote ENTF71BM

I can't configure the Touchpad because debian doesn't recognize it. I've installed without problems xserver-xorg-input-synaptics; but with "synclient -l":

Couldn't find synaptics properties. No synaptics driver loaded?

With "xinput":

⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ MOSART Semi. 2.4G Keyboard Mouse id=11 [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)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ MOSART Semi. 2.4G Keyboard Mouse id=10 [slave keyboard (3)]
↳ VGA Webcam id=12 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
↳ Acer WMI hotkeys

No touchpad.

In other partition I have W7 and there the touchpad works well, no problem

¿Any idea?

Thanks in advance

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: Debian not recognize Touchpad

#2 Post by phenest »

What DE are you using? Gnome? If so, Gnome doesn't use the synaptics driver.

Code: Select all

apt-get install xserver-xorg-input-libinput
You may have to remove synaptics.
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

epicteto
Posts: 4
Joined: 2016-11-27 17:26

Re: Debian not recognize Touchpad

#3 Post by epicteto »

Lxde

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: Debian not recognize Touchpad

#4 Post by phenest »

epicteto wrote:Lxde
I think a lot of DE's support libinput now, e.g. Gnome,, KDE, XFCE, LXDE, etc.

Try my suggestion anyway.
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

epicteto
Posts: 4
Joined: 2016-11-27 17:26

Re: Debian not recognize Touchpad

#5 Post by epicteto »

Hi phenest

Jessie haven't package xserver-xorg-input-libinput

I upgrade to testing and install that package. Unistall synaptics, but:

egrep -i 'synap|alps|etps' /proc/bus/input/devices...

Nothing !!!

dmesg | grep -i touch ...

Nothing !!!

"Xinput" nothing change

"Lsmod" doesn't show libinput module

¿?

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: Debian not recognize Touchpad

#6 Post by phenest »

Do you have the mouse turned on? I have a Dell laptop and I can turn the touchpad on/off with Fn+F3.
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

epicteto
Posts: 4
Joined: 2016-11-27 17:26

Re: Debian not recognize Touchpad

#7 Post by epicteto »

Yes

stni
Posts: 1
Joined: 2016-12-14 21:39

Re: Debian not recognize Touchpad

#8 Post by stni »

I have the same problem. The command "synclient -l" return:

Code: Select all

bruno@debian:~$ synclient -l
Couldn't find synaptics properties. No synaptics driver loaded?
And the command "xinput" returned:

Code: Select all

bruno@debian:~$ xinput
bash: xinput: command not found
I use Gnome, and when I try "apt-get install xserver-xorg-input-libinput", return:

Code: Select all

lang@debian:~$ sudo apt-get install xserver-xorg-input-libinput
Lendo listas de pacotes... Pronto
Construindo árvore de dependências       
Lendo informação de estado... Pronto
E: Impossible found the package xserver-xorg-input-libinput
lang@debian:~$ 
What can I do?

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Debian not recognize Touchpad

#9 Post by stevepusser »

I've seen newer kernel versions automagically get some alps touchpads working. This page http://www.notebookcheck.net/Packard-Be ... 595.0.html also says you have Bay Trail graphics, so you may not have full hardware acceleration, which also can be cured by a new kernel and Intel video driver from jessie-backports. You can check your current situation by installing inxi and posting the terminal output of

Code: Select all

inxi -F
here in a code box. Gallium and llvmpipe in the graphics output mean poor acceleration.
MX Linux packager and developer

Post Reply