Author Topic: Dell Vostro 1000- Constant fan operation  (Read 1256 times)

Worsel182

  • Guest
Dell Vostro 1000- Constant fan operation
« on: March 31, 2011, 04:15:17 AM »
Hello there,

I'm a recent convert to PCLinux from windows. I am having a problem with the laptop fan operating constantly. I have cleaned the vents and the laptop is being used on a flat wooden surface with plenty of ventilation. I have had a quick search around and it looks like it could be a driver problem?

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Dell Vostro 1000- Constant fan operation
« Reply #1 on: March 31, 2011, 04:42:30 AM »
Hi Worsel182 and welcome to PCLinuxOS forum,

about your problem, may be your system is not loading a cpu-freq governor, and therefore your CPU is constantly working at maximum speed.
try to verify if module cpufreq is currently loaded and running:

from a root console, try: lsmod | grep cpufreq, if no module is actually running, try modprobe acpi_cpufreq.

AS

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15279
  • ┌∩┐(◕_◕)┌∩┐
Re: Dell Vostro 1000- Constant fan operation
« Reply #2 on: March 31, 2011, 04:43:58 AM »
Hi Worsel182 - big welcome to the forum and the world of PCLinuxOS, nice to have you with us.

Can you provide a bit more info please:

What version of PCLinuxOS are you using? KDE, lxde, Gnome etc.......

What specs are your laptop (make/model - cpu - video card - memory etc.........)

This will then help get a possible solution to your problem.
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Worsel182

  • Guest
Re: Dell Vostro 1000- Constant fan operation
« Reply #3 on: March 31, 2011, 04:52:43 AM »
Hi Worsel182 - big welcome to the forum and the world of PCLinuxOS, nice to have you with us.

Can you provide a bit more info please:

What version of PCLinuxOS are you using? KDE, lxde, Gnome etc.......

What specs are your laptop (make/model - cpu - video card - memory etc.........)

This will then help get a possible solution to your problem.

Using PCLinux KDE. The Laptop is a Dell Vostro 1000. Specs are as follows:

Processor 1.9GHz AMD Athlon 64 Mobile TK57, 667Mhz FSB
Memory 2GB 667 MHz DDR2
Graphic Card ATI Radeon Xpress 1150 IGP




Worsel182

  • Guest
Re: Dell Vostro 1000- Constant fan operation
« Reply #4 on: March 31, 2011, 05:00:45 AM »
Hi Worsel182 and welcome to PCLinuxOS forum,

about your problem, may be your system is not loading a cpu-freq governor, and therefore your CPU is constantly working at maximum speed.
try to verify if module cpufreq is currently loaded and running:

from a root console, try: lsmod | grep cpufreq, if no module is actually running, try modprobe acpi_cpufreq.

AS

How do I run a command from a root console?

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Dell Vostro 1000- Constant fan operation
« Reply #5 on: March 31, 2011, 05:08:52 AM »

Quote
How do I run a command from a root console?

From PCLinuxOS Control Center (PCC) -> System -> Open a console as administrator <type your root password here>

AS

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15279
  • ┌∩┐(◕_◕)┌∩┐
Re: Dell Vostro 1000- Constant fan operation
« Reply #6 on: March 31, 2011, 05:13:00 AM »
Quote
How do I run a command from a root console?

Forgive me if I mention stuff you already know  ;)

Go to your main "Start" menu

Kmenu  > More Applications > Terminal > and select the Terminal (maybe named Konsole)

When that opens up, type

su     (press enter)

You will now need to enter your root password (no text is shown whilst typing) and press enter.

You'll now be in root mode

Now enter the commands as suggested; note, all commands are case sensitive so should be entered exactly as described - you could copy and paste - the paste command is ctrl+shift+v

edit - as replied a tad quicker  :D


PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Worsel182

  • Guest
Re: Dell Vostro 1000- Constant fan operation
« Reply #7 on: March 31, 2011, 05:33:29 AM »
Ok for the first bit of code as suggested I get no reply. For the second I get FATAL: Module acpi_cpufreq. not found.

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Dell Vostro 1000- Constant fan operation
« Reply #8 on: March 31, 2011, 05:51:10 AM »
Ok for the first bit of code as suggested I get no reply. For the second I get FATAL: Module acpi_cpufreq. <---- dot here <--- not found.

be  sure to not have copied and paste the final dot:)

AS

Worsel182

  • Guest
Re: Dell Vostro 1000- Constant fan operation
« Reply #9 on: March 31, 2011, 06:01:15 AM »
Ok for the first bit of code as suggested I get no reply. For the second I get FATAL: Module acpi_cpufreq. <---- dot here <--- not found.

be  sure to not have copied and paste the final dot:)

AS

Ok, I now get this:

FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.33.7-pclos6.bfs/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko.gz): No such device

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: Dell Vostro 1000- Constant fan operation
« Reply #10 on: March 31, 2011, 06:15:00 AM »
Ok for the first bit of code as suggested I get no reply. For the second I get FATAL: Module acpi_cpufreq. <---- dot here <--- not found.

be  sure to not have copied and paste the final dot:)

AS

Ok, I now get this:

FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.33.7-pclos6.bfs/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko.gz): No such device


Very nice!  ???

- check BIOS, for ACPI/APM and be sure ACPI is enabled.
- try to boot adding to kernel boot line the parameter acpi_osi=Linux
- try to upgrade kernel, open Synaptic (package manager) and search for kernel-2.6.37.4-pclos1, install it and reboot, by default it will boot the new kernel.
- try to add parameter acpi_osi=Linux to kernel boot line on new kernel 2.6.37.4-pclos1

To add a parameter at kernel boot line, at grub screen, press F3? key - Options, and add the parameters at the end of the line.

If something is not clear, please ask.

AS