frankcrawford / it87

202 stars 39 forks source link

B450 AORUS PRO #21

Closed JND94 closed 2 months ago

JND94 commented 4 months ago

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

frankcrawford commented 3 months ago

@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 commented 2 months ago

@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.

JND94 commented 2 months ago

@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
frankcrawford commented 2 months ago

Added to it87_dmi_table in latest update.