<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.christophchamp.com/index.php?action=history&amp;feed=atom&amp;title=Lspci</id>
		<title>Lspci - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.christophchamp.com/index.php?action=history&amp;feed=atom&amp;title=Lspci"/>
		<link rel="alternate" type="text/html" href="http://wiki.christophchamp.com/index.php?title=Lspci&amp;action=history"/>
		<updated>2026-04-30T09:37:11Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://wiki.christophchamp.com/index.php?title=Lspci&amp;diff=6441&amp;oldid=prev</id>
		<title>Christoph: New page: '''&lt;tt&gt;lspci&lt;/tt&gt;''' is a utility for displaying information about PCI buses in the system and devices connected to them.  ==Examples==  ===Networking===  You might have seen some systems ...</title>
		<link rel="alternate" type="text/html" href="http://wiki.christophchamp.com/index.php?title=Lspci&amp;diff=6441&amp;oldid=prev"/>
				<updated>2015-10-26T21:53:54Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#039;&amp;#039;&amp;#039;&amp;lt;tt&amp;gt;lspci&amp;lt;/tt&amp;gt;&amp;#039;&amp;#039;&amp;#039; is a utility for displaying information about PCI buses in the system and devices connected to them.  ==Examples==  ===Networking===  You might have seen some systems ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''&amp;lt;tt&amp;gt;lspci&amp;lt;/tt&amp;gt;''' is a utility for displaying information about PCI buses in the system and devices connected to them.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Networking===&lt;br /&gt;
&lt;br /&gt;
You might have seen some systems using Ethernet interface names like &amp;quot;&amp;lt;code&amp;gt;enp0s3&amp;lt;/code&amp;gt;&amp;quot; instead of the traditional &amp;quot;&amp;lt;code&amp;gt;ethN&amp;lt;/code&amp;gt;&amp;quot; nomenclature. Here is what they mean:&lt;br /&gt;
&lt;br /&gt;
 $ ls -l /sys/class/net/&lt;br /&gt;
 lrwxrwxrwx. 1 root root 0 Oct 23 21:42 enp0s3 -&amp;gt; ../../devices/pci0000:00/0000:00:03.0/net/enp0s3&lt;br /&gt;
 lrwxrwxrwx. 1 root root 0 Oct 23 21:42 enp0s8 -&amp;gt; ../../devices/pci0000:00/0000:00:08.0/net/enp0s8&lt;br /&gt;
 lrwxrwxrwx. 1 root root 0 Oct 23 21:42 enp0s9 -&amp;gt; ../../devices/pci0000:00/0000:00:09.0/net/enp0s9&lt;br /&gt;
&lt;br /&gt;
 $ lspci |grep -i net&lt;br /&gt;
 00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)&lt;br /&gt;
 00:08.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)&lt;br /&gt;
 00:09.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
So, &amp;quot;&amp;lt;code&amp;gt;enp0s3&amp;lt;/code&amp;gt;&amp;quot; =&amp;gt; Ethernet network peripheral #0 on serial port #3. PCI bus numbers will be in order: 3, 8, 9, a(10). Or, 3 = NIC#1, 8 = NIC#2, etc.&lt;br /&gt;
&lt;br /&gt;
 $ lshw -C network&lt;br /&gt;
 ...&lt;br /&gt;
 bus info: pci@0000:00:03.0&lt;br /&gt;
 logical name: enp0s3&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
 $ lspci|grep -i net&lt;br /&gt;
 00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
The first characters of each line are in the format: &amp;lt;code&amp;gt;[&amp;lt;bus&amp;gt;]:[&amp;lt;slot&amp;gt;].[&amp;lt;func&amp;gt;]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the above example, the bus is 0x00, the slot is 0x03, and the function is 0x0, where:&lt;br /&gt;
;bus : the bus of the PCI device&lt;br /&gt;
;slot : the slot of the PCI device&lt;br /&gt;
;function : the function of the PCI device&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux Command Line Tools]]&lt;/div&gt;</summary>
		<author><name>Christoph</name></author>	</entry>

	</feed>