uncle-meat / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

Intel DQ965GF Mainboard Sensor Support #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The information of voltage and of speed of the ventilator is not shown. 
Is there any other way of showing them? (They are selected how visible in
the View Sensors)
Mobo DQ965GF Windows Vista Business 32bits.

(reposted from Issue 27)

Original issue reported on code.google.com by moel.mich on 6 Apr 2010 at 2:40

Attachments:

GoogleCodeExporter commented 9 years ago
The board seems to use a Winbond PC8374L, which the Open Hardware Monitor does 
not
support currently.

Some information about the chip is available in the lm-sensors mailing list.

http://lists.lm-sensors.org/pipermail/lm-sensors/2007-March/019127.html

A datasheet can be found here 

http://www.winbond-usa.com/products/winbond_products/pdfs/APC/PC8374L.pdf

It does not have any direct temperature sensors, so usefulness might be 
limited. I am
not sure how much effort is required to implement support for the PC8374L. There
might be also conflicts with other software accessing the chip.

Original comment by moel.mich on 6 Apr 2010 at 2:58

GoogleCodeExporter commented 9 years ago
The Intel DG45FC mainboard seems to use the same chip.

Original comment by moel.mich on 6 Apr 2010 at 3:09

Attachments:

GoogleCodeExporter commented 9 years ago
I have a DG965MQ motherboard which uses the Intel HECI/MEI/QST system (they 
keep changing the name). I believe most of the Intel motherboards around that 
generation used the same system. I've got an experimental build of Open 
Hardware Monitor that uses the QST SDK working on my system. I'll try to get 
the code hosted somewhere if I get some spare time this week.

Original comment by gigap...@gmail.com on 10 Oct 2012 at 1:03

GoogleCodeExporter commented 9 years ago
I've attached the experimental patches. There's two parts: one is a patch for 
OpenHardwareMonitor and the other is a project to create an optional fan 
controller DLL since the Intel QST SDK doesn't expose that functionality in the 
public API. You'll also need to get the Intel QST SDK (I've got a copy 
available at https://github.com/gigaplex/Intel_QST_SDK) and include the 
QstComm.dll and QstInst.dll modules in the same directory as 
OpenHardwareMonitor.

Original comment by gigap...@gmail.com on 13 Oct 2012 at 7:29

Attachments: