LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Inspiron 6000 CPU Fan Uses One Speed (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/inspiron-6000-cpu-fan-uses-one-speed-383811/)

Chryzmo 11-16-2005 05:52 PM

Inspiron 6000 CPU Fan Uses One Speed
 
Hello all,

I have an Inspiron 6000 and I can hear the fan spinning, but it seems it only has one speed. In Windows the fan will get a lot louder when I'm doing CPU intensive work. I have yet to have my laptop lock up or restart on me, but this is my only computer and I just want to make sure I'm not risking it over-heating.

Is the fan only using one speed because Linux is keeping the CPU cooler than Windows does or do I need to add different fan profiles or something similar to what I did got cpufreqd?

Also, at one temperature should I start being concerned with it over heating? When idling it tends to stayaround 38-40C. I was just compiling and kernel and downloading something and it went up to 57-59C.

Thanks,
Chryzmo

comprookie2000 11-16-2005 07:10 PM

Did you enable this;
Code:

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m

#
# CPUFreq processor drivers
#
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_X86_POWERNOW_K6 is not set
# CONFIG_X86_POWERNOW_K7 is not set
CONFIG_X86_POWERNOW_K8=y
CONFIG_X86_POWERNOW_K8_ACPI=y
# CONFIG_X86_GX_SUSPMOD is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_SPEEDSTEP_ICH is not set
# CONFIG_X86_SPEEDSTEP_SMI is not set
# CONFIG_X86_P4_CLOCKMOD is not set
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set

Thats for mine yours will be different.

basileus 11-17-2005 05:34 AM

You should use a cpu clock speed controlling daemon, such as "cpufreqd" or "powernowd". Make sure you load the necessary modules. You can use my page as a reference:

http://users.utu.fi/sjsepp/linuxcompaqarmada100s.html

Check out especially sections "2. The hardware" and "5.2. CPU frequency scaling"


All times are GMT -5. The time now is 05:24 PM.