From owner-freebsd-mobile@FreeBSD.ORG Tue Nov 22 04:14:42 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 36BDE16A41F for ; Tue, 22 Nov 2005 04:14:42 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 825C843D5E for ; Tue, 22 Nov 2005 04:14:41 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id jAM4CUTb049851; Mon, 21 Nov 2005 21:12:30 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 21 Nov 2005 21:12:47 -0700 (MST) Message-Id: <20051121.211247.08651052.imp@bsdimp.com> To: pbowen@fastmail.fm From: "M. Warner Losh" In-Reply-To: <4382707E.1090001@fastmail.fm> References: <1132437985.69627.8.camel@felipa.webtent.org> <4382707E.1090001@fastmail.fm> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 21 Nov 2005 21:12:30 -0700 (MST) Cc: freebsd-mobile@freebsd.org Subject: Re: pccards X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 04:14:42 -0000 In message: <4382707E.1090001@fastmail.fm> Patrick Bowen writes: : Robert Fitzpatrick wrote: : >I am trying FreeBSD 6.0 on my laptop since reading of wireless : >capabilities. I have a D-Link DWL-AG650 card and see the card below in : >my /etc/defaults/pccard.conf: : > : ># D Link DWL-650 11Mbps WLAN Card : >card "D" "Link DWL-650 11Mbps WLAN Card" : > config auto "wi" ? : > insert /etc/pccard_ether $device start : > remove /etc/pccard_ether $device stop : > : >It is missing the AG, but so close I was hoping to get it going. I have : >pccard_enable="YES" in my rc.conf and see the following in dmesg : >whenever I plug in the card: : > : >cardbus1: at device 0.0 (no driver attached) : > : >I guess this means this card will not work? If so, anyone suggest a way : >to get it working? I ask this because I found the following post that : >sounds like someone did have theirs working, but I do not see an ath0: : > : >http://docs.freebsd.org/cgi/getmsg.cgi?fetch=265162+0 : >+archive/2004/freebsd-mobile/20040118.freebsd-mobile : > : >-- : >Robert : > : >_______________________________________________ : >freebsd-mobile@freebsd.org mailing list : >http://lists.freebsd.org/mailman/listinfo/freebsd-mobile : >To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" : > : > : > : Hi Robert; : : I'd suggest adding the "AG" in the appropriate place in pccard.conf and : rebooting, and see what happens. I added an entry for my SMC2532W-B that : was identical to the entry for the SMC2632, and have been using it : without problems for the last year, in 4.7, 5.4, and -current. pccard.conf is not used on 6.0. Changing this file will have 0 effect, I can 100% guarantee it. :-) Warner