Created
April 7, 2024 05:59
-
-
Save dasgoll/6cbc995f49adb2e901d24b0360a8ac03 to your computer and use it in GitHub Desktop.
lspci example find more info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@sosbllxg08 # lspci | grep -i broad | |
03:00.0 PCI bridge: Broadcom EPB PCI-Express to PCI-X Bridge (rev c3) | |
04:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708S | |
Gigabit Ethernet (rev 12) | |
05:00.0 PCI bridge: Broadcom EPB PCI-Express to PCI-X Bridge (rev c3) | |
06:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708S | |
Gigabit Ethernet (rev 12) | |
root@sosbllxg08 # lspci -vn -s 04:00.0 | |
04:00.0 0200: 14e4:16ac (rev 12) | |
Subsystem: 1014:0327 | |
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 178 | |
Memory at da000000 (64-bit, non-prefetchable) [size=32M] | |
Capabilities: [40] PCI-X non-bridge device | |
Capabilities: [48] Power Management version 2 | |
Capabilities: [50] Vital Product Data | |
Capabilities: [58] Message Signalled Interrupts: 64bit+ Queue=0/0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment