LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   pb win fan speed (https://www.linuxquestions.org/questions/mandriva-30/pb-win-fan-speed-256975/)

stefdef 11-19-2004 03:50 PM

pb with processor fan speed
 
I'm french, so I'm sorry for my english... :(

I have a laptop and I have a problem with my processor's fan. When I turn on my computer the processor's fan works, but when I pass the LILO, the fan stops and my processor become very hot. I have a Mandrake 10.1.

Please help me!!

Thanks!

carl0ski 11-19-2004 07:52 PM

first you should move this to Hardware.
and second to figure what is wrong

Intel Pentium -M ??
Toshiba ? model?

need more info

opjose 11-19-2004 11:17 PM

You may need to ENABLE ACPI support.

Often the default is to disable ACPI...

As root, edit /etc/lilo.conf and find the entry which reads

acpi=ht

Remove only the above, not the entire line using an editor.

Then type

lilo

at the root prompt...

Then reboot and again log in as root and type

chkconfig --add acpid
chkconfig -add acpi

Now Linux should be able to monitor and control the fan speed.

Note: It is NOT overly unusual to see the fan shut down on a laptop after starting the kernel.

The newer kernels issue commands to the processor which HALT it during wait loops, in an effort to conserve power and to keep the machine cool.

This means that often Laptops consume LESS power under Linux and operate with much less cooling.

However until you have established that everything is find, double check that your laptop is not overheating just to be safe.

stefdef 11-20-2004 09:08 AM

1- My laptop is a Compaq evo n600c with a Pentium III - M 1,2Ghz.

2- My lilo.conf looks like this:

map=/boot/map
keytable=/boot/fr-latin1.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hda7
initrd=/boot/initrd.img
append="devfs=nomount acpi=on splash=silent"
vga=788
read-only

I can see acpi=on and not acpi=ht

opjose 11-20-2004 07:14 PM

All should be working correctly but you may want to try installing the lm-sensors rpms.

urpmi sensors

and then run the sensors-detect script to set things up.

Then enable the acpid daemon as indicated.

Finally check your laptop's temperatures with the

sensors

command after you have things set up.


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