[1394] in netbsd-help mailing list archive
Re: PCMCIA 3C589 and NFS install
daemon@ATHENA.MIT.EDU (Nathan J. Williams)
Wed Jan 27 20:28:30 1999
To: Robert J Fleming <bfleming@MIT.EDU>
Cc: netbsd-help@MIT.EDU
From: nathanw@MIT.EDU (Nathan J. Williams)
Date: 27 Jan 1999 20:28:25 -0500
In-Reply-To: Robert J Fleming's message of Wed, 27 Jan 1999 16:47:18 EST
Robert J Fleming <bfleming@MIT.EDU> writes:
>
> Trying this out on a thinkpad 770 w/ a 3com 3c589C PCMCIA ethernet card...the
> netbsd docs _sound_ like this should be possible but the install script is not
> recognizing the adapter.
This does indeed sound like it should work.
> Does anyone have any experience with this or can provide a reference for more
> information on this?
You need to determine why the adapter isn't being seen. The
messages that print out when the system boots are the key to this. You
should look for "pcic0 at isa0" and "pcmcia0 at pcic0" and "pcmcia1 at
pcic0" (all three lines will have more stuff after them, but those are
the key bits). If those aren't there, they indicate that the system
couldn't find the PCMCIA adapter.
If those are there, there should be a line like "ep1 at
pcmcia0" (may vary slightly depending on which slot the card is
in). If the first lines were there but that wasn't, then for some
reason the system isn't seeing the card plugged in to the adapter; one
thing to try in that case would be putting the 3c589 in the other
PCMCIA slot.
Let me know what didn't show up...
- Nathan