On Thu, Dec 21, 2000 at 10:44:57AM +1100, John Griffiths wrote: > >I was never able to get this done in the install. I completed the install > >without networking and then, after some research, placed: > > > >alias eth0 ne > >options ne io=0x300 irq=10 > > > >in the file /etc/modutils/network. Of course, after more research, I had to > >complete the rest of the network configuration manually as well. But in the > >end, it all works. > > So i load the module on install and accept the failure? > > or i don't need to install it? >
Make sure you have the right module with modprobe. You probably need "ne" or "ne2k-pci" For example use - modprobe ne If it is the right module it should pick up your eth0 and spit out a line such as - ne io=0x300 irq=10 stick this line in - /etc/modules run - update-modules run - ifup eth0 That should do it. Try a reboot if it doesn't. hth, kent -- "In order to make an apple pie from scratch, you must first create the universe." - Carl Sagan