当我运行该命令时,dmesg
它三次显示以下错误:
[ 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]
。