Touchpad not detected
I am using Ubuntu 14.04 in the new Lenovo Z510 Ideapad laptop. To check if my Touchpad is detected I typed the command
xinput list
and this is my output:
I tried everything mentioned in this, this and this. i have made touchpad-enabled to true.
But still the same problem persists.
and this is how my mouse & touch pad setting looks like:
Help.
touchpad lenovo multi-touch synaptics system-settings
add a comment |
I am using Ubuntu 14.04 in the new Lenovo Z510 Ideapad laptop. To check if my Touchpad is detected I typed the command
xinput list
and this is my output:
I tried everything mentioned in this, this and this. i have made touchpad-enabled to true.
But still the same problem persists.
and this is how my mouse & touch pad setting looks like:
Help.
touchpad lenovo multi-touch synaptics system-settings
Please post the output ofxinput --list-props 13
– Andrea Lazzarotto
Aug 17 '14 at 12:03
Do you still have this problem?
– Elder Geek
Apr 21 '15 at 15:50
I haven't had this problem. I installed touchegg using this.
– user281989
Apr 26 '15 at 5:42
add a comment |
I am using Ubuntu 14.04 in the new Lenovo Z510 Ideapad laptop. To check if my Touchpad is detected I typed the command
xinput list
and this is my output:
I tried everything mentioned in this, this and this. i have made touchpad-enabled to true.
But still the same problem persists.
and this is how my mouse & touch pad setting looks like:
Help.
touchpad lenovo multi-touch synaptics system-settings
I am using Ubuntu 14.04 in the new Lenovo Z510 Ideapad laptop. To check if my Touchpad is detected I typed the command
xinput list
and this is my output:
I tried everything mentioned in this, this and this. i have made touchpad-enabled to true.
But still the same problem persists.
and this is how my mouse & touch pad setting looks like:
Help.
touchpad lenovo multi-touch synaptics system-settings
touchpad lenovo multi-touch synaptics system-settings
edited Apr 13 '17 at 12:25
Community♦
1
1
asked May 20 '14 at 17:43
user281989user281989
1221213
1221213
Please post the output ofxinput --list-props 13
– Andrea Lazzarotto
Aug 17 '14 at 12:03
Do you still have this problem?
– Elder Geek
Apr 21 '15 at 15:50
I haven't had this problem. I installed touchegg using this.
– user281989
Apr 26 '15 at 5:42
add a comment |
Please post the output ofxinput --list-props 13
– Andrea Lazzarotto
Aug 17 '14 at 12:03
Do you still have this problem?
– Elder Geek
Apr 21 '15 at 15:50
I haven't had this problem. I installed touchegg using this.
– user281989
Apr 26 '15 at 5:42
Please post the output of
xinput --list-props 13
– Andrea Lazzarotto
Aug 17 '14 at 12:03
Please post the output of
xinput --list-props 13
– Andrea Lazzarotto
Aug 17 '14 at 12:03
Do you still have this problem?
– Elder Geek
Apr 21 '15 at 15:50
Do you still have this problem?
– Elder Geek
Apr 21 '15 at 15:50
I haven't had this problem. I installed touchegg using this.
– user281989
Apr 26 '15 at 5:42
I haven't had this problem. I installed touchegg using this.
– user281989
Apr 26 '15 at 5:42
add a comment |
1 Answer
1
active
oldest
votes
apt-get install xserver-xorg-input-synaptics-dev
reboot
wget https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1166442/+attachment/3941591/+files/psmouse-elantech-x551c.tar.gz
dkms ldtarball psmouse-elantech-x551c.tar.gz
dkms install -m psmouse -v elantech-x551c
rmmod psmouse
modprobe psmouse
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%2f469746%2ftouchpad-not-detected%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
apt-get install xserver-xorg-input-synaptics-dev
reboot
wget https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1166442/+attachment/3941591/+files/psmouse-elantech-x551c.tar.gz
dkms ldtarball psmouse-elantech-x551c.tar.gz
dkms install -m psmouse -v elantech-x551c
rmmod psmouse
modprobe psmouse
add a comment |
apt-get install xserver-xorg-input-synaptics-dev
reboot
wget https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1166442/+attachment/3941591/+files/psmouse-elantech-x551c.tar.gz
dkms ldtarball psmouse-elantech-x551c.tar.gz
dkms install -m psmouse -v elantech-x551c
rmmod psmouse
modprobe psmouse
add a comment |
apt-get install xserver-xorg-input-synaptics-dev
reboot
wget https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1166442/+attachment/3941591/+files/psmouse-elantech-x551c.tar.gz
dkms ldtarball psmouse-elantech-x551c.tar.gz
dkms install -m psmouse -v elantech-x551c
rmmod psmouse
modprobe psmouse
apt-get install xserver-xorg-input-synaptics-dev
reboot
wget https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1166442/+attachment/3941591/+files/psmouse-elantech-x551c.tar.gz
dkms ldtarball psmouse-elantech-x551c.tar.gz
dkms install -m psmouse -v elantech-x551c
rmmod psmouse
modprobe psmouse
answered Jan 28 '15 at 2:55
mertyildiranmertyildiran
1,47821019
1,47821019
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%2f469746%2ftouchpad-not-detected%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
Please post the output of
xinput --list-props 13
– Andrea Lazzarotto
Aug 17 '14 at 12:03
Do you still have this problem?
– Elder Geek
Apr 21 '15 at 15:50
I haven't had this problem. I installed touchegg using this.
– user281989
Apr 26 '15 at 5:42