Dell Vostro 200 fan speeds
I recently installed Ubuntu (18.04.1 LTS) on my old desktop to use as a server. I have been trying to manage the fan speeds, but I cannot get it to work.
I started out with this tutorial:
How to control fan speed?
After that didn't work I read up that dell's need some more work and tried this:
Fan speed in ubuntu: pwmconfig no pwm-capable sensor modules installed
But pwmconfig still says There are no pwm-capable sensor modules installed.
And i8kctl just gives me this: 1.0 1.0 BJ17YG1 -1 -1 -1 -1 -1 -1 -1
I'm not even sure if i8k is for dell desktops, maybe only for laptops.
If someone can help me out, that would be awesome, Thanks!
dell fancontrol lm-sensors
add a comment |
I recently installed Ubuntu (18.04.1 LTS) on my old desktop to use as a server. I have been trying to manage the fan speeds, but I cannot get it to work.
I started out with this tutorial:
How to control fan speed?
After that didn't work I read up that dell's need some more work and tried this:
Fan speed in ubuntu: pwmconfig no pwm-capable sensor modules installed
But pwmconfig still says There are no pwm-capable sensor modules installed.
And i8kctl just gives me this: 1.0 1.0 BJ17YG1 -1 -1 -1 -1 -1 -1 -1
I'm not even sure if i8k is for dell desktops, maybe only for laptops.
If someone can help me out, that would be awesome, Thanks!
dell fancontrol lm-sensors
What was the output from sensors-detect?
– rtaft
Dec 3 at 13:04
@rtaft - coretemp & it87 And I added i8k
– mosheh
Dec 3 at 14:51
do you know the model of your motherboard?
– rtaft
Dec 5 at 13:42
Handle 0x0002, DMI type 2, 10 bytes Base Board Information Manufacturer: Dell Inc. Product Name: 0CU409 Version: ... Serial Number: ..****. Asset Tag: Features: Board is a hosting board
– mosheh
Dec 18 at 0:43
add a comment |
I recently installed Ubuntu (18.04.1 LTS) on my old desktop to use as a server. I have been trying to manage the fan speeds, but I cannot get it to work.
I started out with this tutorial:
How to control fan speed?
After that didn't work I read up that dell's need some more work and tried this:
Fan speed in ubuntu: pwmconfig no pwm-capable sensor modules installed
But pwmconfig still says There are no pwm-capable sensor modules installed.
And i8kctl just gives me this: 1.0 1.0 BJ17YG1 -1 -1 -1 -1 -1 -1 -1
I'm not even sure if i8k is for dell desktops, maybe only for laptops.
If someone can help me out, that would be awesome, Thanks!
dell fancontrol lm-sensors
I recently installed Ubuntu (18.04.1 LTS) on my old desktop to use as a server. I have been trying to manage the fan speeds, but I cannot get it to work.
I started out with this tutorial:
How to control fan speed?
After that didn't work I read up that dell's need some more work and tried this:
Fan speed in ubuntu: pwmconfig no pwm-capable sensor modules installed
But pwmconfig still says There are no pwm-capable sensor modules installed.
And i8kctl just gives me this: 1.0 1.0 BJ17YG1 -1 -1 -1 -1 -1 -1 -1
I'm not even sure if i8k is for dell desktops, maybe only for laptops.
If someone can help me out, that would be awesome, Thanks!
dell fancontrol lm-sensors
dell fancontrol lm-sensors
asked Nov 30 at 17:14
mosheh
132
132
What was the output from sensors-detect?
– rtaft
Dec 3 at 13:04
@rtaft - coretemp & it87 And I added i8k
– mosheh
Dec 3 at 14:51
do you know the model of your motherboard?
– rtaft
Dec 5 at 13:42
Handle 0x0002, DMI type 2, 10 bytes Base Board Information Manufacturer: Dell Inc. Product Name: 0CU409 Version: ... Serial Number: ..****. Asset Tag: Features: Board is a hosting board
– mosheh
Dec 18 at 0:43
add a comment |
What was the output from sensors-detect?
– rtaft
Dec 3 at 13:04
@rtaft - coretemp & it87 And I added i8k
– mosheh
Dec 3 at 14:51
do you know the model of your motherboard?
– rtaft
Dec 5 at 13:42
Handle 0x0002, DMI type 2, 10 bytes Base Board Information Manufacturer: Dell Inc. Product Name: 0CU409 Version: ... Serial Number: ..****. Asset Tag: Features: Board is a hosting board
– mosheh
Dec 18 at 0:43
What was the output from sensors-detect?
– rtaft
Dec 3 at 13:04
What was the output from sensors-detect?
– rtaft
Dec 3 at 13:04
@rtaft - coretemp & it87 And I added i8k
– mosheh
Dec 3 at 14:51
@rtaft - coretemp & it87 And I added i8k
– mosheh
Dec 3 at 14:51
do you know the model of your motherboard?
– rtaft
Dec 5 at 13:42
do you know the model of your motherboard?
– rtaft
Dec 5 at 13:42
Handle 0x0002, DMI type 2, 10 bytes Base Board Information Manufacturer: Dell Inc. Product Name: 0CU409 Version: ... Serial Number: ..****. Asset Tag: Features: Board is a hosting board
– mosheh
Dec 18 at 0:43
Handle 0x0002, DMI type 2, 10 bytes Base Board Information Manufacturer: Dell Inc. Product Name: 0CU409 Version: ... Serial Number: ..****. Asset Tag: Features: Board is a hosting board
– mosheh
Dec 18 at 0:43
add a comment |
2 Answers
2
active
oldest
votes
Neither of the articles you posted mentioned modifying grub, so I assume you have not done that.
You don't need i8k.
Focus on it87 in your searches. One of the common changes is to edit /etc/default/grub
and append acpi_enforce_resources=lax
at the end of the line GRUB_CMDLINE_LINUX
. This thread confirms that it87 needs that grub change: lm sensors not returning CPU temp (it87)
I didn't link this, but I've tried it before. I'll try it again, maybe I did something wrong.
– mosheh
Dec 18 at 0:51
Thanks so much! This was the issue. I must of typed it wrong the first time I tried
– mosheh
Dec 18 at 4:45
add a comment |
I've got exactly the same problem with pwmconfig and decided to implement it on my own.
Try this utility https://github.com/ichiriac/ubuntu-smart-fan, it's based on lm-sensors
and it will manage the fan speed and log them.
At start you can run it as a monitor in order to seed the fan behavior.
After calibrating the temperature and thresholds you will be able to run it as a daemon on your server, and retrieve a log with fan events
Thanks for this. I tried it but I get: Looking for sensors Unable to find any fan device Try to run sensors-detect
– mosheh
Dec 3 at 14:52
Did you ransudo sensors-detect
without any error. If so that means no sensors was detected. Take a look at the /sys/class/hwmon folder, you should find into a subfolder a file named fan[1...x]_label. If you want me to help you could also fill an issue on github, maybe my script does not recognize the configuration
– Ioan Chiriac
Dec 3 at 20:57
yes, it runs fine and I get coretemp & it87
– mosheh
Dec 18 at 0:46
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%2f1097474%2fdell-vostro-200-fan-speeds%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
Neither of the articles you posted mentioned modifying grub, so I assume you have not done that.
You don't need i8k.
Focus on it87 in your searches. One of the common changes is to edit /etc/default/grub
and append acpi_enforce_resources=lax
at the end of the line GRUB_CMDLINE_LINUX
. This thread confirms that it87 needs that grub change: lm sensors not returning CPU temp (it87)
I didn't link this, but I've tried it before. I'll try it again, maybe I did something wrong.
– mosheh
Dec 18 at 0:51
Thanks so much! This was the issue. I must of typed it wrong the first time I tried
– mosheh
Dec 18 at 4:45
add a comment |
Neither of the articles you posted mentioned modifying grub, so I assume you have not done that.
You don't need i8k.
Focus on it87 in your searches. One of the common changes is to edit /etc/default/grub
and append acpi_enforce_resources=lax
at the end of the line GRUB_CMDLINE_LINUX
. This thread confirms that it87 needs that grub change: lm sensors not returning CPU temp (it87)
I didn't link this, but I've tried it before. I'll try it again, maybe I did something wrong.
– mosheh
Dec 18 at 0:51
Thanks so much! This was the issue. I must of typed it wrong the first time I tried
– mosheh
Dec 18 at 4:45
add a comment |
Neither of the articles you posted mentioned modifying grub, so I assume you have not done that.
You don't need i8k.
Focus on it87 in your searches. One of the common changes is to edit /etc/default/grub
and append acpi_enforce_resources=lax
at the end of the line GRUB_CMDLINE_LINUX
. This thread confirms that it87 needs that grub change: lm sensors not returning CPU temp (it87)
Neither of the articles you posted mentioned modifying grub, so I assume you have not done that.
You don't need i8k.
Focus on it87 in your searches. One of the common changes is to edit /etc/default/grub
and append acpi_enforce_resources=lax
at the end of the line GRUB_CMDLINE_LINUX
. This thread confirms that it87 needs that grub change: lm sensors not returning CPU temp (it87)
answered Dec 3 at 18:08
rtaft
422211
422211
I didn't link this, but I've tried it before. I'll try it again, maybe I did something wrong.
– mosheh
Dec 18 at 0:51
Thanks so much! This was the issue. I must of typed it wrong the first time I tried
– mosheh
Dec 18 at 4:45
add a comment |
I didn't link this, but I've tried it before. I'll try it again, maybe I did something wrong.
– mosheh
Dec 18 at 0:51
Thanks so much! This was the issue. I must of typed it wrong the first time I tried
– mosheh
Dec 18 at 4:45
I didn't link this, but I've tried it before. I'll try it again, maybe I did something wrong.
– mosheh
Dec 18 at 0:51
I didn't link this, but I've tried it before. I'll try it again, maybe I did something wrong.
– mosheh
Dec 18 at 0:51
Thanks so much! This was the issue. I must of typed it wrong the first time I tried
– mosheh
Dec 18 at 4:45
Thanks so much! This was the issue. I must of typed it wrong the first time I tried
– mosheh
Dec 18 at 4:45
add a comment |
I've got exactly the same problem with pwmconfig and decided to implement it on my own.
Try this utility https://github.com/ichiriac/ubuntu-smart-fan, it's based on lm-sensors
and it will manage the fan speed and log them.
At start you can run it as a monitor in order to seed the fan behavior.
After calibrating the temperature and thresholds you will be able to run it as a daemon on your server, and retrieve a log with fan events
Thanks for this. I tried it but I get: Looking for sensors Unable to find any fan device Try to run sensors-detect
– mosheh
Dec 3 at 14:52
Did you ransudo sensors-detect
without any error. If so that means no sensors was detected. Take a look at the /sys/class/hwmon folder, you should find into a subfolder a file named fan[1...x]_label. If you want me to help you could also fill an issue on github, maybe my script does not recognize the configuration
– Ioan Chiriac
Dec 3 at 20:57
yes, it runs fine and I get coretemp & it87
– mosheh
Dec 18 at 0:46
add a comment |
I've got exactly the same problem with pwmconfig and decided to implement it on my own.
Try this utility https://github.com/ichiriac/ubuntu-smart-fan, it's based on lm-sensors
and it will manage the fan speed and log them.
At start you can run it as a monitor in order to seed the fan behavior.
After calibrating the temperature and thresholds you will be able to run it as a daemon on your server, and retrieve a log with fan events
Thanks for this. I tried it but I get: Looking for sensors Unable to find any fan device Try to run sensors-detect
– mosheh
Dec 3 at 14:52
Did you ransudo sensors-detect
without any error. If so that means no sensors was detected. Take a look at the /sys/class/hwmon folder, you should find into a subfolder a file named fan[1...x]_label. If you want me to help you could also fill an issue on github, maybe my script does not recognize the configuration
– Ioan Chiriac
Dec 3 at 20:57
yes, it runs fine and I get coretemp & it87
– mosheh
Dec 18 at 0:46
add a comment |
I've got exactly the same problem with pwmconfig and decided to implement it on my own.
Try this utility https://github.com/ichiriac/ubuntu-smart-fan, it's based on lm-sensors
and it will manage the fan speed and log them.
At start you can run it as a monitor in order to seed the fan behavior.
After calibrating the temperature and thresholds you will be able to run it as a daemon on your server, and retrieve a log with fan events
I've got exactly the same problem with pwmconfig and decided to implement it on my own.
Try this utility https://github.com/ichiriac/ubuntu-smart-fan, it's based on lm-sensors
and it will manage the fan speed and log them.
At start you can run it as a monitor in order to seed the fan behavior.
After calibrating the temperature and thresholds you will be able to run it as a daemon on your server, and retrieve a log with fan events
answered Dec 2 at 13:12
Ioan Chiriac
112
112
Thanks for this. I tried it but I get: Looking for sensors Unable to find any fan device Try to run sensors-detect
– mosheh
Dec 3 at 14:52
Did you ransudo sensors-detect
without any error. If so that means no sensors was detected. Take a look at the /sys/class/hwmon folder, you should find into a subfolder a file named fan[1...x]_label. If you want me to help you could also fill an issue on github, maybe my script does not recognize the configuration
– Ioan Chiriac
Dec 3 at 20:57
yes, it runs fine and I get coretemp & it87
– mosheh
Dec 18 at 0:46
add a comment |
Thanks for this. I tried it but I get: Looking for sensors Unable to find any fan device Try to run sensors-detect
– mosheh
Dec 3 at 14:52
Did you ransudo sensors-detect
without any error. If so that means no sensors was detected. Take a look at the /sys/class/hwmon folder, you should find into a subfolder a file named fan[1...x]_label. If you want me to help you could also fill an issue on github, maybe my script does not recognize the configuration
– Ioan Chiriac
Dec 3 at 20:57
yes, it runs fine and I get coretemp & it87
– mosheh
Dec 18 at 0:46
Thanks for this. I tried it but I get: Looking for sensors Unable to find any fan device Try to run sensors-detect
– mosheh
Dec 3 at 14:52
Thanks for this. I tried it but I get: Looking for sensors Unable to find any fan device Try to run sensors-detect
– mosheh
Dec 3 at 14:52
Did you ran
sudo sensors-detect
without any error. If so that means no sensors was detected. Take a look at the /sys/class/hwmon folder, you should find into a subfolder a file named fan[1...x]_label. If you want me to help you could also fill an issue on github, maybe my script does not recognize the configuration– Ioan Chiriac
Dec 3 at 20:57
Did you ran
sudo sensors-detect
without any error. If so that means no sensors was detected. Take a look at the /sys/class/hwmon folder, you should find into a subfolder a file named fan[1...x]_label. If you want me to help you could also fill an issue on github, maybe my script does not recognize the configuration– Ioan Chiriac
Dec 3 at 20:57
yes, it runs fine and I get coretemp & it87
– mosheh
Dec 18 at 0:46
yes, it runs fine and I get coretemp & it87
– mosheh
Dec 18 at 0:46
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1097474%2fdell-vostro-200-fan-speeds%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
What was the output from sensors-detect?
– rtaft
Dec 3 at 13:04
@rtaft - coretemp & it87 And I added i8k
– mosheh
Dec 3 at 14:51
do you know the model of your motherboard?
– rtaft
Dec 5 at 13:42
Handle 0x0002, DMI type 2, 10 bytes Base Board Information Manufacturer: Dell Inc. Product Name: 0CU409 Version: ... Serial Number: ..****. Asset Tag: Features: Board is a hosting board
– mosheh
Dec 18 at 0:43