-
Notifications
You must be signed in to change notification settings - Fork 46
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
AORUS Z790 Master #22
Comments
Not sure if this is helping, but saw that you requested for similar issues: blacklisted and rebooted:
|
Thanks for all that. I'm not sure at present what the "Gigabyte EC" is, although I have seen reports that Gigbyte are putting in some other chips to manage some things around fans. |
Misery loves company I hear! :-( I have the same board more or less (Gigabyte Aorus Z790M Elite AX) and I'm running Unraid. Have installed the ITE IT87 plugin and the Dynamix system temp / fan add ins. My results are essentially the same as above but my set up is slightly different. I have four fans:
This is verified by finger-braking the fans and seeing the changing values come through. After installing the plugin sensors-detect give me:
And sensors gives me this:
The fans are also jammed up at 100% which is a real pain because that's loud. Running pwmconfig also achieves nothing:
One odd thing I have found is that when I do not run sudo modprobe it87 force_id=0x8689 and I ask Fan Auto Control to detect the pwm fan I get this mapping:
When I run sudo modprobe it87 force_id=0x8689 I get this mapping:
If I run sudo modprobe -r it87 and reboot then try the mapping again I get:
This is odd so I just hit DETECT multiple times and noted that it is picking up random / different fans every time...so there is no consistency. I got PWM6 to flag as FAN1, FAN2, FAN3, and , but never FAN4. It seems that only comes out when the chip is forced. In the logs I can see it is trying to do something:
But the fans just always stay stuck on max. Which is annoying as the system is doing something as otherwise the BIOS would allow then to ramp down and track the CPU. I can set all the PWMs in Auto Fan Control to 'disabled' and clear the PWM fan allocation etc.....but nothing allows the fans ramp down. On rebooting the machine is mercifully quiet, but once the array starts and everything loads we're back to permanent full noise. I wish I could find out what is causing that because right now peace an quiet would be preferable over fan control. Unfortunately I'm dumb at Linux so I don't fancy my chances... Let me know if you want me to run / try something in terms of providing more details for the bug. |
Also if it helps, here is the log from boot up:
|
@ChirpyTurnip Looking at the The problem is almost certainly the issue listed in issue #11 where Gigabyte have introduced a new chip into the mix and currently none of the drivers handle it. If you read through that issue you will see some workarounds you can try. Also, as a minor fix, I've added you board into the default list to ignore ACPI support, so you no longer need to add |
@daloki83 if you are still following this, see the comment above, but also, can you send me the details you get from |
Hi,
first of all thanks for this project! Since a few month, Linux is my main OS and so i try to get most things running like it was in WIN. Therefore I'm fairly no expert in that kind of stuff and just try my best.
long story, short: Is it somehow possible to get my 2 missing fans detected?
from BIOS Point of view i have the following Fan ports:
CPU Fan --> AIO Fans (FAN1) @it8689-isa-0a40
CPU Opt --> Front bottom (FAN5) @it8689-isa-0a40
SysFan1 --> Back Out (FAN2) @it8689-isa-0a40
SysFan2 --> not connected
SysFan3 --> bottom back (FAN4) @it8689-isa-0a40
SysFan4 --> bottom front (FAN3) @it87952-isa-0b10
SysFan5 Pump --> AIO Pump (FAN1) @it87952-isa-0b10
SysFan6 Pump --> not connected
SysFan7 Pump --> front top (NOT DETECTED)
SysFan8 Pump --> front middle (NOT DETECTED)
watch -n1 -d 'sensors | grep fan':
sensors gives me:
sensors-detect gives me:
and my /etc/modprobe.d/it87.conf
options it87 ignore_resource_conflict=1
i didnt use "force_id=0x8622" because i couldnt see a difference.
ahh, and my GRUB line has:
GRUB_CMDLINE_LINUX_DEFAULT="acpi_enforce_resources=lax enabled"
EDIT: Based on Windows HWINFO this board has
The text was updated successfully, but these errors were encountered: