detecting eth0
    bscott at ntisys.com 
    bscott at ntisys.com
       
    Fri May 16 13:15:11 EDT 2003
    
    
  
On Fri, 16 May 2003, at 1:04pm, karthik at northstar.dartmouth.edu wrote:
> Where does one check all the devices that are available on the system ...
  "ifconfig -a" will show you all available network interfaces, even ones
that are down/unconfigured.
  "lspci" can be useful.  Note that all PCI devices will show up in that
list, whether or not the kernel has a driver for them.
> But trying to activate the eth0 interface using the
> 'redhat-config-network' tool fails.
  What if you just do:
	ifconfig eth0
  That should show you details about the device.  You can configure an
address with something like:
	ifconfig eth0 192.168.10.11 netmask 255.255.255.0
-- 
Ben Scott <bscott at ntisys.com>
| The opinions expressed in this message are those of the author and do  |
| not represent the views or policy of any other person or organization. |
| All information is provided without warranty of any kind.              |
    
    
More information about the gnhlug-discuss
mailing list