On Fri, 31 Mar 2000, syed huq wrote: > I looked under /lib/modules/2.0.36/ and found pcnet32.o which is what > the HOW-TO says as being the correct driver for AMD PCNET PCI. > > if I do a ifconfig as root, I still do not see the eth0. > if I do a modprobe eth0, I don't get anything.
eth0 is a semi-virtual interface. There is not actual eth0 driver, rather eth0 is "provided" by the actual ethernet driver. I may be wrong here (and I'm sure someone will correct me if I am) but I believe you can do a 'modprobe pcnet32' and then do ifconfig eth0 up 1.2.3.4 Otherwise add the following line to /etc/modules.conf: alias eth0 pcnet32 later, joseph -- the "LaterDude" ICQ: 52640402 [EMAIL PROTECTED] http://www.ice-works.com/personal/LaterDude/index.html All opinions expressed are my own and not necessarily those of my employer unless otherwise noted.