From owner-freebsd-current@FreeBSD.ORG Thu Sep 4 09:02:45 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 BCCE616A4BF for ; Thu, 4 Sep 2003 09:02:45 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91AFB43FDF for ; Thu, 4 Sep 2003 09:02:44 -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 h84G2ZTX060538; Thu, 4 Sep 2003 10:02:36 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 04 Sep 2003 10:02:10 -0600 (MDT) Message-Id: <20030904.100210.58947856.imp@bsdimp.com> To: wintran@email.cz From: "M. Warner Losh" In-Reply-To: <3F56E66E.000001.32122@tajfun.atc.cz> References: <3F56E66E.000001.32122@tajfun.atc.cz> 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: freebsd-current@freebsd.org Subject: Re: wi0: 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, 04 Sep 2003 16:02:45 -0000 In message: <3F56E66E.000001.32122@tajfun.atc.cz> writes: : Hello, : I have same problem as http://lists.freebsd.org/pipermail/freebsd-current/2003-August/008948.html, : but with other PCMCIA card - new Proxim Orinoco. : When I plug it in, I get: : : cardbus0: at device 0.0 (no driver attached) : cbb0: CardBus card activation failed : : I use kernel from yestereday, pccbb.c ver 1.95. You need a driver. This message says that none attached. Maybe FreeBSD doesn't support this chip yet? Maybe it is supported by the atheros driver (ath). Warner