I Ran Modprobe Fan, The CPU Fan Slowed! Will It Over Heat?

Booting, installing, newbie
Post Reply
Message
Author
EdFromHouston
Posts: 176
Joined: Fri 07 Apr 2006, 06:21

I Ran Modprobe Fan, The CPU Fan Slowed! Will It Over Heat?

#1 Post by EdFromHouston »

This is edited from the post last night.

I just updated to 2.13 on my home PC, a HP a310n pavilion.

I ran modprobe fan which I just discovered.

The CPU fan that has been driving me crazy slowed down. If I run modprobe fan, modprobe thermal, and modprobe processor in rc.local will my cpu overheat?

If it will overheat is there a command for the wmpower.pup to show the temperature? This is what I'm getting:

sh-3.00# wmpower

Welcome to wmpower version 0.3.1...
No power management subsystem detected

wmpower: No power management support...
sh-3.00#


Puppy is much better quiet and this is the first time I have ever been able to cut the fan off.

Am I burning up my CPU by running modprobe fan? In other words do you think it will speed up when it gets hot with the above commands in rc.local?

Ed
Last edited by EdFromHouston on Sat 06 Jan 2007, 20:06, edited 3 times in total.

PaulBx1
Posts: 2312
Joined: Sat 17 Jun 2006, 03:11
Location: Wyoming, USA

#2 Post by PaulBx1 »

Maybe you are. Are you sure it's off, or is it just slowed way down?

Try "wmpower -no-meddling"? See:

http://wmpower.sourceforge.net/manual.php

Aren't you supposed to run wmpower after the modprobes, not before?

This is what I run in my rc.local:

Code: Select all

modprobe ac
modprobe battery
modprobe fan
modprobe processor
modprobe thermal
sleep 3
#wmpower -no-meddling -l
Of course wmpower is an xwin application and can't be run in this script (why I have it commented out). You have to put that command somewhere else, in the .jwmrc or something like that. Try searching the forum.

Maybe it's thermal you want. My fan is off or very low, but when wmpower shows it is getting hot enough (I forget the exact point) it does turn the fan on. But I think it is the thermal or fan module, not wmpower, doing it.

I'm a bit shaky on how this all works...

EdFromHouston
Posts: 176
Joined: Fri 07 Apr 2006, 06:21

#3 Post by EdFromHouston »

Now I understand. The 'modprobe fan' command slowed the fan down and not off.

Wmpower just shows what the pc is doing.

I typed in modprobe fan, modprobe thermal, and modprobe processor in the console and then typed in Wmpower. The fan is quiet but Wnpower doesn't detect it.

I'll check arround and learn what I need to do.

I was just so relieved last night to finally get the fan to quit sounding like a twin engine prop plane that I didn't get my facts right before posting. I'll see if I can edit the title.
----------------------------------------------------------------------------------------------

sh-3.00# modprobe fan

sh-3.00# modprobe thermal
sh-3.00# modprobe processor

sh-3.00# wmpower

Welcome to wmpower version 0.3.1...
No power management subsystem detected

wmpower: No power management support...
sh-3.00#

PaulBx1
Posts: 2312
Joined: Sat 17 Jun 2006, 03:11
Location: Wyoming, USA

#4 Post by PaulBx1 »

Maybe you don't even have ACPI? Is that what that error message means?

http://en.wikipedia.org/wiki/Acpi

EdFromHouston
Posts: 176
Joined: Fri 07 Apr 2006, 06:21

#5 Post by EdFromHouston »

I think it is because my system is a home pc and wmpower is for laptops.

User avatar
Pizzasgood
Posts: 6183
Joined: Wed 04 May 2005, 20:28
Location: Knoxville, TN, USA

#6 Post by Pizzasgood »

My PC is homebuilt. When I modprobed the whole list Paul provided it worked. I tried skipping the batteries part because it doesn't have them, but then it wouldn't work.
[size=75]Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib[/size]
[img]http://www.browserloadofcoolness.com/sig.png[/img]

Post Reply