All of lore.kernel.org
 help / color / mirror / Atom feed
* lm_sensors on Asus PC-DL (Intel 82801EB ICH5)
@ 2005-05-19  6:24 Brian Foddy
  2005-05-19  6:24 ` Mark Studebaker
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Foddy @ 2005-05-19  6:24 UTC (permalink / raw)
  To: lm-sensors

I'm trying to use lm_sensors to monitor a new
machine using the Asus PC-DL motherboard,
(3Ghz Xeon, Canterwood chip set).  Using Mandrake
9.2 with the standard 2.8.0 included, sensors-detect

Probing for PCI bus adapters...
Use driver `i2c-i801' for device 00:1f.3: Intel 82801EB ICH5
Probe succesfully concluded.

 We will now try to load each adapter module in turn.
Load `i2c-i801' (say NO if built into your kernel)? (YES/no):
Module loaded succesfully.


After sensors-detect it finds:
#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----

To load everything that is needed, add this to some /etc/rc* file:

#----cut here----
# I2C adapter drivers
modprobe i2c-i801
modprobe i2c-isa
# I2C chip drivers
modprobe lm75
modprobe eeprom
modprobe smbus-arp
modprobe w83627hf
# sleep 2 # optional
/usr/local/bin/sensors -s # recommended
#----cut here----

2 modules can't be loaded (I can't find them anywhere)
modprobe: Can't locate module smbus-arp
modprobe: Can't locate module w83627hf

And afterwards, the sensors command only outputs:
sensors
lm75-i2c-0-48
Adapter: SMBus I801 adapter at 0500
Algorithm: Non-I2C SMBus adapter
temp:     +253.0?C  (limit = +120.0?C, hysteresis = +100.0?C)

lm75-i2c-0-49
Adapter: SMBus I801 adapter at 0500
Algorithm: Non-I2C SMBus adapter
temp:     +253.0?C  (limit = +120.0?C, hysteresis = +100.0?C)

eeprom-i2c-0-50
Adapter: SMBus I801 adapter at 0500
Algorithm: Non-I2C SMBus adapter
Memory type:            DDR SDRAM DIMM SPD
Memory size (MB):       512

eeprom-i2c-0-52
Adapter: SMBus I801 adapter at 0500
Algorithm: Non-I2C SMBus adapter
Memory type:            DDR SDRAM DIMM SPD
Memory size (MB):       512



No cpu temps, fan speeds, voltages, etc.
I see from your web site the 82801EB has a
first release of 2.8.0.  
Questions:
1.  Should this board work?
2.  Are the 2 failed modules the problem/significant?
3.  If I upgrade to 2.8.1 would that help?

Also of note, I use many of the bttv / btaudio / ivtv
modules on this machine, and want to be sure upgrading
I2C wouldn't break any of these modules (or at least
I want to know what I'm getting in to).

Hope you can help...  I'd like to see these temps.
Brian


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

* lm_sensors on Asus PC-DL (Intel 82801EB ICH5)
  2005-05-19  6:24 lm_sensors on Asus PC-DL (Intel 82801EB ICH5) Brian Foddy
@ 2005-05-19  6:24 ` Mark Studebaker
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Studebaker @ 2005-05-19  6:24 UTC (permalink / raw)
  To: lm-sensors

don't know where the w83627hf module is but that's what you need.
It's in our package. Find it and get it loaded.
i2c-i801 is working fine.
Don't load lm75 or smbus-arp.


Brian Foddy wrote:
> 
> I'm trying to use lm_sensors to monitor a new
> machine using the Asus PC-DL motherboard,
> (3Ghz Xeon, Canterwood chip set).  Using Mandrake
> 9.2 with the standard 2.8.0 included, sensors-detect
> 
> Probing for PCI bus adapters...
> Use driver `i2c-i801' for device 00:1f.3: Intel 82801EB ICH5
> Probe succesfully concluded.
> 
>  We will now try to load each adapter module in turn.
> Load `i2c-i801' (say NO if built into your kernel)? (YES/no):
> Module loaded succesfully.
> 
> After sensors-detect it finds:
> #----cut here----
> # I2C module options
> alias char-major-89 i2c-dev
> #----cut here----
> 
> To load everything that is needed, add this to some /etc/rc* file:
> 
> #----cut here----
> # I2C adapter drivers
> modprobe i2c-i801
> modprobe i2c-isa
> # I2C chip drivers
> modprobe lm75
> modprobe eeprom
> modprobe smbus-arp
> modprobe w83627hf
> # sleep 2 # optional
> /usr/local/bin/sensors -s # recommended
> #----cut here----
> 
> 2 modules can't be loaded (I can't find them anywhere)
> modprobe: Can't locate module smbus-arp
> modprobe: Can't locate module w83627hf
> 
> And afterwards, the sensors command only outputs:
> sensors
> lm75-i2c-0-48
> Adapter: SMBus I801 adapter at 0500
> Algorithm: Non-I2C SMBus adapter
> temp:     +253.0?C  (limit = +120.0?C, hysteresis = +100.0?C)
> 
> lm75-i2c-0-49
> Adapter: SMBus I801 adapter at 0500
> Algorithm: Non-I2C SMBus adapter
> temp:     +253.0?C  (limit = +120.0?C, hysteresis = +100.0?C)
> 
> eeprom-i2c-0-50
> Adapter: SMBus I801 adapter at 0500
> Algorithm: Non-I2C SMBus adapter
> Memory type:            DDR SDRAM DIMM SPD
> Memory size (MB):       512
> 
> eeprom-i2c-0-52
> Adapter: SMBus I801 adapter at 0500
> Algorithm: Non-I2C SMBus adapter
> Memory type:            DDR SDRAM DIMM SPD
> Memory size (MB):       512
> 
> No cpu temps, fan speeds, voltages, etc.
> I see from your web site the 82801EB has a
> first release of 2.8.0.
> Questions:
> 1.  Should this board work?
> 2.  Are the 2 failed modules the problem/significant?
> 3.  If I upgrade to 2.8.1 would that help?
> 
> Also of note, I use many of the bttv / btaudio / ivtv
> modules on this machine, and want to be sure upgrading
> I2C wouldn't break any of these modules (or at least
> I want to know what I'm getting in to).
> 
> Hope you can help...  I'd like to see these temps.
> Brian

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

end of thread, other threads:[~2005-05-19  6:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19  6:24 lm_sensors on Asus PC-DL (Intel 82801EB ICH5) Brian Foddy
2005-05-19  6:24 ` Mark Studebaker

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.