Gentoo Archives: gentoo-user

From: mad.scientist.at.large@××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] AER: Corrected error received: 0000:00:03.0
Date: Mon, 01 Oct 2018 03:50:33
Message-Id: LNhjssU--3-1@tutanota.com
In Reply to: Re: [gentoo-user] [OT] AER: Corrected error received: 0000:00:03.0 by Mick
1 If you've been playing with the bios there can be all kinds of problems, I've learned this through trial and error (knowing i  was learning and likely to learn by experiance).  I'd suggest resetting the bios to "Optimal" or whatever your' bios calls it and seeing if that solves it.  You may have to change the bios in terms of boot drive and possibly other settings, but best to change as little as possible.
2 I assume this machine previously worked well?  have you tried booting from an optical drive or thumb drive with another os or utilities disk to eliminate kernel issues?
3 finally, if it worked till recently you could have a dying pci card in which case you'll have to try pulling them all out (other than graphics if it's not built in) and then reinstalling one card at a time, rebooting to see if things have changed.
4 failing that, you might rebuild the kernel just in case that was corrupted in some way.  A lot of subtle hardware problems can corrupt the compiler but not show up in less intensive use.
5 especially when learning, it's best to change one thing at a time, reboot and see what happens.  this way if something breaks you know it was probably your' last change.  I hope this is useful to you.  It is also always a good idea to ask others who may see what we ourselves are not seeing.  Trouble shooting can be very difficult and not everyone is good at it but most can get a lot better with practice and patience.
6
7 Democracynow.org
8
9
10 27. Sep 2018 16:02 by michaelkintzios@×××××.com <mailto:michaelkintzios@×××××.com>:
11
12
13 > On Thursday, 27 September 2018 21:51:42 BST Håkon Alstadheim wrote:
14 >> (Sorry for the OT, don't know where to go for generic hardware questions)
15 >>
16 >> I'm wondering if my main board dying? On sept. 1 I started getting error
17 >> messages like the ones at the end of this mail. I just noticed them. I
18 >> am including logs from as far back as I have, just for completeness.
19 >>
20 >> This mainboard:
21 >>
22 >> # smbios-sys-info
23 >> Libsmbios version: 2.3.2
24 >> Product Name: Z10PE-D8 WS
25 >> Vendor: ASUSTeK COMPUTER INC.
26 >> BIOS Version: 3703
27 >>
28 >> ... has given me a lot of grief, so I've been mucking about with it
29 >> quite a lot. I don't know if I did anything on september 1. Could it be
30 >> some bios-setting I've changed, or som firmware corruption ? Other
31 >> weirdness happening recently is sensors have started having episodes of
32 >> all values totally bogus, and one pwm fan-sensor seems to be permanently
33 >> slightly loony.
34 >>
35 >> OS running is kept up-to-date ~amd64 gentoo-sources running as Dom0
36 >> under Xen-4.11 latest.
37 >>
38 >> ------------------
39 >>
40 >>
41 >> 0:root@gentoo log # zgrep 'pcieport 0000:00:03.0' kern.log* | sed -e
42 >> 's/^[^:]*://' | sort -M
43 >> Aug 19 19:38:55 gentoo kernel: [ 1.181466] pcieport 0000:00:03.0: AER
44 >> enabled with IRQ 134
45 >> Aug 19 19:38:55 gentoo kernel: [ 1.181700] pcieport 0000:00:03.0:
46 >> Signaling PME with IRQ 134
47 >
48 > Did you enable CONFIG_PCIEAER_INJECT in your kernel?
49 >
50 > What do you get when you boot with the kernel option:
51 >
52 > pcie_ports=auto
53 >
54 > --
55 > Regards,
56 > Mick