Fedora Linux Support Community & Resources Center
  #1  
Old 16th October 2008, 05:34 PM
bang!gh Offline
Registered User
 
Join Date: Oct 2008
Posts: 3
PCI-Express Device Error

Motherboard ASUS P5V-VM DH

/var/log/messages

many, many, many, many errors ... every sec ...
Quote:
Sep 28 16:05:27 dust kernel: +------ PCI-Express Device Error ------+
Sep 28 16:05:27 dust kernel: Error Severity : Uncorrected (Non-Fatal)
Sep 28 16:05:27 dust kernel: PCIE Bus Error type : Transaction Layer
Sep 28 16:05:27 dust kernel: Flow Control Protocol : Multiple
Sep 28 16:05:27 dust kernel: Receiver ID : 0010
Sep 28 16:05:27 dust kernel: VendorID=1106h, DeviceID=a327h, Bus=00h, Device=02h, Function=00h
[root@dust sbin]# ./lspci -d 1106:a327 -v
Quote:
00:02.0 PCI bridge: VIA Technologies, Inc. P4M890 PCI to PCI Bridge Controller (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000a000-0000afff
Memory behind bridge: dfd00000-dfdfffff
Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [68] Power Management version 2
Capabilities: [70] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0Enable-
Capabilities: [88] HyperTransport: MSI Mapping Enable- Fixed+
Capabilities: [98] Subsystem: VIA Technologies, Inc. Unknown device c323
Capabilities: [100] Advanced Error Reporting <?>
Capabilities: [140] Virtual Channel <?>
Capabilities: [180] Root Complex Link <?>
Kernel driver in use: pcieport-driver
[root@dust sbin]# uname -a
Quote:
Linux dust 2.6.26.5-45.fc9.i686 #1 SMP Sat Sep 20 03:45:00 EDT 2008 i686 i686 i386 GNU/Linux

How to fix error??? if it's possible ...
Reply With Quote
  #2  
Old 20th November 2008, 05:17 AM
StefanJ Offline
Registered User
 
Join Date: Nov 2006
Posts: 101
I am seeing a similar set of errors.

My system has a MSI motherboard (K9VGM-V AM2 VIA K8M890); I'm using an older Radeon RV370 x300 PCIe card.

This is from dmesg:

Quote:
Nov 19 20:13:14 hpunix kernel: +------ PCI-Express Device Error ------+
Nov 19 20:13:14 hpunix kernel: Error Severity#011#011: Uncorrected (Non-Fatal)
Nov 19 20:13:14 hpunix kernel: PCIE Bus Error type#011: Transaction Layer
Nov 19 20:13:14 hpunix kernel: Flow Control Protocol #011: First
Nov 19 20:13:14 hpunix kernel: Receiver ID#011#011: 0010
Nov 19 20:13:14 hpunix kernel: VendorID=1106h, DeviceID=a238h, Bus=00h, Device=02h, Function=00h
Nov 19 20:13:50 hpunix kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
Nov 19 20:13:50 hpunix kernel: ata2.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 0 pio 16392 in
Nov 19 20:13:50 hpunix kernel: cdb 4a 01 00 00 10 00 00 00 08 00 00 00 00 00 00 00
Nov 19 20:13:50 hpunix kernel: res 40/00:03:00:00:00/00:00:00:00:00/a0 Emask 0x4 (timeout)
Nov 19 20:13:50 hpunix kernel: ata2.00: status: { DRDY }
Nov 19 20:13:50 hpunix kernel: ata2: soft resetting link
Nov 19 20:13:50 hpunix kernel: ata2.00: configured for PIO0
Nov 19 20:13:50 hpunix kernel: ata2: EH complete
Nov 19 20:13:53 hpunix kernel: +------ PCI-Express Device Error ------+
Nov 19 20:13:53 hpunix kernel: Error Severity#011#011: Uncorrected (Non-Fatal)
Nov 19 20:13:53 hpunix kernel: PCIE Bus Error type#011: Transaction Layer
Nov 19 20:13:53 hpunix kernel: Flow Control Protocol #011: First
Nov 19 20:13:53 hpunix kernel: Receiver ID#011#011: 0010
Nov 19 20:13:53 hpunix kernel: VendorID=1106h, DeviceID=a238h, Bus=00h, Device=02h, Function=00h
I actually didn't realize that they were occurring every few minutes until I saw bang!gh's message.

I get satisfactory features out of the basic radeon driver, but the ATI-supplied fglrx set causes X to fail with messages like this in n Xorg log:

Quote:
(II) Primary Device is: PCI 02:00:0
(--) Assigning device section with no busID to primary device
(WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found
(--) Chipset ATI Radeon X300 (RV370) 5B60 (PCIE) found

Further clues in /var/log/dmesg:

Quote:
AACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 24 (level, low) -> IRQ 24
[drm] Initialized drm 1.1.0 20060810
PCI: Setting latency timer of device 0000:02:00.0 to 64
[drm] Initialized radeon 1.29.0 20080528 on minor 0

I'm guessing that the two are related.

Perhaps the kernel is having trouble with the PCI probe or PCI resource assignment, and a udev rule might be necessary?

Also: The only PCIe setting I see in this MSI motherboard's BIOS menu is a payload size setting.

Last edited by StefanJ; 21st November 2008 at 12:21 AM.
Reply With Quote
  #3  
Old 21st November 2008, 12:32 AM
StefanJ Offline
Registered User
 
Join Date: Nov 2006
Posts: 101
Oh. Well, I think I found why my system is howling. I found this nuggest of wisdom buried in the support area for my motherboard

"• This mainboard doesn't support any ATI X300 series-based graphic card."

Actually, it does support the board, but not in any of its advanced modes.

Crap.

I hope this is the cause of the PCI-Express device error.

I'll buy a cheap nvidia card and retire the radeon.
Reply With Quote
  #4  
Old 9th January 2009, 03:37 AM
Vetal's Avatar
Vetal Offline
Registered User
 
Join Date: Jul 2005
Location: Ternopil'
Age: 26
Posts: 69
I get similar message:
Code:
+------ PCI-Express Device Error ------+
Error Severity		: Uncorrected (Non-Fatal)
PCIE Bus Error type	: Transaction Layer
Flow Control Protocol 	: First
Receiver ID		: 0010
VendorID=1106h, DeviceID=a238h, Bus=00h, Device=02h, Function=00h
pcieport-driver 0000:00:02.0: broadcast error_detected message
pcieport-driver 0000:00:02.0: broadcast mmio_enabled message
pcieport-driver 0000:00:02.0: broadcast resume message
pcieport-driver 0000:00:02.0: AER driver successfully recovered
on the same motherboard K9VGM-V AM2 VIA K8M890 with Geforce 8500GT video card
but everything works fine
Reply With Quote
  #5  
Old 6th February 2009, 06:10 AM
Vetal's Avatar
Vetal Offline
Registered User
 
Join Date: Jul 2005
Location: Ternopil'
Age: 26
Posts: 69
I was able to get rid of the error by adding pci=nommconf to kernel attributes.

if that doesn't work try a combination of pci=nommconf, pci=nomsi or iommu=calgary
Reply With Quote
  #6  
Old 21st May 2009, 06:35 PM
japega Offline
Registered User
 
Join Date: May 2009
Location: Cuernavaca, Morelos, México
Posts: 2
same message

I have the same error message on a ASUS P5VD2-X

Erro message on /var/log/messages

Quote:
May 21 12:26:31 localhost kernel: +------ PCI-Express Device Error ------+
May 21 12:26:31 localhost kernel: Error Severity : Uncorrected (Non-Fatal)
May 21 12:26:31 localhost kernel: PCIE Bus Error type : Transaction Layer
May 21 12:26:31 localhost kernel: Flow Control Protocol : Multiple
May 21 12:26:31 localhost kernel: Receiver ID : 0010
May 21 12:26:31 localhost kernel: VendorID=1106h, DeviceID=a327h, Bus=00h, Device=02h, Function=00h
I found that the error just get in /var/log/messages when I'm in the graphic mode. If I am on a tty terminal, the error message doesn't appear.

Other thing is that I have this error since I had install Fedora 10, when I had Fedora 9 or Fedora 8 it doesn't pressent the problem.

Any help?

Thanks
Reply With Quote
  #7  
Old 21st May 2009, 08:06 PM
japega Offline
Registered User
 
Join Date: May 2009
Location: Cuernavaca, Morelos, México
Posts: 2
Thanks to Vetal and #fedora-es IRC FreeNode Channel

I was on IRC, #fedora-es FreeNode channel, and whit help of fmaq, Lowercases, broli, gin0, Section1 and the people in this forum I can solve the problem, or I hope so.

I put the "pci=nommconf" string at the end of the kernel string in my grub.conf and the message of the PCI-Express Device Error has desapear.

I hope this information helps anyone else.

Thanks to all, folks.
Reply With Quote
  #8  
Old 22nd May 2009, 02:00 AM
Vetal's Avatar
Vetal Offline
Registered User
 
Join Date: Jul 2005
Location: Ternopil'
Age: 26
Posts: 69
yeah that's what said just two posts above )))
Reply With Quote
Reply

Tags
device, error, pciexpress

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble activating Intel Ether Express Pro device jebolton Servers & Networking 0 20th November 2008 01:17 AM
PCI-Express Device Erorr bang!gh Hardware & Laptops 0 5th October 2008 09:00 PM


Current GMT-time: 05:04 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat