You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
4.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<meta name="author" content="Jonathan Soon Yew Teh">
<title>MBProbe User's Manual</title>
</head>
<body>
<div align="Center">
<h1>MBProbe</h1>
<b>Version 1.31<br>
Copyright 1998-2002 Jonathan Soon Yew Teh</b><br>
</div>
<div align="Center"><a href="http://web.bham.ac.uk/jst829/mbprobe/">http://web.bham.ac.uk/jst829/mbprobe/</a><br>
</div>
<h2>Known Issues</h2>
<h3>Minor cosmetic issues</h3>
<ul>
<li>Changing some settings does not affect the reading/display immediately.</li>
<li>Changing the temperature units does not affect the units in the temperature
property sheet immediately.</li>
<li>Changing the temperature units does not affect the headers in the history
log. Clear the history log to update the header.</li>
<li>The frequency of swapping the temperature display in the system tray
is not exact. This is due to the inaccuracy of the standard timer event.</li>
<li>Viewing a log multiple times will result in multiple copies of Notepad.</li>
<li>If you uncheck all status icon temperatures and click OK, MBProbe
will automatically enable the motherboard temperature display. This is to
ensure that a temperature will be displayed in the status icon.</li>
<li>Checking too many temperature/fan readings for the tooltip may result
in the tooltip being truncated. This is a limitation of Windows and no workaround
is available.</li>
</ul>
<h3>NT issues</h3>
<ul>
<li>Suspending the system does not work under NT 4.0 because the OS does
not support power management; upgrade to Windows 2000.</li>
<li>Shutting down the system requires the shutdown privilege under NT/W2000.
MBProbe attempts to request for this privilege but may not be successful.</li>
<li>A few people have reported trouble installing or uninstalling the giveio.sys
driver. Unfortunately I have not been able to reproduce this under Win2000 or XP.
As such, I am unable fix it.</li>
<li>A few people have reported problems running full-screen DOS applications
and/or accessing the floppy drive with the giveio.sys driver installed.
Unfortunately I have not been able to reproduce this under Win2000 or XP. As such,
I am unable to fix it.</li>
</ul>
<h3>Hardware issues</h3>
<ul>
<li>Systems with a VIA Apollo Pro chipset (VT82C691A+VT82C596A) may lock-up
when starting MBProbe. If this happens start MBProbe with the "-nosmbus"
parameter. If monitoring chips in your system are connected to the SMBus
only, then nothing will be detected. Please ask the vendor for a BIOS upgrade
to fix this problem.</li>
<li>Untested hardware (programming based on the data sheets):</li>
</ul>
<blockquote>
<ul>
<li>ADM1022</li>
<li>GL525SM</li>
<li>LM83</li>
<li>MTP008</li>
<li>FMS2701</li>
<li>THMC50</li>
</ul>
</blockquote>
<blockquote>Feedback is needed. Please report your success/failures, a complete
set of readings, motherboard, chip address. Thanks.<br>
</blockquote>
<ul>
<li>ADM1022/4, FMS2701: Preliminary datasheets, specs may change.</li>
</ul>
<h3>Unsupported hardware</h3>
<ul>
<li>The following monitoring chips are currently unsupported:</li>
</ul>
<blockquote>
<ul>
<li>National Semiconductor LM76, LM77, LM82, LM92</li>
</ul>
</blockquote>
<blockquote>If you have one of these and would like to help out, contact
me and I'll give you some test programs to run.<br>
</blockquote>
<ul>
<li>The following SMBus hosts are currently unsupported:</li>
</ul>
<blockquote>
<ul>
<li>SiS 5595B, 540, 630</li>
</ul>
</blockquote>
<blockquote>It is probably not necessary to support these as they already have
built-in hardware monitoring.</blockquote>
<ul>
<li>I2C hosts are unsupported. Some examples are:</li>
</ul>
<blockquote>
<ul>
<li>SiS 5595 (hardware monitoring portion is supported though)</li>
<li>VIA VT82C586B (common in MVP3 chipsets)</li>
</ul>
</blockquote>
<blockquote>These chipsets only contain an I2C host and depend on the software
to simulate the SMBus protocol. This is messy and time consuming to implement
and the fact that I don't have the hardware to test it on means support
will not be implemented.<br>
If anyone has written code for this and would be willing to allow inclusion
of it in MBProbe then please contact me.<br>
</blockquote>