it87 icon indicating copy to clipboard operation
it87 copied to clipboard

B450 AORUS PRO

Open JND94 opened this issue 1 year ago • 1 comments

host: archlinux sudo ./dkms-install.sh outputs modprobe: ERROR: could not insert 'it87': Device or resource busy then sudo modprobe it87 ignore_resource_conflict=1 works but it doesn't load automatically after a reboot (yeah sensors detects both chips it8792 and it8686)

How I make it load after a reboot? I'm aware of /etc/modules-load.d/ but should I need to pass ignore_resource_conflict=1 somehow? Also, how to load config from Sensors config folder? I think GA-B450-AORUS-ELITE.conf fits but I don't sure

JND94 avatar Apr 06 '24 08:04 JND94

@JND94 sorry, I've been busy and missed your query.

I assume you haven't fixed the issue, so, what you need is to add a file into /etc/modprobe.d (I call it it87.conf) with the following:

# Local IT87 sensor options
options it87 ignore_resource_conflict=1

As for the GA-B450-AORUS-ELITE.conf file, if you copy it into /etc/sensors.d and it should be found.

(I will add that all this is based on the Fedora layout, but those are standard packages, so they should be correct.)

frankcrawford avatar Apr 27 '24 09:04 frankcrawford

@JND94 did you get this to work?

If it does and is working okay, can you send me the output of cat /sys/class/dmi/id/board_vendor and at /sys/class/dmi/id/board_name which will allow me to automatically ignore the ACPI issue from above.

frankcrawford avatar Jun 08 '24 09:06 frankcrawford

@frankcrawford Yes, but please note I have not tested it for a long time, and also I can't know if fan control works since I don't have fans in the motherboard.

$ cat:
Gigabyte Technology Co., Ltd.
B450 AORUS PRO-CF

JND94 avatar Jun 09 '24 04:06 JND94

Added to it87_dmi_table in latest update.

frankcrawford avatar Jun 09 '24 04:06 frankcrawford