pcie errors (since version 41.20250314)

Haven't seen this before. Im not sure if I should report this upstream. kernel: 6.13.6-103.bazzite.fc41.x86_64
Mar 14 20:06:52 fedora kernel: pcieport 0000:00:1c.0: AER: Correctable error message received from 0000:00:1c.0
Mar 14 20:06:52 fedora kernel: pcieport 0000:00:1c.0: PCIe Bus Error: severity=Correctable, type=Physical Layer, (Receiver ID)
Mar 14 20:06:52 fedora kernel: pcieport 0000:00:1c.0: device [8086:a111] error status/mask=00000001/00002000
Mar 14 20:06:52 fedora kernel: pcieport 0000:00:1c.0: [ 0] RxErr (First)
Mar 14 20:07:00 fedora kernel: pcieport 0000:00:1c.0: AER: Correctable error message received from 0000:00:1c.0
Mar 14 20:07:00 fedora kernel: pcieport 0000:00:1c.0: PCIe Bus Error: severity=Correctable, type=Physical Layer, (Receiver ID)
Mar 14 20:07:00 fedora kernel: pcieport 0000:00:1c.0: device [8086:a111] error status/mask=00000001/00002000
Mar 14 20:07:00 fedora kernel: pcieport 0000:00:1c.0: [ 0] RxErr (First)
Mar 14 20:07:04 fedora kernel: pcieport 0000:00:1c.0: AER: Correctable error message received from 0000:00:1c.0
Mar 14 20:07:04 fedora kernel: pcieport 0000:00:1c.0: PCIe Bus Error: severity=Correctable, type=Physical Layer, (Receiver ID)
Mar 14 20:07:04 fedora kernel: pcieport 0000:00:1c.0: device [8086:a111] error status/mask=00000001/00002000
Mar 14 20:07:04 fedora kernel: pcieport 0000:00:1c.0: [ 0] RxErr
Mar 14 20:06:52 fedora kernel: pcieport 0000:00:1c.0: AER: Correctable error message received from 0000:00:1c.0
Mar 14 20:06:52 fedora kernel: pcieport 0000:00:1c.0: PCIe Bus Error: severity=Correctable, type=Physical Layer, (Receiver ID)
Mar 14 20:06:52 fedora kernel: pcieport 0000:00:1c.0: device [8086:a111] error status/mask=00000001/00002000
Mar 14 20:06:52 fedora kernel: pcieport 0000:00:1c.0: [ 0] RxErr (First)
Mar 14 20:07:00 fedora kernel: pcieport 0000:00:1c.0: AER: Correctable error message received from 0000:00:1c.0
Mar 14 20:07:00 fedora kernel: pcieport 0000:00:1c.0: PCIe Bus Error: severity=Correctable, type=Physical Layer, (Receiver ID)
Mar 14 20:07:00 fedora kernel: pcieport 0000:00:1c.0: device [8086:a111] error status/mask=00000001/00002000
Mar 14 20:07:00 fedora kernel: pcieport 0000:00:1c.0: [ 0] RxErr (First)
Mar 14 20:07:04 fedora kernel: pcieport 0000:00:1c.0: AER: Correctable error message received from 0000:00:1c.0
Mar 14 20:07:04 fedora kernel: pcieport 0000:00:1c.0: PCIe Bus Error: severity=Correctable, type=Physical Layer, (Receiver ID)
Mar 14 20:07:04 fedora kernel: pcieport 0000:00:1c.0: device [8086:a111] error status/mask=00000001/00002000
Mar 14 20:07:04 fedora kernel: pcieport 0000:00:1c.0: [ 0] RxErr
Solution:
this somehow got fixed during all the rebasing I did but it can also be fixed by adding the kernel argument pci=nommconf
Jump to solution
2 Replies
Solution
cube
cube3w ago
this somehow got fixed during all the rebasing I did but it can also be fixed by adding the kernel argument pci=nommconf
cube
cubeOP3w ago
rpm-ostree kargs --append-if-missing="pci=nommconf"

Did you find this page helpful?