Subject: Re: Network device not configured
To: None <netbsd-help@netbsd.org>
From: Dieter <netbsd@sopwith.solgatos.com>
List: netbsd-help
Date: 08/01/2005 13:51:24
> I have several Cardbus PCMCIA cards...
> One that uses the 'rtk' driver, a Linksys EtherFast PCM200 which
> uses 'tlp' ?, a wireless card that uses the 'ath' driver and a
> NetGear wireless PC Card MA521, of which I am not sure which
> driver it uses if someone could tell me... I have tried them
> all on my two PCMCIA Cardbus slots type II. I get this with all cards,
> rtk for example:
>
> # ifconfig rtk0 up
> ifconfig: SIOCGIFFLAGS rtk0: Device not configured

The first thing I would try to fix is this:

> cbb0 at pci0 dev 2 function 0: Texas Instruments PCI1130 PCI-CardBus Bridge (rev. 0x04)
> cbb0: NOT USED because of unconfigured interrupt
> cbb1 at pci0 dev 2 function 1: Texas Instruments PCI1130 PCI-CardBus Bridge (rev. 0x04)
> cbb1: NOT USED because of unconfigured interrupt

The cbb man page suggests adding

	options PCIBIOS
	options PCIBIOS_BUS_FIXUP
	options PCIBIOS_INTR_FIXUP

to your kernel config file.