Network setup

I’m readin all of the postings about setting up networking, but I can’t get
my NE2000 compatible card running.

My situation is this:
NE2000 compatible card
IRQ 11
I/O 02A0 - 02BF

Nettrap gives nothing…

Janne W <not@here.com> wrote:

I’m readin all of the postings about setting up networking, but I can’t get
my NE2000 compatible card running.

My situation is this:
NE2000 compatible card
IRQ 11
I/O 02A0 - 02BF

Nettrap gives nothing…

You could manually start it by running `io-net -dne2000 ioport=0x2a0,irq=11’

You should read the helpviewer docs on io-net first… I just tossed that
off the top of my head, and I’m not a network person.

Janne W <not@here.com> wrote:

I’m readin all of the postings about setting up networking, but I can’t get
my NE2000 compatible card running.

My situation is this:
NE2000 compatible card
IRQ 11
I/O 02A0 - 02BF

Nettrap gives nothing…

Try this.

Boot into RTP. Login as root, start a “Terminal”, and:

/bin/slay io-net
/sbin/io-net -d ne2000 ioport=0x2a0,irq=11 -p ttcpip -p pppmgr
phlip

In phlip, see if you have a en0, and config it (giving IP/netmask/gateway…)
Press “DONE”.

cat /proc/ipstats

See if en0 have the IP and marked as “up”.

ping somebody on your network see if it is working.

If everything is working fine here, create a /etc/rc.d/rc.local, put
these 3 lines in:

/bin/slay io-net
/sbin/io-net -d ne2000 ioport=0x2a0,irq=11 -p ttcpip -p pppmgr
/bin/netmanager

Now you are all set.

-xtang

Xiaodan Tang <xtang@ottawa.com> skrev i
diskussionsgruppsmeddelandet:8r00f4$dpr$2@nntp.qnx.com

Janne W <> not@here.com> > wrote:
I’m readin all of the postings about setting up networking, but I can’t
get
my NE2000 compatible card running.

My situation is this:
NE2000 compatible card
IRQ 11
I/O 02A0 - 02BF

Nettrap gives nothing…

Try this.

Boot into RTP. Login as root, start a “Terminal”, and:

/bin/slay io-net
/sbin/io-net -d ne2000 ioport=0x2a0,irq=11 -p ttcpip -p pppmgr
phlip

In phlip, see if you have a en0, and config it (giving
IP/netmask/gateway…)
Press “DONE”.

cat /proc/ipstats

See if en0 have the IP and marked as “up”.

ping somebody on your network see if it is working.

If everything is working fine here, create a /etc/rc.d/rc.local, put
these 3 lines in:

/bin/slay io-net
/sbin/io-net -d ne2000 ioport=0x2a0,irq=11 -p ttcpip -p pppmgr
/bin/netmanager

Now you are all set.

-xtang

Oops…

Thanks for all your help, atleast I got an “en0”, but it still doesnt work.
ipstats says the ip is “up”.

I’m not sure that I have configured all the stuff right in the phlip menu,
but I’m working on it

I’m kind of new to all this, and I had a hard time configuring the network
in Win too, so I’m not supprised :slight_smile:

Hi Please check out this web page in our knowledge base.

http://qdn.qnx.com/support/bok/solution.qnx?10057

THanks
Charles Lawrence


Previously, Janne W wrote in qdn.public.qnxrtp.installation:

I’m readin all of the postings about setting up networking, but I can’t get
my NE2000 compatible card running.

My situation is this:
NE2000 compatible card
IRQ 11
I/O 02A0 - 02BF

Nettrap gives nothing…