Ticket #2342 (closed defect: invalid)

Opened 5 years ago

Last modified 5 years ago

Asus k8n reports 0 for cpu fan speed

Reported by: ticket Owned by: somebody
Priority: minor Milestone:
Component: misc Version:
Keywords: Cc:

Description

Asus K8N linux mandriva 2008.1 lm-sensors 2.10.5

CPU fan speed :

- bios reports good speed - lm-sensors reports 0 when speed is less than about 2600 rpm

then to have a good report i add this in "chip "it87-*" "it8712-*"" section :

#############################################################################
# ASUS K8N
#
# CPU fan speed is always 0 when less than about 2600 rpm
# use fan divisor for computing fan cpu speed
set fan1_div 8
#
#############################################################################

Change History

Changed 5 years ago by ticket

finally there is also 0 reported for Chassis and PSU fan
so i add this :

##############################################################

# ASUS K8N
#
# CPU fan speed of the AMD package always 0 when less than about 2600 rpm
# use fan divisor for computing fan cpu speed
set fan1_div 8
#
# Antec chassis fan 120 mm speed always at 0
# use # use fan divisor for computing fan speed
set fan2_div 8
#
# Antec PSU fan 80 mm speed always at 0
# use fan divisor for computing fan speed
set fan3_div 8
#
##############################################################

Changed 5 years ago by khali

  • priority changed from major to minor
  • resolution set to invalid
  • status changed from new to closed
  • component changed from fancontrol to misc

This is part of the configuration step every user must do after installing lm-sensors. This all depends on what fans you use, so it can't go in the default configuration file. Not to mention that we don't do have any "set" statement in the default configuration file anymore anyway.

Note: See TracTickets for help on using tickets.