From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6244c306f9366e5fa6bc3d26346d312e@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Thinkpad 560x, ethernet pc card MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sun, 4 Aug 2002 09:54:47 -0400 Topicbox-Message-UUID: d79a5010-eaca-11e9-9e20-41e7f4b1d025 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