PCIeバスエラーの重大度=修正済み


56

新しいHP Pavilion Gaming Notebookと、Ubuntu 16.04の新しいインストールがあります。Ctrl + Alt + F1を押すと、次の画像に示すエラーが表示されるようになり、コンソールを操作できなくなりました。

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

また、起動するたびにこれらのエラーがしばらく表示されます。Nvidiaドライバーをインストールするために、非グラフィカルターミナルにアクセスするには、Ctrl + Alt + F1を実行する必要があります。どうしたの?

問題の原因は次のようです:00:1c.5 PCIブリッジ[0604]:Intel Corporationサンライズポイント-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

私はその情報で私の質問を更新しました@ ankit7540
ジョアン・アブランテス

長い間、同じノートブックで同じ問題を解決しましたか?
Vinz243 16

はい@ Vinz243以下の答えは結局私の問題を解決しました!
ジョアンAbrantes

私はUbuntu 18.04でもこれを取得しているので、これは常にバグです。
キングスリー

回答:


68

これを試して、

このリンク(ここでカーネルへのパラメーターの追加について)を使用して、カーネルブートパラメーターを一時的に追加し、永続化することを理解してください。その後、

パラメータを追加し、 pci=nomsi

そして再起動します。

問題が解決したら、変更を永続的にします。うまくいかない場合は、試してください、

pci=noaer

同じ方法で、これが機能する場合は永続化します。

(*外観の理由は、最近のIntel SkylakeアーキテクチャCPUおよびRealtek rtl8723beワイヤレスアダプターに関連しています。

Ubuntuチームはそれを知っています。詳しくはBug_track_ubuntu_PCIeバスエラーをご覧ください


これを試しました pci=noaer か?
ankit7540

3
同じ問題がありました。両方のソリューションが機能しました。pci=noaerこれは、あなたが投稿したubuntuチームのリンクで最初に言及されたものであるため、一緒に行きました。ありがとう。
user643722

永続的にするには、askubuntu.com / questions / 271058 /…を使用します *修正する同様の行が2つあることに注意してください
Ferroao

Ubuntu 16.04でHP Pavilion 15-ab217ngノートブックを使用しています。私は何年もこれらのエラーを経験し、それらは私に夢中にさせていました。pci=noaer私のために働いた。どうもありがとうございます。
ジェニーオライリー

pci=noaerXubuntu 14.04で私を助けてください
ルイスラッサー

11

ここですでに答えが提供されており、これも私を大いに助けてくれました。私はubuntu 16.04のテキストモードを使用しています

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"

私を助けなかった。ここで私が変更したのは-(で/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)、それは同じエラーに直面している人を解決するのに役立ちます。

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.