From owner-freebsd-current@FreeBSD.ORG Thu Jan 13 20:19:28 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 B761716A4CE for ; Thu, 13 Jan 2005 20:19:28 +0000 (GMT) Received: from post-22.mail.nl.demon.net (post-22.mail.nl.demon.net [194.159.73.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7664443D1D for ; Thu, 13 Jan 2005 20:19:28 +0000 (GMT) (envelope-from kwm@rainbow-runner.nl) Received: from kazerne.demon.nl ([212.238.222.22]:60284 helo=heater.rainbow-runner.nl) by post-22.mail.nl.demon.net with esmtp (Exim 4.34) id 1CpBRG-000KRz-Me; Thu, 13 Jan 2005 20:19:26 +0000 From: Koop Mast To: "M. Warner Losh" In-Reply-To: <20050110.235528.25732845.imp@bsdimp.com> References: <1105227700.25419.14.camel@heater.rainbow-runner.nl> <20050110.235528.25732845.imp@bsdimp.com> Content-Type: text/plain Date: Thu, 13 Jan 2005 20:46:00 +0100 Message-Id: <1105645560.8933.4.camel@heater.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.1.3.2 FreeBSD GNOME Team Port 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: Thu, 13 Jan 2005 20:19:28 -0000 Op ma, 10-01-2005 te 23:55 -0700, schreef M. Warner Losh: > 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. Sorry for the wait, I wrecked my imap when I upgraded it. Here its is with hw.cbb.debug=1, hw.pccard.debug=1, hw.cardbus.debug=1 and boot -v. The complete dmesg is here: http://prisma.rainbow-runner.nl/kwm/dmesg-ath . > : 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? No, I load my modules at boot. > Warner Koop