0

When I run the command dmesg it shows 3 times the following error:

[    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

Is this a hardware error? how do i fix it? How to know what device is?

1 Answers1

2

You can see the device by

lspci -nn

Find the device with [8086:9d15].

Pilot6
  • 90,100
  • 91
  • 213
  • 324