ryran / xsos

sosreport examiner - instantly summarize system info from a sosreport or a running system
335 stars 122 forks source link

lspci reports 1 nic, but 3 nics available when looking at ip addr, ethtool #10

Open ryran opened 11 years ago

ryran commented 11 years ago

Output from xsos -lei:

LSPCI
  Net:
    1 Intel Corporation 82541GI Gigabit Ethernet Controller (rev 05)
  VGA:
    XGI Technology Inc. (eXtreme Graphics Innovation) Z7/Z9 (XG20 core)
-------------------------------------------------------------------------------
ETHTOOL
  eth0  link=UP 1000Mb/s full (autoneg=Y)  drv forcedeth v0.64
  eth1  link=DOWN                          drv forcedeth v0.64
  eth2  link=DOWN                          drv e1000 v7.3.21-k6-1-NAPI / fw N/A
-------------------------------------------------------------------------------
IP
  Interface  Slave Of  MAC Address        State  IPv4 Address
  =========  ========  =================  =====  ==================
  lo         -         -                  up     127.0.0.1/8
  eth0       -         00:e0:81:b1:a7:6f  up     128.231.13.176/23
  eth1       -         00:e0:81:b1:a7:70  up     -
  eth2       -         00:e0:81:b1:a7:71  up     -
-------------------------------------------------------------------------------

WTH?

ryran commented 11 years ago

And here's the relevant bits from the lspci output on this system:

$ awk '$2 ~/Bridge|Ethernet/' lspci
00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev f3)
01:06.0 Ethernet controller: Intel Corporation 82541GI Gigabit Ethernet Controller (rev 05)
80:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev f3)

nVidia... interesting. "Bridge"... weird.