LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-22-2017, 03:21 AM   #1
breadbin
Member
 
Registered: Sep 2002
Location: Dublin, Ireland
Distribution: Linux Mint 17
Posts: 155

Rep: Reputation: 26
Touchpad not working on new install of Linux Mint 18!


i have a USB mouse working fine and for the most part it's better to use than the touchpad but I still want the touchpad to work. I tried the live version and it didn't work. Was hoping it would when I installed it but it still doesn't. I have tried several things. I added a parameter into

/etc/defaults/grub

about i8042.noloop and that didn't work. I then seen another fix and added a few more options but still nothing.

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"


I tried pressing the buttons Fn+F4 seems to be the one for the touchpad on this particular laptop. Does nothing.

The laptop is a Fujitsu Lifebook A Series. Core i3. Had Windows 10 on it and running fine well as fine as Windows 10 would let it

Can anyone shed any light onto this problem?
 
Old 02-22-2017, 04:20 AM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,734

Rep: Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126
Is the touchpad listed via
Code:
xinput list
 
1 members found this post helpful.
Old 02-22-2017, 04:30 AM   #3
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,734

Rep: Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126
FWIW, I found this thread
http://askubuntu.com/questions/53390...n-ubuntu-14-04
suggesting slightly different boot parameters...
Code:
i8042.notimeout i8042.nomux
 
1 members found this post helpful.
Old 02-22-2017, 05:40 AM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 20,948

Rep: Reputation: 4072Reputation: 4072Reputation: 4072Reputation: 4072Reputation: 4072Reputation: 4072Reputation: 4072Reputation: 4072Reputation: 4072Reputation: 4072Reputation: 4072
Last couple of installs I did I had to turn on the touchpad - the buttons work by default, but not the surface. Not sure if this applies to Mint, but just try going to settings.
 
Old 02-22-2017, 05:42 AM   #5
breadbin
Member
 
Registered: Sep 2002
Location: Dublin, Ireland
Distribution: Linux Mint 17
Posts: 155

Original Poster
Rep: Reputation: 26
Here is the output of xinput list. it seems to be there alright but something must be stopping it from working.

⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ USB Optical Mouse id=11 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=14 [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)]
↳ Fujitsu FUJ02E3 id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Fujitsu FUJ02B1 id=9 [slave keyboard (3)]
↳ Power Button id=10 [slave keyboard (3)]
↳ FJ Camera id=12 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]

Last edited by breadbin; 02-22-2017 at 05:44 AM. Reason: formatting
 
Old 02-22-2017, 05:46 AM   #6
breadbin
Member
 
Registered: Sep 2002
Location: Dublin, Ireland
Distribution: Linux Mint 17
Posts: 155

Original Poster
Rep: Reputation: 26
Quote:
Originally Posted by syg00 View Post
Last couple of installs I did I had to turn on the touchpad - the buttons work by default, but not the surface. Not sure if this applies to Mint, but just try going to settings.
I tried that but the "Enable Touchpad" toggle is on. I tried turning it off and then on again but nothing happened.
 
Old 02-22-2017, 05:56 AM   #7
breadbin
Member
 
Registered: Sep 2002
Location: Dublin, Ireland
Distribution: Linux Mint 17
Posts: 155

Original Poster
Rep: Reputation: 26
Quote:
Originally Posted by ferrari View Post
FWIW, I found this thread
http://askubuntu.com/questions/53390...n-ubuntu-14-04
suggesting slightly different boot parameters...
Code:
i8042.notimeout i8042.nomux
well thanks ferrari,this worked. there were 2 lines in the grub file, these two

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX="i8042.reset i8042.nomux i8042.nopnp i8042.noloop"

I decided to put the parameters in the "default" line and append them to the 'quiet splash' instead of having their own line. I guessed the default list of parameters would be the one that is used. so for whatever reason it is not reading the parameters on the next line. works like a charm now - thanks.
 
Old 02-22-2017, 02:37 PM   #8
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,734

Rep: Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126Reputation: 1126
Yes, GRUB_CMDLINE_LINUX_DEFAULT is the place to put the additional kernel boot parameters. Glad to read that adding those parameters worked for you.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Touchpad not working in Linux Mint 17 mustardman350 Linux - Newbie 15 03-24-2016 01:24 AM
Linux Mint Touchpad help needed! Josh P Linux - Newbie 2 07-03-2012 03:20 PM
HP G42 Touchpad help - Linux mint 10 Stosskraft Linux - Laptop and Netbook 3 05-11-2011 07:21 AM
installing Linux....touchpad scroll not working, touchpad options missing Ubunoob001 Linux - Newbie 2 10-24-2010 01:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:49 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