nicinfo

here is the output from nicinfo command as displayed by my xircom nic card:

enlighten me as to how |I can get this &*%! thing to work.

nicinfo for xircom pcmcia :

Tulip Xircom 3201-3 Ethernet Controller
Physical Node ID…0010A4 C73857
Current Physical Node ID…0010A4 C73857
Media Rate…100.00 Mb/s
full-duplex UTP
MTU…1514
LAN…0
I/O Port Range…0x500 → 0x57F
Harware Interrupt…0x3
Promiscuous…Disabled
Multicast…Enabled

Total Packets Txd OK…0
Total Packets Txd Bad…0
Total Packets Rxd OK…0
Total Rx Errors…0

Total Bytes Txd …0
Total Bytes Rxd …0

Tx Collision Errors…0
Tx Collision Errors (aborted)…0
Carrier Sense Lost on Tx…0
FIFO Underruns During Tx…0
Tx deferred…0
Out of Window Collisions…0
FIFO Overruns During Rx…0
Alignment errors…0
CRC errors…0

Rich <rich-@txucom.net> wrote:

here is the output from nicinfo command as displayed by my xircom nic card:

enlighten me as to how |I can get this &*%! thing to work.

nicinfo for xircom pcmcia :

[SNIP]
I/O Port Range…0x500 → 0x57F
Harware Interrupt…0x3

And to make sure, pin is actually showing this to be the IO and IRQ for
the device? Interrupt 3 is normally a serial port interrupt, so it
sounds like this could possibly be an issue with the pcmica config. I
am not sure - any ideas Hugh?

chris

\

Chris McKillop <cdm@qnx.com> “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

yes thats the output.
i disabled all parallel and serial ports in the bios,
i am not using them and i thought it may offer more resources to the system
i can force the card to a higher irq if i enable the ports in bios

“Chris McKillop” <cdm@qnx.com> wrote in message
news:a5su8s$3dm$2@nntp.qnx.com

Rich <> rich-@txucom.net> > wrote:
here is the output from nicinfo command as displayed by my xircom nic
card:

enlighten me as to how |I can get this &*%! thing to work.

nicinfo for xircom pcmcia :

[SNIP]
I/O Port Range…0x500 → 0x57F
Harware Interrupt…0x3


And to make sure, pin is actually showing this to be the IO and IRQ for
the device? Interrupt 3 is normally a serial port interrupt, so it
sounds like this could possibly be an issue with the pcmica config. I
am not sure - any ideas Hugh?

chris

\

Chris McKillop <> cdm@qnx.com> > “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

Rich <richrusso_@hotmail.com> wrote:

yes thats the output.
i disabled all parallel and serial ports in the bios,
i am not using them and i thought it may offer more resources to the system
i can force the card to a higher irq if i enable the ports in bios

Try doing that. Worth a try anyways. :slight_smile:

chris


Chris McKillop <cdm@qnx.com> “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

Previously, Rich wrote in qdn.public.qnxrtp.installation:

yes thats the output.
i disabled all parallel and serial ports in the bios,
i am not using them and i thought it may offer more resources to the system
i can force the card to a higher irq if i enable the ports in bios

“Chris McKillop” <> cdm@qnx.com> > wrote in message
news:a5su8s$3dm$> 2@nntp.qnx.com> …
Rich <> rich-@txucom.net> > wrote:
here is the output from nicinfo command as displayed by my xircom nic
card:

enlighten me as to how |I can get this &*%! thing to work.

nicinfo for xircom pcmcia :

It’s the card I’m using.
Thanks will go to Hugh at QSSL for his invaluable help in making it
work for me.

In rc.local I’ve added these lines…

slay io-net
io-net -dtulip -ptcpip
waitfor io-net
ifconfig en0 192.168.93.104 netmask 255.255.255.0 up
route add 0.0.0.0 192.168.93.101
#dhcp.client
#waitfor dhcp.client
devc-ser8250 -u2 0xfd00,10

This was AFTER getting and replacing the pci-bios executable in /sbin/
with Hugh’s help, and making another boot image so that the card is
properly detected.
Mine is running at IRQ10, 'cause that doesn’t conflict with anything
in my particular box. It’ll use that IRQ for the card, both /dev/en0 and
/dev/ser2
This sets my box up at the internal IP 192.168.93.104. By uncommentng the
dhcp line, and commenting out the ifconfig and route lines, I’m able to
use the dhcp servers in my travels as well.

Hope this helps, and if you need more, I might find some time this week
to compare notes furthur…


Cowboy

I don’t want to bore you, but there’s nobody else around for me to bore.