in general, ethernet interfaces are not implemented as files in /dev/. there's no need to create one.
if you want to use your ethernet card, make sure: 1. the proper module loaded correctly 2. the kernel has the correct nic built into it either case, dmesg | less should tell you whether the card was found and configured correctly. if all is good to go, try: ifconfig eth0 <your ip> up and from here, you'll prolly want to play with route to set up a gateway. pete On Sun, 26 Nov 2000, Joseph Anthony wrote: > Date: Sun, 26 Nov 2000 14:17:12 -0600 (CST) > From: Joseph Anthony <[EMAIL PROTECTED]> > To: debian-user@lists.debian.org > Subject: eth0 on kernel 2.2.17 > Resent-Date: Sun, 26 Nov 2000 12:17:50 -0800 > Resent-From: debian-user@lists.debian.org > > I compiled my kernel with pci ethernet support for the Intel Ether Express > pro, dmesg reports the device and does tests it all verifies.. but in /dev > there is no eth0 device, MAKEDEV gives an error "don't know how to make > device "eth0" ". Is there something I am not doing? > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > = Gentlemen! You can't fight in here, this is the War Room! = > = Joseph Anthony [EMAIL PROTECTED] http://www.wastelandranger.org = > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >