Touchpad issue - Ubuntu 16.04
I am new to Linux, hence my ignorance, my apology. Touchpad on my Dell Latitude5490 with Ubuntu 16.04 is not responding anymore, but USB mouse does. I tried solutions of many similar posts, without success. In fine, I tried everything as listed in this post: Enable SynPS/2 Synaptics TouchPad in 14.04, but nothing works.
Actually, when using command xinput -list
I don't see anything that refers to touchpad, here the output:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PixArt Dell MS116 USB Optical Mouse id=9 [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)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
In system settings, "Mouse and Touchpad", I indeed have nothing that refers to the touchpad. It happened when I turned the computer on today, after turning on while it was not used for a while just yesterday. I used updet/upgrade commands and then faced the problem listed here Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?, solved (at least I hope) by killing running commands. Any idea how to solve that and, to avoid repeating the same mistake, how did that happen?
EDIT: I don't now if there is any link, but when I close the computer putting it on hold, and then try to reaccess it, despite being on, screen never turns on too and I can't access to the session.
Thanks,
B.
SOLUTION: The solution I found was to delete the new kernel and use the previous one. To do so, for neophyte as I am, you need to restart the computer, press escape (with unbutu unity at least), when the computer is turning on, to have access to different options. Select the first option with advanced unbutu features, and select the previous version of the kernel (in my case, the fourth row). Then you need to delete the most recent version of the kernel you were using. You can see what is this version either by memorising it while you pressed the escape button at first, or, if you are already using the older kernel version, by entering the command "dpkg -l | grep linux-image", the later version being the one to remove. To do so you then use the common command "sudo apt-get purge linux-mage-XXXX the version you want to delete XXX.
Hoping that helps, please correct me if that is actually absolutely not to do !
Best,
B.
touchpad
add a comment |
I am new to Linux, hence my ignorance, my apology. Touchpad on my Dell Latitude5490 with Ubuntu 16.04 is not responding anymore, but USB mouse does. I tried solutions of many similar posts, without success. In fine, I tried everything as listed in this post: Enable SynPS/2 Synaptics TouchPad in 14.04, but nothing works.
Actually, when using command xinput -list
I don't see anything that refers to touchpad, here the output:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PixArt Dell MS116 USB Optical Mouse id=9 [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)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
In system settings, "Mouse and Touchpad", I indeed have nothing that refers to the touchpad. It happened when I turned the computer on today, after turning on while it was not used for a while just yesterday. I used updet/upgrade commands and then faced the problem listed here Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?, solved (at least I hope) by killing running commands. Any idea how to solve that and, to avoid repeating the same mistake, how did that happen?
EDIT: I don't now if there is any link, but when I close the computer putting it on hold, and then try to reaccess it, despite being on, screen never turns on too and I can't access to the session.
Thanks,
B.
SOLUTION: The solution I found was to delete the new kernel and use the previous one. To do so, for neophyte as I am, you need to restart the computer, press escape (with unbutu unity at least), when the computer is turning on, to have access to different options. Select the first option with advanced unbutu features, and select the previous version of the kernel (in my case, the fourth row). Then you need to delete the most recent version of the kernel you were using. You can see what is this version either by memorising it while you pressed the escape button at first, or, if you are already using the older kernel version, by entering the command "dpkg -l | grep linux-image", the later version being the one to remove. To do so you then use the common command "sudo apt-get purge linux-mage-XXXX the version you want to delete XXX.
Hoping that helps, please correct me if that is actually absolutely not to do !
Best,
B.
touchpad
add a comment |
I am new to Linux, hence my ignorance, my apology. Touchpad on my Dell Latitude5490 with Ubuntu 16.04 is not responding anymore, but USB mouse does. I tried solutions of many similar posts, without success. In fine, I tried everything as listed in this post: Enable SynPS/2 Synaptics TouchPad in 14.04, but nothing works.
Actually, when using command xinput -list
I don't see anything that refers to touchpad, here the output:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PixArt Dell MS116 USB Optical Mouse id=9 [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)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
In system settings, "Mouse and Touchpad", I indeed have nothing that refers to the touchpad. It happened when I turned the computer on today, after turning on while it was not used for a while just yesterday. I used updet/upgrade commands and then faced the problem listed here Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?, solved (at least I hope) by killing running commands. Any idea how to solve that and, to avoid repeating the same mistake, how did that happen?
EDIT: I don't now if there is any link, but when I close the computer putting it on hold, and then try to reaccess it, despite being on, screen never turns on too and I can't access to the session.
Thanks,
B.
SOLUTION: The solution I found was to delete the new kernel and use the previous one. To do so, for neophyte as I am, you need to restart the computer, press escape (with unbutu unity at least), when the computer is turning on, to have access to different options. Select the first option with advanced unbutu features, and select the previous version of the kernel (in my case, the fourth row). Then you need to delete the most recent version of the kernel you were using. You can see what is this version either by memorising it while you pressed the escape button at first, or, if you are already using the older kernel version, by entering the command "dpkg -l | grep linux-image", the later version being the one to remove. To do so you then use the common command "sudo apt-get purge linux-mage-XXXX the version you want to delete XXX.
Hoping that helps, please correct me if that is actually absolutely not to do !
Best,
B.
touchpad
I am new to Linux, hence my ignorance, my apology. Touchpad on my Dell Latitude5490 with Ubuntu 16.04 is not responding anymore, but USB mouse does. I tried solutions of many similar posts, without success. In fine, I tried everything as listed in this post: Enable SynPS/2 Synaptics TouchPad in 14.04, but nothing works.
Actually, when using command xinput -list
I don't see anything that refers to touchpad, here the output:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PixArt Dell MS116 USB Optical Mouse id=9 [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)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
In system settings, "Mouse and Touchpad", I indeed have nothing that refers to the touchpad. It happened when I turned the computer on today, after turning on while it was not used for a while just yesterday. I used updet/upgrade commands and then faced the problem listed here Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?, solved (at least I hope) by killing running commands. Any idea how to solve that and, to avoid repeating the same mistake, how did that happen?
EDIT: I don't now if there is any link, but when I close the computer putting it on hold, and then try to reaccess it, despite being on, screen never turns on too and I can't access to the session.
Thanks,
B.
SOLUTION: The solution I found was to delete the new kernel and use the previous one. To do so, for neophyte as I am, you need to restart the computer, press escape (with unbutu unity at least), when the computer is turning on, to have access to different options. Select the first option with advanced unbutu features, and select the previous version of the kernel (in my case, the fourth row). Then you need to delete the most recent version of the kernel you were using. You can see what is this version either by memorising it while you pressed the escape button at first, or, if you are already using the older kernel version, by entering the command "dpkg -l | grep linux-image", the later version being the one to remove. To do so you then use the common command "sudo apt-get purge linux-mage-XXXX the version you want to delete XXX.
Hoping that helps, please correct me if that is actually absolutely not to do !
Best,
B.
touchpad
touchpad
edited Mar 15 at 15:32
Ben
asked Mar 15 at 12:28
BenBen
12
12
add a comment |
add a comment |
0
active
oldest
votes
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%2f1125909%2ftouchpad-issue-ubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1125909%2ftouchpad-issue-ubuntu-16-04%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