From owner-freebsd-mobile@FreeBSD.ORG Sun Oct 5 22:54:53 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2087116A4B3 for ; Sun, 5 Oct 2003 22:54:53 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3899F43FE5 for ; Sun, 5 Oct 2003 22:54:52 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p1/8.12.9) with ESMTP id h965slAD074167; Sun, 5 Oct 2003 23:54:47 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 05 Oct 2003 23:54:46 -0600 (MDT) Message-Id: <20031005.235446.90556529.imp@bsdimp.com> To: kopts@astro.psu.edu From: "M. Warner Losh" In-Reply-To: References: <20031005.230946.52421915.imp@bsdimp.com> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: mobile@freebsd.org Subject: Re: pccard on Latitude C800 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 05:54:53 -0000 In message: Alexey Koptsevich writes: : : > I think that you need ath (and ath_hal) in your kernel, or you need to : > kldload if_ath. : : OK, I did not try it before, being sure it will not work! : : I have just loaded the module, and the Link light on the card is now ON, : but ath0 has not appeared in the ifconfig output. Then I unloaded the : module (and it disappeared from kldstat), but the light is still ON. Is it : the problem with pccard, or with the ath driver? not sure. what are the last 20 or so lines of dmesg? : Is it safe to remove pccard while it has the light ON? generally yes. Warner