마더보드의 IT8688E 칩을 지원하지 않기 때문에 아래와 같이 8628 칩을 강제로 사용하게 됩니다.이 Github lm-sensors
문제모든 센서를 올바르게 감지합니다.
이것이 작동하도록 내가 한 일입니다.
- /etc/default/grub.conf
acpi_enforce_resources=lax
에 추가GRUB_CMDLINE_LINUX
/etc/modules-load.d/it87.conf
한줄로it87
생성된 파일/etc/modprobe.d/it87.conf
한줄로options it87 force_id=0x8628
생성된 파일# grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
그런데 로그아웃할 때 플라즈마가 멈춰서 다 취소했어요. 이제 시작할 때 다음을 얻습니다.
out 07 07:09:44 d3.localdomain kernel: it87: Found IT8628E chip at 0xa40, revision 1
out 07 07:09:44 d3.localdomain kernel: it87: Beeping is supported
out 07 07:09:44 d3.localdomain kernel: ACPI Warning: SystemIO range 0x0000000000000A45-0x0000000000000A46 conflicts with OpRegion 0x0000000000000A45-0x0000000000000A46 (\GSA1.SIO1) (20200528/utaddress-204)
out 07 07:09:44 d3.localdomain kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
out 07 07:09:44 d3.localdomain kernel: fuse: init (API version 7.31)
out 07 07:09:44 d3.localdomain systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
out 07 07:09:44 d3.localdomain systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
out 07 07:09:44 d3.localdomain systemd[1]: Failed to start Load Kernel Modules.
out 07 07:09:44 d3.localdomain kernel: audit: type=1130 audit(1602065384.576:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
그것을 제거하는 방법?
$ uname -a
Linux d3.localdomain 5.8.13-200.fc32.x86_64 #1 SMP Thu Oct 1 21:49:42 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
답변1
IT8688은 다른 ITE 칩과 유사할 수 있지만 8628은 그렇지 않습니다. 다음 기능을 특별히 지원하는 드라이버가 필요합니다.https://github.com/frankcrawford/it87
IO 범위 경고에 관해서는 위의 문제가 해결되지 않은 경우 새로운 기가바이트 WMI 드라이버가 도움이 될 것이라고 생각합니다.