Pcieport... AER: Corrected error received

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
alienspy
Posts: 139
Joined: 2023-02-12 15:37
Has thanked: 78 times
Been thanked: 4 times

Pcieport... AER: Corrected error received

#1 Post by alienspy »

Hi! While searching journal for mistakes connected to the problem with Telegram app i have found a lot of errors with NVME.

Code: Select all

Jun 22 14:04:39 debian kernel: pcieport 0000:00:1b.0: AER: Corrected error received: 0000:02:00.0
Jun 22 14:04:39 debian kernel: nvme 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Jun 22 14:04:39 debian kernel: nvme 0000:02:00.0:   device [c0a9:2263] error status/mask=00000001/0000e000
Jun 22 14:04:39 debian kernel: nvme 0000:02:00.0:    [ 0] RxErr                  (First)
There are about 50 such lines.

I have two questions here:

1) Is it a big issue?

2) Should i follow the advice to try
pci=nomsi: disables Message Signaled Interrupts. I'm not sure exactly what this is, but adding this parameter disables USB devices... so no go.

pci=noaer : this shoots the messenger, so to speak. Errors still occur, but they aren't reported, and system logs keep normal proportions.

pci=nommconf I've only recently heard about this one. It disables Memory-Mapped PCI Configuration Space, and reverts to the traditional handling of configuration space.
Links about the (similiar) problem

https://bugzilla.kernel.org/show_bug.cgi?id=201517

https://www.reddit.com/r/linuxquestions ... inommconf/

https://unix.stackexchange.com/question ... er-bad-tlp

Code: Select all

root@debian:~# fdisk -l
Disk /dev/nvme0n1: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: CT500P1SSD8                             
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 9C677D05-C4C3-4B6A-88D5-A6CE5759387E

Device             Start       End   Sectors   Size Type
/dev/nvme0n1p1        34     32767     32734    16M Microsoft reserved
/dev/nvme0n1p2 975724544 976773119   1048576   512M EFI System
/dev/nvme0n1p3     32768  77377535  77344768  36.9G Linux filesystem
/dev/nvme0n1p4  77377536 968001535 890624000 424.7G Linux filesystem
/dev/nvme0n1p5 968001536 975724543   7723008   3.7G Linux swap

Partition table entries are not in disk order.
Hm. I have a dual-booted Windows 10 on the other disk, but for this one i made a clean install of Debian 12. Why there is Microsoft space?

UPD. See another thread

Post Reply