9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] PCMCIA Ethernet
@ 2008-09-17  2:51 Brian L. Stuart
  2008-09-17  8:55 ` Martin Neubauer
  2008-09-17 20:28 ` Andy Spencer
  0 siblings, 2 replies; 7+ messages in thread
From: Brian L. Stuart @ 2008-09-17  2:51 UTC (permalink / raw)
  To: 9fans

Is anyone currently successfully using a pcmcia
ethernet card?  The last time I tried to do this,
I came to the conclusion that I would need to
sacrifice a chicken to get it to work, and I
ended up moving on to something else.  But I'm
back to trying this.  I've tried with several
versions of the 3c589 and an old linksys.  On
all these, aux/pcmcia reports the right thing,
but trying to bind #l reports no free devices.
Is there some magic incantation to make it
work.  It doesn't seem to matter whether I
put an entry in plan9.ini.  Ultimately, I want
to get a 3c575 working, but neither of the ones
I have lying around are recognized by aux/pcmcia,
so I figured it'd be better to start with something
a little more boring.

Of course, if someone has a hidden broadcom
driver lying around, that would obviate the
need for the pcmcia card...:-)

Thanks,
BLS




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] PCMCIA Ethernet
  2008-09-17  2:51 [9fans] PCMCIA Ethernet Brian L. Stuart
@ 2008-09-17  8:55 ` Martin Neubauer
  2008-09-17 14:29   ` Brian L. Stuart
  2008-09-17 20:28 ` Andy Spencer
  1 sibling, 1 reply; 7+ messages in thread
From: Martin Neubauer @ 2008-09-17  8:55 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I am using a 3c589 and remember having the same symptoms at first. Jmk then
gave me the hint to try the other slot which amazingly did the trick. I then
didn't investigate that further. Incidentally, I'm also having a 572 lying
around I'm hoping to get running someday. As far as I remember, those are
pretty close to the 574/575 bunch driver-wise. Just not supported on Plan 9.

While somewhat unspecific, I hope that helps somewhat,
	Martin

* Brian L. Stuart (blstuart@bellsouth.net) wrote:
> Is anyone currently successfully using a pcmcia
> ethernet card?  The last time I tried to do this,
> I came to the conclusion that I would need to
> sacrifice a chicken to get it to work, and I
> ended up moving on to something else.  But I'm
> back to trying this.  I've tried with several
> versions of the 3c589 and an old linksys.  On
> all these, aux/pcmcia reports the right thing,
> but trying to bind #l reports no free devices.
> Is there some magic incantation to make it
> work.  It doesn't seem to matter whether I
> put an entry in plan9.ini.  Ultimately, I want
> to get a 3c575 working, but neither of the ones
> I have lying around are recognized by aux/pcmcia,
> so I figured it'd be better to start with something
> a little more boring.
>
> Of course, if someone has a hidden broadcom
> driver lying around, that would obviate the
> need for the pcmcia card...:-)
>
> Thanks,
> BLS



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] PCMCIA Ethernet
  2008-09-17  8:55 ` Martin Neubauer
@ 2008-09-17 14:29   ` Brian L. Stuart
  2008-09-17 21:31     ` Steve Simon
  0 siblings, 1 reply; 7+ messages in thread
From: Brian L. Stuart @ 2008-09-17 14:29 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> I am using a 3c589 and remember having the same symptoms at first. Jmk then
> gave me the hint to try the other slot which amazingly did the trick. I then
> didn't investigate that further. Incidentally, I'm also having a 572 lying
> around I'm hoping to get running someday. As far as I remember, those are
> pretty close to the 574/575 bunch driver-wise. Just not supported on Plan 9.
>
> While somewhat unspecific, I hope that helps somewhat,

Interesting.  This particular machine only has 1 slot, but this
does suggest where to start looking in the code.  If I do get
this sorted out, then I'll see if I can take a crack at the 575
and similar cards.

Thanks,
BLS




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] PCMCIA Ethernet
  2008-09-17  2:51 [9fans] PCMCIA Ethernet Brian L. Stuart
  2008-09-17  8:55 ` Martin Neubauer
@ 2008-09-17 20:28 ` Andy Spencer
  2008-09-18 14:23   ` Brian L. Stuart
  1 sibling, 1 reply; 7+ messages in thread
From: Andy Spencer @ 2008-09-17 20:28 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

> Of course, if someone has a hidden broadcom driver lying around, that
> would obviate the need for the pcmcia card...:-)

There's is some code laying around for Broadcom 570x cards:
http://plan9.bell-labs.com/sources/contrib/uriel/mirror/bc.tgz

I've been trying to get that working on a computer of mine that has a
BCM5751 card but so far I don't have it working.

[-- Attachment #2: Type: application/pgp-signature, Size: 204 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] PCMCIA Ethernet
  2008-09-17 14:29   ` Brian L. Stuart
@ 2008-09-17 21:31     ` Steve Simon
  2008-09-18 14:41       ` Brian L. Stuart
  0 siblings, 1 reply; 7+ messages in thread
From: Steve Simon @ 2008-09-17 21:31 UTC (permalink / raw)
  To: 9fans

I was using a 3c589 until a few years ago, then  I moved to
a Netgear FA411 which is somwhat more mechanically robust -
I broke the plug on the 3com card :-(

-Steve



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] PCMCIA Ethernet
  2008-09-17 20:28 ` Andy Spencer
@ 2008-09-18 14:23   ` Brian L. Stuart
  0 siblings, 0 replies; 7+ messages in thread
From: Brian L. Stuart @ 2008-09-18 14:23 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> There's is some code laying around for Broadcom 570x cards:
> http://plan9.bell-labs.com/sources/contrib/uriel/mirror/bc.tgz

I'll take a look at it.  I seem to recall some discussion of
it and that it was in a pretty incomplete state.  If I'm
remembering correctly, I'm thinking my chances might be
better with the PCMCIA route first.

BLS





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] PCMCIA Ethernet
  2008-09-17 21:31     ` Steve Simon
@ 2008-09-18 14:41       ` Brian L. Stuart
  0 siblings, 0 replies; 7+ messages in thread
From: Brian L. Stuart @ 2008-09-18 14:41 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> I was using a 3c589 until a few years ago, then  I moved to
> a Netgear FA411 which is somwhat more mechanically robust -
> I broke the plug on the 3com card :-(

It sounds like for a number of people it's working just
fine, and no one's put forward any real magic to make
it work, except for using the other slot on some machines.
So that brings up the question, why is it working on
some machines, and some slots, and not others.  To
me that seems to point to the PCMCIA code, but then
aux/pcmcia picks it up.  I expect I'll try to move
forward by adding some debug output to try and trace
what's happening and what's not.  But if anyone
has any great PCMCIA wisdom, feel free to speak
up :-)  Along those lines, if a CardBus controller
is not recognized by devpccard, should I expect
dev82365 to handle it correctly?

And I too have had trouble with the connectors on
the 3com cards.  This one will end up in a rack,
so I figure it's a good place for a pigtail that
can't take too much stress.

Thanks,
BLS




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-09-18 14:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-17  2:51 [9fans] PCMCIA Ethernet Brian L. Stuart
2008-09-17  8:55 ` Martin Neubauer
2008-09-17 14:29   ` Brian L. Stuart
2008-09-17 21:31     ` Steve Simon
2008-09-18 14:41       ` Brian L. Stuart
2008-09-17 20:28 ` Andy Spencer
2008-09-18 14:23   ` Brian L. Stuart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).