Trackpad not behaving on lenovo 330s-15ARR with Ubuntu 18.04
I installed Ubuntu 18.04 following online guides and upgraded the kernel to 4.20.1 using a PPA as the guides suggested. Everything seems to be fine except for some problem with the trackpad which I don't quite know how to figure out. There is no right click, taps only occasionally work, and the pointer disappears occasionally. I believe it is a driver problem.
acpidump
shows:
5C10: 50 30 43 35 30 00 08 5F 55 49 44 0A 03 08 5F 53 P0C50.._UID..._S
5C20: 30 57 0A 04 08 5F 44 45 50 12 06 01 47 50 49 4F 0W..._DEP...GPIO
5C30: 14 39 5F 48 49 44 00 A0 13 93 54 43 50 44 0A 02 .9_HID....TCPD..
5C40: A4 0D 53 59 4E 41 33 32 35 35 00 A0 13 93 54 43 ..SYNA3255....TC
5C50: 50 44 0A 03 A4 0D 41 4C 50 53 31 32 31 45 00 A4 PD....ALPS121E..
5C60: 0D 45 4C 41 4E 34 36 39 44 00 08 45 49 43 30 11 .ELAN469D..EIC0.
5C70: 21 0A 1E 8E 19 00 01 00 01 02 00 00 01 06 00 80 !...............
This seems to be saying that the device might be any of three different manufacturers. If I could find out which and tell the kernel about this, things might be solved, maybe. I don't know how to do this, since everything seems to be going through i2c_hid
rather than a specific driver.
drivers touchpad
add a comment |
I installed Ubuntu 18.04 following online guides and upgraded the kernel to 4.20.1 using a PPA as the guides suggested. Everything seems to be fine except for some problem with the trackpad which I don't quite know how to figure out. There is no right click, taps only occasionally work, and the pointer disappears occasionally. I believe it is a driver problem.
acpidump
shows:
5C10: 50 30 43 35 30 00 08 5F 55 49 44 0A 03 08 5F 53 P0C50.._UID..._S
5C20: 30 57 0A 04 08 5F 44 45 50 12 06 01 47 50 49 4F 0W..._DEP...GPIO
5C30: 14 39 5F 48 49 44 00 A0 13 93 54 43 50 44 0A 02 .9_HID....TCPD..
5C40: A4 0D 53 59 4E 41 33 32 35 35 00 A0 13 93 54 43 ..SYNA3255....TC
5C50: 50 44 0A 03 A4 0D 41 4C 50 53 31 32 31 45 00 A4 PD....ALPS121E..
5C60: 0D 45 4C 41 4E 34 36 39 44 00 08 45 49 43 30 11 .ELAN469D..EIC0.
5C70: 21 0A 1E 8E 19 00 01 00 01 02 00 00 01 06 00 80 !...............
This seems to be saying that the device might be any of three different manufacturers. If I could find out which and tell the kernel about this, things might be solved, maybe. I don't know how to do this, since everything seems to be going through i2c_hid
rather than a specific driver.
drivers touchpad
Please edit your answer with the output of this commands:inxi -SM -! 31 && sudo acpidump -o acpidump.txt && acpixtract acpidump.txt && xinput
.
– Pablo Bianchi
Jan 26 at 0:09
add a comment |
I installed Ubuntu 18.04 following online guides and upgraded the kernel to 4.20.1 using a PPA as the guides suggested. Everything seems to be fine except for some problem with the trackpad which I don't quite know how to figure out. There is no right click, taps only occasionally work, and the pointer disappears occasionally. I believe it is a driver problem.
acpidump
shows:
5C10: 50 30 43 35 30 00 08 5F 55 49 44 0A 03 08 5F 53 P0C50.._UID..._S
5C20: 30 57 0A 04 08 5F 44 45 50 12 06 01 47 50 49 4F 0W..._DEP...GPIO
5C30: 14 39 5F 48 49 44 00 A0 13 93 54 43 50 44 0A 02 .9_HID....TCPD..
5C40: A4 0D 53 59 4E 41 33 32 35 35 00 A0 13 93 54 43 ..SYNA3255....TC
5C50: 50 44 0A 03 A4 0D 41 4C 50 53 31 32 31 45 00 A4 PD....ALPS121E..
5C60: 0D 45 4C 41 4E 34 36 39 44 00 08 45 49 43 30 11 .ELAN469D..EIC0.
5C70: 21 0A 1E 8E 19 00 01 00 01 02 00 00 01 06 00 80 !...............
This seems to be saying that the device might be any of three different manufacturers. If I could find out which and tell the kernel about this, things might be solved, maybe. I don't know how to do this, since everything seems to be going through i2c_hid
rather than a specific driver.
drivers touchpad
I installed Ubuntu 18.04 following online guides and upgraded the kernel to 4.20.1 using a PPA as the guides suggested. Everything seems to be fine except for some problem with the trackpad which I don't quite know how to figure out. There is no right click, taps only occasionally work, and the pointer disappears occasionally. I believe it is a driver problem.
acpidump
shows:
5C10: 50 30 43 35 30 00 08 5F 55 49 44 0A 03 08 5F 53 P0C50.._UID..._S
5C20: 30 57 0A 04 08 5F 44 45 50 12 06 01 47 50 49 4F 0W..._DEP...GPIO
5C30: 14 39 5F 48 49 44 00 A0 13 93 54 43 50 44 0A 02 .9_HID....TCPD..
5C40: A4 0D 53 59 4E 41 33 32 35 35 00 A0 13 93 54 43 ..SYNA3255....TC
5C50: 50 44 0A 03 A4 0D 41 4C 50 53 31 32 31 45 00 A4 PD....ALPS121E..
5C60: 0D 45 4C 41 4E 34 36 39 44 00 08 45 49 43 30 11 .ELAN469D..EIC0.
5C70: 21 0A 1E 8E 19 00 01 00 01 02 00 00 01 06 00 80 !...............
This seems to be saying that the device might be any of three different manufacturers. If I could find out which and tell the kernel about this, things might be solved, maybe. I don't know how to do this, since everything seems to be going through i2c_hid
rather than a specific driver.
drivers touchpad
drivers touchpad
edited Jan 26 at 0:10
Pablo Bianchi
2,64511532
2,64511532
asked Jan 25 at 22:40
Joel KreagerJoel Kreager
1
1
Please edit your answer with the output of this commands:inxi -SM -! 31 && sudo acpidump -o acpidump.txt && acpixtract acpidump.txt && xinput
.
– Pablo Bianchi
Jan 26 at 0:09
add a comment |
Please edit your answer with the output of this commands:inxi -SM -! 31 && sudo acpidump -o acpidump.txt && acpixtract acpidump.txt && xinput
.
– Pablo Bianchi
Jan 26 at 0:09
Please edit your answer with the output of this commands:
inxi -SM -! 31 && sudo acpidump -o acpidump.txt && acpixtract acpidump.txt && xinput
.– Pablo Bianchi
Jan 26 at 0:09
Please edit your answer with the output of this commands:
inxi -SM -! 31 && sudo acpidump -o acpidump.txt && acpixtract acpidump.txt && xinput
.– Pablo Bianchi
Jan 26 at 0:09
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%2f1112940%2ftrackpad-not-behaving-on-lenovo-330s-15arr-with-ubuntu-18-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%2f1112940%2ftrackpad-not-behaving-on-lenovo-330s-15arr-with-ubuntu-18-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
Please edit your answer with the output of this commands:
inxi -SM -! 31 && sudo acpidump -o acpidump.txt && acpixtract acpidump.txt && xinput
.– Pablo Bianchi
Jan 26 at 0:09