All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] Unsupported mBMC on Intel SE7320SP2
@ 2005-07-06 17:40 Schäfer Raumgestaltung
  2005-07-06 21:36 ` Richard Hirst
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Schäfer Raumgestaltung @ 2005-07-06 17:40 UTC (permalink / raw)
  To: lm-sensors

Chips on this Board:
   
Super-I/O National (now Winbond) PC 87427
mBMC     National                        PC 87431

No Info available as i read in Section 'newdrivers' 

I found some 'Documentation' on INTEL Support CD (see partial Cut below)

if useful, please E-Mail  for further Data.......

hth

Uli


//****************************************************************************


//
// File Header Information
//

_LF_NAME       'SE7320SP2/SE7525GP2 SDR File'
_LF_VERSION    '1.10'
_LF_FMT_VER    '1.50'
_IPMI_VERSION  '1.50'

//
// SDR Header Information
//

_SDR (
_START_ADDR    0000
_DATA_LEN      0000
_NVS_TYPE      'IMBDEVICE'
_DEV_BUS       FF
_DEV_ADDRESS   20


// ================================

######################## Cut here '##########################################

// ================================
//     CPU1 12V Sensor SDR entry (0Ah)
// ================================

_SDR_TYPE      01
_REC_LEN       0038

   // Sensor Record Header
   000B               // Record ID
   51                 // SDR Version
   01                 // Record Type
   33                 // Record Length

   // Record Key Bytes
   20                 // Sensor Owner ID
   00                 // Sensor Owner LUN
   0A                 // Sensor Number

   // Record Body Bytes
   07                 // Entity ID
   01                 // Entity Instance
   79                 // Sensor Initialization
   68                 // Sensor Capabilities
   02                 // Sensor Type
   01                 // Event / Reading Base Type
   8532               // Assertion Event Mask
   8532               // Deassertion Event Mask
   1B1B               // Reading Mask & Settable / Readable Threshold Masks
   00                 // Sensor Units 1
   04                 // Sensor Units 2
   00                 // Sensor Units 3
   00                 // Linearization
   3E                 // M
   00                 // M, Tolerance
   60                 // B
   00                 // B, Accuracy
   00                 // Accuracy, Accuracy Exp
   D0                 // R exp, B exp
   07                 // Analog characteristic flags
   C1                 // Nominal Reading
   D2                 // Normal Maximum
   B3                 // Normal Minimum
   FF                 // Sensor Maximum Reading
   00                 // Sensor Minimum Reading
   00                 // Upper non-recoverable
   D9                 // Upper critical
   D3                 // Upper non-critical
   00                 // Lower non-recoverable
   AD                 // Lower critical
   B2                 // Lower non-critical
   02                 // Positive hysterisis value
   02                 // Negative hysterisis value
   00                 // Reserved
   00                 // Reserved
   00                 // OEM
   C8                 // Type/Length Code
   'CPU1 12V'         // String Bytes


######################## Cut here '##########################################

// ================================
//     Proc1 VCCP Sensor SDR entry (15h)
// ================================
_SDR_TYPE      02
_REC_LEN       002A

   // Sensor Record Header
   0016               // Record ID
   51                 // SDR Version
   02                 // Record Type
   25                 // Record Length

   // Record Key Bytes
   20                 // Sensor Owner ID
   00                 // Sensor Owner LUN
   15                 // Sensor Number

   // Record Body Bytes
   03                 // Entity ID
   01                 // Entity Instance
   79                 // Sensor Initialization
   68                 // Sensor Capabilities
   02                 // Sensor Type
   03                 // Event / Reading Base Type
   0100               // Assertion Event Mask
   0100               // Deassertion Event Mask
   0100               // Reading Mask & Settable / Readable Threshold Masks
   C0                 // Sensor Units 1
   00                 // Sensor Units 2
   00                 // Sensor Units 3
   0100               // Sensor Record Sharing
   00                 // Positive-going Threshold Hysteresis
   00                 // Negative-going Threshold Hysteresis
   00                 // Reserved
   00                 // Reserved
   00                 // Reserved
   00                 // OEM
   CA                 // Type/Length Code
   'Proc1 VCCP'       // String Bytes

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

* [lm-sensors] Unsupported mBMC on Intel SE7320SP2
  2005-07-06 17:40 [lm-sensors] Unsupported mBMC on Intel SE7320SP2 Schäfer Raumgestaltung
@ 2005-07-06 21:36 ` Richard Hirst
  2005-07-06 21:36 ` Jeff Bloom
  2005-07-06 21:36 ` Mark Studebaker
  2 siblings, 0 replies; 4+ messages in thread
From: Richard Hirst @ 2005-07-06 21:36 UTC (permalink / raw)
  To: lm-sensors

Check out this thread:

<http://lists.lm-sensors.org/pipermail/lm-sensors/2005-June/012825.html>

Sounds like you have the same chips as me, at least.  With appropriate
kernel patches I am able to read the sensors.

Richard


On Tue, Jul 05, 2005 at 08:47:06PM +0200, Sch?fer Raumgestaltung wrote:
> Chips on this Board:
>    
> Super-I/O National (now Winbond) PC 87427
> mBMC     National                        PC 87431
> 
> No Info available as i read in Section 'newdrivers' 
> 
> I found some 'Documentation' on INTEL Support CD (see partial Cut below)
> 
> if useful, please E-Mail  for further Data.......
> 
> hth
> 
> Uli
> 
> 
> //****************************************************************************
> 
> 
> //
> // File Header Information
> //
> 
> _LF_NAME       'SE7320SP2/SE7525GP2 SDR File'
> _LF_VERSION    '1.10'
> _LF_FMT_VER    '1.50'
> _IPMI_VERSION  '1.50'
> 
> //
> // SDR Header Information
> //
> 
> _SDR (
> _START_ADDR    0000
> _DATA_LEN      0000
> _NVS_TYPE      'IMBDEVICE'
> _DEV_BUS       FF
> _DEV_ADDRESS   20
> 
> 
> // ================================
> 
> ######################## Cut here '##########################################
> 
> // ================================
> //     CPU1 12V Sensor SDR entry (0Ah)
> // ================================
> 
> _SDR_TYPE      01
> _REC_LEN       0038
> 
>    // Sensor Record Header
>    000B               // Record ID
>    51                 // SDR Version
>    01                 // Record Type
>    33                 // Record Length
> 
>    // Record Key Bytes
>    20                 // Sensor Owner ID
>    00                 // Sensor Owner LUN
>    0A                 // Sensor Number
> 
>    // Record Body Bytes
>    07                 // Entity ID
>    01                 // Entity Instance
>    79                 // Sensor Initialization
>    68                 // Sensor Capabilities
>    02                 // Sensor Type
>    01                 // Event / Reading Base Type
>    8532               // Assertion Event Mask
>    8532               // Deassertion Event Mask
>    1B1B               // Reading Mask & Settable / Readable Threshold Masks
>    00                 // Sensor Units 1
>    04                 // Sensor Units 2
>    00                 // Sensor Units 3
>    00                 // Linearization
>    3E                 // M
>    00                 // M, Tolerance
>    60                 // B
>    00                 // B, Accuracy
>    00                 // Accuracy, Accuracy Exp
>    D0                 // R exp, B exp
>    07                 // Analog characteristic flags
>    C1                 // Nominal Reading
>    D2                 // Normal Maximum
>    B3                 // Normal Minimum
>    FF                 // Sensor Maximum Reading
>    00                 // Sensor Minimum Reading
>    00                 // Upper non-recoverable
>    D9                 // Upper critical
>    D3                 // Upper non-critical
>    00                 // Lower non-recoverable
>    AD                 // Lower critical
>    B2                 // Lower non-critical
>    02                 // Positive hysterisis value
>    02                 // Negative hysterisis value
>    00                 // Reserved
>    00                 // Reserved
>    00                 // OEM
>    C8                 // Type/Length Code
>    'CPU1 12V'         // String Bytes
> 
> 
> ######################## Cut here '##########################################
> 
> // ================================
> //     Proc1 VCCP Sensor SDR entry (15h)
> // ================================
> _SDR_TYPE      02
> _REC_LEN       002A
> 
>    // Sensor Record Header
>    0016               // Record ID
>    51                 // SDR Version
>    02                 // Record Type
>    25                 // Record Length
> 
>    // Record Key Bytes
>    20                 // Sensor Owner ID
>    00                 // Sensor Owner LUN
>    15                 // Sensor Number
> 
>    // Record Body Bytes
>    03                 // Entity ID
>    01                 // Entity Instance
>    79                 // Sensor Initialization
>    68                 // Sensor Capabilities
>    02                 // Sensor Type
>    03                 // Event / Reading Base Type
>    0100               // Assertion Event Mask
>    0100               // Deassertion Event Mask
>    0100               // Reading Mask & Settable / Readable Threshold Masks
>    C0                 // Sensor Units 1
>    00                 // Sensor Units 2
>    00                 // Sensor Units 3
>    0100               // Sensor Record Sharing
>    00                 // Positive-going Threshold Hysteresis
>    00                 // Negative-going Threshold Hysteresis
>    00                 // Reserved
>    00                 // Reserved
>    00                 // Reserved
>    00                 // OEM
>    CA                 // Type/Length Code
>    'Proc1 VCCP'       // String Bytes
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

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

* [lm-sensors] Unsupported mBMC on Intel SE7320SP2
  2005-07-06 17:40 [lm-sensors] Unsupported mBMC on Intel SE7320SP2 Schäfer Raumgestaltung
  2005-07-06 21:36 ` Richard Hirst
@ 2005-07-06 21:36 ` Jeff Bloom
  2005-07-06 21:36 ` Mark Studebaker
  2 siblings, 0 replies; 4+ messages in thread
From: Jeff Bloom @ 2005-07-06 21:36 UTC (permalink / raw)
  To: lm-sensors

Try the following link below where you need the kernel patch for ipmi_smb_intf driver
http://sourceforge.net/projects/openipmi/
Follow the link above for the 2.4 or 2.6 kernel.

Also you need the i801 driver to be loaded.

I hope this helps as this worked for me on a SE7320VP2 platform.

-JB


-----Original Message-----
From: Sch?fer Raumgestaltung [mailto:ulrich@schaefer-raumgestaltung.de] 
Sent: Tuesday, July 05, 2005 2:47 PM
To: lm-sensors@lm-sensors.org
Subject: [lm-sensors] Unsupported mBMC on Intel SE7320SP2


Chips on this Board:
   
Super-I/O National (now Winbond) PC 87427
mBMC     National                        PC 87431

No Info available as i read in Section 'newdrivers' 

I found some 'Documentation' on INTEL Support CD (see partial Cut below)

if useful, please E-Mail  for further Data.......

hth

Uli


//****************************************************************************


//
// File Header Information
//

_LF_NAME       'SE7320SP2/SE7525GP2 SDR File'
_LF_VERSION    '1.10'
_LF_FMT_VER    '1.50'
_IPMI_VERSION  '1.50'

//
// SDR Header Information
//

_SDR (
_START_ADDR    0000
_DATA_LEN      0000
_NVS_TYPE      'IMBDEVICE'
_DEV_BUS       FF
_DEV_ADDRESS   20


// ================================

######################## Cut here '##########################################

// ================================
//     CPU1 12V Sensor SDR entry (0Ah)
// ================================

_SDR_TYPE      01
_REC_LEN       0038

   // Sensor Record Header
   000B               // Record ID
   51                 // SDR Version
   01                 // Record Type
   33                 // Record Length

   // Record Key Bytes
   20                 // Sensor Owner ID
   00                 // Sensor Owner LUN
   0A                 // Sensor Number

   // Record Body Bytes
   07                 // Entity ID
   01                 // Entity Instance
   79                 // Sensor Initialization
   68                 // Sensor Capabilities
   02                 // Sensor Type
   01                 // Event / Reading Base Type
   8532               // Assertion Event Mask
   8532               // Deassertion Event Mask
   1B1B               // Reading Mask & Settable / Readable Threshold Masks
   00                 // Sensor Units 1
   04                 // Sensor Units 2
   00                 // Sensor Units 3
   00                 // Linearization
   3E                 // M
   00                 // M, Tolerance
   60                 // B
   00                 // B, Accuracy
   00                 // Accuracy, Accuracy Exp
   D0                 // R exp, B exp
   07                 // Analog characteristic flags
   C1                 // Nominal Reading
   D2                 // Normal Maximum
   B3                 // Normal Minimum
   FF                 // Sensor Maximum Reading
   00                 // Sensor Minimum Reading
   00                 // Upper non-recoverable
   D9                 // Upper critical
   D3                 // Upper non-critical
   00                 // Lower non-recoverable
   AD                 // Lower critical
   B2                 // Lower non-critical
   02                 // Positive hysterisis value
   02                 // Negative hysterisis value
   00                 // Reserved
   00                 // Reserved
   00                 // OEM
   C8                 // Type/Length Code
   'CPU1 12V'         // String Bytes


######################## Cut here '##########################################

// ================================
//     Proc1 VCCP Sensor SDR entry (15h)
// ================================
_SDR_TYPE      02
_REC_LEN       002A

   // Sensor Record Header
   0016               // Record ID
   51                 // SDR Version
   02                 // Record Type
   25                 // Record Length

   // Record Key Bytes
   20                 // Sensor Owner ID
   00                 // Sensor Owner LUN
   15                 // Sensor Number

   // Record Body Bytes
   03                 // Entity ID
   01                 // Entity Instance
   79                 // Sensor Initialization
   68                 // Sensor Capabilities
   02                 // Sensor Type
   03                 // Event / Reading Base Type
   0100               // Assertion Event Mask
   0100               // Deassertion Event Mask
   0100               // Reading Mask & Settable / Readable Threshold Masks
   C0                 // Sensor Units 1
   00                 // Sensor Units 2
   00                 // Sensor Units 3
   0100               // Sensor Record Sharing
   00                 // Positive-going Threshold Hysteresis
   00                 // Negative-going Threshold Hysteresis
   00                 // Reserved
   00                 // Reserved
   00                 // Reserved
   00                 // OEM
   CA                 // Type/Length Code
   'Proc1 VCCP'       // String Bytes
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

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

* [lm-sensors] Unsupported mBMC on Intel SE7320SP2
  2005-07-06 17:40 [lm-sensors] Unsupported mBMC on Intel SE7320SP2 Schäfer Raumgestaltung
  2005-07-06 21:36 ` Richard Hirst
  2005-07-06 21:36 ` Jeff Bloom
@ 2005-07-06 21:36 ` Mark Studebaker
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Studebaker @ 2005-07-06 21:36 UTC (permalink / raw)
  To: lm-sensors

the newdrivers page does indeed have info on the 87431.

Sch?fer Raumgestaltung wrote:
> Chips on this Board:
>    
> Super-I/O National (now Winbond) PC 87427
> mBMC     National                        PC 87431
> 
> No Info available as i read in Section 'newdrivers' 
> 
> I found some 'Documentation' on INTEL Support CD (see partial Cut below)
> 
> if useful, please E-Mail  for further Data.......
> 
> hth
> 
> Uli
> 
> 
> //****************************************************************************
> 
> 
> //
> // File Header Information
> //
> 
> _LF_NAME       'SE7320SP2/SE7525GP2 SDR File'
> _LF_VERSION    '1.10'
> _LF_FMT_VER    '1.50'
> _IPMI_VERSION  '1.50'
> 
> //
> // SDR Header Information
> //
> 
> _SDR (
> _START_ADDR    0000
> _DATA_LEN      0000
> _NVS_TYPE      'IMBDEVICE'
> _DEV_BUS       FF
> _DEV_ADDRESS   20
> 
> 
> // ================================
> 
> ######################## Cut here '##########################################
> 
> // ================================
> //     CPU1 12V Sensor SDR entry (0Ah)
> // ================================
> 
> _SDR_TYPE      01
> _REC_LEN       0038
> 
>    // Sensor Record Header
>    000B               // Record ID
>    51                 // SDR Version
>    01                 // Record Type
>    33                 // Record Length
> 
>    // Record Key Bytes
>    20                 // Sensor Owner ID
>    00                 // Sensor Owner LUN
>    0A                 // Sensor Number
> 
>    // Record Body Bytes
>    07                 // Entity ID
>    01                 // Entity Instance
>    79                 // Sensor Initialization
>    68                 // Sensor Capabilities
>    02                 // Sensor Type
>    01                 // Event / Reading Base Type
>    8532               // Assertion Event Mask
>    8532               // Deassertion Event Mask
>    1B1B               // Reading Mask & Settable / Readable Threshold Masks
>    00                 // Sensor Units 1
>    04                 // Sensor Units 2
>    00                 // Sensor Units 3
>    00                 // Linearization
>    3E                 // M
>    00                 // M, Tolerance
>    60                 // B
>    00                 // B, Accuracy
>    00                 // Accuracy, Accuracy Exp
>    D0                 // R exp, B exp
>    07                 // Analog characteristic flags
>    C1                 // Nominal Reading
>    D2                 // Normal Maximum
>    B3                 // Normal Minimum
>    FF                 // Sensor Maximum Reading
>    00                 // Sensor Minimum Reading
>    00                 // Upper non-recoverable
>    D9                 // Upper critical
>    D3                 // Upper non-critical
>    00                 // Lower non-recoverable
>    AD                 // Lower critical
>    B2                 // Lower non-critical
>    02                 // Positive hysterisis value
>    02                 // Negative hysterisis value
>    00                 // Reserved
>    00                 // Reserved
>    00                 // OEM
>    C8                 // Type/Length Code
>    'CPU1 12V'         // String Bytes
> 
> 
> ######################## Cut here '##########################################
> 
> // ================================
> //     Proc1 VCCP Sensor SDR entry (15h)
> // ================================
> _SDR_TYPE      02
> _REC_LEN       002A
> 
>    // Sensor Record Header
>    0016               // Record ID
>    51                 // SDR Version
>    02                 // Record Type
>    25                 // Record Length
> 
>    // Record Key Bytes
>    20                 // Sensor Owner ID
>    00                 // Sensor Owner LUN
>    15                 // Sensor Number
> 
>    // Record Body Bytes
>    03                 // Entity ID
>    01                 // Entity Instance
>    79                 // Sensor Initialization
>    68                 // Sensor Capabilities
>    02                 // Sensor Type
>    03                 // Event / Reading Base Type
>    0100               // Assertion Event Mask
>    0100               // Deassertion Event Mask
>    0100               // Reading Mask & Settable / Readable Threshold Masks
>    C0                 // Sensor Units 1
>    00                 // Sensor Units 2
>    00                 // Sensor Units 3
>    0100               // Sensor Record Sharing
>    00                 // Positive-going Threshold Hysteresis
>    00                 // Negative-going Threshold Hysteresis
>    00                 // Reserved
>    00                 // Reserved
>    00                 // Reserved
>    00                 // OEM
>    CA                 // Type/Length Code
>    'Proc1 VCCP'       // String Bytes
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors



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

end of thread, other threads:[~2005-07-06 21:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-06 17:40 [lm-sensors] Unsupported mBMC on Intel SE7320SP2 Schäfer Raumgestaltung
2005-07-06 21:36 ` Richard Hirst
2005-07-06 21:36 ` Jeff Bloom
2005-07-06 21:36 ` 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.