On Thu, 21 Feb 2008, in the Usenet newsgroup comp.os.linux.networking, in
article <f7f4ee09-372b-4d09-bc50-(E-Mail Removed)>,
(E-Mail Removed) wrote:
NOTE: Posting from groups.google.com (or some web-forums) dramatically
reduces the chance of your post being seen. Find a real news server.
>Setup as follows:
>Laptop wearing a PCMCIA IBM Token RIng adapter:
>Everything works on it.
>
>Desktop wearing an ISA IBM Token Ring adapter:
>
>Computer finally saw it after three go-rounds with building a kernel.
OK, custom kernel - presumably, you chose the correct module, and this
is being loaded properly at boot.
>However everytime I issue a #ifconfig tr0 up command I eventually get
>a "Resource unavailable message."
USUALLY, I've found this message when the hardware resources don't
match up with what the driver expects - wrong I/O or IRQ (depends on
the driver - the old ibmtr driver didn't use parameters), or a
conflict where the NIC and some other resource are trying to use the
same I/O or IRQs This might show up in /var/log/messages at boot time.
>The desktop just refuses to "see" the MAU, and even setting an IP
>address causes that same error message.
Does /proc/interrupts and /proc/ioports show reasonable information?
Does /sbin/ifconfig -a show the card, specifically including the
"correct" I/O and IRQ? Are there any card specific values shown, such
as the LAA (equivalent to the MAC address on an Ethernet card)?
>At first I thought it was the cable so I tried three of them, same
>error message, three cables, and three strikes. I am thinking the card
>is US that is its no longer working.
That's hard to say. The 'Token-Ring mini-HOWTO' hasn't been updated in
a while
-rw-rw-r-- 1 gferg ldp 79442 Jan 29 2002 Token-Ring
but that might offer more clues.
>Suggestions please people.
I'm assuming you have specific reasons to be using Token Ring, but it's
a moderately out-dated technology. We got rid of the last of our Token
Ring setups in ~1996.
Old guy