From owner-freebsd-mobile@FreeBSD.ORG Sun Oct 5 22:09:49 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 9A74E16A4B3 for ; Sun, 5 Oct 2003 22:09:49 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAFD843F85 for ; Sun, 5 Oct 2003 22:09:48 -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 h9659kAD073640; Sun, 5 Oct 2003 23:09:46 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 05 Oct 2003 23:09:46 -0600 (MDT) Message-Id: <20031005.230946.52421915.imp@bsdimp.com> To: kopts@astro.psu.edu From: "M. Warner Losh" In-Reply-To: References: <20031005.220528.38987167.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:09:49 -0000 In message: Alexey Koptsevich writes: : : > has newcard devices. What happens when you insert a card? : : I played a bit and I found what was the problem with ep: I thought the : driver is loaded automatically when the card is inserted, but it does not. : The card was recognized after kldloading. : : But when I insert DLink DWL-AG650, I see a message : : cbb0: CardBus card activation failed : : I guess it may be because ath is not mentioned in pccard.conf. no. : What should I add there? I think that you need ath (and ath_hal) in your kernel, or you need to kldload if_ath. Warner