How to repair kernel error pcieport AER: P pcieport: device [8086:a110] error status/mask=00000001/00002000

I have installed Ubuntu 19.10, everything was working fine until i tried to install steam app. These following errors constantly recur:

kernel pcieport 0000:00:1c.0: AER: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)

pcieport 0000:00:1c.0: AER: device [8086:a110] error status/mask=00000001/00002000

pcieport 0000:00:1c.0: AER: [ 0] RxErr

Bios version: E16J5IMS.11D on PE60-6QE
lpcisudo lspci
lspic -tv lspci -tv

1

1 Answer

AER

AER (Advanced Error Reporting) shows a correctable error on device 1c.0. According to sudo lspci -tv the misbehaving device might be your wireless 3165 card. Check to make sure you have the latest driver and firmware for this device.

Otherwise, if you see no outward signs of operational issues, and after scrutinizing /var/log/syslog*, you can do this to quiet the noise...

sudo -H gedit /etc/default/grub # edit this file

Locate the string "quiet splash" and change it to "quiet splash pci=noaer".

sudo update-grub # update GRUB

reboot # reboot the computer

Memory

Go to and download/run their free memtest to test your memory. Get at least one complete pass of all the 4/4 tests to confirm good memory. This may take many hours to complete.

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like