Ubuntu 18.10 doesn't recognize my laptop as laptop
I have Lenovo 330-15ich with i5 and gtx1050. But there's one problem. It seems like Ubuntu doesn't recognize my machine as a laptop. I don't have any battery indicator on the top panel, upower -d doesn't show any battery too. What's more, in settings there aren`t almost any options in power configuration. Also laptop doesn't suspend when I close the lid, despite I've chosen this option in Gnome Tweaks. I tried many suggestions from the internet, tried adding acpi=force or acpi_osi=Linux to my Grub configuration file without any results. So I really don't know what to do. Any help would be appreciated)
power-management laptop battery 18.10
add a comment |
I have Lenovo 330-15ich with i5 and gtx1050. But there's one problem. It seems like Ubuntu doesn't recognize my machine as a laptop. I don't have any battery indicator on the top panel, upower -d doesn't show any battery too. What's more, in settings there aren`t almost any options in power configuration. Also laptop doesn't suspend when I close the lid, despite I've chosen this option in Gnome Tweaks. I tried many suggestions from the internet, tried adding acpi=force or acpi_osi=Linux to my Grub configuration file without any results. So I really don't know what to do. Any help would be appreciated)
power-management laptop battery 18.10
Run the commandlaptop-detect -v
command (provided by the laptop-detect package). If the answer is that your system is NOT recognized as a laptop, then please file a bug report against the 'linux' package. Developers cannot fix what they do not know about.
– user535733
Dec 30 '18 at 20:29
laptop-detect -v
returnsWe're a notebook (chassis_type is 10)
– Secret-guy
Dec 31 '18 at 10:16
add a comment |
I have Lenovo 330-15ich with i5 and gtx1050. But there's one problem. It seems like Ubuntu doesn't recognize my machine as a laptop. I don't have any battery indicator on the top panel, upower -d doesn't show any battery too. What's more, in settings there aren`t almost any options in power configuration. Also laptop doesn't suspend when I close the lid, despite I've chosen this option in Gnome Tweaks. I tried many suggestions from the internet, tried adding acpi=force or acpi_osi=Linux to my Grub configuration file without any results. So I really don't know what to do. Any help would be appreciated)
power-management laptop battery 18.10
I have Lenovo 330-15ich with i5 and gtx1050. But there's one problem. It seems like Ubuntu doesn't recognize my machine as a laptop. I don't have any battery indicator on the top panel, upower -d doesn't show any battery too. What's more, in settings there aren`t almost any options in power configuration. Also laptop doesn't suspend when I close the lid, despite I've chosen this option in Gnome Tweaks. I tried many suggestions from the internet, tried adding acpi=force or acpi_osi=Linux to my Grub configuration file without any results. So I really don't know what to do. Any help would be appreciated)
power-management laptop battery 18.10
power-management laptop battery 18.10
asked Dec 30 '18 at 18:38
Secret-guySecret-guy
13
13
Run the commandlaptop-detect -v
command (provided by the laptop-detect package). If the answer is that your system is NOT recognized as a laptop, then please file a bug report against the 'linux' package. Developers cannot fix what they do not know about.
– user535733
Dec 30 '18 at 20:29
laptop-detect -v
returnsWe're a notebook (chassis_type is 10)
– Secret-guy
Dec 31 '18 at 10:16
add a comment |
Run the commandlaptop-detect -v
command (provided by the laptop-detect package). If the answer is that your system is NOT recognized as a laptop, then please file a bug report against the 'linux' package. Developers cannot fix what they do not know about.
– user535733
Dec 30 '18 at 20:29
laptop-detect -v
returnsWe're a notebook (chassis_type is 10)
– Secret-guy
Dec 31 '18 at 10:16
Run the command
laptop-detect -v
command (provided by the laptop-detect package). If the answer is that your system is NOT recognized as a laptop, then please file a bug report against the 'linux' package. Developers cannot fix what they do not know about.– user535733
Dec 30 '18 at 20:29
Run the command
laptop-detect -v
command (provided by the laptop-detect package). If the answer is that your system is NOT recognized as a laptop, then please file a bug report against the 'linux' package. Developers cannot fix what they do not know about.– user535733
Dec 30 '18 at 20:29
laptop-detect -v
returns We're a notebook (chassis_type is 10)
– Secret-guy
Dec 31 '18 at 10:16
laptop-detect -v
returns We're a notebook (chassis_type is 10)
– Secret-guy
Dec 31 '18 at 10:16
add a comment |
2 Answers
2
active
oldest
votes
It would appear this laptop has many strange hardware IDs that cause the Linux kernel to not understand what hardware it's using:
- Lenovo IdeaPad 330 touchpad not working
On most vanilla Ubuntu systems for 18.10 you'll be using a kernel of 4.15 or older, and some are claiming that 4.18+ contain the changes to the Linux kernel to have these hardware IDs detected (note, it's not that Linux is missing the functionality to interface with the hardware, simply that the way the hardware is detected isn't matching various identifiers)
You can try using the Ubuntu Kernel Update Utility called ukuu
to upgrade your kernel to 4.20:
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install ukuu
The run ukuu
and select 4.20 to install.
More info on github.com/teejee2008/ukuu
1
I've successfully installed kernel 4.20, but, unfortunately, the result is the same(
– Secret-guy
Dec 31 '18 at 10:17
add a comment |
I didn't found any answer and tried to install elementary OS, which actually runs on kernel 4.15. Everything was great, except one - my laptop didn't suspend on lid close. So I tried to install newer kernel and battery was no more recognized.
So, the answer is to install old kernel (for me the newest possible was 4.16.18). Unfortunately I didn't manage to resolve issue with suspending, looking for solution now. Also I reported it as Linux kernel bug.
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%2f1105661%2fubuntu-18-10-doesnt-recognize-my-laptop-as-laptop%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
It would appear this laptop has many strange hardware IDs that cause the Linux kernel to not understand what hardware it's using:
- Lenovo IdeaPad 330 touchpad not working
On most vanilla Ubuntu systems for 18.10 you'll be using a kernel of 4.15 or older, and some are claiming that 4.18+ contain the changes to the Linux kernel to have these hardware IDs detected (note, it's not that Linux is missing the functionality to interface with the hardware, simply that the way the hardware is detected isn't matching various identifiers)
You can try using the Ubuntu Kernel Update Utility called ukuu
to upgrade your kernel to 4.20:
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install ukuu
The run ukuu
and select 4.20 to install.
More info on github.com/teejee2008/ukuu
1
I've successfully installed kernel 4.20, but, unfortunately, the result is the same(
– Secret-guy
Dec 31 '18 at 10:17
add a comment |
It would appear this laptop has many strange hardware IDs that cause the Linux kernel to not understand what hardware it's using:
- Lenovo IdeaPad 330 touchpad not working
On most vanilla Ubuntu systems for 18.10 you'll be using a kernel of 4.15 or older, and some are claiming that 4.18+ contain the changes to the Linux kernel to have these hardware IDs detected (note, it's not that Linux is missing the functionality to interface with the hardware, simply that the way the hardware is detected isn't matching various identifiers)
You can try using the Ubuntu Kernel Update Utility called ukuu
to upgrade your kernel to 4.20:
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install ukuu
The run ukuu
and select 4.20 to install.
More info on github.com/teejee2008/ukuu
1
I've successfully installed kernel 4.20, but, unfortunately, the result is the same(
– Secret-guy
Dec 31 '18 at 10:17
add a comment |
It would appear this laptop has many strange hardware IDs that cause the Linux kernel to not understand what hardware it's using:
- Lenovo IdeaPad 330 touchpad not working
On most vanilla Ubuntu systems for 18.10 you'll be using a kernel of 4.15 or older, and some are claiming that 4.18+ contain the changes to the Linux kernel to have these hardware IDs detected (note, it's not that Linux is missing the functionality to interface with the hardware, simply that the way the hardware is detected isn't matching various identifiers)
You can try using the Ubuntu Kernel Update Utility called ukuu
to upgrade your kernel to 4.20:
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install ukuu
The run ukuu
and select 4.20 to install.
More info on github.com/teejee2008/ukuu
It would appear this laptop has many strange hardware IDs that cause the Linux kernel to not understand what hardware it's using:
- Lenovo IdeaPad 330 touchpad not working
On most vanilla Ubuntu systems for 18.10 you'll be using a kernel of 4.15 or older, and some are claiming that 4.18+ contain the changes to the Linux kernel to have these hardware IDs detected (note, it's not that Linux is missing the functionality to interface with the hardware, simply that the way the hardware is detected isn't matching various identifiers)
You can try using the Ubuntu Kernel Update Utility called ukuu
to upgrade your kernel to 4.20:
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install ukuu
The run ukuu
and select 4.20 to install.
More info on github.com/teejee2008/ukuu
answered Dec 30 '18 at 20:04
Kristopher IvesKristopher Ives
2,25611119
2,25611119
1
I've successfully installed kernel 4.20, but, unfortunately, the result is the same(
– Secret-guy
Dec 31 '18 at 10:17
add a comment |
1
I've successfully installed kernel 4.20, but, unfortunately, the result is the same(
– Secret-guy
Dec 31 '18 at 10:17
1
1
I've successfully installed kernel 4.20, but, unfortunately, the result is the same(
– Secret-guy
Dec 31 '18 at 10:17
I've successfully installed kernel 4.20, but, unfortunately, the result is the same(
– Secret-guy
Dec 31 '18 at 10:17
add a comment |
I didn't found any answer and tried to install elementary OS, which actually runs on kernel 4.15. Everything was great, except one - my laptop didn't suspend on lid close. So I tried to install newer kernel and battery was no more recognized.
So, the answer is to install old kernel (for me the newest possible was 4.16.18). Unfortunately I didn't manage to resolve issue with suspending, looking for solution now. Also I reported it as Linux kernel bug.
add a comment |
I didn't found any answer and tried to install elementary OS, which actually runs on kernel 4.15. Everything was great, except one - my laptop didn't suspend on lid close. So I tried to install newer kernel and battery was no more recognized.
So, the answer is to install old kernel (for me the newest possible was 4.16.18). Unfortunately I didn't manage to resolve issue with suspending, looking for solution now. Also I reported it as Linux kernel bug.
add a comment |
I didn't found any answer and tried to install elementary OS, which actually runs on kernel 4.15. Everything was great, except one - my laptop didn't suspend on lid close. So I tried to install newer kernel and battery was no more recognized.
So, the answer is to install old kernel (for me the newest possible was 4.16.18). Unfortunately I didn't manage to resolve issue with suspending, looking for solution now. Also I reported it as Linux kernel bug.
I didn't found any answer and tried to install elementary OS, which actually runs on kernel 4.15. Everything was great, except one - my laptop didn't suspend on lid close. So I tried to install newer kernel and battery was no more recognized.
So, the answer is to install old kernel (for me the newest possible was 4.16.18). Unfortunately I didn't manage to resolve issue with suspending, looking for solution now. Also I reported it as Linux kernel bug.
answered Jan 15 at 7:59
Secret-guySecret-guy
13
13
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%2f1105661%2fubuntu-18-10-doesnt-recognize-my-laptop-as-laptop%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
Run the command
laptop-detect -v
command (provided by the laptop-detect package). If the answer is that your system is NOT recognized as a laptop, then please file a bug report against the 'linux' package. Developers cannot fix what they do not know about.– user535733
Dec 30 '18 at 20:29
laptop-detect -v
returnsWe're a notebook (chassis_type is 10)
– Secret-guy
Dec 31 '18 at 10:16