t-8ch / linux-gigabyte-wmi-driver

Linux Driver for WMI on Gigabyte Mainboards. LEGACY. New development happens in mainline Linux.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/platform/x86/gigabyte-wmi.c
30 stars 4 forks source link

X570 AORUS PRO (REV 1.0) BIOS F32 #3

Closed andrew-mcmahon closed 3 years ago

andrew-mcmahon commented 3 years ago

Hello Thomas - saw the news story and the patch - thought I'd give it a go! :smile:
Hope you've not opened up Pandora's box? :wink:


Thought I'd open a topic up directly for this motherboard; think it's another problematic one.

Without Grub workaround:
sudo sensors sudo sensors-detect sudo dmesg after modprobe it87 Trying to force the chip type without the workaround applied i.e:

sudo modprobe it87 force_id=0x8733
modprobe: ERROR: could not insert 'it87': Device or resource busy

With acpi_enforce_resources=lax added to Grub plus sudo modprobe it87 force_id=0x8733: sudo sensors sudo sensors-detect
sudo dmesg after sudo modprobe it87 force_id=0x8733

acpidump.txt

Hope it's clear what's going on there; many thanks.

t-8ch commented 3 years ago

oh there is a news story, good to know :-)

Essentially this looks the same as #2

t-8ch commented 3 years ago

If you try the latest version of the module it should show "N/A" instead of 0 in the output of "sensors".