All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] lm-sensors config file for Asus K8N-DL motherboard
@ 2010-11-20 20:41 no tellin
  2010-11-21 10:03 ` Hans de Goede
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: no tellin @ 2010-11-20 20:41 UTC (permalink / raw)
  To: lm-sensors

/etc/sensors.d/asus_k8n-dl.conf
# libsensors configuration file
# -----------------------------
#
# This is a custom configuration file for the Asus K8N-DL Opteron motherboard.
# This custom configuration file should be located in /etc/sensors.d. This
# approach makes further updates much easier.
#
# Custom configuration files for specific mainboards can be found at
# http://www.lm-sensors.org/wiki/Configurations

# READ THE MAN PAGE DOCUMENTATION OF 'sensors.conf' FOR MORE
# COMPLETE INFORMATION. ie:

# man sensors.conf

# Regarding the Asus K8N-DL dual socket Opteron motherboard: This motherboard
# supports up to 8 SATA 1.5 drives using a combination of nVidia chipset and
# the Silicon Sys SATA chip.

# Warning: 'sensors-detect' will report the wrong Winbond I2C chip.
Board inspection
# and the official manual both indicate 'w83792d'.

chip "w83792d-*"

# All labels set to match Asus K8N-DL BIOS displayed labels. See
# the 'Fan Speed' and 'Voltage' screens in the BIOS.

# Voltage settings

    label in0 " VCoreA"
    label in1 " VCoreB"
    label in2 " +3.3 V"
    label in3 "+12.0 V"
    label in4 " +1.5 V"
    label in5 " +2.5 V"
    label in6 "   5VCC"
    label in7 "   5VSB"
    label in8 "   Vbat"

    compute in3 ((28/10)+1)*@ , @/((28/10)+1)

# Other than +3.3, +5.0 and +12.0 voltages (here set plus/minus 10%), the
# indicated min/max voltages are as per the Asus K8N-DL manual.
# These min/max ranges represent the min/max settings available in the
# BIOS. in4 is Chipset voltage and ranges from 1.5V to 1.8V in 0.1V
# increments. in5 are both CPUs DDR Voltage and ranges from 2.6V {2.5V
# when not set manually} to 2.9V in 0.1V increments. HT {Hyper Transport
# voltage} is not available through the I2C chip. It is set 'blind' and
# ranges from 1.20V to 1.35V in 0.05V increments.

    set in2_min   3.3 * 0.90
    set in2_max   3.3 * 1.10
    set in3_min  12.0 * 0.90
    set in3_max  12.0 * 1.10
    set in4_min   1.47
    set in4_max   1.83
    set in5_min   2.47
    set in5_max   2.93
    set in6_min   5.0 * 0.90
    set in6_max   5.0 * 1.10
    set in7_min   5.0 * 0.90
    set in7_max   5.0 * 1.10

# Fan settings - There are 6 fans on the motherboard. However, there is no
# 'fan6'. Instead, the internal label for the 6th fan is reported as 'fan7'.
# Who knew?
# Moreover, the fan labels stenciled onto the motherboard don't match what's
# reported in the BIOS. Alas, the labels reported in the BIOS don't match
# how the fans are used. What is reported as 'Front Fan 1' in the BIOS is
# dedicated to cooling the nVidia North Bridge chip. The commented out labels
# are as the BIOS labels the fans. The active labels reflect how the fans are
# used. You're sure to be confused. Trust the active labels.

#   label fan1 " CPU1 fan"
#   label fan2 " CPU2 fan"
#   label fan3 "Frnt1 fan"
#   label fan4 "Frnt2 fan"
    label fan5 "Rear1 fan"
    label fan7 "Rear2 fan"

# Override fan labels for your usage - The Asus K8N-DL uses the Frnt 1
# fan to cool the nVidia chipset.

    label fan1 "   NB fan"
    label fan2 " CPU1 fan"
    label fan3 " CPU2 fan"
    label fan4 "Frnt1 fan"

# Ignore unused fan connectors on the motherboard.

    ignore fan7

# All of the Asus K8N-DL fan connectors require a devisor of 4 except the
# fan dedicated to the North Bridge. That fan requires a divisor of 1.
# Having said that, the NB fan reports 2X revolutions compared to the BIOS.

    compute fan1 @/2,2*@

    set fan1_div 1
    set fan2_div 4
    set fan3_div 4
    set fan4_div 4
    set fan5_div 4
    set fan7_div 4

# Asus K8N-DL can allow 0 rpm for all fans when in SMART
# fan control mode. Set as applicable for your system.
#
# The Asus K8N-DL is based upon an nVidia nforce chipset. This is a hot
# chipset and comes with active (fan based) cooling. There is no
# temperature based fan speed control for this fan. The installed
# NB fan therefore always runs at ~5000 RPM. As this is a hot
# chipset, you probably always want to be warned when it's fan
# slows or stops. Set your kernel and userland programs accordingly.

#   set fan1_min 0
#   set fan2_min 0
#   set fan3_min 0
#   set fan4_min 0
#   set fan5_min 0
#   set fan7_min 0

# Temperature sensor settings

    label temp1 "  Sys tmp"
    label temp2 "CPU A tmp"
    label temp3 "CPU B tmp"

# Only set tempX_type if you have PC Health [disabled]
# in your BIOS. Generally, the kernel {lmsensors} will
# correctly detect individual temperature sensor type and
# set values accordingly.

#    set temp1_type 2
#    set temp2_type 2
#    set temp3_type 3

# Set your temperature max values. Warning: If your values here
# are set higher than the values set in your BIOS, then you may
# shutdown at a lower temperature than you think. It's probably
# best to assume that shutdown will occur at the lowest setting
# whenever the value here and the BIOS are discrepant.

# The other possibility is that a value set here will always
# override the BIOS. You may or may not want that behavior.
# Temperautres listed here come from the example in the manual.
# Max CPU temp is given at 60. All temps Celsius.

     set temp1_max      50
     set temp1_max_hyst 45
#    set temp2_max      55
#    set temp2_max_hyst 50
#    set temp3_max      55
#    set temp3_max_hyst 50

# Set as appropriate for your environment

     set temp2_max      60
     set temp2_max_hyst 55
     set temp3_max      60
     set temp3_max_hyst 55

# READ THE MAN PAGE DOCUMENTATION OF 'sensors.conf' FOR MORE
# COMPLETE INFORMATION. ie:

# man sensors.conf

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] lm-sensors config file for Asus K8N-DL motherboard
  2010-11-20 20:41 [lm-sensors] lm-sensors config file for Asus K8N-DL motherboard no tellin
@ 2010-11-21 10:03 ` Hans de Goede
  2010-11-22 17:06 ` no tellin
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Hans de Goede @ 2010-11-21 10:03 UTC (permalink / raw)
  To: lm-sensors

Hi,



On 11/20/2010 09:41 PM, no tellin wrote:
> /etc/sensors.d/asus_k8n-dl.conf

Hmm, most asus board now a days do not allow direct access to their
hwmon ic's (the resources for the i2c controller/  the superio ports
are marked as reserved in acpi).

Did you try this with a recent kernel ? Normally the kernel should
disallow access to the relevant hwmon ic's and the asus_atk0110 driver
which gives access to hwmon info through an asus specific acpi
interface should autoload.

<snip>

> # Warning: 'sensors-detect' will report the wrong Winbond I2C chip.
> Board inspection
> # and the official manual both indicate 'w83792d'.

Hmm, was this with a recent sensors-detect? If so that seems like
a bug in sensors-detect to me, can you please start a separate
thread about this?

Regards,

Hans


>
> chip "w83792d-*"
>
> # All labels set to match Asus K8N-DL BIOS displayed labels. See
> # the 'Fan Speed' and 'Voltage' screens in the BIOS.
>
> # Voltage settings
>
>      label in0 " VCoreA"
>      label in1 " VCoreB"
>      label in2 " +3.3 V"
>      label in3 "+12.0 V"
>      label in4 " +1.5 V"
>      label in5 " +2.5 V"
>      label in6 "   5VCC"
>      label in7 "   5VSB"
>      label in8 "   Vbat"
>
>      compute in3 ((28/10)+1)*@ , @/((28/10)+1)
>
> # Other than +3.3, +5.0 and +12.0 voltages (here set plus/minus 10%), the
> # indicated min/max voltages are as per the Asus K8N-DL manual.
> # These min/max ranges represent the min/max settings available in the
> # BIOS. in4 is Chipset voltage and ranges from 1.5V to 1.8V in 0.1V
> # increments. in5 are both CPUs DDR Voltage and ranges from 2.6V {2.5V
> # when not set manually} to 2.9V in 0.1V increments. HT {Hyper Transport
> # voltage} is not available through the I2C chip. It is set 'blind' and
> # ranges from 1.20V to 1.35V in 0.05V increments.
>
>      set in2_min   3.3 * 0.90
>      set in2_max   3.3 * 1.10
>      set in3_min  12.0 * 0.90
>      set in3_max  12.0 * 1.10
>      set in4_min   1.47
>      set in4_max   1.83
>      set in5_min   2.47
>      set in5_max   2.93
>      set in6_min   5.0 * 0.90
>      set in6_max   5.0 * 1.10
>      set in7_min   5.0 * 0.90
>      set in7_max   5.0 * 1.10
>
> # Fan settings - There are 6 fans on the motherboard. However, there is no
> # 'fan6'. Instead, the internal label for the 6th fan is reported as 'fan7'.
> # Who knew?
> # Moreover, the fan labels stenciled onto the motherboard don't match what's
> # reported in the BIOS. Alas, the labels reported in the BIOS don't match
> # how the fans are used. What is reported as 'Front Fan 1' in the BIOS is
> # dedicated to cooling the nVidia North Bridge chip. The commented out labels
> # are as the BIOS labels the fans. The active labels reflect how the fans are
> # used. You're sure to be confused. Trust the active labels.
>
> #   label fan1 " CPU1 fan"
> #   label fan2 " CPU2 fan"
> #   label fan3 "Frnt1 fan"
> #   label fan4 "Frnt2 fan"
>      label fan5 "Rear1 fan"
>      label fan7 "Rear2 fan"
>
> # Override fan labels for your usage - The Asus K8N-DL uses the Frnt 1
> # fan to cool the nVidia chipset.
>
>      label fan1 "   NB fan"
>      label fan2 " CPU1 fan"
>      label fan3 " CPU2 fan"
>      label fan4 "Frnt1 fan"
>
> # Ignore unused fan connectors on the motherboard.
>
>      ignore fan7
>
> # All of the Asus K8N-DL fan connectors require a devisor of 4 except the
> # fan dedicated to the North Bridge. That fan requires a divisor of 1.
> # Having said that, the NB fan reports 2X revolutions compared to the BIOS.
>
>      compute fan1 @/2,2*@
>
>      set fan1_div 1
>      set fan2_div 4
>      set fan3_div 4
>      set fan4_div 4
>      set fan5_div 4
>      set fan7_div 4
>
> # Asus K8N-DL can allow 0 rpm for all fans when in SMART
> # fan control mode. Set as applicable for your system.
> #
> # The Asus K8N-DL is based upon an nVidia nforce chipset. This is a hot
> # chipset and comes with active (fan based) cooling. There is no
> # temperature based fan speed control for this fan. The installed
> # NB fan therefore always runs at ~5000 RPM. As this is a hot
> # chipset, you probably always want to be warned when it's fan
> # slows or stops. Set your kernel and userland programs accordingly.
>
> #   set fan1_min 0
> #   set fan2_min 0
> #   set fan3_min 0
> #   set fan4_min 0
> #   set fan5_min 0
> #   set fan7_min 0
>
> # Temperature sensor settings
>
>      label temp1 "  Sys tmp"
>      label temp2 "CPU A tmp"
>      label temp3 "CPU B tmp"
>
> # Only set tempX_type if you have PC Health [disabled]
> # in your BIOS. Generally, the kernel {lmsensors} will
> # correctly detect individual temperature sensor type and
> # set values accordingly.
>
> #    set temp1_type 2
> #    set temp2_type 2
> #    set temp3_type 3
>
> # Set your temperature max values. Warning: If your values here
> # are set higher than the values set in your BIOS, then you may
> # shutdown at a lower temperature than you think. It's probably
> # best to assume that shutdown will occur at the lowest setting
> # whenever the value here and the BIOS are discrepant.
>
> # The other possibility is that a value set here will always
> # override the BIOS. You may or may not want that behavior.
> # Temperautres listed here come from the example in the manual.
> # Max CPU temp is given at 60. All temps Celsius.
>
>       set temp1_max      50
>       set temp1_max_hyst 45
> #    set temp2_max      55
> #    set temp2_max_hyst 50
> #    set temp3_max      55
> #    set temp3_max_hyst 50
>
> # Set as appropriate for your environment
>
>       set temp2_max      60
>       set temp2_max_hyst 55
>       set temp3_max      60
>       set temp3_max_hyst 55
>
> # READ THE MAN PAGE DOCUMENTATION OF 'sensors.conf' FOR MORE
> # COMPLETE INFORMATION. ie:
>
> # man sensors.conf
>
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] lm-sensors config file for Asus K8N-DL motherboard
  2010-11-20 20:41 [lm-sensors] lm-sensors config file for Asus K8N-DL motherboard no tellin
  2010-11-21 10:03 ` Hans de Goede
@ 2010-11-22 17:06 ` no tellin
  2010-11-22 17:10 ` no tellin
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: no tellin @ 2010-11-22 17:06 UTC (permalink / raw)
  To: lm-sensors

Hi Hans,

On Sun, Nov 21, 2010 at 5:03 AM, Hans de Goede <hdegoede@redhat.com> wrote:
> Hi,
>
>
>
> On 11/20/2010 09:41 PM, no tellin wrote:
>>
>> /etc/sensors.d/asus_k8n-dl.conf
>
> Hmm, most asus board now a days do not allow direct access to their
> hwmon ic's (the resources for the i2c controller/  the superio ports
> are marked as reserved in acpi).
>
> Did you try this with a recent kernel ? Normally the kernel should
> disallow access to the relevant hwmon ic's and the asus_atk0110 driver
> which gives access to hwmon info through an asus specific acpi
> interface should autoload.
>
> <snip>
>
>> # Warning: 'sensors-detect' will report the wrong Winbond I2C chip.
>> Board inspection
>> # and the official manual both indicate 'w83792d'.
>
> Hmm, was this with a recent sensors-detect? If so that seems like
> a bug in sensors-detect to me, can you please start a separate
> thread about this?
>
> Regards,
>
> Hans
>
>

Kernel:

# uname -a
Linux slizard 2.6.35.4 #1 SMP Sat Aug 28 00:05:36 EDT 2010 x86_64 AMD
Opteron(tm) Processor 242 AuthenticAMD GNU/Linux


Sensors detect:

Now follows a summary of the probes I have just done.
Just press ENTER to continue:

Driver `w83627hf':
  * ISA bus, address 0x290
    Chip `Winbond W83627THF/THG Super IO Sensors' (confidence: 9)


lm_senors version:

# emerge -s lm_sensors
Searching...
[ Results for search key : lm_sensors ]
[ Applications found : 1 ]

*  sys-apps/lm_sensors
      Latest version available: 3.2.0
      Latest version installed: 3.1.2-r1
      Size of files: 161 kB
      Homepage:      http://www.lm-sensors.org/
      Description:   Hardware Monitoring user-space utilities
      License:       GPL-2 LGPL-2.1


FWIW, I don't believe the K8N-DL includes support for asus_atk0110.
The board dates back to 2005 and was never continued in later
revisions. The board uses the nVidia CK804 chipset. Since nVidia is no
longer in the motherboard chipset business, this board has been EOLed
for awhile. i.e. -- There has only been the single version.

This is the output from lspci:

00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a3)
00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3)
00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3)
00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97
Audio Controller (rev a2)
00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev f2)
00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3)
00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3)
00:09.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2)
00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Miscellaneous Control
00:19.0 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] HyperTransport Technology Configuration
00:19.1 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Address Map
00:19.2 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] DRAM Controller
00:19.3 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Miscellaneous Control
01:09.0 RAID bus controller: Silicon Image, Inc. SiI 3114
[SATALink/SATARaid] Serial ATA Controller (rev 02)
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751
Gigabit Ethernet PCI Express (rev 11)
04:00.0 VGA compatible controller: ATI Technologies Inc R430 [Radeon
X800 (PCIE)]
04:00.1 Display controller: ATI Technologies Inc R430 [Radeon X800]
(PCIE) (Secondary)

Hope this helps.

Guy

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] lm-sensors config file for Asus K8N-DL motherboard
  2010-11-20 20:41 [lm-sensors] lm-sensors config file for Asus K8N-DL motherboard no tellin
  2010-11-21 10:03 ` Hans de Goede
  2010-11-22 17:06 ` no tellin
@ 2010-11-22 17:10 ` no tellin
  2010-11-22 19:26 ` Hans de Goede
  2010-11-23  0:17 ` no tellin
  4 siblings, 0 replies; 6+ messages in thread
From: no tellin @ 2010-11-22 17:10 UTC (permalink / raw)
  To: lm-sensors

On Sun, Nov 21, 2010 at 5:03 AM, Hans de Goede <hdegoede@redhat.com> wrote:
> Hi,
>

I seem to have forgotten to cut and past 'sensors' output. Sorry about that!

w83792d-i2c-0-2f
Adapter: SMBus nForce2 adapter at 1d00
 VCoreA:     +1.54 V  (min =  +0.80 V, max =  +1.60 V)
 VCoreB:     +1.55 V  (min =  +0.80 V, max =  +1.60 V)
 +3.3 V:     +3.25 V  (min =  +2.96 V, max =  +3.62 V)
+12.0 V:    +11.92 V  (min = +10.76 V, max = +13.19 V)
 +1.5 V:     +1.49 V  (min =  +1.46 V, max =  +1.82 V)
 +2.5 V:     +2.54 V  (min =  +2.46 V, max =  +2.93 V)
   5VCC:     +4.99 V  (min =  +4.49 V, max =  +5.50 V)
   5VSB:     +4.93 V  (min =  +4.49 V, max =  +5.50 V)
   Vbat:     +3.06 V  (min =  +2.69 V, max =  +3.30 V)
   NB fan:  5578 RPM  (min = 2657 RPM, div = 1)
 CPU1 fan:  2463 RPM  (min = 1328 RPM, div = 4)
 CPU2 fan:  2636 RPM  (min = 1997 RPM, div = 4)
Frnt1 fan:  2008 RPM  (min = 1328 RPM, div = 4)
Rear1 fan:  1950 RPM  (min = 1328 RPM, div = 4)
  Sys tmp:   +48.0°C  (high = +50.0°C, hyst = +45.0°C)
CPU A tmp:   +48.0°C  (high = +60.0°C, hyst = +55.0°C)
CPU B tmp:   +55.0°C  (high = +60.0°C, hyst = +55.0°C)

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] lm-sensors config file for Asus K8N-DL motherboard
  2010-11-20 20:41 [lm-sensors] lm-sensors config file for Asus K8N-DL motherboard no tellin
                   ` (2 preceding siblings ...)
  2010-11-22 17:10 ` no tellin
@ 2010-11-22 19:26 ` Hans de Goede
  2010-11-23  0:17 ` no tellin
  4 siblings, 0 replies; 6+ messages in thread
From: Hans de Goede @ 2010-11-22 19:26 UTC (permalink / raw)
  To: lm-sensors

Hi,

On 11/22/2010 06:06 PM, no tellin wrote:
> Hi Hans,
>
> On Sun, Nov 21, 2010 at 5:03 AM, Hans de Goede<hdegoede@redhat.com>  wrote:
>> Hi,
>>
>>
>>
>> On 11/20/2010 09:41 PM, no tellin wrote:
>>>
>>> /etc/sensors.d/asus_k8n-dl.conf
>>
>> Hmm, most asus board now a days do not allow direct access to their
>> hwmon ic's (the resources for the i2c controller/  the superio ports
>> are marked as reserved in acpi).
>>
>> Did you try this with a recent kernel ? Normally the kernel should
>> disallow access to the relevant hwmon ic's and the asus_atk0110 driver
>> which gives access to hwmon info through an asus specific acpi
>> interface should autoload.
>>
>> <snip>
>>
>>> # Warning: 'sensors-detect' will report the wrong Winbond I2C chip.
>>> Board inspection
>>> # and the official manual both indicate 'w83792d'.
>>
>> Hmm, was this with a recent sensors-detect? If so that seems like
>> a bug in sensors-detect to me, can you please start a separate
>> thread about this?
>>
>> Regards,
>>
>> Hans
>>
>>
>
> Kernel:
>
> # uname -a
> Linux slizard 2.6.35.4 #1 SMP Sat Aug 28 00:05:36 EDT 2010 x86_64 AMD
> Opteron(tm) Processor 242 AuthenticAMD GNU/Linux
>
>
> Sensors detect:
>
> Now follows a summary of the probes I have just done.
> Just press ENTER to continue:
>
> Driver `w83627hf':
>    * ISA bus, address 0x290
>      Chip `Winbond W83627THF/THG Super IO Sensors' (confidence: 9)
>

Hmm, it finds an isa winbond chip, but you're using a winbond chip
through i2c. Did it ask if you also wanted to probe i2c ? Can you
please re-run sensors-detect and let it probe i2c busses too ?

>
> lm_senors version:
>
> # emerge -s lm_sensors
> Searching...
> [ Results for search key : lm_sensors ]
> [ Applications found : 1 ]
>
> *  sys-apps/lm_sensors
>        Latest version available: 3.2.0
>        Latest version installed: 3.1.2-r1
>        Size of files: 161 kB
>        Homepage:      http://www.lm-sensors.org/
>        Description:   Hardware Monitoring user-space utilities
>        License:       GPL-2 LGPL-2.1
>
>
> FWIW, I don't believe the K8N-DL includes support for asus_atk0110.
> The board dates back to 2005 and was never continued in later
> revisions.

Ah, it could indeed be then that it does not support aus_atk0110.

Thanks & Regards,

Hans

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] lm-sensors config file for Asus K8N-DL motherboard
  2010-11-20 20:41 [lm-sensors] lm-sensors config file for Asus K8N-DL motherboard no tellin
                   ` (3 preceding siblings ...)
  2010-11-22 19:26 ` Hans de Goede
@ 2010-11-23  0:17 ` no tellin
  4 siblings, 0 replies; 6+ messages in thread
From: no tellin @ 2010-11-23  0:17 UTC (permalink / raw)
  To: lm-sensors

On Mon, Nov 22, 2010 at 2:26 PM, Hans de Goede <hdegoede@redhat.com> wrote:
> Hi,
>
>
> Hmm, it finds an isa winbond chip, but you're using a winbond chip
> through i2c. Did it ask if you also wanted to probe i2c ? Can you
> please re-run sensors-detect and let it probe i2c busses too ?
>

I probably should have included a little more of the sensors-detect
script/output:

# sensors-detect revision 5818 (2010-01-18 17:22:07 +0100)
# System: System manufacturer System Product Name
# Board: ASUSTek Computer INC. K8N-DL

This program will help you determine which kernel modules you need
to load to use lm_sensors most effectively. It is generally safe
and recommended to accept the default answers to all questions,
unless you know what you're doing.

Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no):
Silicon Integrated Systems SIS5595...                       No
VIA VT82C686 Integrated Sensors...                          No
VIA VT8231 Integrated Sensors...                            No
AMD K8 thermal sensors...                                   Success!
    (driver `k8temp')
AMD Family 10h thermal sensors...                           No
AMD Family 11h thermal sensors...                           No
Intel Core family thermal sensor...                         No
Intel Atom thermal sensor...                                No
Intel AMB FB-DIMM thermal sensor...                         No
VIA C7 thermal sensor...                                    No
VIA Nano thermal sensor...                                  No

Some Super I/O chips contain embedded sensors. We have to write to
standard I/O ports to probe them. This is usually safe.
Do you want to scan for Super I/O sensors? (YES/no):
Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor'...                   No
Trying family `SMSC'...                                     No
Trying family `VIA/Winbond/Nuvoton/Fintek'...               Yes
Found `Winbond W83627THF/THG Super IO Sensors'              Success!
    (address 0x290, driver `w83627hf')
Probing for Super-I/O at 0x4e/0x4f
Trying family `National Semiconductor'...                   No
Trying family `SMSC'...                                     No
Trying family `VIA/Winbond/Nuvoton/Fintek'...               No
Trying family `ITE'...                                      No


{interjection}
I don't usually let it probe the 'isa' bus and I hadn't in this case.  I had two
reasons for not probing the 'isa' bus. 1) All the official Asus material
references the 'Super IO' bus. 2) The default in the sensors-detect script
for probing 'isa' is 'no'. Generally speaking, I get good results with the
default.

In the interest of testing _just_ for you, I overrode the default 'no'
with 'YES'
and got these results:
{/interjection}

Some systems (mainly servers) implement IPMI, a set of common interfaces
through which system health data may be retrieved, amongst other things.
We first try to get the information from SMBIOS. If we don't find it
there, we have to read from arbitrary I/O ports to probe for such
interfaces. This is normally safe. Do you want to scan for IPMI
interfaces? (YES/no):
Probing for `IPMI BMC KCS' at 0xca0...                      No
Probing for `IPMI BMC SMIC' at 0xca8...                     No

Some hardware monitoring chips are accessible through the ISA I/O ports.
We have to write to arbitrary I/O ports to probe them. This is usually
safe though. Yes, you do have ISA I/O ports even if you do not have any
ISA slots! Do you want to scan the ISA I/O ports? (yes/NO): YES
Probing for `National Semiconductor LM78' at 0x290...       No
Probing for `National Semiconductor LM79' at 0x290...       No
Probing for `Winbond W83781D' at 0x290...                   No
Probing for `Winbond W83782D' at 0x290...                   No

Lastly, we can probe the I2C/SMBus adapters for connected hardware
monitoring devices. This is the most risky part, and while it works
reasonably well on most systems, it has been reported to cause trouble
on some systems.
Do you want to probe the I2C/SMBus adapters now? (YES/no):
Using driver `i2c-nforce2' for device 0000:00:01.1: nVidia Corporation
nForce4 SMBus (MCP)
FATAL: Error inserting i2c_dev
(/lib/modules/2.6.35.4/kernel/drivers/i2c/i2c-dev.ko): Invalid module
format
Failed to load module i2c-dev.

Next adapter: SMBus nForce2 adapter at 1d00 (i2c-0)
Do you want to scan it? (YES/no/selectively):
Can't open /dev/i2c-0
Next adapter: SMBus nForce2 adapter at 1e00 (i2c-1)
Do you want to scan it? (YES/no/selectively):
Can't open /dev/i2c-1
Now follows a summary of the probes I have just done.
Just press ENTER to continue:

{end of sensors-detect}

I'm not certain what happened after the probe of the 'isa' bus. The
noted modules
were already loaded{

# lsmod
Module                  Size  Used by
w83792d                21073  0
dm_mod                 58636  0
tg3                   123836  0
libphy                 16018  1 tg3
sata_sil                8044  6
snd_intel8x0           26519  3
k8temp                  3291  0
hwmon                   1417  2 w83792d,k8temp
i2c_nforce2             5328  0
sata_nv                21295  0
snd_ac97_codec        107756  1 snd_intel8x0
ac97_bus                1158  1 snd_ac97_codec

>
> Ah, it could indeed be then that it does not support aus_atk0110.
>

As it happens, I'll be testing 2.6.37_rc2 soon. I'll build the asus_atk0110
module and see if it loads. In the meantime, I'm perfectly happy with the
current arrangement. It exactly matches what's reported in the BIOS.

Best regards,

Guy

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-11-23  0:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-20 20:41 [lm-sensors] lm-sensors config file for Asus K8N-DL motherboard no tellin
2010-11-21 10:03 ` Hans de Goede
2010-11-22 17:06 ` no tellin
2010-11-22 17:10 ` no tellin
2010-11-22 19:26 ` Hans de Goede
2010-11-23  0:17 ` no tellin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.