9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Thinkpad 560x, ethernet pc card
@ 2002-08-04  8:11 Peter Downs
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Downs @ 2002-08-04  8:11 UTC (permalink / raw)
  To: 9fans

The card label has the following details:
Model No: PCMPC100
MQ4FE1500A under the Linksys, FCC, etc logos.

node id: <bar coded>
s/n: <bar coded>

"Ver: C4"  is shown after the serial number, which is the closest thing
to a version number printed on the card label.

During boot,

#Y0: Linksys;EtherFast 10/100 PC Card (PCMPC100 V3);V2.0; ; irq 9,
port 300

Link and activity lights come on, but confignet says no ethernet
card was detected, and there's no /net/etherX

Peter


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

* Re: [9fans] Thinkpad 560x, ethernet pc card
  2002-08-04 13:54 Russ Cox
@ 2002-08-05  5:21 ` Peter Downs
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Downs @ 2002-08-05  5:21 UTC (permalink / raw)
  To: 9fans

no luck..


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

* Re: [9fans] Thinkpad 560x, ethernet pc card
@ 2002-08-04 13:54 Russ Cox
  2002-08-05  5:21 ` Peter Downs
  0 siblings, 1 reply; 3+ messages in thread
From: Russ Cox @ 2002-08-04 13:54 UTC (permalink / raw)
  To: 9fans

First, make sure you have

	ether0=type=EC2T

in your plan9.ini.  It shouldn't be strictly
necessary, but let's debug one thing at a time.

One possibility is that the PC Card driver isn't
doing the right thing, and you'd be better off
with the PCMCIA driver.  Try

	pccard0=disabled

in plan9.ini to disable the PC Card driver.  The #Y0
line should change to #y0 on boot.

Assuming things still aren't working, see if you
can find out which I/O ports your ethernet card uses
in some other operating system.  I think the problem
is that both the PC Card controller and the ether
card want to use port 0x300, and when the ether can't
register that port, it simply gives up.

If things still aren't working, try using

	ether0=type=EC2T port=0x320

Russ


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

end of thread, other threads:[~2002-08-05  5:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-04  8:11 [9fans] Thinkpad 560x, ethernet pc card Peter Downs
2002-08-04 13:54 Russ Cox
2002-08-05  5:21 ` Peter Downs

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).