Dell Vostro 3560 CPU Fan Control Tips

I'm in the process of configuring my brand new Vostro 3560 and one of the things I noticed was that the CPU fan was blasting full speed all the time even when the machine was idle. After some researching I came up with the following solution using i8kmon and I'll post it here for others:
Disclaimer 1: In this configuration, you will be setting up thresholds on what fan speeds are used at a specific temperature. If you use this config, this assumes that your machine is a) reporting the correct temperature and b) the fan speed setting works for your specs. Always monitor your laptop and change the configuration if your laptop feels too hot.
Disclaimer 2: I've only had this laptop for a couple of days now, so no long-term stress testing has been performed in this configuration.
This is a link that helped me a lot. It's Ubuntu specific, so be aware of the differences: https://answers.launchpad.net/ubuntu/+s … ion/204193.
Please post any thoughts or feel free to correct me where applicable:
Install the following packages:
i8kmon
i8kutils
Create/modify the following config files:
/etc/modules-load.d/i8k.conf
# Load Dell Fan Speed Control (i8k) at boot
i8k
/etc/conf.d/i8kmon. Please note that there are conflicting values reported when you Google this. In my case, the following worked:
# Arguments to be passed to the i8kmon daemon
I8KMON_ARGS="--nouserconfig --daemon"
/etc/rc.conf. Add i8kmon to your DAEMONS:
DAEMONS=(hwclock ... i8kmon ...)
/etc/i8kutils/i8kmon.conf
This is the file where you set the temperature thresholds and fan speeds in the "set config" values. Your specific laptop configuration could be different, so Google around.
Lines changed:
set config(daemon) 1
set config(auto) 1
set config(timeout) 2
set config(0) {{- 0} -1 55 -1 55}
set config(1) {{- 1} 45 60 45 60}
set config(2) {{- 2} 55 125 55 125}
set config(3) {{- 2} 70 128 70 128}
Entire listing:
# Sample i8kmon configuration file (/etc/i8kmon, ~/.i8kmon).
# Kernel I8K status file
set config(proc_i8k) /proc/i8k
# Kernel APM status file
set config(proc_apm) /proc/apm
# Kernel ACPI status file
set config(proc_acpi) /proc/acpi/ac_adapter/0/status
# External program to control the fans
set config(i8kfan) /usr/bin/i8kfan
# Applet geometry, override with --geometry option
set config(geometry) {}
# Run as daemon, override with --daemon option
set config(daemon) 1
# Automatic fan control, override with --auto option
set config(auto) 1
# Report status on stdout, override with --verbose option
set config(verbose) 0
# Status check timeout (seconds), override with --timeout option
set config(timeout) 2
# Temperature display unit (C/F), override with --unit option
set config(unit) C
# Temperature threshold at which the temperature is displayed in red
set config(t_high) 80
# Minimum expected fan speed
set config(min_speed) 1800
# Temperature thresholds: {fan_speeds low_ac high_ac low_batt high_batt}
# These were tested on the I8000. If you have a different Dell laptop model
# you should check the BIOS temperature monitoring and set the appropriate
# thresholds here. In doubt start with low values and gradually rise them
# until the fans are not always on when the cpu is idle.
set config(0) {{- 0} -1 55 -1 55}
set config(1) {{- 1} 45 60 45 60}
set config(2) {{- 2} 55 125 55 125}
set config(3) {{- 2} 70 128 70 128}
edit: changed temperature thresholds - I think the key temps are: 55: turn on fan at level 1 until cooled down to 45. Above 60, start blasting the fan at full speed
Last edited by twelveeighty (2012-09-02 21:35:50)

If you're using systemd, to run i8kmon you should edit i8kmon.service file
/usr/lib/systemd/system/i8kmon.service
from
[Service]
ExecStart=/usr/bin/i8kmon -nd
to
[Service]
ExecStart=/usr/bin/i8kmon --daemon --nouserconfig

Similar Messages

  • Dell Vostro 3560 no automatic fan control

    Hello,
    I own this laptop and i am able to set the fan speed via
    This shuts down the fan.
    i8kfan -1 0
    This make the fan go on full blow.
    i8kfan -1 2
    Sensors detect everything they should:
    [andre@andre ~]$ sensors
    i8k-virtual-0
    Adapter: Virtual device
    Right Fan: 144000 RPM
    CPU: +66.0°C
    coretemp-isa-0000
    Adapter: ISA adapter
    Physical id 0: +69.0°C (high = +87.0°C, crit = +105.0°C)
    Core 0: +65.0°C (high = +87.0°C, crit = +105.0°C)
    Core 1: +69.0°C (high = +87.0°C, crit = +105.0°C)
    Core 2: +61.0°C (high = +87.0°C, crit = +105.0°C)
    Core 3: +64.0°C (high = +87.0°C, crit = +105.0°C)
    /etc/i8kutils/i8kmon.conf:
    # Sample i8kmon configuration file (/etc/i8kmon, ~/.i8kmon).
    # Kernel I8K status file
    set config(proc_i8k) /proc/i8k
    # Kernel APM status file
    set config(proc_apm) /proc/apm
    # Kernel ACPI status file
    set config(proc_acpi) /proc/acpi/ac_adapter/0/status
    # External program to control the fans
    set config(i8kfan) /usr/bin/i8kfan
    # Applet geometry, override with --geometry option
    set config(geometry) {}
    # Run as daemon, override with --daemon option
    set config(daemon) 0
    # Automatic fan control, override with --auto option
    set config(auto) 0
    # Report status on stdout, override with --verbose option
    set config(verbose) 0
    # Status check timeout (seconds), override with --timeout option
    set config(timeout) 5
    # Temperature display unit (C/F), override with --unit option
    set config(unit) C
    # Temperature threshold at which the temperature is displayed in red
    set config(t_high) 80
    # Minimum expected fan speed
    set config(min_speed) 1800
    # Temperature thresholds: {fan_speeds low_ac high_ac low_batt high_batt}
    # These were tested on the I8000. If you have a different Dell laptop model
    # you should check the BIOS temperature monitoring and set the appropriate
    # thresholds here. In doubt start with low values and gradually rise them
    # until the fans are not always on when the cpu is idle.
    set config(0) {{- 0} -1 60 -1 65}
    set config(1) {{- 1} 55 70 55 75}
    set config(2) {{- 2} 60 80 65 85}
    set config(3) {{- 2} 70 128 75 128}
    # end of file
    This:
    i8kmon --daemon
    Keeps running, but the fan is on full blow no matter what.
    I have added this service to systemd and it gets loaded okay,
    but it runs the i8kmon --daemon, which does nothing.
    Any hints?
    Thanks
    Last edited by AndreeeCZ (2013-08-14 16:33:55)

    I have a dell vostro 1710, no fan running at all!
    I have opened it, and saw it spinning for a while on notebook power on, so it looks like it works
    Do not remember if this is happening a long time ago, or maybe after a Syu... but now temp is on 62 doing stuff, 74 watching a video..... it will be more than 80 in summer? lol
    Will install and configure i8kutils I guess....

  • How to enable cpu fan control and monitor

    Just had this new budget PC build:
    MSI FM2-A55M-E33 Bundkort micro-ATX Socket FM FM2-A55M-E33
    AMD A serie A4-5300 3.4 GHz 2 cores 2 tråde 1 AD5300OKHJBOX
    G.Skill ARES Hukommelse 8 GB : 2 x 4 GB DIMM F3-1600C9D-8GAO
    Linkworld Mini LC727-10 Black Piano 550W 727-10-C2128 It
    Windows 8 Licens og medie 1 PC OEM DVD 64-bit WN7-00401
    ZALMAN CNPS 5X Performa Processor-køler CNPS5X PERFORMA
    Samsung 840 Series MZ-7TD120 Solid state driv MZ-7TD120BW
    Samsung SH-224BB Disk drev DVD±RW (±R DL) / D SH-224BB/BEBE
    OS: win 8,64bit
    Thing is i dont know how to enable CPU fan control/regulation ifd possible. Doesn't realy see anything anything in the mobo manual except mentioning AMD Cool’n’Quiet.
    This fan i have installed is running fine but i thk it runs full speed all the time and that makes a lot of noise - not needed.
    Thx for any advice/tip/hint

    40 °C is fine. The minimum fan speed can be set is a % of the full capacity.
    Start with 12.5% and if the fan needs to adjusts it's fan speed too often and it get's annoying you can raise it to 25% or more.

  • Elantech Touchpad Detected As PS/2 Elantech Mouse (Dell Vostro 3560)

    Dear community,
    I am facing troubles with my Dell Vostro 3560's Elantech Touchpad. It gets detected as PS/2 Elantech mouse.
    [acs@einherij ~]$ xinput list
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ PS/2 Elantech Mouse id=12 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Power Button id=8 [slave keyboard (3)]
    ↳ Sleep Button id=9 [slave keyboard (3)]
    ↳ Laptop_Integrated_Webcam_E4HD id=10 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
    ↳ Dell WMI hotkeys id=13 [slave keyboard (3)]
    Testwise. I installed from AUR the "psmouse-elantech" package (as mentioned in the Touchpad Synaptics article). After reboot, no effect at all, xinput gives the same output.
    Can somebody point me in the correct direction please?
    --- snip /var/log/Xorg.0.log ---
    [ 11.978] (II) config/udev: Adding input device PS/2 Elantech Mouse (/dev/input/event11)
    [ 11.978] (**) PS/2 Elantech Mouse: Applying InputClass "evdev pointer catchall"
    [ 11.978] (II) Using input driver 'evdev' for 'PS/2 Elantech Mouse'
    [ 11.978] (**) PS/2 Elantech Mouse: always reports core events
    [ 11.978] (**) evdev: PS/2 Elantech Mouse: Device: "/dev/input/event11"
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Vendor 0x2 Product 0x1
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Found 3 mouse buttons
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Found relative axes
    [ 11.978] (--) evdev: PS/2 Elantech Mouse: Found x and y relative axes
    [ 11.978] (II) evdev: PS/2 Elantech Mouse: Configuring as mouse
    [ 11.978] (**) evdev: PS/2 Elantech Mouse: YAxisMapping: buttons 4 and 5
    [ 11.978] (**) evdev: PS/2 Elantech Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 11.978] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
    [ 11.978] (II) XINPUT: Adding extended input device "PS/2 Elantech Mouse" (type: MOUSE, id 12)
    [ 11.978] (II) evdev: PS/2 Elantech Mouse: initialized for relative axes.
    --- snap ---
    Last edited by sonnyka (2012-08-07 16:58:44)

    also see: https://bbs.archlinux.org/viewtopic.php?id=117109

  • Dell Vostro and iTunes [+media control buttons]

    Hi everybody!
    Well, I have a Dell Vostro 1310 laptop.
    It has media control buttons, as you can see in these images:
    http://img134.imageshack.us/my.php?image=moto0388ha4.jpg
    http://img98.imageshack.us/my.php?image=moto0389iu3.jpg
    http://img91.imageshack.us/my.php?image=moto0390ep2.jpg
    The fact is: the control buttons work properly IF, and only IF, iTunes is the active window.
    If it is not, they simply don't work.
    Is there anything I can do to solve it?

    Hi espectral,
    Welcome to Apple Discussions.
    I'm fairly sure you'd need dedicated software to interface with the keyboard and iTunes, most often 'media' keys only work by coicidence. Therefore, you'd need software from Dell (or other 3rd party software to link iTunes to the keyboard.)
    I don't think Dell specifically support Apple Software, but I know some other brands like Logitech do.
    Hope that helps.
    Regards,
    Peter.

  • CPU Fan Control H61M-P21 (B3) Motherboard

    I have assembled the following system recently:
    H61M-P21 (B3) Motherboard
    Sandy Bridge Core i3 2120 (Retail box w/cooler)
    2 x 2 GB Crucial Desktop memory
    SAPPHIRE Radeon HD 6750 1GB
    OCZ Vertex 2 60 GB
    Generic Case
    Windows 7 Pro
    I have a couple of questions.
    1/  I've installed the MSI Control Center and in the green power section I can set the CPU fan to quiet which is really quite necessary since the retail cooler at full speed is really quite noisy.  What I find irritating is changes with the MSI Control Center are not persistent.
    Is there any way to set the CPU fan to quiet and make the change persistent across reboots, etc...?
    2/  The system goes to sleep and wakes up just fine.  However - the only way to wake it up from sleep is to press the power button.
    Is there a way to allow the system to wake up from sleep using the keyboard?
    Any and all advice/recommendations welcome.
    Thanks.

    So I've been browsing the Application Guide and I came across the following passage, "Every time you shut down the system, the configured setting will be restored to the factory default. If you want to use the saved settings, you have to load it every time by clicking the “Load” button."
    So that answers my question - no persistent save support.  So I have a new question.
    Can I launch the control center from the command line specifying a saved config file?  (If yes, obviously I could create a start up item and that would be good enough)

  • Re: p67a gd65 b3 CPU fan control staying at 100% ?

    I hate to be reviving this thread, but it's already got evidence of my problem.
    Basically, Only 2 out of the 4 PWM controllers on the motherboard (P67a-GD65) allow for fan control. This was fine originally, when I only had two fans in my case, but when I upgraded to a third and plugged it in, it simply ran at 100% speed. Multiple scans in speedfan only found the CPU control and two PWMs. Looking in the BIOS it only saw two as well, even though the third fan was plugged in and running at 100%.
    My BIOS version is the one just before the ivy bridge update, so the 'improved system fan control' apparently didn't help.

    Quote from: Henry on 28-May-12, 04:09:10
    * There are only 2 PWM not 4, CPU fan & sys fan 1. The others are fan speed monitoring only and are not speed controlled.
    * Where do you get the idea that there is Ivy update for P67? The latest BIOS is 1.I:
    Update CPU Micro Code for Sandy Bridge C2 CPU
    The BIOS update page [http://www.msi.com/product/mb/P67A-GD65.html#/?div=BIOS];[Won't let me hyperlink] shows '- Update BIOS for IvyBridge 22nm CPU.' for BIOS v4. I nabbed version 1.19 because I have an i3-2100.
    The CPU fan is PWM controlled, but so are two of the SYSfans (I am able to control them through speedfan). I find it extremely hard to believe that the two other ones are for 'monitoring' only. You're telling me that they have 3 pins, two for voltage and one for monitoring, but they can't alter the voltage at all, so you'd have to put a controller between the pins and the fan? That completely erases the purpose of having the power coming from the motherboard. You could just get a fan controller that does the same thing, without having to screw around with the motherboard at all. Plus, speedfan doesn't even notice the PWM coming from either SYSFAN3 or SYSFAN4, if they are used for monitoring.
    This is the motherboard you're talking about, right? SYSFAN headers in red, and CPU in green.

  • P67a gd65 b3 CPU fan control staying at 100% ?

    Has anyone been able to get the cpu fan to ramp up and down with temp via bios ? I'm using a Noctua d14 and i5 2500k.

    Quote from: TheRealBaloo on 15-March-11, 07:43:53
    Hi,
    FYI I have the same issue with my Cooler Master 520 on the same board with a 2600k, fan runs at 100% 24/7, was not able to find a solution yet, will let you know if I do.
    hey you might try to install the control center and then click on the green power tab and then click on the the pop down tab saying green power again and then near the bottom of the page you will see the only three fans that you can control and the RPM they are currently running at. you need to pull down the minues and you will get three options to choose from 100%-75% or 50% but when you choose what you want them to run at be sure to double click that setting or it will just revert back to the original setting.  once you have changed all you want then click apply tab at the very bottom of that page and listen to your fans drop in speed but before you close the page you will need to save that set up so once you verify that what i mentioned worked then click the save tab too and lable it what you want to call it! this should work! but also i use a mega helm rev b and i ended up using sysfan2 and sysfan1 on the mobo for my two fans attached to my cooler just so i could control them both I and hooked up my rear fan on my case to the cpu jack on the mobo! you should have some control of all your other fans threw the click bios, this all worked great for my set up! i have a 2600k and the same mobo and i use ddr3 patriot ram 2000 9-11-9-27.....hope this works for you and answers your questions....have fun!....................................... ........... "warzone"

  • Cpu fan control problem

    I hope maybe somebody here can help me out,  I dont know where else to try,  please be gentle with me, just a newbie!
    I have a Medion 1918 desktop pc purchased in nov. 2004 and I was very happy with it until it quit working about 8 weeks ago.  The machine would not post,  and subsequently was returned for repair to the manufacturer.  Making a short story long,  it took almost 8 weeks to get it back in my hands and its just not the same as it was when it left here..
    The motherboard was replaced with a ms-7041,  and all I can tell you is its a 865pe,  but I cant find any info or documentation on the msi site for this model.  I do not even know if this is the same board model that it replaced.
    The problem is the computer now sounds like a 747 taking off,  I mean this thing is so loud now.  The fan spins at full speed all the time now,  whereas before it would throttle up or down depending on what the cpu was working on, or if it was just idling.  I have also noticed I dont have a "pc health status" when I go into the bios,  so I cant even tell what the cpu temps are or what the fan speeds are currently running at.
    I probably will need to give more info,  but I dont know what else you guys might need to know to help me out.
    If there is anyone who can help steer me in the right direction to rectifying this noise,  I would be greatly appreciative.

    Thanks Danny,  after much reading in these forums,  and other similar questions,  I had a feeling you were going to say that. 
    I realize now its an oem board and theres not much help from msi.  But I was hoping somebody might have some ideas why its so loud now and wont vary the rpm anymore like it did.  Also,  what about the pc health status?  Shouldnt there be one on a current cpu/mobo of this speed?
    On the downside,  so far,  its not been too easy of a go with the folks at medions customer care,  which is why I was looking for other opinions here.
    I just cant run this machine like this.  If I had a meter,  I would bet the noise is above 80decibels.  You cant even turn up the pc speakers loud enough to watch a dvd.  Medion tried to tell me they probably changed the fan, cuz its only a three pin connector,  and that the variable rpm fans are four pins and that this replacement mobo wouldnt connect to the old fan,  but it looks like the same fan got put back on to me, cuz its dirty and got some dust bunnies stuck in there.  So I dont know what or who to believe.
    A few more questions to add to the pile...
    What controls the variable fan speed on these p4's,  bios?
    Is it unusual that there is no pc health in the bios settings?
    Thats all I can think of right now,  I must shut this thing down for a couple hours cuz I'm going deaf and cant hear myself think.

  • Dell Vostro 3560 multimedia keys - how to map them

    Hi,
    when i press one of the multimedia keys, this is the dmesg i get:
    dell_wmi: Unknown key e028 pressed
    How can I map this to a command?
    Thank you

    No guarantees, but check these out: SteerMouse, ControllerMate, and USBOverdrive,

  • [Solved] Asus L1366 mobo, cpu fan speed control

    Hi, everyone,
    I finally have this new core i7 system, to replace my old AMD athlonx2.  I have one question about the CPU fan speed control.
    I remember that in my old system, the cpu fan speed control works out of box, no configuration is needed.
    But when I install arch 64 on this new i7 system, the cpu fan is running at its maximum speed constantly while the CPU temperature is modestly low. I know there is a wiki teaching how to do it.
    However, I am just curious why it doens't work out of box any more? Does CPU fan control work for you guys out of box normally? especially the new Core i7 cpu users?
    Please let me know, really appreciated it.
    Thanks a lot.
    Update: the issue is solved, see my last post, the solution is blacklisting: asus_atk0110, instead use w83667hg.
    Cheers.
    Last edited by mark.altern (2009-10-01 08:18:18)

    First off, it would be useful to know what the sensors-detect script actually reports.
    Okay. How fan control works on Linux: First, navigate to /sys/class/hwmon
    Each of these folders, i.e. hwmon0, stands for a sensors monitor / fan controller on your mainboard that may control one or several fans. Inside hwmonN, there should be a subfolder called device, which contains several interfaces if your BIOS allows software-side fan control. You can read them with cat and write to them with echo.
    Examples:
    pwm1_enable shows if OS-level fan control is enabled (1) or disabled and in BIOS control (0). Changing fan speed won't work if this is disabled. (i.e. cat /sys/class/hwmon0/device/pwm1_enable reports 0 -> disabled; you could enable it with echo 1 > /sys/class/hwmon0/device/pwm1_enable).
    pwm1 allows to change fan speed. The values range from 0 (fan off) to 255 (full speed, 12V).
    fan1_input shows the current RPM if a fan is connected. You can only read from this interface. Its useful to check all of these in the each of the hwmon folders to find out if there is actually a fan connected to the fan controller (they often have more ports than mainboard manufacturers use).
    There might be a fan1_div, this is somehow related to how the kernel reads the RPM, I don't know how it works.
    temp1_input interfaces can appeare too, if some of the chips have temperature sensors located somewhere. I *think* lm_sensors places the core temperatures it reads from CPU (the coretemp-isa-000X thingies) in one of the hwmon-folders too.
    There might be interfaces for different fans in the same hwmon folder, i.e. pwm2_enable, pwm2, fan2_input, etc., all interfaces with the same index belong to the same physical fan connector, and all in the same hwmonN are managed by the same IC on your mainboard.
    Warning: These interfaces, if they work, control the fans directly without any kind of security measure. If you shut some essential fan down, it will stay off until you reboot your CPU shuts down.
    (If you see something likein0_alarm, in0_input, in0_max, etc. it's a voltage monitoring chip.)
    If one of those interfaces can do something, OS-level fan control does work, if none of those folders contain a working pwm interface, fan control seems to be unavailable.
    Sometimes there is an option in the BIOS to enable it, and for some BIOSs software-side fan control only works if dynamic fan control is disabled in the BIOS and fan speed is set to a static value - or vice versa.
    I don't know what you are using to control fan speed, there are many applications that use these interfaces, i.e. GNOME or KDE power managers, so I'm not sure what is happening:
    IF: Windows 7 enables OS-level fan control and sets it the RPM to those you observed and you have nothing that provides fan control in Arch and so fan control stays at BIOS-level, which might also read out a different sensor / the same sensor differently or it might be more conservative in setting fan speeds altogether;
    OR: You have something that provides fan control installed in Arch and it reads out a the wrong value supplied by lm_sensors and thus sets a higher fan speed.
    Anyway, possible solutions I can think of:
    Find out if you have some kind of fan control software and what it does. For example, I use the fancontrol daemon, I can't help you if you use something else.
    The wiki mentions how to assign a fan speed to a certain temperature sensors. You might assign it to a different one. For example, there are no sensor chips on the mainboard of my EEE (no temp1 etc.) so I assigned the fan speed to the temperature reported by the BIOS via ACPI (those are in /sys/class/thermal, also no "device" subfolder on EEEs):
    FCTEMPS=/sys/class/hwmon/hwmon0/pwm1=/sys/class/thermal/thermal_zone0/temp
    You could also change the MINTEMP/MAXTEMP values to one higher than those you actually want to compensate for the effect of lm_sensors reporting temperatures that are too high.
    It is currently not possible for a mortal user to change the coretemps lm_sensors reads, see this post, last paragraph.
    There is a configuration file, /etc/sensors3.conf, you can change sensor names and adjust offsets here, but only for the monitoring chips and their sensors that are on the mainboard.
    Last edited by Malstrond (2009-08-19 19:34:22)

  • Problem with PM8PM-IL and the CPU fan

    Hello everybody i am spanish my apologies for my english xD
    I have a motherboard MSI PM8PM-IL (MS-7222), official intel fan with four connectors,the fan support PWM but the motherboard doesnt control the rpm of the fan and I have 3668 rpm 53 °C  (127 °F)
    From the manual  "you must use a specially designed fan with speed sensor to take advantage of the CPU fan control."
    In the bios i don't see that option "H/W Monitor This entry shows the status of your CPU, fan, warning for overall system status."
    "CPU Smart Fan Temperature"
    the manual have photos of this menus but when i enter in the bios i don't see anything of that
    msi.com/product/mb/PM8PM-IL--L.html

    You appear to have some Beta test version of the 1.2 BIOS.
    Try flashing to the last version 1.3:
    http://eu.msi.com/product/mb/PM8PM-IL--L.html#/?div=BIOS
    >>Use the MSI HQ Forum USB flasher<<
    However, its possible that your board simply doesn't support this feature, and the manual is incorrect.

  • K8N Neo-FSR CPU fan at full throttle after wake up from S3 (Suspend to RAM)

    Hi,
    using either Core Center or BIOS' smart cpu fan control my cpu fan throttles down to less than 2000 RPM without system load. Fine! But after wake up from S3 (Suspend to RAM) power down the cpu fan runs forever at full throttle with about >5000 RPM, making lots of noise. So far I didn't succeed neither with BIOS settings nor using Core Center to gain fan control after S3 wake up. Since Core Center apparently shows up the cpu temperature correctly with less than 40 degrees Celsius this may be a BIOS 1.4 bug.
    Can someone please point me into the right direction? Yep, I did read the FAQ and already use board's search function :-)
    Falo

    addendum
    did some further testing. Apparently this doesn't happen if I wait at least a couple of minutes between shutdown to S3 and wake up. In this case fan control works as expected afterwards.
    Falo

  • MEGA 865 fan control problems after suspend/hibernate.

    I'm seeing the CPU fan control problems, and it's REALLY ANNOYING, as it means I have to leave the machine on all the time. Specifically, after suspending or hibernating the machine, on wakeup the CPU fan goes to full speed and STAYS THERE until I reboot.
    This is on a CLEAN INSTALL of Windows XP.
    Is there going to be a fix for this from MSI soon? Because it's really ruining the experience of using the MEGA.

    Hi guys,
    I have builded a Mega 651 attaching a Celeron 2.4 Ghz.
    I installed the cooler but I got really scared when I realised that the fan run for 2 secs and then stopped.
    Is this normal?
    If yes then i am assuming that the voltage of the fan is controlled by a thermal sensor, meaning that the fan goes on when the temperature reaches a certain limit.
    Can the threshold temperature be controlled from bios so I can set it to minimum possible?
    thanks in advance

  • Vostro 3560 - AMD Radeon HD 7670M not working

    Hi guys,
    I bought an DELL VOSTRO 3560 with Intel and AMD graphic card, but when I trying to run switchable graphic card, it show an error message also when I run any games like (MS Flight simulator X) it don't detect my AMD graphiv card.
    also my OS is Windows 7 64bit and I upgrade all drivers.
    please see attached picture after I run AMD switchable graphic:

    Hi,
    Let me try to clarify you. The AMD Radeon HD 7670M works with Intel HD Graphics with a technology called "Enduro" that define (by the system) which graphic will be used in determined conditions.
    If you have the "Automatic Windows Update" setted "on", and like Dell did not released any new graphic driver for more than one year, your system will detect (automaticaly) new drives for Intel Graphics HD 4000 and will install them. And it's the cause of your problem. It will mess your graphics configurations.
    Like Ravi Chandra stated, you may need to completely unistall all graphics stuff and reinstall last Dell's driver (http://www.dell.com/support/drivers/us/en/19/DriverDetails/Product/vostro-3560?driverId=3WKM7&osCode=W764&fileId=3147193857&languageCode=en&categoryId=VI). It will restore your system graphics funcionalities.
    To avoid new issues, I would suggest you to read this thread: http://en.community.dell.com/support-forums/laptop/f/3519/t/19486888.aspx?PageIndex=1.
    Me and another community member, after the procedure above, have installed AMD Mobiity Graphics Drivers (http://support.amd.com/us/gpudownload/windows/Pages/radeonmob_win7-64.aspx) over the Dell's A04 drivers. And, after installed latest Intel Graphics updates (http://www.intel.com/p/en_US/support/detect?iid=dc_iduu).
    We kept all graphics devices functionalities with completely updated drives.
    Don't ask me why Dell did not release this solution. Me and the rest of world don't know.
    Let we know if this solved your issue
    Regards.
    Marco

Maybe you are looking for

  • How do I make 29.97fps look like film?

    Sorry for the novice questions, but all of my footage has been shot on a relatively inexpensive camcorder which records at 29.97fps. Is there any easy way to make it look like a 24fps film when I play it back on my NTSC television? I am relatively ne

  • No longer manage to copy music from iPod to iTunes

    After the installation of iTunes 7, I cant find a way to transfer the music files from my iPod to iTunes 7. YamiPod failed with error window pop up - "You have used this iPod with an unknown iTunes version, probably a new one." Also I am failed by us

  • All Mac network setup?

    Hello all! This is my first post here. Thanks for taking the time to help me with an answer to my question below. I work for a small graphic design firm. We all work on iMacs here in our office (6 Macs total) with the exception of two PCs (1 for rece

  • Database Migration to Windows 64bit

    Hi We are using Oracle11i(11.5.10.2) and Database 10.2.0.3 on windows 2000 server We are palnning to migrate database to windows 2003 64 bit and application on window 2003 server 32 bit my question here 1)do i need to install 64 bit of MKSTool kit an

  • General Questions about BI

    Hello, I want to get into SAP BI and have some questions about it. Is there a big downside in installing only the BI components without the Java BI components, or is it even possible if you want to work with BI. What are the general differences betwe