カーネルモジュールIT8688Eのロードを開始できません。

カーネルモジュールIT8688Eのロードを開始できません。

ここに画像の説明を入力してください。

マザーボードのIT8688Eチップをサポートしていないため、以下のように8628チップを強制的に使用します。このGithubのlm-sensors問題すべてのセンサーを正しく検出します。

これがうまくいくように私がしたことです。

  • /etc/default/grub.confacpi_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ドライバが役に立つと思います。

おすすめ記事