detecting eth0

Karthik Vishwanath karthik at northstar.dartmouth.edu
Fri May 16 13:24:14 EDT 2003


ifconfig -a shows me "lo" and "ppp0" only. 

ifconfig eth0 outputs the following error: 
eth0: error fetching interface information: Device not found

lspci shows me a line: 
00:03.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900
10/100 Ethernet (rev 90)

So the device is detected, but there is no driver it seems - is that true?
How can I fix that? 

Thanks,

-K

---------------------------------------
If the human brain were so simple that we could understand it, we would be
so simple we couldn't.

On May 16, 2003, at 13:15, bscott at ntisys.com wrote:

> 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.              |
> 
> _______________________________________________
> gnhlug-discuss mailing list
> gnhlug-discuss at mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss
> 




More information about the gnhlug-discuss mailing list