From owner-freebsd-current@FreeBSD.ORG Wed Aug 20 09:09:19 2003 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 3D55216A4BF for ; Wed, 20 Aug 2003 09:09:19 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3868343FAF for ; Wed, 20 Aug 2003 09:09:18 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h7KG9GFL078571; Wed, 20 Aug 2003 10:09:16 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 20 Aug 2003 10:08:33 -0600 (MDT) Message-Id: <20030820.100833.57626799.imp@bsdimp.com> To: l.ertl@univie.ac.at From: "M. Warner Losh" In-Reply-To: <20030820155747.L711@leelou.in.tern> References: <20030820155747.L711@leelou.in.tern> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: ath0 card: CardBus card activiation 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: Wed, 20 Aug 2003 16:09:19 -0000 In message: <20030820155747.L711@leelou.in.tern> Lukas Ertl writes: : with a kernel from this morning I can't get my ath0 Cardbus device up : again, when I plug it in, I get: : : cbb1: CardBus card activation failed : : The card has worked fine up until now. Maybe some of the recent commits : to pccbb.c/pccard.c broke something? Hmmmm, I'm using this card just fine right now. Can you set 'hw.cbb.debug=1' in your boot loader (or set it with sysctl) and send me the results of a card insertion? Warner