From owner-freebsd-current@FreeBSD.ORG Tue Jan 11 06:54:57 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31E2216A4CE for ; Tue, 11 Jan 2005 06:54:57 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55B6843D5C for ; Tue, 11 Jan 2005 06:54:56 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j0B6slIv017557; Mon, 10 Jan 2005 23:54:48 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 10 Jan 2005 23:55:28 -0700 (MST) Message-Id: <20050110.235528.25732845.imp@bsdimp.com> To: kwm@rainbow-runner.nl From: "M. Warner Losh" In-Reply-To: <1105227700.25419.14.camel@heater.rainbow-runner.nl> References: <1105227700.25419.14.camel@heater.rainbow-runner.nl> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: cbb0: CardBus card activation failed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2005 06:54:57 -0000 In message: <1105227700.25419.14.camel@heater.rainbow-runner.nl> Koop Mast writes: : I got myself an 3Com wireless card based on the Atheros 5212 chip. : After inserting it in the first pcmcia slot the kernel tells me this: : : cbb0: CardBus card activation failed This line has zero content. It just means that the driver didn't attach, but doesn't tell me why... What are the lines before it. : But after some fiddling around I stuck the card in the second pcmcia : slot, I was rewarded with the following: Did you load if_ath in between? Warner