From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Thinkpad 560x, ethernet pc card
Date: Sun, 4 Aug 2002 09:54:47 -0400 [thread overview]
Message-ID: <6244c306f9366e5fa6bc3d26346d312e@plan9.bell-labs.com> (raw)
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
next reply other threads:[~2002-08-04 13:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-04 13:54 Russ Cox [this message]
2002-08-05 5:21 ` Peter Downs
-- strict thread matches above, loose matches on Subject: below --
2002-08-04 8:11 Peter Downs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6244c306f9366e5fa6bc3d26346d312e@plan9.bell-labs.com \
--to=rsc@plan9.bell-labs.com \
--cc=9fans@cse.psu.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).