public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: how to map network cards ?
@ 2001-12-31 16:32 Jesse Pollard
  2001-12-31 16:40 ` Jeff Garzik
  0 siblings, 1 reply; 6+ messages in thread
From: Jesse Pollard @ 2001-12-31 16:32 UTC (permalink / raw)
  To: girish, linux-kernel

Girish Hilage <girish@bombay.retortsoft.com>:
> 
> Hello everybody,
> 
>  This is my first mail to the list. I want to know, what /sbin/lspci outputs are nothing but the contents of '/proc/bus/pci/devices' in a readable form?
> 
>  And if so how do I know which entry implies which network interface (e.g. eth0, eth1 etc.)?

You don't.

There is no fixed method, though the following may help:

1. eth0 is assigned to the first device identified. This works if you have
   multiple interfaces (using different drivers), then the order the drivers
   are loaded will define which is eth0 - I do this for a system with
   mixed 3c509 (ISA), and 3c905 (PCI) interfaces.
2. In a muli-interface environment with (say) two 3c509 - the order happens
   to be in bus order. This has implied that the slot number it is plugged
   in determines which is eth0. In my case a system has two PCI 3c905C
   interfaces, the first at 00:0e.0, and the second at 00:0f.0. The 0e.0
   interface appears as eth0.

Note: if one of the interfaces is unplugged/fails dramatically , the bus scan
will assign the FIRST interface located as eth0. The only way to determine
the ACTUAL eth0 is via mac number and trial and error.

I configure ONE interface (all others are down), then plug in to a working
network.

If I can ping the other machine then I know which network a given
interface is on - label it.

Now down that interface, and initialize another one. Repeat until all
interfaces are identified.
-------------------------------------------------------------------------
Jesse I Pollard, II
Email: pollard@navo.hpc.mil

Any opinions expressed are solely my own.

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re: how to map network cards ?
@ 2001-12-31 17:34 Jesse Pollard
  2001-12-31 17:41 ` Jeff Garzik
  0 siblings, 1 reply; 6+ messages in thread
From: Jesse Pollard @ 2001-12-31 17:34 UTC (permalink / raw)
  To: jgarzik, Jesse Pollard; +Cc: girish, linux-kernel

---------  Received message begins Here  ---------

> 
> Jesse Pollard wrote:
> > The only way to determine
> > the ACTUAL eth0 is via mac number and trial and error.
> 
> not correct, as noted in other e-mail.
> 
> > I configure ONE interface (all others are down), then plug in to a working
> > network.
> > 
> > If I can ping the other machine then I know which network a given
> > interface is on - label it.
> > 
> > Now down that interface, and initialize another one. Repeat until all
> > interfaces are identified.
> 
> also note that one can rename interfaces, or in the future they might
> appear out-of-order.  To only way to be obsolutely certain where a
> network device is on the PCI bus is ETHTOOL_GDRVINFO.
> 
> 	Jeff

Does ETHTOOL_GDRVINFO work on ISA devices too? Last I knew it didn't. And
I do run a system with both PCI and ISA network cards.

-------------------------------------------------------------------------
Jesse I Pollard, II
Email: pollard@navo.hpc.mil

Any opinions expressed are solely my own.

^ permalink raw reply	[flat|nested] 6+ messages in thread
* how to map network cards ?
@ 2001-12-31 15:54 Girish Hilage
  2001-12-31 16:20 ` Jeff Garzik
  0 siblings, 1 reply; 6+ messages in thread
From: Girish Hilage @ 2001-12-31 15:54 UTC (permalink / raw)
  To: linux-kernel

Hello everybody,

 This is my first mail to the list. I want to know, what /sbin/lspci outputs are nothing but the contents of '/proc/bus/pci/devices' in a readable form?

 And if so how do I know which entry implies which network interface (e.g. eth0, eth1 etc.)?

Thanks,
girish

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-12-31 17:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-31 16:32 how to map network cards ? Jesse Pollard
2001-12-31 16:40 ` Jeff Garzik
  -- strict thread matches above, loose matches on Subject: below --
2001-12-31 17:34 Jesse Pollard
2001-12-31 17:41 ` Jeff Garzik
2001-12-31 15:54 Girish Hilage
2001-12-31 16:20 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox