Enable SynPS/2 Synaptics TouchPad in 14.04
With fresh install 14.04.1 (64-bit), the touchpad does not function at all (in fact, I see no mouse cursor). Touchpad works in Windows 8.1, both OS boot with EFI.
xinput
reports:
SynPS/2 Synaptics Touch Pad id=11 [slave pointer (2)]
How can I turn my recognized touchpad into a functioning touchpad?
Solutions I have tried:
- Keypad solutions:
- F5
- Fn+F5
- pressing NumLock repeatedly during boot
- Modprobe solutions:
sudo modprobe -r psmouse && sudo modprobe psmouse
sudo modprobe -r psmouse && sudo modprobe psmouse proto=imps
sudo modprobe -r psmouse && sudo modprobe psmouse proto=exps
- Kernel solutions (append to grub at end of
quiet splash
line):
atkbd.reset i8042.nomux
i8042.nopnp
i8042.reset=1
- Missing Package solutions:
sudo apt-get install xserver-xorg-input-synaptics
sudo apt-get install gpointing-device-settings
xinput
now fails to reportSynPS/2 Synaptics Touch Pad
touchpad synaptics
add a comment |
With fresh install 14.04.1 (64-bit), the touchpad does not function at all (in fact, I see no mouse cursor). Touchpad works in Windows 8.1, both OS boot with EFI.
xinput
reports:
SynPS/2 Synaptics Touch Pad id=11 [slave pointer (2)]
How can I turn my recognized touchpad into a functioning touchpad?
Solutions I have tried:
- Keypad solutions:
- F5
- Fn+F5
- pressing NumLock repeatedly during boot
- Modprobe solutions:
sudo modprobe -r psmouse && sudo modprobe psmouse
sudo modprobe -r psmouse && sudo modprobe psmouse proto=imps
sudo modprobe -r psmouse && sudo modprobe psmouse proto=exps
- Kernel solutions (append to grub at end of
quiet splash
line):
atkbd.reset i8042.nomux
i8042.nopnp
i8042.reset=1
- Missing Package solutions:
sudo apt-get install xserver-xorg-input-synaptics
sudo apt-get install gpointing-device-settings
xinput
now fails to reportSynPS/2 Synaptics Touch Pad
touchpad synaptics
Do you mind adding the completexinput -list
output to yr post ?
– Cbhihe
Dec 21 '15 at 14:18
add a comment |
With fresh install 14.04.1 (64-bit), the touchpad does not function at all (in fact, I see no mouse cursor). Touchpad works in Windows 8.1, both OS boot with EFI.
xinput
reports:
SynPS/2 Synaptics Touch Pad id=11 [slave pointer (2)]
How can I turn my recognized touchpad into a functioning touchpad?
Solutions I have tried:
- Keypad solutions:
- F5
- Fn+F5
- pressing NumLock repeatedly during boot
- Modprobe solutions:
sudo modprobe -r psmouse && sudo modprobe psmouse
sudo modprobe -r psmouse && sudo modprobe psmouse proto=imps
sudo modprobe -r psmouse && sudo modprobe psmouse proto=exps
- Kernel solutions (append to grub at end of
quiet splash
line):
atkbd.reset i8042.nomux
i8042.nopnp
i8042.reset=1
- Missing Package solutions:
sudo apt-get install xserver-xorg-input-synaptics
sudo apt-get install gpointing-device-settings
xinput
now fails to reportSynPS/2 Synaptics Touch Pad
touchpad synaptics
With fresh install 14.04.1 (64-bit), the touchpad does not function at all (in fact, I see no mouse cursor). Touchpad works in Windows 8.1, both OS boot with EFI.
xinput
reports:
SynPS/2 Synaptics Touch Pad id=11 [slave pointer (2)]
How can I turn my recognized touchpad into a functioning touchpad?
Solutions I have tried:
- Keypad solutions:
- F5
- Fn+F5
- pressing NumLock repeatedly during boot
- Modprobe solutions:
sudo modprobe -r psmouse && sudo modprobe psmouse
sudo modprobe -r psmouse && sudo modprobe psmouse proto=imps
sudo modprobe -r psmouse && sudo modprobe psmouse proto=exps
- Kernel solutions (append to grub at end of
quiet splash
line):
atkbd.reset i8042.nomux
i8042.nopnp
i8042.reset=1
- Missing Package solutions:
sudo apt-get install xserver-xorg-input-synaptics
sudo apt-get install gpointing-device-settings
xinput
now fails to reportSynPS/2 Synaptics Touch Pad
touchpad synaptics
touchpad synaptics
asked Dec 30 '14 at 11:03
jtdjtd
1,95211525
1,95211525
Do you mind adding the completexinput -list
output to yr post ?
– Cbhihe
Dec 21 '15 at 14:18
add a comment |
Do you mind adding the completexinput -list
output to yr post ?
– Cbhihe
Dec 21 '15 at 14:18
Do you mind adding the complete
xinput -list
output to yr post ?– Cbhihe
Dec 21 '15 at 14:18
Do you mind adding the complete
xinput -list
output to yr post ?– Cbhihe
Dec 21 '15 at 14:18
add a comment |
2 Answers
2
active
oldest
votes
I have a similar issue, but already fixed by doing a very simple operation. After installing gpointing-device-settings:
- run this tool, you should see the SynPS/2 TouchPad device in left panel.
- Select SynPS/2 touchpad, and in the 'general' property page in the right side, click and select the disable button. And then un-select it. Disable first, and then re-enable.
- Now, open system setup->Mouse & Touchpad, will see the related settings back.
- Reboot and found the touch-pad works.
It's amazing for me. I think there should be some module variables related to this issue. And by doing a disable and re-enable operation, they are reset to correct values.
add a comment |
This may be a simple driver issue, similar to the one I solved for myself on a HP laptop with a 14.04.3/WinXP dual boot, a few months ago.
Look for the SynPS/2 Synaptics Touch Pad driver.
What put me on that trail was @JustinSolms' answer here.
I downloaded it as a tar ball from Dell's download center as:
downloads.dell.com/FOLDER02334135M/1/E5x50_A00.fish.tar.gz
The Dell site comes with MD5 and SHA256 and more to check the integrity of yr downloaded material, so no worry there. It also comes with installation instuctions. Basically double click on the tar ball and follow instructions.
After reboot, check that your touchpad works. If you want you can check its setting capabilities. You should get something close to:
$ xinput --list-props "SynPS/2 Synaptics Touch Pad" | grep Capabilities
Synaptics Capabilities (304): 1, 1, 1, 1, 1, 1, 1
- 1st number =1: device has physical left button
- 2nd number =1: device has physical middle button
- 3rd number =1: device has physical right button
- 4th number =1: device supports 2 finger detection
- 5th number =1: device supports 3 finger detection
- 6th number =1: vertical resolution of device can be configured
- 7th number =1: horizontal resolution of device can be configured
This wiki discusses capabilities in more details.
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%2f566971%2fenable-synps-2-synaptics-touchpad-in-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I have a similar issue, but already fixed by doing a very simple operation. After installing gpointing-device-settings:
- run this tool, you should see the SynPS/2 TouchPad device in left panel.
- Select SynPS/2 touchpad, and in the 'general' property page in the right side, click and select the disable button. And then un-select it. Disable first, and then re-enable.
- Now, open system setup->Mouse & Touchpad, will see the related settings back.
- Reboot and found the touch-pad works.
It's amazing for me. I think there should be some module variables related to this issue. And by doing a disable and re-enable operation, they are reset to correct values.
add a comment |
I have a similar issue, but already fixed by doing a very simple operation. After installing gpointing-device-settings:
- run this tool, you should see the SynPS/2 TouchPad device in left panel.
- Select SynPS/2 touchpad, and in the 'general' property page in the right side, click and select the disable button. And then un-select it. Disable first, and then re-enable.
- Now, open system setup->Mouse & Touchpad, will see the related settings back.
- Reboot and found the touch-pad works.
It's amazing for me. I think there should be some module variables related to this issue. And by doing a disable and re-enable operation, they are reset to correct values.
add a comment |
I have a similar issue, but already fixed by doing a very simple operation. After installing gpointing-device-settings:
- run this tool, you should see the SynPS/2 TouchPad device in left panel.
- Select SynPS/2 touchpad, and in the 'general' property page in the right side, click and select the disable button. And then un-select it. Disable first, and then re-enable.
- Now, open system setup->Mouse & Touchpad, will see the related settings back.
- Reboot and found the touch-pad works.
It's amazing for me. I think there should be some module variables related to this issue. And by doing a disable and re-enable operation, they are reset to correct values.
I have a similar issue, but already fixed by doing a very simple operation. After installing gpointing-device-settings:
- run this tool, you should see the SynPS/2 TouchPad device in left panel.
- Select SynPS/2 touchpad, and in the 'general' property page in the right side, click and select the disable button. And then un-select it. Disable first, and then re-enable.
- Now, open system setup->Mouse & Touchpad, will see the related settings back.
- Reboot and found the touch-pad works.
It's amazing for me. I think there should be some module variables related to this issue. And by doing a disable and re-enable operation, they are reset to correct values.
answered Dec 21 '15 at 13:15
user484746user484746
1
1
add a comment |
add a comment |
This may be a simple driver issue, similar to the one I solved for myself on a HP laptop with a 14.04.3/WinXP dual boot, a few months ago.
Look for the SynPS/2 Synaptics Touch Pad driver.
What put me on that trail was @JustinSolms' answer here.
I downloaded it as a tar ball from Dell's download center as:
downloads.dell.com/FOLDER02334135M/1/E5x50_A00.fish.tar.gz
The Dell site comes with MD5 and SHA256 and more to check the integrity of yr downloaded material, so no worry there. It also comes with installation instuctions. Basically double click on the tar ball and follow instructions.
After reboot, check that your touchpad works. If you want you can check its setting capabilities. You should get something close to:
$ xinput --list-props "SynPS/2 Synaptics Touch Pad" | grep Capabilities
Synaptics Capabilities (304): 1, 1, 1, 1, 1, 1, 1
- 1st number =1: device has physical left button
- 2nd number =1: device has physical middle button
- 3rd number =1: device has physical right button
- 4th number =1: device supports 2 finger detection
- 5th number =1: device supports 3 finger detection
- 6th number =1: vertical resolution of device can be configured
- 7th number =1: horizontal resolution of device can be configured
This wiki discusses capabilities in more details.
add a comment |
This may be a simple driver issue, similar to the one I solved for myself on a HP laptop with a 14.04.3/WinXP dual boot, a few months ago.
Look for the SynPS/2 Synaptics Touch Pad driver.
What put me on that trail was @JustinSolms' answer here.
I downloaded it as a tar ball from Dell's download center as:
downloads.dell.com/FOLDER02334135M/1/E5x50_A00.fish.tar.gz
The Dell site comes with MD5 and SHA256 and more to check the integrity of yr downloaded material, so no worry there. It also comes with installation instuctions. Basically double click on the tar ball and follow instructions.
After reboot, check that your touchpad works. If you want you can check its setting capabilities. You should get something close to:
$ xinput --list-props "SynPS/2 Synaptics Touch Pad" | grep Capabilities
Synaptics Capabilities (304): 1, 1, 1, 1, 1, 1, 1
- 1st number =1: device has physical left button
- 2nd number =1: device has physical middle button
- 3rd number =1: device has physical right button
- 4th number =1: device supports 2 finger detection
- 5th number =1: device supports 3 finger detection
- 6th number =1: vertical resolution of device can be configured
- 7th number =1: horizontal resolution of device can be configured
This wiki discusses capabilities in more details.
add a comment |
This may be a simple driver issue, similar to the one I solved for myself on a HP laptop with a 14.04.3/WinXP dual boot, a few months ago.
Look for the SynPS/2 Synaptics Touch Pad driver.
What put me on that trail was @JustinSolms' answer here.
I downloaded it as a tar ball from Dell's download center as:
downloads.dell.com/FOLDER02334135M/1/E5x50_A00.fish.tar.gz
The Dell site comes with MD5 and SHA256 and more to check the integrity of yr downloaded material, so no worry there. It also comes with installation instuctions. Basically double click on the tar ball and follow instructions.
After reboot, check that your touchpad works. If you want you can check its setting capabilities. You should get something close to:
$ xinput --list-props "SynPS/2 Synaptics Touch Pad" | grep Capabilities
Synaptics Capabilities (304): 1, 1, 1, 1, 1, 1, 1
- 1st number =1: device has physical left button
- 2nd number =1: device has physical middle button
- 3rd number =1: device has physical right button
- 4th number =1: device supports 2 finger detection
- 5th number =1: device supports 3 finger detection
- 6th number =1: vertical resolution of device can be configured
- 7th number =1: horizontal resolution of device can be configured
This wiki discusses capabilities in more details.
This may be a simple driver issue, similar to the one I solved for myself on a HP laptop with a 14.04.3/WinXP dual boot, a few months ago.
Look for the SynPS/2 Synaptics Touch Pad driver.
What put me on that trail was @JustinSolms' answer here.
I downloaded it as a tar ball from Dell's download center as:
downloads.dell.com/FOLDER02334135M/1/E5x50_A00.fish.tar.gz
The Dell site comes with MD5 and SHA256 and more to check the integrity of yr downloaded material, so no worry there. It also comes with installation instuctions. Basically double click on the tar ball and follow instructions.
After reboot, check that your touchpad works. If you want you can check its setting capabilities. You should get something close to:
$ xinput --list-props "SynPS/2 Synaptics Touch Pad" | grep Capabilities
Synaptics Capabilities (304): 1, 1, 1, 1, 1, 1, 1
- 1st number =1: device has physical left button
- 2nd number =1: device has physical middle button
- 3rd number =1: device has physical right button
- 4th number =1: device supports 2 finger detection
- 5th number =1: device supports 3 finger detection
- 6th number =1: vertical resolution of device can be configured
- 7th number =1: horizontal resolution of device can be configured
This wiki discusses capabilities in more details.
edited Dec 21 '15 at 14:14
answered Dec 21 '15 at 14:08
CbhiheCbhihe
1,93711331
1,93711331
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.
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%2faskubuntu.com%2fquestions%2f566971%2fenable-synps-2-synaptics-touchpad-in-14-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
Do you mind adding the complete
xinput -list
output to yr post ?– Cbhihe
Dec 21 '15 at 14:18