Akoya Touchpad not working
I have Medion Akoya E7226 notebook, with an synaptics touchpad and Kunbuntu installed.
But whatever I try, the touchpad can not be installed because according to the operating system no touchpad is present.
There is no option in the BIOS to switch it on and off.
Anyone have an idea?
cheers
kubuntu touchpad
add a comment |
I have Medion Akoya E7226 notebook, with an synaptics touchpad and Kunbuntu installed.
But whatever I try, the touchpad can not be installed because according to the operating system no touchpad is present.
There is no option in the BIOS to switch it on and off.
Anyone have an idea?
cheers
kubuntu touchpad
add a comment |
I have Medion Akoya E7226 notebook, with an synaptics touchpad and Kunbuntu installed.
But whatever I try, the touchpad can not be installed because according to the operating system no touchpad is present.
There is no option in the BIOS to switch it on and off.
Anyone have an idea?
cheers
kubuntu touchpad
I have Medion Akoya E7226 notebook, with an synaptics touchpad and Kunbuntu installed.
But whatever I try, the touchpad can not be installed because according to the operating system no touchpad is present.
There is no option in the BIOS to switch it on and off.
Anyone have an idea?
cheers
kubuntu touchpad
kubuntu touchpad
asked Jul 9 '18 at 14:00
Kristof PoppelaarsKristof Poppelaars
61
61
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Getting Touchpad work on Akoya E7226
I've installed such a notebook and had the same problem. The reason is that this notebook uses a 8042 chip for touchpad communication, which is not supported by the kernel per default.
You have to modify your Grub file
Make a backup of your grub file:
sudo cp /etc/default/grub /etc/default/grub.backup
Edit your grub file:
sudo nano /etc/default/grub
Now add the following paramters into the line starting with GRUB_CMDLINE_LINUX_DEFAULT:
i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"
In my case this line looks like
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash logo.nologo i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"
Save the changes.
Now you have to update your grub via
sudo update-grub
Reboot your machine
Allready found that! Thank you anyway :)
– Kristof Poppelaars
Jul 10 '18 at 17:15
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%2f1053521%2fakoya-touchpad-not-working%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
Getting Touchpad work on Akoya E7226
I've installed such a notebook and had the same problem. The reason is that this notebook uses a 8042 chip for touchpad communication, which is not supported by the kernel per default.
You have to modify your Grub file
Make a backup of your grub file:
sudo cp /etc/default/grub /etc/default/grub.backup
Edit your grub file:
sudo nano /etc/default/grub
Now add the following paramters into the line starting with GRUB_CMDLINE_LINUX_DEFAULT:
i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"
In my case this line looks like
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash logo.nologo i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"
Save the changes.
Now you have to update your grub via
sudo update-grub
Reboot your machine
Allready found that! Thank you anyway :)
– Kristof Poppelaars
Jul 10 '18 at 17:15
add a comment |
Getting Touchpad work on Akoya E7226
I've installed such a notebook and had the same problem. The reason is that this notebook uses a 8042 chip for touchpad communication, which is not supported by the kernel per default.
You have to modify your Grub file
Make a backup of your grub file:
sudo cp /etc/default/grub /etc/default/grub.backup
Edit your grub file:
sudo nano /etc/default/grub
Now add the following paramters into the line starting with GRUB_CMDLINE_LINUX_DEFAULT:
i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"
In my case this line looks like
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash logo.nologo i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"
Save the changes.
Now you have to update your grub via
sudo update-grub
Reboot your machine
Allready found that! Thank you anyway :)
– Kristof Poppelaars
Jul 10 '18 at 17:15
add a comment |
Getting Touchpad work on Akoya E7226
I've installed such a notebook and had the same problem. The reason is that this notebook uses a 8042 chip for touchpad communication, which is not supported by the kernel per default.
You have to modify your Grub file
Make a backup of your grub file:
sudo cp /etc/default/grub /etc/default/grub.backup
Edit your grub file:
sudo nano /etc/default/grub
Now add the following paramters into the line starting with GRUB_CMDLINE_LINUX_DEFAULT:
i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"
In my case this line looks like
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash logo.nologo i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"
Save the changes.
Now you have to update your grub via
sudo update-grub
Reboot your machine
Getting Touchpad work on Akoya E7226
I've installed such a notebook and had the same problem. The reason is that this notebook uses a 8042 chip for touchpad communication, which is not supported by the kernel per default.
You have to modify your Grub file
Make a backup of your grub file:
sudo cp /etc/default/grub /etc/default/grub.backup
Edit your grub file:
sudo nano /etc/default/grub
Now add the following paramters into the line starting with GRUB_CMDLINE_LINUX_DEFAULT:
i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"
In my case this line looks like
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash logo.nologo i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"
Save the changes.
Now you have to update your grub via
sudo update-grub
Reboot your machine
answered Jul 9 '18 at 14:13
abu_buaabu_bua
3,27481026
3,27481026
Allready found that! Thank you anyway :)
– Kristof Poppelaars
Jul 10 '18 at 17:15
add a comment |
Allready found that! Thank you anyway :)
– Kristof Poppelaars
Jul 10 '18 at 17:15
Allready found that! Thank you anyway :)
– Kristof Poppelaars
Jul 10 '18 at 17:15
Allready found that! Thank you anyway :)
– Kristof Poppelaars
Jul 10 '18 at 17:15
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%2f1053521%2fakoya-touchpad-not-working%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