Just installed ubuntu and fan won't stop working!
I installed ubuntu and when I tried to open it everything worked fine, after a few seconds the fan started to run at the max speed without stoping. Right now it still run and I don't seem to find a solution. Any tips woud be highly apreciated, I'm using asus rog gl552vw, thank you!
fan noise
add a comment |
I installed ubuntu and when I tried to open it everything worked fine, after a few seconds the fan started to run at the max speed without stoping. Right now it still run and I don't seem to find a solution. Any tips woud be highly apreciated, I'm using asus rog gl552vw, thank you!
fan noise
hello check this out power-managment
– Ahmed Al-attar
Sep 20 '16 at 21:31
And check for documentation on thermald - its a new system recently integrated into ubuntu and manages fan speeds. Check for any log entries coming from thermald.
– FredFoo
Sep 20 '16 at 22:32
add a comment |
I installed ubuntu and when I tried to open it everything worked fine, after a few seconds the fan started to run at the max speed without stoping. Right now it still run and I don't seem to find a solution. Any tips woud be highly apreciated, I'm using asus rog gl552vw, thank you!
fan noise
I installed ubuntu and when I tried to open it everything worked fine, after a few seconds the fan started to run at the max speed without stoping. Right now it still run and I don't seem to find a solution. Any tips woud be highly apreciated, I'm using asus rog gl552vw, thank you!
fan noise
fan noise
asked Sep 20 '16 at 21:19
Razvan AlexRazvan Alex
157213
157213
hello check this out power-managment
– Ahmed Al-attar
Sep 20 '16 at 21:31
And check for documentation on thermald - its a new system recently integrated into ubuntu and manages fan speeds. Check for any log entries coming from thermald.
– FredFoo
Sep 20 '16 at 22:32
add a comment |
hello check this out power-managment
– Ahmed Al-attar
Sep 20 '16 at 21:31
And check for documentation on thermald - its a new system recently integrated into ubuntu and manages fan speeds. Check for any log entries coming from thermald.
– FredFoo
Sep 20 '16 at 22:32
hello check this out power-managment
– Ahmed Al-attar
Sep 20 '16 at 21:31
hello check this out power-managment
– Ahmed Al-attar
Sep 20 '16 at 21:31
And check for documentation on thermald - its a new system recently integrated into ubuntu and manages fan speeds. Check for any log entries coming from thermald.
– FredFoo
Sep 20 '16 at 22:32
And check for documentation on thermald - its a new system recently integrated into ubuntu and manages fan speeds. Check for any log entries coming from thermald.
– FredFoo
Sep 20 '16 at 22:32
add a comment |
4 Answers
4
active
oldest
votes
Some motherboards don't have proper linux fan support, so it could simply be a driver issue.
Check to see that your fans are detected. Install lm-sensors:
sudo apt-get install lm-sensors
And run it from terminal with the command "sensors".
Your fan(s) should be listed as fan1, fan2, etc. If not, then the drivers aren't properly detected.
If they are properly detected, follow the instructions here: How to control fan speed?
Unfortunately, if your fan's aren't detected, you can't directly control their speed.
It could be that your cpu governor is clocking your CPU higher than needed, resulting in higher waste heat that your fans need to dissipate.
Fan control based on temperature is generally managed by the BIOS.
Install the package cpufrequtils:
sudo apt-get install cpufrequtils
Check your cpu driver with the command:
cpufreq-info
If it is acpi-cpufreq, do the following:
Change your governor to ondemand with the command
sudo cpufreq-set -g ondemand
If your cpu driver is intel-pstate, change the governor to powersave and see what happens. If the fan-speed reduces under powersave, you should disable intel-pstate and use acpi-cpufreq, as acpi-cpufreq has far more options when it comes to clocks.
To disable it:
sudo nano (or gedit) /etc/default/grub
Edit the line GRUB_CMDLINE_LINUX_DEFAULT="~"
and add "intel_pstate=disable".
Then run the command:
sudo update-grub
And reboot and edit the acpi governor settings as described above.
NOTE: There are generally 4 main CPU governors under acpi-cpufreq: Performance, Powersave, Ondemand, and Conservative. Performance clocks your CPU at its highest clock. Ondemand clocks your CPU higher or lower depending on load. Powersave keeps your CPU at as low a frequency as possible, and Conservative governor prefers the lowest clock, but will jump depending on the load.
Under intel_pstate, there are 2 governors: Performance and powersave. Intel_pstate behaves somewhat differently than acpi-cpufreq and also scales slightly faster, at the expense of customization.
Edit, thermald might also be reporting high thermals, like FrankFoo said. Check the thermald logs.
I typed sudo cpufreq-set -g ondemand after I detected the driver and disabled it and nothing changes, should I reboot again?
– Razvan Alex
Sep 21 '16 at 10:46
Try setting it to powersave. Also, install lm-sensors and make sure your fan is detected by Ubuntu.
– negusp
Sep 21 '16 at 19:25
add a comment |
I found this article in the ubuntu wiki explains how thermald works and how to configure it - had to use it myself :)
Start with troubleshooting it:
- Is it installed?
dpkg -l | grep thermald
- Is it running?
ps aux | grep thermald
- Does it have problems? From the article:
sudo service thermald stop
sudo thermald --no-daemon --loglevel=debug
As thermald should be responsible for the fan control on all systems, we must first know if it reports problems.
Mine is working fine, but the fan does something completely different :)) But that is a different story I guess ...
add a comment |
I had this problem on an Asus laptop. Changing the kernel solved it. When using Ubuntu 14.04 then kernel 4.1 was ok but not later versions. On upgrading to Ubuntu 16.04 the problem came back, but was solved by changing the kernel from 4.4 to 4.15. I did not try any of the other versions between 4.4 and 4.15
add a comment |
Yes first answer worked for exept with
sudo cpufreq-set -g powersaver
and reboot, you need to wait for a full boot then the fan spins down
New contributor
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%2f827626%2fjust-installed-ubuntu-and-fan-wont-stop-working%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Some motherboards don't have proper linux fan support, so it could simply be a driver issue.
Check to see that your fans are detected. Install lm-sensors:
sudo apt-get install lm-sensors
And run it from terminal with the command "sensors".
Your fan(s) should be listed as fan1, fan2, etc. If not, then the drivers aren't properly detected.
If they are properly detected, follow the instructions here: How to control fan speed?
Unfortunately, if your fan's aren't detected, you can't directly control their speed.
It could be that your cpu governor is clocking your CPU higher than needed, resulting in higher waste heat that your fans need to dissipate.
Fan control based on temperature is generally managed by the BIOS.
Install the package cpufrequtils:
sudo apt-get install cpufrequtils
Check your cpu driver with the command:
cpufreq-info
If it is acpi-cpufreq, do the following:
Change your governor to ondemand with the command
sudo cpufreq-set -g ondemand
If your cpu driver is intel-pstate, change the governor to powersave and see what happens. If the fan-speed reduces under powersave, you should disable intel-pstate and use acpi-cpufreq, as acpi-cpufreq has far more options when it comes to clocks.
To disable it:
sudo nano (or gedit) /etc/default/grub
Edit the line GRUB_CMDLINE_LINUX_DEFAULT="~"
and add "intel_pstate=disable".
Then run the command:
sudo update-grub
And reboot and edit the acpi governor settings as described above.
NOTE: There are generally 4 main CPU governors under acpi-cpufreq: Performance, Powersave, Ondemand, and Conservative. Performance clocks your CPU at its highest clock. Ondemand clocks your CPU higher or lower depending on load. Powersave keeps your CPU at as low a frequency as possible, and Conservative governor prefers the lowest clock, but will jump depending on the load.
Under intel_pstate, there are 2 governors: Performance and powersave. Intel_pstate behaves somewhat differently than acpi-cpufreq and also scales slightly faster, at the expense of customization.
Edit, thermald might also be reporting high thermals, like FrankFoo said. Check the thermald logs.
I typed sudo cpufreq-set -g ondemand after I detected the driver and disabled it and nothing changes, should I reboot again?
– Razvan Alex
Sep 21 '16 at 10:46
Try setting it to powersave. Also, install lm-sensors and make sure your fan is detected by Ubuntu.
– negusp
Sep 21 '16 at 19:25
add a comment |
Some motherboards don't have proper linux fan support, so it could simply be a driver issue.
Check to see that your fans are detected. Install lm-sensors:
sudo apt-get install lm-sensors
And run it from terminal with the command "sensors".
Your fan(s) should be listed as fan1, fan2, etc. If not, then the drivers aren't properly detected.
If they are properly detected, follow the instructions here: How to control fan speed?
Unfortunately, if your fan's aren't detected, you can't directly control their speed.
It could be that your cpu governor is clocking your CPU higher than needed, resulting in higher waste heat that your fans need to dissipate.
Fan control based on temperature is generally managed by the BIOS.
Install the package cpufrequtils:
sudo apt-get install cpufrequtils
Check your cpu driver with the command:
cpufreq-info
If it is acpi-cpufreq, do the following:
Change your governor to ondemand with the command
sudo cpufreq-set -g ondemand
If your cpu driver is intel-pstate, change the governor to powersave and see what happens. If the fan-speed reduces under powersave, you should disable intel-pstate and use acpi-cpufreq, as acpi-cpufreq has far more options when it comes to clocks.
To disable it:
sudo nano (or gedit) /etc/default/grub
Edit the line GRUB_CMDLINE_LINUX_DEFAULT="~"
and add "intel_pstate=disable".
Then run the command:
sudo update-grub
And reboot and edit the acpi governor settings as described above.
NOTE: There are generally 4 main CPU governors under acpi-cpufreq: Performance, Powersave, Ondemand, and Conservative. Performance clocks your CPU at its highest clock. Ondemand clocks your CPU higher or lower depending on load. Powersave keeps your CPU at as low a frequency as possible, and Conservative governor prefers the lowest clock, but will jump depending on the load.
Under intel_pstate, there are 2 governors: Performance and powersave. Intel_pstate behaves somewhat differently than acpi-cpufreq and also scales slightly faster, at the expense of customization.
Edit, thermald might also be reporting high thermals, like FrankFoo said. Check the thermald logs.
I typed sudo cpufreq-set -g ondemand after I detected the driver and disabled it and nothing changes, should I reboot again?
– Razvan Alex
Sep 21 '16 at 10:46
Try setting it to powersave. Also, install lm-sensors and make sure your fan is detected by Ubuntu.
– negusp
Sep 21 '16 at 19:25
add a comment |
Some motherboards don't have proper linux fan support, so it could simply be a driver issue.
Check to see that your fans are detected. Install lm-sensors:
sudo apt-get install lm-sensors
And run it from terminal with the command "sensors".
Your fan(s) should be listed as fan1, fan2, etc. If not, then the drivers aren't properly detected.
If they are properly detected, follow the instructions here: How to control fan speed?
Unfortunately, if your fan's aren't detected, you can't directly control their speed.
It could be that your cpu governor is clocking your CPU higher than needed, resulting in higher waste heat that your fans need to dissipate.
Fan control based on temperature is generally managed by the BIOS.
Install the package cpufrequtils:
sudo apt-get install cpufrequtils
Check your cpu driver with the command:
cpufreq-info
If it is acpi-cpufreq, do the following:
Change your governor to ondemand with the command
sudo cpufreq-set -g ondemand
If your cpu driver is intel-pstate, change the governor to powersave and see what happens. If the fan-speed reduces under powersave, you should disable intel-pstate and use acpi-cpufreq, as acpi-cpufreq has far more options when it comes to clocks.
To disable it:
sudo nano (or gedit) /etc/default/grub
Edit the line GRUB_CMDLINE_LINUX_DEFAULT="~"
and add "intel_pstate=disable".
Then run the command:
sudo update-grub
And reboot and edit the acpi governor settings as described above.
NOTE: There are generally 4 main CPU governors under acpi-cpufreq: Performance, Powersave, Ondemand, and Conservative. Performance clocks your CPU at its highest clock. Ondemand clocks your CPU higher or lower depending on load. Powersave keeps your CPU at as low a frequency as possible, and Conservative governor prefers the lowest clock, but will jump depending on the load.
Under intel_pstate, there are 2 governors: Performance and powersave. Intel_pstate behaves somewhat differently than acpi-cpufreq and also scales slightly faster, at the expense of customization.
Edit, thermald might also be reporting high thermals, like FrankFoo said. Check the thermald logs.
Some motherboards don't have proper linux fan support, so it could simply be a driver issue.
Check to see that your fans are detected. Install lm-sensors:
sudo apt-get install lm-sensors
And run it from terminal with the command "sensors".
Your fan(s) should be listed as fan1, fan2, etc. If not, then the drivers aren't properly detected.
If they are properly detected, follow the instructions here: How to control fan speed?
Unfortunately, if your fan's aren't detected, you can't directly control their speed.
It could be that your cpu governor is clocking your CPU higher than needed, resulting in higher waste heat that your fans need to dissipate.
Fan control based on temperature is generally managed by the BIOS.
Install the package cpufrequtils:
sudo apt-get install cpufrequtils
Check your cpu driver with the command:
cpufreq-info
If it is acpi-cpufreq, do the following:
Change your governor to ondemand with the command
sudo cpufreq-set -g ondemand
If your cpu driver is intel-pstate, change the governor to powersave and see what happens. If the fan-speed reduces under powersave, you should disable intel-pstate and use acpi-cpufreq, as acpi-cpufreq has far more options when it comes to clocks.
To disable it:
sudo nano (or gedit) /etc/default/grub
Edit the line GRUB_CMDLINE_LINUX_DEFAULT="~"
and add "intel_pstate=disable".
Then run the command:
sudo update-grub
And reboot and edit the acpi governor settings as described above.
NOTE: There are generally 4 main CPU governors under acpi-cpufreq: Performance, Powersave, Ondemand, and Conservative. Performance clocks your CPU at its highest clock. Ondemand clocks your CPU higher or lower depending on load. Powersave keeps your CPU at as low a frequency as possible, and Conservative governor prefers the lowest clock, but will jump depending on the load.
Under intel_pstate, there are 2 governors: Performance and powersave. Intel_pstate behaves somewhat differently than acpi-cpufreq and also scales slightly faster, at the expense of customization.
Edit, thermald might also be reporting high thermals, like FrankFoo said. Check the thermald logs.
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Sep 20 '16 at 22:32
neguspnegusp
2,3441813
2,3441813
I typed sudo cpufreq-set -g ondemand after I detected the driver and disabled it and nothing changes, should I reboot again?
– Razvan Alex
Sep 21 '16 at 10:46
Try setting it to powersave. Also, install lm-sensors and make sure your fan is detected by Ubuntu.
– negusp
Sep 21 '16 at 19:25
add a comment |
I typed sudo cpufreq-set -g ondemand after I detected the driver and disabled it and nothing changes, should I reboot again?
– Razvan Alex
Sep 21 '16 at 10:46
Try setting it to powersave. Also, install lm-sensors and make sure your fan is detected by Ubuntu.
– negusp
Sep 21 '16 at 19:25
I typed sudo cpufreq-set -g ondemand after I detected the driver and disabled it and nothing changes, should I reboot again?
– Razvan Alex
Sep 21 '16 at 10:46
I typed sudo cpufreq-set -g ondemand after I detected the driver and disabled it and nothing changes, should I reboot again?
– Razvan Alex
Sep 21 '16 at 10:46
Try setting it to powersave. Also, install lm-sensors and make sure your fan is detected by Ubuntu.
– negusp
Sep 21 '16 at 19:25
Try setting it to powersave. Also, install lm-sensors and make sure your fan is detected by Ubuntu.
– negusp
Sep 21 '16 at 19:25
add a comment |
I found this article in the ubuntu wiki explains how thermald works and how to configure it - had to use it myself :)
Start with troubleshooting it:
- Is it installed?
dpkg -l | grep thermald
- Is it running?
ps aux | grep thermald
- Does it have problems? From the article:
sudo service thermald stop
sudo thermald --no-daemon --loglevel=debug
As thermald should be responsible for the fan control on all systems, we must first know if it reports problems.
Mine is working fine, but the fan does something completely different :)) But that is a different story I guess ...
add a comment |
I found this article in the ubuntu wiki explains how thermald works and how to configure it - had to use it myself :)
Start with troubleshooting it:
- Is it installed?
dpkg -l | grep thermald
- Is it running?
ps aux | grep thermald
- Does it have problems? From the article:
sudo service thermald stop
sudo thermald --no-daemon --loglevel=debug
As thermald should be responsible for the fan control on all systems, we must first know if it reports problems.
Mine is working fine, but the fan does something completely different :)) But that is a different story I guess ...
add a comment |
I found this article in the ubuntu wiki explains how thermald works and how to configure it - had to use it myself :)
Start with troubleshooting it:
- Is it installed?
dpkg -l | grep thermald
- Is it running?
ps aux | grep thermald
- Does it have problems? From the article:
sudo service thermald stop
sudo thermald --no-daemon --loglevel=debug
As thermald should be responsible for the fan control on all systems, we must first know if it reports problems.
Mine is working fine, but the fan does something completely different :)) But that is a different story I guess ...
I found this article in the ubuntu wiki explains how thermald works and how to configure it - had to use it myself :)
Start with troubleshooting it:
- Is it installed?
dpkg -l | grep thermald
- Is it running?
ps aux | grep thermald
- Does it have problems? From the article:
sudo service thermald stop
sudo thermald --no-daemon --loglevel=debug
As thermald should be responsible for the fan control on all systems, we must first know if it reports problems.
Mine is working fine, but the fan does something completely different :)) But that is a different story I guess ...
edited Sep 21 '16 at 0:47
answered Sep 20 '16 at 22:40
FredFooFredFoo
53439
53439
add a comment |
add a comment |
I had this problem on an Asus laptop. Changing the kernel solved it. When using Ubuntu 14.04 then kernel 4.1 was ok but not later versions. On upgrading to Ubuntu 16.04 the problem came back, but was solved by changing the kernel from 4.4 to 4.15. I did not try any of the other versions between 4.4 and 4.15
add a comment |
I had this problem on an Asus laptop. Changing the kernel solved it. When using Ubuntu 14.04 then kernel 4.1 was ok but not later versions. On upgrading to Ubuntu 16.04 the problem came back, but was solved by changing the kernel from 4.4 to 4.15. I did not try any of the other versions between 4.4 and 4.15
add a comment |
I had this problem on an Asus laptop. Changing the kernel solved it. When using Ubuntu 14.04 then kernel 4.1 was ok but not later versions. On upgrading to Ubuntu 16.04 the problem came back, but was solved by changing the kernel from 4.4 to 4.15. I did not try any of the other versions between 4.4 and 4.15
I had this problem on an Asus laptop. Changing the kernel solved it. When using Ubuntu 14.04 then kernel 4.1 was ok but not later versions. On upgrading to Ubuntu 16.04 the problem came back, but was solved by changing the kernel from 4.4 to 4.15. I did not try any of the other versions between 4.4 and 4.15
answered Sep 17 '18 at 7:53
DavidDavid
1
1
add a comment |
add a comment |
Yes first answer worked for exept with
sudo cpufreq-set -g powersaver
and reboot, you need to wait for a full boot then the fan spins down
New contributor
add a comment |
Yes first answer worked for exept with
sudo cpufreq-set -g powersaver
and reboot, you need to wait for a full boot then the fan spins down
New contributor
add a comment |
Yes first answer worked for exept with
sudo cpufreq-set -g powersaver
and reboot, you need to wait for a full boot then the fan spins down
New contributor
Yes first answer worked for exept with
sudo cpufreq-set -g powersaver
and reboot, you need to wait for a full boot then the fan spins down
New contributor
New contributor
answered 2 hours ago
mbowmbow
1
1
New contributor
New contributor
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%2f827626%2fjust-installed-ubuntu-and-fan-wont-stop-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
hello check this out power-managment
– Ahmed Al-attar
Sep 20 '16 at 21:31
And check for documentation on thermald - its a new system recently integrated into ubuntu and manages fan speeds. Check for any log entries coming from thermald.
– FredFoo
Sep 20 '16 at 22:32