Network Configuration

I have a Ne-2000 compatible in my computer, I’ve tried “NETTRAP” wich gives
me “NO NIC DETECTED”. I’ve tried to configure it manually with the following
:

" io-net -d
ne2000,connector=1,did=0,duplex=1,ioport=0x340,irq=11,verbose,width=16,-p
ttcpip"

And yet still not working…

As previously mentioned, I have a Ne2000 compatible @ port 0x340 IRQ 11
That’s the way it is configured and that windows recognize it. Is there any
way I could make it work?

Thanks

Serge

S. Therrien & L. Savard <serge.therrien_no@spam_tr.cgocable.ca> wrote:
: I have a Ne-2000 compatible in my computer, I’ve tried “NETTRAP” wich gives
: me “NO NIC DETECTED”. I’ve tried to configure it manually with the following
: :

: " io-net -d
: ne2000,connector=1,did=0,duplex=1,ioport=0x340,irq=11,verbose,width=16,-p
: ttcpip"

The above doesn’t look correct. Too many commas. Try:

io-net -dne2000 connector=1,did=0,duplex=1,ioport=0x340,irq=11,verbose,width=16 -p ttcpip

-seanb