-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MOtherboard of HP z800 not supported #8
Comments
Please see some of the project's existing tickets for details that I require to implement such support:
You will most likely have to communicate with HP Support to try and get low-level technical information (specifically if any/all hardware monitoring ICs on the mainboard are tied to SMBus, and if so, what SMBus slave address and description of registers). I could not find this information in the HP Z800 User Manual; the closest I could find was mention of DASH which appears to be proprietary and the document does not provide the low-level technical details. |
Looks like some of the H/W monitoring may be driven by an SMSC SCH5327 (RevB) Super I/O controller. This is probably a SCH5327B-NS. A completely unrelated project on GitHub contained this issue: Cozmonat/HWSensors#336 Within that post contains the link to https://www.kernel.org/doc/Documentation/hwmon/smsc47b397 which is some reverse-engineering documentation done by a couple individuals, circa 2004. However, this document is for the SCH5317, not the SCH5327; the latter is newer and may support SMBus tie-in, but it's unknown to me because no manufacturer details can be found on these chips. Worse, the document there describes how to interface with the chip using LPC (i.e. classic ISA I/O ports; think On the flip side, the SCH5627 (note the number difference) does support some degree of H/W monitoring over SMBus, but no idea if the SCH5237 does. Tthe SCH5027 seems to support it as well, or is implied by this site but there are variances between sub-models and revisions of chips, which is why having documentation for the specific chip is important. One possibility would be to review the Linux lm-sensors project to see if they have reliable support for the SCH5327 and whether or not it offers an SMBus interface or not (most of the time I see lm-sensors use LPC). |
Is it possible to add support for the HP z800 motherboard? I am willing to participate in the investigation
The text was updated successfully, but these errors were encountered: