Closed JND94 closed 5 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.)
@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 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
Added to it87_dmi_table in latest update.
host: archlinux
sudo ./dkms-install.sh
outputsmodprobe: ERROR: could not insert 'it87': Device or resource busy
thensudo modprobe it87 ignore_resource_conflict=1
works but it doesn't load automatically after a reboot (yeahsensors
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 passignore_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