D
D
dsadso2019-04-12 18:40:10
linux
dsadso, 2019-04-12 18:40:10

How to make the Elantech touchpad work?

Hi all. I'm using a laptop on Linux Mint with a kernel:

Linux 4.15.0-47-generic

Elantech touchpad installed. The touchpad system recognizes:
spoiler
xinput list
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ Logitech USB Optical Mouse              	id=8	[slave  pointer  (2)]
⎜   ↳ Elan Touchpad                           	id=10	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Video Bus                               	id=6	[slave  keyboard (3)]
    ↳ Power Button                            	id=7	[slave  keyboard (3)]
    ↳ EasyCamera: EasyCamera                  	id=9	[slave  keyboard (3)]
    ↳ Ideapad extra buttons                   	id=11	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=12	[slave  keyboard (3)]

xinput list-props 'Elan Touchpad'
Device 'Elan Touchpad':
  Device Enabled (143):	0
  Coordinate Transformation Matrix (145):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
  libinput Tapping Enabled (296):	1
  libinput Tapping Enabled Default (297):	0
  libinput Tapping Drag Enabled (298):	1
  libinput Tapping Drag Enabled Default (299):	1
  libinput Tapping Drag Lock Enabled (300):	0
  libinput Tapping Drag Lock Enabled Default (301):	0
  libinput Tapping Button Mapping Enabled (302):	1, 0
  libinput Tapping Button Mapping Default (303):	1, 0
  libinput Natural Scrolling Enabled (278):	1
  libinput Natural Scrolling Enabled Default (279):	0
  libinput Disable While Typing Enabled (304):	1
  libinput Disable While Typing Enabled Default (305):	1
  libinput Scroll Methods Available (280):	1, 1, 0
  libinput Scroll Method Enabled (281):	1, 0, 0
  libinput Scroll Method Enabled Default (282):	1, 0, 0
  libinput Click Methods Available (306):	1, 1
  libinput Click Method Enabled (307):	1, 0
  libinput Click Method Enabled Default (308):	1, 0
  libinput Middle Emulation Enabled (285):	0
  libinput Middle Emulation Enabled Default (286):	0
  libinput Accel Speed (287):	0.000000
  libinput Accel Speed Default (288):	0.000000
  libinput Left Handed Enabled (292):	0
  libinput Left Handed Enabled Default (293):	0
  libinput Send Events Modes Available (263):	1, 1
  libinput Send Events Mode Enabled (264):	0, 0
  libinput Send Events Mode Enabled Default (265):	0, 0
  Device Node (266):	"/dev/input/event14"
  Device Product ID (267):	1267, 91
  libinput Drag Lock Buttons (294):	<no items>
  libinput Horizontal Scroll Enabled (295):	0


As you can see, the "Device Enabled (143)" field is equal to 0. I try to enable: Running in
xinput set-prop 10 "Device Enabled" 1
parallel:
xinput --watch-props 10
I get the following output:
spoiler
Property 'Device Enabled' changed.
  Device Enabled (143):	1
Property 'Device Enabled' changed.
  Device Enabled (143):	1
Property 'libinput Left Handed Enabled' changed.
  libinput Left Handed Enabled (292):	0
Property 'libinput Accel Speed' changed.
  libinput Accel Speed (287):	0.000000
Property 'libinput Tapping Enabled' changed.
  libinput Tapping Enabled (296):	1
Property 'libinput Click Method Enabled' changed.
  libinput Click Method Enabled (307):	1, 0
Property 'libinput Scroll Method Enabled' changed.
  libinput Scroll Method Enabled (281):	1, 0, 0
Property 'libinput Horizontal Scroll Enabled' changed.
  libinput Horizontal Scroll Enabled (295):	0
Property 'libinput Natural Scrolling Enabled' changed.
  libinput Natural Scrolling Enabled (278):	1
Property 'Device Enabled' changed.
  Device Enabled (143):	0
Property 'Device Enabled' changed.
  Device Enabled (143):	0

As you can see, the device turns on, for some reason some properties change, after which it turns off.
Package installed xserver-xorg-input-libinput.
xserver-xorg-input-evdevand xserver-xorg-input-synapticsremoved. I don't understand what's the matter. I am not that experienced Linux user. I hope for your help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nihi1ist, 2019-04-16
@nihi1ist

Look here and here . According to the first link, in general, the same problem as you and on the same OS.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question