From owner-freebsd-hardware@FreeBSD.ORG Mon Mar 29 13:34:44 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E948716A54D for ; Mon, 29 Mar 2004 13:34:43 -0800 (PST) Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16C6143D48 for ; Mon, 29 Mar 2004 13:34:43 -0800 (PST) (envelope-from ken@panzer.kdm.org) Received: from panzer.kdm.org (localhost [127.0.0.1]) by panzer.kdm.org (8.12.9/8.12.5) with ESMTP id i2TLYULX004500; Mon, 29 Mar 2004 14:34:30 -0700 (MST) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.12.9/8.12.5/Submit) id i2TLYUjI004499; Mon, 29 Mar 2004 14:34:30 -0700 (MST) (envelope-from ken) Date: Mon, 29 Mar 2004 14:34:30 -0700 From: "Kenneth D. Merry" To: Markku Kokko Message-ID: <20040329213430.GA4070@panzer.kdm.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: hardware@freebsd.org Subject: Re: CardBus card activation failed X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Mar 2004 21:34:44 -0000 On Mon, Mar 29, 2004 at 21:19:53 +0200, Markku Kokko wrote: > Hi > > I have a Dell Inspiron 8500 running FreeBSD 5.2.1 Release. I have the same laptop, running -current. > I have a D-Link 650+ card that I wish to use. > I got it working, sort of. > > i am not sure of what information you need, but here is the debugging info > I could get and also the dmesg. > Please let me know if you need more info. > Also please CC me as I am not in the list. > > If I boot without the card and insert when the machine is up and running I > get this error: > (this also occurs if I have the card inserted at boot) > > CBB EVENT 0x6 > Waking up thread > Status is 0x30000820 > cbb0: card inserted: event=0x00000000, state=30000820 > cbb0: cbb_power: 3V > cbb0: cbb_power: 0V > cbb0: CardBus card activation failed > > Then I take out the card and insert it back in again and it works: > > CBB EVENT 0x2 > Waking up thread > CBB EVENT 0x4 > Waking up thread > Status is 0x30000086 > CBB EVENT 0x6 > Waking up thread > Status is 0x30000820 > cbb0: card inserted: event=0x00000000, state=30000820 > cbb0: cbb_power: 3V > TUPLE: LINKTARGET [3]: 43 49 53 > Manufacturer ID: 97000284 > TUPLE: Unknown(0x04) [6]: 03 01 32 00 00 00 > cardbus0: Opening BAR: type=MEM, bar=14, len=1000 > CIS reading done > cardbus0: Resource not specified in CIS: id=10, size=20 > cardbus0: Resource not specified in CIS: id=18, size=10000 > cardbus0: Non-prefetchable memory at f6010000-f6020fff > cardbus0: IO port at 1000-101f > acx0: port > 0x1000-0x10 > 1f mem 0xf6010000-0xf601ffff,0xf6020000-0xf6020fff irq 11 at device 0.0 on > cardb > us0 > acx0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 22Mbps > acx0: 802.11 address: 00:80:c8:18:89:a8 > acx0: Eeprom Rev 5 Domain ETSI Europe (1-13), Firmware Rev 1.9.8.b > acx0: Radio Type 0x0d, Antenna 0x8d, CCA Mode 0x0d, ED Threshold 0x70 > acx0: (c) http://wlan.kewl.org/ 2003 I see the same symptoms. I think I sent mail out to -current or -mobile about this a while back. (Can't find it from searching the archives...) I see from the dmesg that you aren't using the onboard Broadcom 10/100 chip (bfe driver) or the onboard wirless (mine has a TrueMobile 1300, which is a Broadcom b/g chip). (Bill Paul's ndis code in -current allows you to use the Windows driver to talk to it.) I think you'll find that if you do, you'll get a panic when you try to insert the wireless card. (Or, if you have the wireless card inserted, you'll get a panic when you try to load the driver for the ethernet or wirless chip.) Ken -- Kenneth Merry ken@kdm.org