From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Eckhardt To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <8924.1262236255.1@lunacy.ugrad.cs.cmu.edu> Date: Thu, 31 Dec 2009 00:10:55 -0500 Message-ID: <8925.1262236255@lunacy.ugrad.cs.cmu.edu> Subject: Re: [9fans] JVC Netbook works fine, except PCMCIA Topicbox-Message-UUID: b4c7bfae-ead5-11e9-9d60-3106f5b1d025 > pcmcia0=type=rtl8139 port=0x400 irq=10 Nope. "pcmcia0" tells the kernel what kind of PCMCIA bridge you have; since you have CardBus (which is better), you shouldn't have one of those lines unless you need to disable the CardBus driver and use the old PCMCIA code instead. One reason to do that, by the way, is that the PCMCIA bridge driver accepts an IRQ override (for the bridge itself) and the CardBus driver doesn't. I have one Sony Vaio whose BIOS sets *all* IRQ's to 9, which results in sadness, so I use the PCMCIA driver instead of the CardBus driver. > ether0=rtl8139 This is also wrong. You want "ether0=type=rtl8319". Can you send us the output of "aux/pcmcia"? Also of "cat /dev/ioalloc"? Dave Eckhardt