
當我運行該命令時,dmesg
它顯示 3 次以下錯誤:
[ 2.725876] pcieport 0000:00:1c.5: AER: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[ 2.725879] pcieport 0000:00:1c.5: AER: device [8086:9d15] error status/mask=00000001/00002000
[ 2.725880] pcieport 0000:00:1c.5: AER: [ 0] RxErr
這是硬體錯誤嗎?我如何解決它?如何知道是什麼設備?
答案1
您可以透過以下方式查看該設備
lspci -nn
尋找帶有 的設備[8086:9d15]
。