无法启动加载内核模块 IT8688E

无法启动加载内核模块 IT8688E

在此输入图像描述

由于主板的 IT8688E 芯片不受支持,我强制使用 8628 芯片,如下所示这个Githublm-sensors问题它正确检测到所有传感器。

这就是我为使其发挥作用所做的事情:

  • 添加acpi_enforce_resources=laxGRUB_CMDLINE_LINUX/etc/default/grub.conf 中
  • /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 驱动程序应该有所帮助。

相关内容