I am having troubles getting my system to operate with my ISA ethernet card. When the system boots up it obviously doesn’t find the card. I am able to get it working by relaunching io-net in /etc/rc.d/rc.local with this configuration:
slay io-net
sleep 2
io-net -d ne2000 ioport=0x300,irq=4 -p ttcpip if=en0:192.168.1.3 default=192.168.1.1
However, when I launch phlip, the default gateway is missing as well as the dns entries. If I plug them in manually after each time I boot everything seems to work. But I would like to not have to do this.
Any suggestions?
-Paul Tompkins