ISA card network problems

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

“Paul Tompkins” <tompkins@pobox.com> wrote in message
news:Voyager.010625150331.602142A@localhost.localdomain

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.

after io-net try running “netmanager”

Any suggestions?

-Paul Tompkins

Paul Tompkins <tompkins@pobox.com> wrote:
: 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
^
missing comma.

-seanb