LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 12-13-2019, 11:54 PM   #1
rhubarbdog
Member
 
Registered: Apr 2015
Location: Yorkshire, England
Distribution: Linux Mint
Posts: 145

Rep: Reputation: Disabled
mint doesn't respond to touchpad buttons


my laptop has a touchpad with 2 buttons. They're kind of discrete and probably an afterthought.
How does the device mouse present itself to the kernel and windowing system?
What I hope to achieve with a bit of help is to say boot up, edit a mouse property file and re start gnome and have a fully working mouse.
 
Old 12-14-2019, 12:37 AM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,807

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
This command will list the detected input devices and respective features...
Code:
sudo libinput list-devices
Which version of Linux Mint? Gnome Wayland or Xorg session?
 
Old 12-14-2019, 12:46 AM   #3
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,807

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
BTW, from a kernel perspective input device information can filtered from kernel messaging using
Code:
dmesg |grep input
but really it is the userland libinput library that dictates how a given input device is handled (with Wayland and Xorg graphical environments).
 
Old 12-14-2019, 03:07 AM   #4
rhubarbdog
Member
 
Registered: Apr 2015
Location: Yorkshire, England
Distribution: Linux Mint
Posts: 145

Original Poster
Rep: Reputation: Disabled
I think it's gnome i'm using the MATE desktop on mint version 19.2
 
Old 12-14-2019, 03:33 AM   #5
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,807

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Ok, and can you run the command given?
 
Old 12-14-2019, 03:58 AM   #6
rhubarbdog
Member
 
Registered: Apr 2015
Location: Yorkshire, England
Distribution: Linux Mint
Posts: 145

Original Poster
Rep: Reputation: Disabled
yes I did it listed all input devices at boot up but was mainly full of incomplete reply from touchpad commands.

do you want to see results as i'm having to use window 10 for the internet as i'm unable to use firefox with tap to click switched on

Last edited by rhubarbdog; 12-14-2019 at 04:00 AM.
 
Old 12-14-2019, 04:19 AM   #7
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,807

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Yes, save it to a text file and transfer to a memory stick. Then post the output block pertaining to the touchpad device via the Windows environment.
 
Old 12-14-2019, 04:36 AM   #8
rhubarbdog
Member
 
Registered: Apr 2015
Location: Yorkshire, England
Distribution: Linux Mint
Posts: 145

Original Poster
Rep: Reputation: Disabled
hi ive attached the dmesg output as a text file
Attached Files
File Type: txt textfile.txt (27.4 KB, 26 views)
 
Old 12-14-2019, 03:06 PM   #9
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,807

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Ok, to save others from having to download a text file I've captured the relevant dmesg output here....
Code:
[    7.736532] input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:17.3/i2c_designware.7/i2c-12/i2c-HTIX5288:00/0018:0911:5288.0001/input/input8
[    7.736645] hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
then many entries like this
Code:
[   30.075483] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (32/2819)
[   30.089114] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (32/2819)
[   30.203958] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (32/1024)
[   30.333038] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (32/32000)
[   30.343123] i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report (32/4328)
That does indicate that the driver has a problem with the device, and it may be that a bug report is required to help resolve it. There may already be an existing report. When I search ' i2c_hid i2c-HTIX5288:00: i2c_hid_get_input: incomplete report' online I get a lot of hits with other touchpad hardware presenting similar issues.
 
  


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
GRUB doesn't respond to changes - GRUB_DEFAULT="saved" doesn't work wingman358 Linux - Newbie 2 02-28-2019 12:02 AM
[SOLVED] Touchpad recognized as "PS/2 Elantech Touchpad", multitouch - not working on latest Linux distros (Mint,Ubuntu,Fedora,Manjaro) Chripcikas Linux - Hardware 13 09-28-2017 03:04 AM
Use a one-button touchpad as a three-buttons touchpad a.quattrinili Linux - Laptop and Netbook 4 09-29-2010 02:16 PM
Synaptics touchpad does not respond to (ksynaptics or synclient) xri Linux - Hardware 1 07-20-2006 12:01 PM
IBM laptop & touchpad & TrackPoint - touchpad doesn't work! espinosa_cz Linux - Laptop and Netbook 1 08-20-2004 12:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 10:03 PM.

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