PROBLEM: PCIe Bus Error atleast

5 messages, 2 authors, 2019-11-04 · open the first message on its own page

PROBLEM: PCIe Bus Error atleast

From: Jeffrin Thalakkottoor <hidden>
Date: 2019-11-01 18:46:26

hello ,

i found a error message  as the output of "sudo dmesg -l err"
i have attached related to that in this email.
i  think i found this in 5.3.8 kernel

But i think when i tried again today i could not reproduce it



-- 
software engineer
rajagiri school of engineering and technology

Re: PROBLEM: PCIe Bus Error atleast

From: Jeffrin Thalakkottoor <hidden>
Date: 2019-11-01 19:04:40

On Sat, Nov 2, 2019 at 12:15 AM Jeffrin Thalakkottoor
[off-list ref] wrote:
But i think when i tried again today i could not reprodu....
i do not know why, but now iam able to reproduce the error

more details follows
---------------------x------x------------------------------------------
GNU Make            4.2.1
Binutils            2.33.1
Util-linux          2.33.1
Mount                2.33.1
Linux C Library      2.29
Dynamic linker (ldd) 2.29
Procps              3.3.15
Kbd                  2.0.4
Console-tools        2.0.4
Sh-utils            8.30
Udev                241
------------------------x-----------------x---------------------------

$gcc --version
gcc (Debian 9.2.1-14) 9.2.1 20191025
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

---------------------x----------x----------------------------------

-- 
software engineer
rajagiri school of engineering and technology

Re: PROBLEM: PCIe Bus Error atleast

From: "Oliver O'Halloran" <oohall@gmail.com>
Date: 2019-11-03 23:38:37

On Sat, Nov 2, 2019 at 5:46 AM Jeffrin Thalakkottoor
[off-list ref] wrote:
hello ,

i found a error message  as the output of "sudo dmesg -l err"
i have attached related to that in this email.
i  think i found this in 5.3.8 kernel
Use "uname -a" to get the current kernel version, architecture.
But i think when i tried again today i could not reproduce it
That's unfortunate, but it might have just been a transient problem.
The log has a pile of these AER errors:

[  283.723848] pcieport 0000:00:1c.5: AER: PCIe Bus Error:
severity=Corrected, type=Data Link Layer, (Transmitter ID)
[  283.723855] pcieport 0000:00:1c.5: AER:   device [8086:9d15] error
status/mask=00001000/00002000
[  283.723859] pcieport 0000:00:1c.5: AER:    [12] Timeout

Which looks like a root port is getting a timeouts while trying to
talk to its downstream device. It's hard to say anything more without
knowing what the downstream device is, or what the system is. If this
is a laptop it might be due to buggy power management, but it might
just be flakey hardware.

Can you provide the full dmesg and the output of lspci -vv?

Oliver

Re: PROBLEM: PCIe Bus Error atleast

From: Jeffrin Thalakkottoor <hidden>
Date: 2019-11-04 16:24:14

On Mon, Nov 4, 2019 at 5:08 AM Oliver O'Halloran [off-list ref] wrote:
Use "uname -a" to get the current kernel version, architecture.
Linux debian 5.3.8 #3 SMP Thu Oct 31 03:02:06 IST 2019 x86_64 GNU/Linux
is a laptop it might be due to buggy power management,
yes this is an "asus vivobook"
Can you provide the full dmesg and the output of lspci -vv?
typical dmesg and lspci -vv  is attached

now a typical clip from both ....
--------------x---------------------x-----------------------------------
$cat full-dmesg-related.txt | grep 8086
[    0.051002] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.469327] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[    0.469694] pci 0000:00:02.0: [8086:5921] type 00 class 0x030000
[    0.469873] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.470111] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.470435] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.470727] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[    0.472058] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
[    0.473308] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.473614] pci 0000:00:17.0: [8086:282a] type 00 class 0x010400
[    0.473878] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    0.474226] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[    0.474598] pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
[    0.475930] pci 0000:00:1e.2: [8086:9d29] type 00 class 0x118000
[    0.477172] pci 0000:00:1e.6: [8086:9d2d] type 00 class 0x080501
[    0.477401] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[    0.477651] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.477843] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[    0.478206] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    2.072098] sdhci-pci 0000:00:1e.6: SDHCI controller found
[8086:9d2d] (rev 21)
-------------------------------x---------------------x----------------------
$lspci -vv | grep "00:1c.5"
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express
Root Port #6 (rev f1) (prog-if 00 [Normal decode])
$
-----------------x---------------------x-------------------------------------


-- 
software engineer
rajagiri school of engineering and technology

Re: PROBLEM: PCIe Bus Error atleast

From: Jeffrin Thalakkottoor <hidden>
Date: 2019-11-04 19:35:12

hello ,
quoted
Can you provide the full dmesg and the output of lspci -vv?
typical dmesg and lspci -vv  is attached
new lspci -vv  related attached
this time it is "sudo lspci -vv"
-- 
software engineer
rajagiri school of engineering and technology
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help