Ne2000 compatible nic?

I’ve tried io-net -dne2000 -ptcpip and -pttcpip

if I use the big stack, I don’t get any error messages but I can’t ping anyone. If I use the tiny stack, I get error messages along the lines of
“en0: Action not supported” with ifconfig, but I can set the ip address/netmask with netmanager. However, I STILL can’t ping anyone. Can
anyone give me some insight?

Thanks

I’m using an ISA card

the output of nicinfo is as follows:

Physical Node ID 0000E8 1B0463
Current Physical Node ID 0000E8 1B0463
Media Rate 10.00 Mb/s half-duplex UTP
I/O Port Range 0x300 → 0x31E
Hardware Interrupt 0x5

and everything else is zero. I tried cat-ing /proc/ipstats but it
doesn’t seem to exist…

The irq is 10 I think, and I’ve tried irq settings of 5, 10 and 11 but
that hasn’t worked.

It seems that /proc/ipstats only appears when I’m using ttcpip, and not
tcpip… is that supposed to happen?

Here’s the output:

verbosity level: 0
ip checksum errors: 0
tcp checksum errors: 0
udp checksum errors: 0

packets sent: 11
packets received: 0
en0: addr 169.254.1.2 netmask 255.255.255.0 up
lo0: addr 127.0.0.1 netmask 255.0.0.0 up

DST: 169.254.1.0 netmask 255.255.255.0 gateway: en0
DST: 0.0.0.0 netmask 0.0.0.0 gateway 169.254.1.1
DST: 127.0.0.0 netmask 255.0.0.0 gateway: lo0

“Charles Li” <none@yet.but.soon> wrote in message
news:8tga0q$hqq$1@inn.qnx.com

I’ve tried io-net -dne2000 -ptcpip and -pttcpip

if I use the big stack, I don’t get any error messages but I can’t ping
anyone. If I use the tiny stack, I get error messages along the lines of
“en0: Action not supported” with ifconfig,

ifconfig is mean to be use with the big stack only,
but I can set the ip address/netmask with netmanager.

However, I STILL can’t ping anyone. Can
anyone give me some insight?

Post the output of nicinfo and cat /proc/ipstats
What card model do you use, is it ISA or PCI?

Thanks

“Chuckie” <none@yet.but.soon> wrote in message
news:8thm7a$56$1@inn.qnx.com

I’m using an ISA card

the output of nicinfo is as follows:

Physical Node ID 0000E8 1B0463
Current Physical Node ID 0000E8 1B0463
Media Rate 10.00 Mb/s half-duplex UTP
I/O Port Range 0x300 → 0x31E
Hardware Interrupt 0x5

Does this matches the real setup of your card?

and everything else is zero. I tried cat-ing /proc/ipstats but it
doesn’t seem to exist…

That means TCP/IP hasn’t been started.
Try using the network config application (button is on the shelf)
to enable TCP/IP for the card.

“Chuckie” <none@yet.but.soon> wrote in message
news:8ti8l9$gc6$1@inn.qnx.com

The irq is 10 I think, and I’ve tried irq settings of 5, 10 and 11 but
that hasn’t worked.

It seems that /proc/ipstats only appears when I’m using ttcpip, and not
tcpip… is that supposed to happen?

Don’t know, that could be. But for now stick with ttcpip.

Here’s the output:

verbosity level: 0
ip checksum errors: 0
tcp checksum errors: 0
udp checksum errors: 0

packets sent: 11
packets received: 0
en0: addr 169.254.1.2 netmask 255.255.255.0 up
lo0: addr 127.0.0.1 netmask 255.0.0.0 up

DST: 169.254.1.0 netmask 255.255.255.0 gateway: en0
DST: 0.0.0.0 netmask 0.0.0.0 gateway 169.254.1.1
DST: 127.0.0.0 netmask 255.0.0.0 gateway: lo0

This all sounds ok, what is the IP of your other machine.
Do they start with 169.254.1 ???

check in your bios settings that this interrupt is available for the isa buss

Previously, Chuckie wrote in qdn.public.qnxrtp.newuser:
{ The irq is 10 I think, and I’ve tried irq settings of 5, 10 and 11 but
{ that hasn’t worked.
{
{ It seems that /proc/ipstats only appears when I’m using ttcpip, and not
{ tcpip… is that supposed to happen?
{
{ Here’s the output:
{
{ verbosity level: 0
{ ip checksum errors: 0
{ tcp checksum errors: 0
{ udp checksum errors: 0
{
{ packets sent: 11
{ packets received: 0
{ en0: addr 169.254.1.2 netmask 255.255.255.0 up
{ lo0: addr 127.0.0.1 netmask 255.0.0.0 up
{
{ DST: 169.254.1.0 netmask 255.255.255.0 gateway: en0
{ DST: 0.0.0.0 netmask 0.0.0.0 gateway 169.254.1.1
{ DST: 127.0.0.0 netmask 255.0.0.0 gateway: lo0
{


Pat Ford email: pford@qnx.com
QNX Software Systems, Ltd. WWW: http://www.qnx.com
(613) 591-0931 (voice) mail: 175 Terence Matthews
(613) 591-3579 (fax) Kanata, Ontario, Canada K2M 1W8

Thanks y’all for helping me out, I finally figured out what went wrong!

I stuck in a linux floppy distro and figured out the irq was 3… so I
changed it to 3 and it worked!

However, I have another problem now… the card seems to work really well
for 30 seconds, then starts slowing down, until it refuses to send or
receive. Then, if I wait 10 minutes, it starts working again! Strange
card… maybe I should switch to an smc card I have… is 83c690lj
supported? Better known as smc ethersomething something ultra elite16 or
something.

Thanks!