我是 Linux 新手,刚刚在我的笔记本电脑上成功安装了 Fedora 32。我注意到日志中出现以下错误。您能否指导我如何解决这些错误?
Hardware nvme 0000:04:00.0: AER: [0] RxERR 117
Hardware pcieport 0000:00:1d.0: AER: [12] Timeout
答案1
请尝试添加pci=noaer
到您的内核命令行:
编辑/etc/default/grub
和 添加pci=noaer
到以 开头的行GRUB_CMDLINE_LINUX_DEFAULT
。它看起来像这样:
GRUB_CMDLINE_LINUX_DEFAULT="rhgb quiet pci=noaer"
然后您可以运行grub2-mkconfig
或grubby
应用这些更改:https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader/
此处正在跟踪类似的错误:https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1521173
如果您在以下地址提交错误报告,那就太好了https://bugzilla.kernel.org/