Synaptics touchpad disabled after login after recent 18.10 update
My Synaptic Touchpad stopped working in the past few weeks.
The touchscreen and external mouse still work so I've been using them to work around it.
The symptoms are:
- Touchpad works on login screen
- Touchpad stops working after login screen
- All other inputs work, including keyboard, touchscreen, external mouse, docking station, etc.
- Doesn't work on Wayland, either.
- F7 key comes up with a square with an X in the bottom-right corner, but the X won't go away no matter how many times I press it.
sudo rmmod usbhid; sudo modprobe usbhidenables the touchpad for a split second.
For the previous few weeks, I've been able to resurrect the touchpad with sudo rmmod usbhid; sudo modprobe usbhid so I suspect that this issue is in two parts.
xinput list shows:
Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SYNA7500:00 06CB:780B id=16 [slave pointer (2)]
⎜ ↳ Synaptics T Pad V 01.31 Touchpad id=11 [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)]
↳ Integrated_Webcam_FHD: Integrat id=12 [slave keyboard (3)]
↳ Integrated_Webcam_8M: Rear Inte id=13 [slave keyboard (3)]
↳ Intel Virtual Button driver id=14 [slave keyboard (3)]
↳ SYNA7500:00 06CB:780B Pen id=15 [slave keyboard (3)]
↳ Dell WMI hotkeys id=17 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=18 [slave keyboard (3)]
↳ Synaptics T Pad V 01.31 Consumer Control id=8 [slave keyboard (3)]
↳ Synaptics T Pad V 01.31 id=9 [slave keyboard (3)]
↳ Synaptics T Pad V 01.31 Wireless Radio Control id=10 [slave keyboard (3)]
I have tried:
- Installing the synaptics driver
- Adding in a libinput filter (which made the
Synaptics T Pad V 01.31 Touchpadabove disappear, but actually made it worse) - `xinput set-prop 11 "Device Enabled" 1 (0 followed by 1 as well)
- `xinput set-prop 16 "Device Enabled" 1 (0 followed by 1 as well)
This is on kernel 4.18.0-15-generic, but I have also tried going back to 4.17 and it doesn't work, either. I can't roll back to any earlier versions of xserver-xorg-input-* because they don't appear to be available.
I suspect that the touchpad may be programattically disabled (which would explain the X in the F7 status) but I don't know how to programatically re-enable it.
How do I get my touchpad back?
touchpad synaptics libinput
|
show 2 more comments
My Synaptic Touchpad stopped working in the past few weeks.
The touchscreen and external mouse still work so I've been using them to work around it.
The symptoms are:
- Touchpad works on login screen
- Touchpad stops working after login screen
- All other inputs work, including keyboard, touchscreen, external mouse, docking station, etc.
- Doesn't work on Wayland, either.
- F7 key comes up with a square with an X in the bottom-right corner, but the X won't go away no matter how many times I press it.
sudo rmmod usbhid; sudo modprobe usbhidenables the touchpad for a split second.
For the previous few weeks, I've been able to resurrect the touchpad with sudo rmmod usbhid; sudo modprobe usbhid so I suspect that this issue is in two parts.
xinput list shows:
Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SYNA7500:00 06CB:780B id=16 [slave pointer (2)]
⎜ ↳ Synaptics T Pad V 01.31 Touchpad id=11 [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)]
↳ Integrated_Webcam_FHD: Integrat id=12 [slave keyboard (3)]
↳ Integrated_Webcam_8M: Rear Inte id=13 [slave keyboard (3)]
↳ Intel Virtual Button driver id=14 [slave keyboard (3)]
↳ SYNA7500:00 06CB:780B Pen id=15 [slave keyboard (3)]
↳ Dell WMI hotkeys id=17 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=18 [slave keyboard (3)]
↳ Synaptics T Pad V 01.31 Consumer Control id=8 [slave keyboard (3)]
↳ Synaptics T Pad V 01.31 id=9 [slave keyboard (3)]
↳ Synaptics T Pad V 01.31 Wireless Radio Control id=10 [slave keyboard (3)]
I have tried:
- Installing the synaptics driver
- Adding in a libinput filter (which made the
Synaptics T Pad V 01.31 Touchpadabove disappear, but actually made it worse) - `xinput set-prop 11 "Device Enabled" 1 (0 followed by 1 as well)
- `xinput set-prop 16 "Device Enabled" 1 (0 followed by 1 as well)
This is on kernel 4.18.0-15-generic, but I have also tried going back to 4.17 and it doesn't work, either. I can't roll back to any earlier versions of xserver-xorg-input-* because they don't appear to be available.
I suspect that the touchpad may be programattically disabled (which would explain the X in the F7 status) but I don't know how to programatically re-enable it.
How do I get my touchpad back?
touchpad synaptics libinput
See this answer here: askubuntu.com/a/624929/167115
– mchid
2 hours ago
As a user mentions, you may have to toggle the setting by setting "enabled" to 0 and then by setting "enabled" to 1 but hopefully setting it to 1 the first time will work. If not, please let me know because there may be a different solution.
– mchid
2 hours ago
Also, does the cursor appear on the screen? Sometimes the cursor disappears and so it seems like the touchpad is not working but, in fact, the touchpad is working fine but the cursor is invisible.
– mchid
2 hours ago
Working through those answers, thanks. :-)
– tudor
2 hours ago
1
No, there is no activity from the touchpad. I've seen that before.
– tudor
2 hours ago
|
show 2 more comments
My Synaptic Touchpad stopped working in the past few weeks.
The touchscreen and external mouse still work so I've been using them to work around it.
The symptoms are:
- Touchpad works on login screen
- Touchpad stops working after login screen
- All other inputs work, including keyboard, touchscreen, external mouse, docking station, etc.
- Doesn't work on Wayland, either.
- F7 key comes up with a square with an X in the bottom-right corner, but the X won't go away no matter how many times I press it.
sudo rmmod usbhid; sudo modprobe usbhidenables the touchpad for a split second.
For the previous few weeks, I've been able to resurrect the touchpad with sudo rmmod usbhid; sudo modprobe usbhid so I suspect that this issue is in two parts.
xinput list shows:
Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SYNA7500:00 06CB:780B id=16 [slave pointer (2)]
⎜ ↳ Synaptics T Pad V 01.31 Touchpad id=11 [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)]
↳ Integrated_Webcam_FHD: Integrat id=12 [slave keyboard (3)]
↳ Integrated_Webcam_8M: Rear Inte id=13 [slave keyboard (3)]
↳ Intel Virtual Button driver id=14 [slave keyboard (3)]
↳ SYNA7500:00 06CB:780B Pen id=15 [slave keyboard (3)]
↳ Dell WMI hotkeys id=17 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=18 [slave keyboard (3)]
↳ Synaptics T Pad V 01.31 Consumer Control id=8 [slave keyboard (3)]
↳ Synaptics T Pad V 01.31 id=9 [slave keyboard (3)]
↳ Synaptics T Pad V 01.31 Wireless Radio Control id=10 [slave keyboard (3)]
I have tried:
- Installing the synaptics driver
- Adding in a libinput filter (which made the
Synaptics T Pad V 01.31 Touchpadabove disappear, but actually made it worse) - `xinput set-prop 11 "Device Enabled" 1 (0 followed by 1 as well)
- `xinput set-prop 16 "Device Enabled" 1 (0 followed by 1 as well)
This is on kernel 4.18.0-15-generic, but I have also tried going back to 4.17 and it doesn't work, either. I can't roll back to any earlier versions of xserver-xorg-input-* because they don't appear to be available.
I suspect that the touchpad may be programattically disabled (which would explain the X in the F7 status) but I don't know how to programatically re-enable it.
How do I get my touchpad back?
touchpad synaptics libinput
My Synaptic Touchpad stopped working in the past few weeks.
The touchscreen and external mouse still work so I've been using them to work around it.
The symptoms are:
- Touchpad works on login screen
- Touchpad stops working after login screen
- All other inputs work, including keyboard, touchscreen, external mouse, docking station, etc.
- Doesn't work on Wayland, either.
- F7 key comes up with a square with an X in the bottom-right corner, but the X won't go away no matter how many times I press it.
sudo rmmod usbhid; sudo modprobe usbhidenables the touchpad for a split second.
For the previous few weeks, I've been able to resurrect the touchpad with sudo rmmod usbhid; sudo modprobe usbhid so I suspect that this issue is in two parts.
xinput list shows:
Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SYNA7500:00 06CB:780B id=16 [slave pointer (2)]
⎜ ↳ Synaptics T Pad V 01.31 Touchpad id=11 [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)]
↳ Integrated_Webcam_FHD: Integrat id=12 [slave keyboard (3)]
↳ Integrated_Webcam_8M: Rear Inte id=13 [slave keyboard (3)]
↳ Intel Virtual Button driver id=14 [slave keyboard (3)]
↳ SYNA7500:00 06CB:780B Pen id=15 [slave keyboard (3)]
↳ Dell WMI hotkeys id=17 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=18 [slave keyboard (3)]
↳ Synaptics T Pad V 01.31 Consumer Control id=8 [slave keyboard (3)]
↳ Synaptics T Pad V 01.31 id=9 [slave keyboard (3)]
↳ Synaptics T Pad V 01.31 Wireless Radio Control id=10 [slave keyboard (3)]
I have tried:
- Installing the synaptics driver
- Adding in a libinput filter (which made the
Synaptics T Pad V 01.31 Touchpadabove disappear, but actually made it worse) - `xinput set-prop 11 "Device Enabled" 1 (0 followed by 1 as well)
- `xinput set-prop 16 "Device Enabled" 1 (0 followed by 1 as well)
This is on kernel 4.18.0-15-generic, but I have also tried going back to 4.17 and it doesn't work, either. I can't roll back to any earlier versions of xserver-xorg-input-* because they don't appear to be available.
I suspect that the touchpad may be programattically disabled (which would explain the X in the F7 status) but I don't know how to programatically re-enable it.
How do I get my touchpad back?
touchpad synaptics libinput
touchpad synaptics libinput
edited 2 hours ago
tudor
asked 3 hours ago
tudortudor
2,64851845
2,64851845
See this answer here: askubuntu.com/a/624929/167115
– mchid
2 hours ago
As a user mentions, you may have to toggle the setting by setting "enabled" to 0 and then by setting "enabled" to 1 but hopefully setting it to 1 the first time will work. If not, please let me know because there may be a different solution.
– mchid
2 hours ago
Also, does the cursor appear on the screen? Sometimes the cursor disappears and so it seems like the touchpad is not working but, in fact, the touchpad is working fine but the cursor is invisible.
– mchid
2 hours ago
Working through those answers, thanks. :-)
– tudor
2 hours ago
1
No, there is no activity from the touchpad. I've seen that before.
– tudor
2 hours ago
|
show 2 more comments
See this answer here: askubuntu.com/a/624929/167115
– mchid
2 hours ago
As a user mentions, you may have to toggle the setting by setting "enabled" to 0 and then by setting "enabled" to 1 but hopefully setting it to 1 the first time will work. If not, please let me know because there may be a different solution.
– mchid
2 hours ago
Also, does the cursor appear on the screen? Sometimes the cursor disappears and so it seems like the touchpad is not working but, in fact, the touchpad is working fine but the cursor is invisible.
– mchid
2 hours ago
Working through those answers, thanks. :-)
– tudor
2 hours ago
1
No, there is no activity from the touchpad. I've seen that before.
– tudor
2 hours ago
See this answer here: askubuntu.com/a/624929/167115
– mchid
2 hours ago
See this answer here: askubuntu.com/a/624929/167115
– mchid
2 hours ago
As a user mentions, you may have to toggle the setting by setting "enabled" to 0 and then by setting "enabled" to 1 but hopefully setting it to 1 the first time will work. If not, please let me know because there may be a different solution.
– mchid
2 hours ago
As a user mentions, you may have to toggle the setting by setting "enabled" to 0 and then by setting "enabled" to 1 but hopefully setting it to 1 the first time will work. If not, please let me know because there may be a different solution.
– mchid
2 hours ago
Also, does the cursor appear on the screen? Sometimes the cursor disappears and so it seems like the touchpad is not working but, in fact, the touchpad is working fine but the cursor is invisible.
– mchid
2 hours ago
Also, does the cursor appear on the screen? Sometimes the cursor disappears and so it seems like the touchpad is not working but, in fact, the touchpad is working fine but the cursor is invisible.
– mchid
2 hours ago
Working through those answers, thanks. :-)
– tudor
2 hours ago
Working through those answers, thanks. :-)
– tudor
2 hours ago
1
1
No, there is no activity from the touchpad. I've seen that before.
– tudor
2 hours ago
No, there is no activity from the touchpad. I've seen that before.
– tudor
2 hours ago
|
show 2 more comments
1 Answer
1
active
oldest
votes
According to the Ubuntu help docs, this problem is often solved using the following command:
gconftool-2 --set --type boolean /desktop/gnome/peripherals/touchpad/touchpad_enabled true
According to this other question, you can enable or toggle the device using the xinput command.
To enable:
xinput set-prop 11 "Device Enabled" 1
To toggle:
xinput set-prop 11 "Device Enabled" 0
xinput set-prop 11 "Device Enabled" 1
You can also enable or toggle the touchpad using synclient instead of xinput.
To enable:
synclient touchpadoff=0
To toggle:
synclient touchpadoff=1
synclient touchpadoff=0
Additionally, you could try using a different device listed like device 16 instead of 11:
xinput set-prop 16 "Device Enabled" 1
click here for additional information
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f1120267%2fsynaptics-touchpad-disabled-after-login-after-recent-18-10-update%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
According to the Ubuntu help docs, this problem is often solved using the following command:
gconftool-2 --set --type boolean /desktop/gnome/peripherals/touchpad/touchpad_enabled true
According to this other question, you can enable or toggle the device using the xinput command.
To enable:
xinput set-prop 11 "Device Enabled" 1
To toggle:
xinput set-prop 11 "Device Enabled" 0
xinput set-prop 11 "Device Enabled" 1
You can also enable or toggle the touchpad using synclient instead of xinput.
To enable:
synclient touchpadoff=0
To toggle:
synclient touchpadoff=1
synclient touchpadoff=0
Additionally, you could try using a different device listed like device 16 instead of 11:
xinput set-prop 16 "Device Enabled" 1
click here for additional information
add a comment |
According to the Ubuntu help docs, this problem is often solved using the following command:
gconftool-2 --set --type boolean /desktop/gnome/peripherals/touchpad/touchpad_enabled true
According to this other question, you can enable or toggle the device using the xinput command.
To enable:
xinput set-prop 11 "Device Enabled" 1
To toggle:
xinput set-prop 11 "Device Enabled" 0
xinput set-prop 11 "Device Enabled" 1
You can also enable or toggle the touchpad using synclient instead of xinput.
To enable:
synclient touchpadoff=0
To toggle:
synclient touchpadoff=1
synclient touchpadoff=0
Additionally, you could try using a different device listed like device 16 instead of 11:
xinput set-prop 16 "Device Enabled" 1
click here for additional information
add a comment |
According to the Ubuntu help docs, this problem is often solved using the following command:
gconftool-2 --set --type boolean /desktop/gnome/peripherals/touchpad/touchpad_enabled true
According to this other question, you can enable or toggle the device using the xinput command.
To enable:
xinput set-prop 11 "Device Enabled" 1
To toggle:
xinput set-prop 11 "Device Enabled" 0
xinput set-prop 11 "Device Enabled" 1
You can also enable or toggle the touchpad using synclient instead of xinput.
To enable:
synclient touchpadoff=0
To toggle:
synclient touchpadoff=1
synclient touchpadoff=0
Additionally, you could try using a different device listed like device 16 instead of 11:
xinput set-prop 16 "Device Enabled" 1
click here for additional information
According to the Ubuntu help docs, this problem is often solved using the following command:
gconftool-2 --set --type boolean /desktop/gnome/peripherals/touchpad/touchpad_enabled true
According to this other question, you can enable or toggle the device using the xinput command.
To enable:
xinput set-prop 11 "Device Enabled" 1
To toggle:
xinput set-prop 11 "Device Enabled" 0
xinput set-prop 11 "Device Enabled" 1
You can also enable or toggle the touchpad using synclient instead of xinput.
To enable:
synclient touchpadoff=0
To toggle:
synclient touchpadoff=1
synclient touchpadoff=0
Additionally, you could try using a different device listed like device 16 instead of 11:
xinput set-prop 16 "Device Enabled" 1
click here for additional information
edited 1 hour ago
answered 1 hour ago
mchidmchid
23k25284
23k25284
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1120267%2fsynaptics-touchpad-disabled-after-login-after-recent-18-10-update%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
See this answer here: askubuntu.com/a/624929/167115
– mchid
2 hours ago
As a user mentions, you may have to toggle the setting by setting "enabled" to 0 and then by setting "enabled" to 1 but hopefully setting it to 1 the first time will work. If not, please let me know because there may be a different solution.
– mchid
2 hours ago
Also, does the cursor appear on the screen? Sometimes the cursor disappears and so it seems like the touchpad is not working but, in fact, the touchpad is working fine but the cursor is invisible.
– mchid
2 hours ago
Working through those answers, thanks. :-)
– tudor
2 hours ago
1
No, there is no activity from the touchpad. I've seen that before.
– tudor
2 hours ago