RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1289148 - Pciutils built without libkmod suppport on CentOS 7
Summary: Pciutils built without libkmod suppport on CentOS 7
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: pciutils
Version: 7.2
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: rc
: ---
Assignee: Michal Hlavinka
QA Contact: William Gomeringer
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-07 14:30 UTC by David Shaughnessy
Modified: 2015-12-11 16:26 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-12-09 18:08:46 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description David Shaughnessy 2015-12-07 14:30:45 UTC
Build Identifier: 

The pciutils package is built without LIBKMOD=yes set in the Makefile. 
Because of this lspci is not reporting kernel modules compatible with the device.

This has been fixed on Fedora but still persists on CentOS 7.
previous bug: https://bugzilla.redhat.com/show_bug.cgi?id=1087862

Reproducible: Always

Steps to Reproduce:
1.run lspci -vs 0000:01:00.0
2.there is no "Kernel modules" line in the output
3.
Actual Results:  
01:00.0 PCI bridge: Intel Corporation C608/C606/X79 series chipset PCI Express Upstream Port (rev 06) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Memory at d1000000 (32-bit, non-prefetchable) [size=16K]
        Bus: primary=01, secondary=02, subordinate=03, sec-latency=0
        I/O behind bridge: 00003000-00003fff
        Memory behind bridge: d0f00000-d0ffffff
        Prefetchable memory behind bridge: 000038007f000000-000038007f9fffff
        Capabilities: <access denied>
        Kernel driver in use: pcieport


Expected Results:  
01:00.0 Class 0604: Device 8086:1d74 (rev 06)
        Flags: bus master, fast devsel, latency 0
        Memory at d1000000 (32-bit, non-prefetchable) [size=16K]
        Bus: primary=01, secondary=02, subordinate=03, sec-latency=0
        I/O behind bridge: 00003000-00003fff
        Memory behind bridge: d0f00000-d0ffffff
        Prefetchable memory behind bridge: 000038007f000000-000038007f9fffff
        Capabilities: <access denied>
        Kernel driver in use: pcieport
        Kernel modules: shpchp


Note You need to log in before you can comment on or make changes to this bug.