Skip to main content

Command Palette

Search for a command to run...

Suppress "[ 6] BadTLP" Error

Updated
1 min read
Suppress "[ 6] BadTLP" Error
kernel: pcieport 0000:00:01.1:    [12] Timeout               
kernel: pcieport 0000:00:01.1: AER: Corrected error received: 0000:00:00.0
kernel: pcieport 0000:00:01.1: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Receiver ID)
kernel: pcieport 0000:00:01.1:   device [1022:1453] error status/mask=00000040/00006000
kernel: pcieport 0000:00:01.1:    [ 6] BadTLP                
kernel: pcieport 0000:00:01.1: AER: Corrected error received: 0000:00:00.0
kernel: pcieport 0000:00:01.1: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Receiver ID)
kernel: pcieport 0000:00:01.1:   device [1022:1453] error status/mask=00000040/00006000
kernel: pcieport 0000:00:01.1:    [ 6] BadTLP                
kernel: pcieport 0000:00:01.1: AER: Corrected error received: 0000:00:00.0
kernel: pcieport 0000:00:01.1: AER: can't find device of ID0000

These errors are hardware related, and I probably shouldn't ignore them. Most likely from a PCIe card that isn't seated properly or something. Either way, I want to stop filling my Syslog with several gigs of this every day on a machine I don't care about. To suppress them, add the kernel parameter

append initrd=/bzroot pci=noaer

to your grub bootloader or, in the case of this system, syslinux configuration.

More from this blog

My memory is Volatile

28 posts

This is a place where I'll be making tutorials for future-me on archlinux-related installs and fixes so I don't have to figure stuff out againe every few months. Use at your own risk.