LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-03-2013, 02:13 PM   #1
LarryRidge
LQ Newbie
 
Registered: Oct 2013
Posts: 2

Rep: Reputation: Disabled
CPU fan control


I have tried several times to use Linux on some of my computers. The one problem that continually drives me away is the noisy cpu fan when linux is running. if linux is such a great alternative to windows, why can't it have cpu fan control without user fiddling, like windows?

Back in the 60's (probably before most forum members were born) I used to program in various forms of machine language, and rudimentary compiler languages, I have long since given up trying to program in that arcane manner.

I am willing to install a simple package that has a workable configuration that does not need 'tweaking'. I cannot believe I am the only one.
 
Old 10-03-2013, 02:22 PM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by LarryRidge View Post
Back in the 60's (probably before most forum members were born) I used to program in various forms of machine language, and rudimentary compiler languages, I have long since given up trying to program in that arcane manner.
Not to be a complete d*ck here, but this is your first post, and you just had to tell us you used to program in various forms of machine language. If you had this type of extensive knowledge, why bother researching on a linux-based forum, instead of using your past experience, even just to search around google? Just saying ....

So forgiving my ignorance, you need to install lm-sensors and once you get that up and running, you need to run sensors-detect. After probing for any sort of sensors between your motherboard, graphics cards, etc, and the configuration gets written, you will need to install and setup pwmconfig. This is just a general spew of information; What distro and kernel version/architecture are you using?
 
Old 10-03-2013, 08:06 PM   #3
LarryRidge
LQ Newbie
 
Registered: Oct 2013
Posts: 2

Original Poster
Rep: Reputation: Disabled
CPU fan control

Thank you for your reply. My query was not "how" to get CPU fan control. I was asking if someone has been inclined to offer a simple solution like Windows has had for a very long time. And, yes, I can do the research, install and configuration necessary to get fan control on my system, but that was not my question.

I am sure you are a very talented and knowledgeable linux expert. I do not want to be a linux expert, I want to be a happy user and not involved with the non-GUI aspects.

If automatic fan control without user configuration is not an option linux developers have contemplated, maybe it's time. Just my suggestion.
 
Old 10-03-2013, 08:25 PM   #4
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
To be quite honest, I have never once had to mess with any configurations. Just like any other new OS/distro install, I would install the base system, install a few "dependencies," and my fans were being controlled automatically. Most distributions do this by default if I am not mistaken.
 
Old 10-06-2013, 04:04 PM   #5
bill_from_tampa
LQ Newbie
 
Registered: Jan 2005
Location: Tampa
Distribution: Debian testing
Posts: 26

Rep: Reputation: 4
Just a comment - there may be a fan on the cpu, and another on a graphics card, and another for the case, or not, or more. I had similar fan-noise problems with linux, and after (literally) poking around I found it was the fan on the graphics card that was making the noise, not the cpu. After trying several graphics drivers I was unable to fix the problem, the only solution (for me) was to get a graphics card that uses a heat sink (not a fan). Since installing that, no fan noise.

Most (?all) companies that make hardware for PC's will ensure that there is a driver for windows. This is not the case for linux. Some companies do produce linux drivers, some do not. Some have been reverse-engineered and open source drivers exist that may or may not have all the features of the proprietary driver.

I've also had a fan-control problem on windows 7, which happened after one of the automatic windows updates, which required my getting a new BIOS from HP for my computer... So windows is NOT immune itself to these problems.
 
Old 10-06-2013, 04:12 PM   #6
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by bill_from_tampa View Post
I've also had a fan-control problem on windows 7
Same here, I'm pretty much incapable of playing games on the Win 7 side of my laptop because it can't keep the CPU cool. Even with a 3rd party controller it can't get the CPU fan fast enough to keep it cool under heavy load, and the laptop inevitably locks up.

The Linux side, after installing some drivers, works just fine. It can spin up the CPU fan much faster than Windows will, even with the 3rd party controller on Windows.

Last edited by suicidaleggroll; 10-06-2013 at 04:15 PM.
 
Old 10-06-2013, 04:55 PM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by LarryRidge View Post
I have tried several times to use Linux on some of my computers. The one problem that continually drives me away is the noisy cpu fan when linux is running. if linux is such a great alternative to windows, why can't it have cpu fan control without user fiddling, like windows?
First, Linux is not an alternative to Windows, it is a free UNIX-like system.
Second, Windows lacks the same. Fan control for the CPU is usually done by the mainboard. If your fan is running fast that means that the CPU is running hot, simple as that. Either power-saving is not configured correctly or your CPU is under constant load. This may be different if the computer you speak of is a laptop with either a dedicated GPU (read: not CPU-inbuilt) or maybe even dual graphics (like Nvidia's Optimus). In that case often missing or too old drivers for the GPU are the actual problem.

So fancontrol exists already, regardless of the OS, the real question is why your system is running hot.

Last edited by TobiSGD; 10-06-2013 at 04:57 PM.
 
Old 10-07-2013, 04:22 AM   #8
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,833
Blog Entries: 17

Rep: Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640
Quote:
Originally Posted by LarryRidge View Post
Thank you for your reply. My query was not "how" to get CPU fan control. I was asking if someone has been inclined to offer a simple solution like Windows has had for a very long time. And, yes, I can do the research, install and configuration necessary to get fan control on my system, but that was not my question.

I am sure you are a very talented and knowledgeable linux expert. I do not want to be a linux expert, I want to be a happy user and not involved with the non-GUI aspects.

If automatic fan control without user configuration is not an option linux developers have contemplated, maybe it's time. Just my suggestion.
I have never encountered any simple solutions in Windows for controlling the CPU fan. In fact, I have never encountered any way that was possible, except with third party programs.
Windows usually have the habit of overheating your computer, running the fan on maximum and in the end melt parts of the fan and break the CPU.
In my experience.

If you are not willing to try anything to get fan control working in Linux, its not even a point to ask.
 
Old 10-07-2013, 08:09 AM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by zeebra View Post
Windows usually have the habit of overheating your computer, running the fan on maximum and in the end melt parts of the fan and break the CPU.
In my experience.
Using Windows from Windows 95 to Windows 7 on a bunch of different machines, I never had such a problem.
 
1 members found this post helpful.
Old 10-07-2013, 01:50 PM   #10
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,833
Blog Entries: 17

Rep: Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640
Quote:
Originally Posted by TobiSGD View Post
Using Windows from Windows 95 to Windows 7 on a bunch of different machines, I never had such a problem.
Strange. I always had that with Windows laptops until I stopped using Windows. In fact, it was so bad that one of my old laptops which still work with GNU/Linux, always shuts down when using Windows on it, shortly after booting.

On other machines of the past I experienced frequent shutdowns and overheating when using Windows, while never the same with GNU/Linux.
 
Old 10-08-2013, 10:23 AM   #11
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by LarryRidge View Post
Thank you for your reply. My query was not "how" to get CPU fan control. I was asking if someone has been inclined to offer a simple solution like Windows has had for a very long time
Linux/Unix Based System aren't intended to be simple, the are intended to be flexible and highly configurable. That is why most people who use Linux/Unix based system are either system admins or Tech Guru's.

Thanks to the support of others, they have quite made the effort to simplify the system such as ubuntu which alot of advanced users end up turn way and using something more like debian, because they have to undo the simple to configure there advanced.

Just an exmaple anyways, Ubuntu can be for adavnced users to, but the simplicity of it sometimes gets in the way and makes things more complicated than that have to be.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
PWM Fan Control - Lowering The CPU Fan RPM S3P3HR Linux - Software 1 04-24-2011 05:46 AM
How to control cpu fan speed? no fan control with BIOS, acpi, lm-sensors startover Linux - Hardware 20 01-08-2011 03:18 AM
CPU & fan control on 2.4 kernel mjjzf Linux - Software 1 10-16-2005 06:50 AM
2.4 kernel and CPU/fan control mjjzf Linux - Laptop and Netbook 1 10-16-2005 03:07 AM
howto: control CPU fan speed and Northbridge fan speed? hedpe Linux - Software 2 04-18-2005 02:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration