Results 1 to 3 of 3

Thread: CPU fan not running on PIII laptop

  1. #1
    Join Date
    Mar 2006
    Location
    Kitakyushu Japan
    Beans
    9,362
    Distro
    Ubuntu 11.04 Natty Narwhal

    CPU fan not running on PIII laptop

    My CPU fan is not running on my PIII DELL laptop. I used to be able to force the fan to come on by echoing changes to /proc/acpi/thermal_zone/THRM/trip_points but this is apparently no longer possible as trip_points is read only and is set as follows:
    Code:
    # cat trip_points 
    critical (S5):           120 C
    passive:                 85 C: tc1=4 tc2=3 tsp=300 devices=CPU0 
    active[0]:               65 C: devices=FAN0
    Clearly, these are not ideal temperatures.

    Also, there is no fan listed in /proc/acpi/fan/

    Laptop is a DELL Latitude x200 model PP03S

    Possibly relevant output
    Code:
    # cat cpuinfo 
    processor	: 0
    vendor_id	: GenuineIntel
    cpu family	: 6
    model		: 11
    model name	: Mobile Intel(R) Pentium(R) III CPU - M   933MHz
    stepping	: 4
    cpu MHz		: 399.000
    cache size	: 512 KB
    fdiv_bug	: no
    hlt_bug		: no
    f00f_bug	: no
    coma_bug	: no
    fpu		: yes
    fpu_exception	: yes
    cpuid level	: 2
    wp		: yes
    flags		: fpu vme de pse tsc msr pae mce cx8 mtrr pge mca cmov pse36 mmx fxsr sse up
    bogomips	: 797.36
    clflush size	: 32
    cache_alignment	: 32
    address sizes	: 36 bits physical, 32 bits virtual
    power management:
    Code:
    # dmidecode | head -n10
    # dmidecode 2.9
    SMBIOS 2.3 present.
    39 structures occupying 1183 bytes.
    Table at 0x000D3010.
    
    Handle 0x0000, DMI type 208, 10 bytes
    OEM-specific Type
    	Header and Data:
    		D0 0A 00 00 01 04 FE 00 22 01
    How do I keep my laptop from melting?
    Last edited by dmizer; October 2nd, 2010 at 01:42 PM.

  2. #2
    Join Date
    Mar 2010
    Location
    Freedom 3
    Beans
    379
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: CPU fan not running on PIII laptop

    Hi, not have a Dell, but I have found the following threads related to your problem:

    https://bugs.launchpad.net/ubuntu/+s...ux/+bug/160291
    This is for a Dell Inspiron 9300 (but applies to other models too, read below).
    Suggests: Load the i8k.ko driver and use gkrellm to control the fans.
    You may need to do (see post #10 there) a:
    Code:
    sudo echo i8k >> /etc/modules
    sudo echo options i8k force=1 >> /etc/modprobe.d/i8k.modprobe
    Have a look also at post #17.

    The thread links to http://ubuntuforums.org/archive/index.php/t-472567.html in which one it is suggested to install the i8kutils package (contains utilities to monitor/control fans in Dells).

    The "final" solution that reported to work there was:

    Fan and temp control
    1. sudo apt-get install i8kutils gkrellm gkrellm-i8k
    2. sudo modprobe i8k force=1
    3. sudo gedit /etc/modules
    4. add the following line to the end of the file: i8k force=1
    5. go to System > Preferences > Sessions > Startup Programs
    6. Click ADD and put the command: gkrellm
    Now you will see the GKrellm utility load at startup and you can then configure your fan thresholds in settings - plugins - Dell i8k
    I have also found two threads below that are not for Dells and the workaround is reported to not always work; but you may want to give them a try, if the solution above does not work:

    http://ubuntuforums.org/showthread.php?t=1317507&page=2
    Suggests: Add `acpi_osi=Linux' to kernel command line (by adding it to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub)

    https://bugs.launchpad.net/ubuntu/+s...ux/+bug/451337
    Suggests: Add `acpi.power_nocheck=1 acpi_osi=linux' to kernel command line

    I hope these will help.
    To suppress free speech is a double wrong. It violates the rights of the hearer as well as those of the speaker.
    Free Software - Free Society | The GNU Project | FSF | ESP

  3. #3
    Join Date
    Sep 2008
    Location
    Pacific Northwest, USA
    Beans
    164
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: CPU fan not running on PIII laptop

    I don't know if this really applies, but I thought I'd throw it out there anyway, just in case. Currently Gkrellm is compiled in Ubuntu without libsensors support. This doesn't seem to be a problem with my wife's e1705, and perhaps won't affect other dell models with intel processors, but just in case, I thought I'd bring it up. If you find you need libsensors support for your sensors, you'll have to compile gkrellm yourself from source (it's very straightforward). There's a bug report here.

    The other thing I wanted to mention concerns some dell models being unable to get support using i8kutils. I'm not absolutely certain about this, so you may want to do your own research, but I think it's reasonable to assume that the i8k module is derived from the bsd port of the original i8kfan dos utility, later to become i8kfanGUI, by Christian Deiter. His wepage contains a list of at least some supported dell models, as well as some that are not supported. Here is his page.
    MB:ASUS M3A78-EM AM2+/AM2 780G HDMI, Proc: Athlon 64 X2 5000+ Brisbane 2.6 GHz 2x512KB L2 Cache, Graph: Int. ATI Radeon HD 3200, Aud: Int. Realtek ALC1200 8 channels, Ram: 2GB Corsair XMS2 DDR2 800 SDRAM, Monitor: Dell SE198WFP 19" Wide FPM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •