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

X470-AORUS-ULTRA-GAMING #2

Closed t-8ch closed 3 years ago

t-8ch commented 3 years ago

Split from https://github.com/t-8ch/linux-gigabyte-wmi-driver/issues/1#issuecomment-814724928

@muzena What happens when you remove force_id and load the it87 driver with modprobe it87 dyndbg? I want to know which chip is on this board. The detected chip will be reported via dmesg.

Also could you post a dump of your acpitables? (Generate with acpidump)

muzena commented 3 years ago

@t-8ch Is this ok? dmesg.txt acpidump.txt

t-8ch commented 3 years ago

Looks good.

This board seems to have two of the chips installed one at IT8686 (not sure, could also be a different chip) at 0x2E and one IT8733 at 0x4E. But the WMI interface does not expose the temperature opcode.

t-8ch commented 3 years ago

The low-level ACPI functionality is there. So if it's possible to directly call into that then it would work. (And lots of other things) Waiting on the kernel folks for clarification on that.