-
Notifications
You must be signed in to change notification settings - Fork 4
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
Gigabyte X570 UD doesn't work #4
Comments
@MajorGonzo |
I did not use the force_load=1. So I removed it87 module, and reloaded this one using force_load=1. This time, it did detect the temp sensors, so you're definitely on the right track. However, it did not detect the voltages or fans (compare to above):
|
This is expected, this sensor only handles temperature sensors at the moment. |
Reported as working here: t-8ch/linux-gigabyte-wmi-driver#4 Signed-off-by: Thomas Weißschuh <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
Hi @t-8ch - I found your driver from your comment on lm-sensors/lm-sensors#154 (comment) This works fine for temps in in 5.13, but looking to get voltages too, so I searched 'voltage' in your issues, and found your comment. I'm just wondering what's involved in getting that into your driver/mainline, given it works after a fashion from the old it87 out-of-tree builds? |
@marcosscriven This would depend on a WMI wrapper method for this sensor. First you would need to find a WMI method by doing: Then you would need to look at the WMI dispatcher function in the ACPI tables and figure out which parameters it takes and what values it returns. It helps if you compare the memory locations accessed by the ACPI tables with the ones from the it87.c driver. |
@t-8ch I installed and loaded the driver, but it doesn't detect the it8688 chip. Running sensors shows:
using the it87 driver (with config files) sensors show:
And here's the output you requested:
Thanks for working on this.
The text was updated successfully, but these errors were encountered: