You are not logged in.

#1 2017-11-22 01:28:10

Nomis6432
Member
Registered: 2017-11-21
Posts: 14

[solved]My logs get spammed with an error message.

So when using

dmesg

I get an insane amount of errors looking like this:

 [   33.637903] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e5(Receiver ID)
[   33.637905] pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
[   33.637907] pcieport 0000:00:1c.5:    [ 0] Receiver Error         (First)
[   33.637911] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[   33.638554] pcieport 0000:00:1c.5: can't find device of ID00e5
[   33.638556] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[   33.638568] pcieport 0000:00:1c.5: can't find device of ID00e5
[   33.638572] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[   33.638577] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e5(Receiver ID)
[   33.638579] pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
[   33.638581] pcieport 0000:00:1c.5:    [ 0] Receiver Error         (First)
[   33.638585] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[   33.639231] pcieport 0000:00:1c.5: can't find device of ID00e5
[   33.639232] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[   33.639239] pcieport 0000:00:1c.5: can't find device of ID00e5
[   33.639240] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[   33.639247] pcieport 0000:00:1c.5: can't find device of ID00e5
[   33.639249] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[   33.639265] pcieport 0000:00:1c.5: can't find device of ID00e5
[   33.639266] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[   33.639270] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e5(Receiver ID)
[   33.639272] pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
[   33.639274] pcieport 0000:00:1c.5:    [ 0] Receiver Error         (First)
[   33.639277] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[   33.639919] pcieport 0000:00:1c.5: can't find device of ID00e5
[   33.639920] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[   33.639927] pcieport 0000:00:1c.5: can't find device of ID00e5
[   33.640033] pcieport 0000:00:1c.5: AER: Multiple Corrected error received: id=00e5
[   33.640681] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e5(Receiver ID)
[   33.640683] pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
[   33.640685] pcieport 0000:00:1c.5:    [ 0] Receiver Error         (First)
[   33.640702] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[   33.640706] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e5(Receiver ID)
[   33.640708] pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
[   33.640714] pcieport 0000:00:1c.5:    [ 0] Receiver Error         (First)
[   33.640717] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[   33.641356] pcieport 0000:00:1c.5: can't find device of ID00e5
[   33.641375] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[   33.641379] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e5(Receiver ID)
[   33.641381] pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
[   33.641382] pcieport 0000:00:1c.5:    [ 0] Receiver Error         (First)
[   33.641433] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[   33.641437] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e5(Receiver ID)
[   33.641439] pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
[   33.641440] pcieport 0000:00:1c.5:    [ 0] Receiver Error         (First) 

I've looked some things up online and I've tried updating

/etc/default/grub

with

GRUB_CMD_LINUX_DEFAULT="quiet pci=noaer"

but this didn't fix the issue.

Last edited by Nomis6432 (2017-11-22 01:37:22)

Offline

#2 2017-11-22 01:32:30

ooo
Member
Registered: 2013-04-10
Posts: 1,637

Re: [solved]My logs get spammed with an error message.

pci=noaer should do it.

Did you remember to generate the grub config after editing /etc/default/grub?
https://wiki.archlinux.org/index.php/GR … ation_file

Offline

#3 2017-11-22 01:32:57

2ManyDogs
Forum Moderator
Registered: 2012-01-15
Posts: 4,645

Re: [solved]My logs get spammed with an error message.

Did you regenerate the grub config after you changed /etc/default/grub?

(edit) snaked again.

Last edited by 2ManyDogs (2017-11-22 01:33:16)


How to post. A sincere effort to use modest and proper language and grammar is a sign of respect toward the community.

Online

#4 2017-11-22 01:37:09

Nomis6432
Member
Registered: 2017-11-21
Posts: 14

Re: [solved]My logs get spammed with an error message.

ooo wrote:

pci=noaer should do it.

Did you remember to generate the grub config after editing /etc/default/grub?
https://wiki.archlinux.org/index.php/GR … ation_file

2ManyDogs wrote:

Did you regenerate the grub config after you changed /etc/default/grub?

(edit) snaked again.

I'm stupid. Thank you for helping me that fixed the problem smile.

Offline

Board footer

Powered by FluxBB