Fedora 26--Trackpad Stops Working
I recently updated my laptop from Fedora 25 to 26. After the update, sometimes, usually after I close the lid, the trackpad stops working entirely. I can't move the pointer, click, or scroll.
Currently, I'm just restarting my computer from the terminal when this happens, which is very annoying. I've tried the following:
- Boot the Fedora 25 kernel from Grub
- Install the old mouse driver (
xorg-x11-drv-synaptics-legacy
) - Remove
psmouse
from the kernel and add it back (it saysmodprobe: FATAL: Module psmouse is builtin.
)
None of these have worked. Anyone know how to fix this?
EDIT: Here is the output of dmesg | grep mouse
after it has frozen:
[ 0.819297] mousedev: PS/2 mouse device common for all mice
[ 1.585896] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4708]
[ 1.612130] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1146..]
[ 1.664277] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2a1, caps: 0xf00623/0x840300/0x12e800/0x400000, board id: 3096, fw id: 2430125
[ 1455.599299] psmouse serio1: Failed to disable mouse on isa0060/serio1
[ 1457.549499] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4708]
[ 1457.575672] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1146..]
[ 1933.961382] psmouse serio1: Failed to disable mouse on isa0060/serio1
[ 1935.980668] psmouse serio1: synaptics: Unable to query device.
Also, even if the trackpad doesn't work, a USB mouse still does.
fedora touchpad
add a comment |
I recently updated my laptop from Fedora 25 to 26. After the update, sometimes, usually after I close the lid, the trackpad stops working entirely. I can't move the pointer, click, or scroll.
Currently, I'm just restarting my computer from the terminal when this happens, which is very annoying. I've tried the following:
- Boot the Fedora 25 kernel from Grub
- Install the old mouse driver (
xorg-x11-drv-synaptics-legacy
) - Remove
psmouse
from the kernel and add it back (it saysmodprobe: FATAL: Module psmouse is builtin.
)
None of these have worked. Anyone know how to fix this?
EDIT: Here is the output of dmesg | grep mouse
after it has frozen:
[ 0.819297] mousedev: PS/2 mouse device common for all mice
[ 1.585896] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4708]
[ 1.612130] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1146..]
[ 1.664277] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2a1, caps: 0xf00623/0x840300/0x12e800/0x400000, board id: 3096, fw id: 2430125
[ 1455.599299] psmouse serio1: Failed to disable mouse on isa0060/serio1
[ 1457.549499] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4708]
[ 1457.575672] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1146..]
[ 1933.961382] psmouse serio1: Failed to disable mouse on isa0060/serio1
[ 1935.980668] psmouse serio1: synaptics: Unable to query device.
Also, even if the trackpad doesn't work, a USB mouse still does.
fedora touchpad
1
I would open a bug on the Fedora bugzilla, but they would need more information: at least the make and model of your laptop, perhaps the module list and perhaps whether you are running Wayland or X. But they would tell you what additional information you'd need to submit.
– NickD
Jul 20 '17 at 13:17
I'm getting the same issue. Did you ever find a solution for this @FlyingPiMonster ?
– Matt Healy
Aug 16 '17 at 0:02
@MattHealy Actually, the problem seems to have disappeared for me. Is your system up to date?
– FlyingPiMonster
Aug 16 '17 at 15:45
add a comment |
I recently updated my laptop from Fedora 25 to 26. After the update, sometimes, usually after I close the lid, the trackpad stops working entirely. I can't move the pointer, click, or scroll.
Currently, I'm just restarting my computer from the terminal when this happens, which is very annoying. I've tried the following:
- Boot the Fedora 25 kernel from Grub
- Install the old mouse driver (
xorg-x11-drv-synaptics-legacy
) - Remove
psmouse
from the kernel and add it back (it saysmodprobe: FATAL: Module psmouse is builtin.
)
None of these have worked. Anyone know how to fix this?
EDIT: Here is the output of dmesg | grep mouse
after it has frozen:
[ 0.819297] mousedev: PS/2 mouse device common for all mice
[ 1.585896] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4708]
[ 1.612130] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1146..]
[ 1.664277] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2a1, caps: 0xf00623/0x840300/0x12e800/0x400000, board id: 3096, fw id: 2430125
[ 1455.599299] psmouse serio1: Failed to disable mouse on isa0060/serio1
[ 1457.549499] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4708]
[ 1457.575672] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1146..]
[ 1933.961382] psmouse serio1: Failed to disable mouse on isa0060/serio1
[ 1935.980668] psmouse serio1: synaptics: Unable to query device.
Also, even if the trackpad doesn't work, a USB mouse still does.
fedora touchpad
I recently updated my laptop from Fedora 25 to 26. After the update, sometimes, usually after I close the lid, the trackpad stops working entirely. I can't move the pointer, click, or scroll.
Currently, I'm just restarting my computer from the terminal when this happens, which is very annoying. I've tried the following:
- Boot the Fedora 25 kernel from Grub
- Install the old mouse driver (
xorg-x11-drv-synaptics-legacy
) - Remove
psmouse
from the kernel and add it back (it saysmodprobe: FATAL: Module psmouse is builtin.
)
None of these have worked. Anyone know how to fix this?
EDIT: Here is the output of dmesg | grep mouse
after it has frozen:
[ 0.819297] mousedev: PS/2 mouse device common for all mice
[ 1.585896] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4708]
[ 1.612130] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1146..]
[ 1.664277] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2a1, caps: 0xf00623/0x840300/0x12e800/0x400000, board id: 3096, fw id: 2430125
[ 1455.599299] psmouse serio1: Failed to disable mouse on isa0060/serio1
[ 1457.549499] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4708]
[ 1457.575672] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1146..]
[ 1933.961382] psmouse serio1: Failed to disable mouse on isa0060/serio1
[ 1935.980668] psmouse serio1: synaptics: Unable to query device.
Also, even if the trackpad doesn't work, a USB mouse still does.
fedora touchpad
fedora touchpad
edited Jul 20 '17 at 22:42
asked Jul 20 '17 at 12:52
FlyingPiMonster
1065
1065
1
I would open a bug on the Fedora bugzilla, but they would need more information: at least the make and model of your laptop, perhaps the module list and perhaps whether you are running Wayland or X. But they would tell you what additional information you'd need to submit.
– NickD
Jul 20 '17 at 13:17
I'm getting the same issue. Did you ever find a solution for this @FlyingPiMonster ?
– Matt Healy
Aug 16 '17 at 0:02
@MattHealy Actually, the problem seems to have disappeared for me. Is your system up to date?
– FlyingPiMonster
Aug 16 '17 at 15:45
add a comment |
1
I would open a bug on the Fedora bugzilla, but they would need more information: at least the make and model of your laptop, perhaps the module list and perhaps whether you are running Wayland or X. But they would tell you what additional information you'd need to submit.
– NickD
Jul 20 '17 at 13:17
I'm getting the same issue. Did you ever find a solution for this @FlyingPiMonster ?
– Matt Healy
Aug 16 '17 at 0:02
@MattHealy Actually, the problem seems to have disappeared for me. Is your system up to date?
– FlyingPiMonster
Aug 16 '17 at 15:45
1
1
I would open a bug on the Fedora bugzilla, but they would need more information: at least the make and model of your laptop, perhaps the module list and perhaps whether you are running Wayland or X. But they would tell you what additional information you'd need to submit.
– NickD
Jul 20 '17 at 13:17
I would open a bug on the Fedora bugzilla, but they would need more information: at least the make and model of your laptop, perhaps the module list and perhaps whether you are running Wayland or X. But they would tell you what additional information you'd need to submit.
– NickD
Jul 20 '17 at 13:17
I'm getting the same issue. Did you ever find a solution for this @FlyingPiMonster ?
– Matt Healy
Aug 16 '17 at 0:02
I'm getting the same issue. Did you ever find a solution for this @FlyingPiMonster ?
– Matt Healy
Aug 16 '17 at 0:02
@MattHealy Actually, the problem seems to have disappeared for me. Is your system up to date?
– FlyingPiMonster
Aug 16 '17 at 15:45
@MattHealy Actually, the problem seems to have disappeared for me. Is your system up to date?
– FlyingPiMonster
Aug 16 '17 at 15:45
add a comment |
3 Answers
3
active
oldest
votes
Sounds like a conflicting IRQ or port is the issue, have you tried changing the IRQ? You can usually do this through your bios settings, which is the easiest way I'm aware of. May be able to be done through CLI but I don't know the command...
add a comment |
I had a similar problem happen to me after rebooting for the first time in a while (after many dnf updates). The trackpad was completely gone from "Mouse & Touchpad" in the Settings application. I ended up restoring the trackpad by entering the following section in /etc/X11/xorg.conf.d/00-keyboard.conf
and rebooting
Section "InputClass"
Identifier "touchpad catchall"
MatchIsTouchpad "on"
Driver "synaptics"
EndSection
add a comment |
I got exactly the same same during my upgrade to Fedora26.
I just update my kernel, after the fresh install of Fedora 26, and it is working again, scrolling with both fingers is working as a charme, as it should...
With fresh install of Fedora 26, I got this kernel :
- 4.14.5-200.fc26.x86_64
and after the update of the kernel :
- 4.14.6-200.fc26.x86_64
actually, seems that I still got the problem ! When I suspend the laptop for a long time, I cannot used anymore the trackpad. So, if it is suspended just for a few minutes, it is working properly ! I known sounds stranges, but did try a few times !
– adamski
Dec 24 '17 at 6:42
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f379735%2ffedora-26-trackpad-stops-working%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sounds like a conflicting IRQ or port is the issue, have you tried changing the IRQ? You can usually do this through your bios settings, which is the easiest way I'm aware of. May be able to be done through CLI but I don't know the command...
add a comment |
Sounds like a conflicting IRQ or port is the issue, have you tried changing the IRQ? You can usually do this through your bios settings, which is the easiest way I'm aware of. May be able to be done through CLI but I don't know the command...
add a comment |
Sounds like a conflicting IRQ or port is the issue, have you tried changing the IRQ? You can usually do this through your bios settings, which is the easiest way I'm aware of. May be able to be done through CLI but I don't know the command...
Sounds like a conflicting IRQ or port is the issue, have you tried changing the IRQ? You can usually do this through your bios settings, which is the easiest way I'm aware of. May be able to be done through CLI but I don't know the command...
answered Aug 3 '17 at 19:10
Mark Aydelotte
1
1
add a comment |
add a comment |
I had a similar problem happen to me after rebooting for the first time in a while (after many dnf updates). The trackpad was completely gone from "Mouse & Touchpad" in the Settings application. I ended up restoring the trackpad by entering the following section in /etc/X11/xorg.conf.d/00-keyboard.conf
and rebooting
Section "InputClass"
Identifier "touchpad catchall"
MatchIsTouchpad "on"
Driver "synaptics"
EndSection
add a comment |
I had a similar problem happen to me after rebooting for the first time in a while (after many dnf updates). The trackpad was completely gone from "Mouse & Touchpad" in the Settings application. I ended up restoring the trackpad by entering the following section in /etc/X11/xorg.conf.d/00-keyboard.conf
and rebooting
Section "InputClass"
Identifier "touchpad catchall"
MatchIsTouchpad "on"
Driver "synaptics"
EndSection
add a comment |
I had a similar problem happen to me after rebooting for the first time in a while (after many dnf updates). The trackpad was completely gone from "Mouse & Touchpad" in the Settings application. I ended up restoring the trackpad by entering the following section in /etc/X11/xorg.conf.d/00-keyboard.conf
and rebooting
Section "InputClass"
Identifier "touchpad catchall"
MatchIsTouchpad "on"
Driver "synaptics"
EndSection
I had a similar problem happen to me after rebooting for the first time in a while (after many dnf updates). The trackpad was completely gone from "Mouse & Touchpad" in the Settings application. I ended up restoring the trackpad by entering the following section in /etc/X11/xorg.conf.d/00-keyboard.conf
and rebooting
Section "InputClass"
Identifier "touchpad catchall"
MatchIsTouchpad "on"
Driver "synaptics"
EndSection
answered Aug 17 '17 at 12:46
Matt Healy
21329
21329
add a comment |
add a comment |
I got exactly the same same during my upgrade to Fedora26.
I just update my kernel, after the fresh install of Fedora 26, and it is working again, scrolling with both fingers is working as a charme, as it should...
With fresh install of Fedora 26, I got this kernel :
- 4.14.5-200.fc26.x86_64
and after the update of the kernel :
- 4.14.6-200.fc26.x86_64
actually, seems that I still got the problem ! When I suspend the laptop for a long time, I cannot used anymore the trackpad. So, if it is suspended just for a few minutes, it is working properly ! I known sounds stranges, but did try a few times !
– adamski
Dec 24 '17 at 6:42
add a comment |
I got exactly the same same during my upgrade to Fedora26.
I just update my kernel, after the fresh install of Fedora 26, and it is working again, scrolling with both fingers is working as a charme, as it should...
With fresh install of Fedora 26, I got this kernel :
- 4.14.5-200.fc26.x86_64
and after the update of the kernel :
- 4.14.6-200.fc26.x86_64
actually, seems that I still got the problem ! When I suspend the laptop for a long time, I cannot used anymore the trackpad. So, if it is suspended just for a few minutes, it is working properly ! I known sounds stranges, but did try a few times !
– adamski
Dec 24 '17 at 6:42
add a comment |
I got exactly the same same during my upgrade to Fedora26.
I just update my kernel, after the fresh install of Fedora 26, and it is working again, scrolling with both fingers is working as a charme, as it should...
With fresh install of Fedora 26, I got this kernel :
- 4.14.5-200.fc26.x86_64
and after the update of the kernel :
- 4.14.6-200.fc26.x86_64
I got exactly the same same during my upgrade to Fedora26.
I just update my kernel, after the fresh install of Fedora 26, and it is working again, scrolling with both fingers is working as a charme, as it should...
With fresh install of Fedora 26, I got this kernel :
- 4.14.5-200.fc26.x86_64
and after the update of the kernel :
- 4.14.6-200.fc26.x86_64
answered Dec 21 '17 at 8:03
adamski
11
11
actually, seems that I still got the problem ! When I suspend the laptop for a long time, I cannot used anymore the trackpad. So, if it is suspended just for a few minutes, it is working properly ! I known sounds stranges, but did try a few times !
– adamski
Dec 24 '17 at 6:42
add a comment |
actually, seems that I still got the problem ! When I suspend the laptop for a long time, I cannot used anymore the trackpad. So, if it is suspended just for a few minutes, it is working properly ! I known sounds stranges, but did try a few times !
– adamski
Dec 24 '17 at 6:42
actually, seems that I still got the problem ! When I suspend the laptop for a long time, I cannot used anymore the trackpad. So, if it is suspended just for a few minutes, it is working properly ! I known sounds stranges, but did try a few times !
– adamski
Dec 24 '17 at 6:42
actually, seems that I still got the problem ! When I suspend the laptop for a long time, I cannot used anymore the trackpad. So, if it is suspended just for a few minutes, it is working properly ! I known sounds stranges, but did try a few times !
– adamski
Dec 24 '17 at 6:42
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f379735%2ffedora-26-trackpad-stops-working%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
I would open a bug on the Fedora bugzilla, but they would need more information: at least the make and model of your laptop, perhaps the module list and perhaps whether you are running Wayland or X. But they would tell you what additional information you'd need to submit.
– NickD
Jul 20 '17 at 13:17
I'm getting the same issue. Did you ever find a solution for this @FlyingPiMonster ?
– Matt Healy
Aug 16 '17 at 0:02
@MattHealy Actually, the problem seems to have disappeared for me. Is your system up to date?
– FlyingPiMonster
Aug 16 '17 at 15:45