Re: eth0 on kernel 2.2.17

2000-11-26 Thread Joseph Anthony
This is for my lan in my house, the gateway is a freebsd box, 10.0.0.1 and this box 10.0.0.2 for the ethernet cards.. the dialup outside is ok. On Sun, 26 Nov 2000, Steven Kurylo wrote: > eth0 isn't suppose to be in /dev > > If your driver is loaded properly then all you have to do is "ifconfig

Re: eth0 on kernel 2.2.17

2000-11-26 Thread Joseph Anthony
Thanks, that makes sense. On Sun, 26 Nov 2000, Steven Kurylo wrote: > eth0 isn't suppose to be in /dev > > If your driver is loaded properly then all you have to do is "ifconfig eth0 > up" to configure the device and get it running. > > Do "man ifconfig" for details. > > To have debian conf

Re: eth0 on kernel 2.2.17

2000-11-26 Thread Steven Kurylo
eth0 isn't suppose to be in /dev If your driver is loaded properly then all you have to do is "ifconfig eth0 up" to configure the device and get it running. Do "man ifconfig" for details. To have debian configure it automatically on boot up edit /etc/network/interfaces. I would point you

Re: eth0 on kernel 2.2.17

2000-11-26 Thread Peter Jay Salzman
: 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

eth0 on kernel 2.2.17

2000-11-26 Thread Joseph Anthony
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? =-=-=-=-=-=-=-=-=-=-=-=-