PCIe总线错误严重性=已更正


56

我有一个新的HP Pavilion游戏笔记本和一个新安装的Ubuntu 16.04。当我按Ctrl + Alt + F1组合键时,我开始看到下图所示的错误,并且它不允许我与控制台进行交互:

在此处输入图片说明

每次启动时,我也会看到这些错误一段时间。我需要执行Ctrl + Alt + F1来访问非图形终端以安装一些Nvidia驱动程序。这是怎么回事?

引起该问题的原因似乎是:00:1c.5 PCI桥[0604]:英特尔公司Sunrise Point-H PCI Express根端口#6 [8086:a115](rev f1)

jpiabrantes@joao:~$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Sky Lake Host Bridge/DRAM Registers [8086:1910] (rev 07)
00:01.0 PCI bridge [0604]: Intel Corporation Sky Lake PCIe Controller (x16) [8086:1901] (rev 07)
00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake Integrated Graphics [8086:191b] (rev 06)
00:04.0 Signal processing controller [1180]: Intel Corporation Skylake Processor Thermal Subsystem [8086:1903] (rev 07)
00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller [8086:a12f] (rev 31)
00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-H Thermal subsystem [8086:a131] (rev 31)
00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-H CSME HECI #1 [8086:a13a] (rev 31)
00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-H SATA Controller [AHCI mode] [8086:a103] (rev 31)
00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #5 [8086:a114] (rev f1)
00:1c.5 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #6 [8086:a115] (rev f1)
00:1c.6 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #7 [8086:a116] (rev f1)
00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-H LPC Controller [8086:a14e] (rev 31)
00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-H PMC [8086:a121] (rev 31)
00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-H HD Audio [8086:a170] (rev 31)
00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-H SMBus [8086:a123] (rev 31)
01:00.0 3D controller [0302]: NVIDIA Corporation GM107M [GeForce GTX 950M] [10de:139a] (rev a2)
07:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader [10ec:522a] (rev 01)
08:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 0a)

1
您可以发布输出:`lspci -nn`。谢谢
ankit7540 '16

@ ankit7540我已经更新了我的问题与信息
若昂阿布兰特什

嘿,已经有很长一段时间了,同一本笔记本的相同问题您现在解决了吗?
Vinz243 '16

是的@ Vinz243答案终于解决了我的问题!
若昂阿布兰特什

我也在Ubuntu 18.04上得到了这个,所以这是不断出现的错误。
金斯利

Answers:


68

尝试这个,

使用此链接(此处有关在内核中添加参数)了解有关临时添加内核引导参数并使之永久化的信息。然后,

添加参数, pci=nomsi

并重新启动。

如果问题解决了,则使更改永久生效。如果不起作用,请尝试,

pci=noaer

同样的方法,并使其永久有效。

(*外观原因与最近的Intel Skylake架构CPU和Realtek rtl8723be无线适配器有关。

ubuntu团队对此有所了解。在此处了解更多信息Bug_track_ubuntu_PCIe总线错误


你尝试过这个 pci=noaer 吗?
ankit7540 '16

3
我有同样的问题。您的两种解决方案均有效。我接受了,pci=noaer因为这是您发布的ubuntu团队链接中提到的第一个。谢谢。
user643722 '16

要使其永久存在,请使用askubuntu.com/questions/271058/…* 请注意,有两处类似的内容需要修改
-Ferroao

我正在使用带有Ubuntu 16.04的HP Pavilion 15-ab217ng笔记本。这些年来,我一直犯这些错误,他们让我发疯。pci=noaer为我工作。非常感谢。
珍妮·奥雷利

pci=noaer在Xubuntu 14.04上帮助我
Luis Lasser

11

这里已经提供了答案,对我也有很大帮助。我使用的是Ubuntu 16.04的文本模式,因此

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"

没有帮助我。在这里我更改的是-(in /etc/default/grub

GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"
GRUB_CMDLINE_LINUX="text pci=nomsi"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

解决了我的错误(注意-我仅使用pci=nomsi,并且在其他选项无效的情况下使用pci=noaer),这可能有助于解决面临相同错误的任何人。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.