zeule / asus-ec-sensors

Linux HWMON sensors driver for ASUS motherboards to get sensor readings from the embedded controller
GNU General Public License v2.0
45 stars 21 forks source link

How does this driver compare to asus-wmi-sensors? #27

Closed ajgringo619 closed 2 years ago

ajgringo619 commented 2 years ago

I'm asking for a specific reason: my Prime X470-Pro motherboard would infrequently lose all of its fans and shutdown with the aforementioned driver (https://github.com/electrified/asus-wmi-sensors), so when it became part of kernel 5.17 I had to blacklist it. Now that your driver is part of kernel 5.19, I'm a little leery of leaving this driver loaded.

Have you run across anything like this? I'm hoping because you're not using WMI that I'll be OK.

zeule commented 2 years ago

This driver does not touch WMI functions, but instead reads from the ACPI embedded controller directly. The very reason for supporting the Prime X470-Pro model was to avoid lockups (see #12).

ajgringo619 commented 2 years ago

Perfect - thank you!

zeule commented 2 years ago

My pleasure.