From owner-freebsd-mobile@FreeBSD.ORG Tue Nov 22 01:25:26 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 C703716A41F for ; Tue, 22 Nov 2005 01:25:26 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBFC243D66 for ; Tue, 22 Nov 2005 01:25:15 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id ADA7DD0A85F for ; Mon, 21 Nov 2005 20:25:09 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Mon, 21 Nov 2005 20:25:09 -0500 X-Sasl-enc: Ly/Vd7Yg1HtBMzIkeiPXVo+r1QJTGgGSQyJNeJaDtTAewTiXP74 1132622707 Received: from [192.168.221.101] (unknown [12.177.81.66]) by frontend2.messagingengine.com (Postfix) with ESMTP id E4982571431 for ; Mon, 21 Nov 2005 20:25:06 -0500 (EST) Message-ID: <4382707E.1090001@fastmail.fm> Date: Mon, 21 Nov 2005 19:12:30 -0600 From: Patrick Bowen User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051110 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org References: <1132437985.69627.8.camel@felipa.webtent.org> In-Reply-To: <1132437985.69627.8.camel@felipa.webtent.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 01:25:27 -0000 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. LOL, Patrick