I've been slowly following the bootdisk howto and ffinally got a
bootable floppy. Then I decided to get networking running, and put in
the nss libs and the conf file. Now I can start ping to 127.0.0.1
So far so good.
Problems cropped up when I tried to bring up the eth0 interface.
I copied out the working conf.modules from my hard disk to rule out
typing mistakes.
"ifconfig eth0 up" ends in module not found errors.
modprobe eth0 causes the same.
the modules.dep file contains only a line for ne.o ( the 839*.0 that
it needs is compiled into the kernel.
Usually the alias in conf.modules is used. why is it not being used
in this boot floppy case?
thanks
joseph