From owner-freebsd-mobile@FreeBSD.ORG Tue May 17 06:36:45 2005 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 F0B3916A4CE for ; Tue, 17 May 2005 06:36:45 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 860F643DA2 for ; Tue, 17 May 2005 06:36:45 +0000 (GMT) (envelope-from mattypoole@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so2211561wri for ; Mon, 16 May 2005 23:36:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mt8ZG+STBN8prQafsFjIeZiqZ5csIO9+P8SBnAOk3KPA+NR5sizTr77KxRXRdpRNfEMdpGSZ/ft6DhL4dAPQz5iYqHhEnQiRPp2XiVek+gst+G5u0V4IXsVCA3Jf8I1zMG3yQToCaHauUwoA0KWqn0szDd04hcE2nlU1DHcasao= Received: by 10.54.51.78 with SMTP id y78mr4186881wry; Mon, 16 May 2005 23:36:45 -0700 (PDT) Received: by 10.54.38.16 with HTTP; Mon, 16 May 2005 23:36:45 -0700 (PDT) Message-ID: <2ad7eff5050516233666203a42@mail.gmail.com> Date: Tue, 17 May 2005 16:36:45 +1000 From: Matthew Poole To: freebsd-mobile@freebsd.org In-Reply-To: <4288B969.2070700@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050516025440.1D2D55D08@ptavv.es.net> <4288B969.2070700@errno.com> Subject: Re: BSD support for wireless card X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthew.Poole@XLR8services.com.au List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 06:36:46 -0000 Hi Kevin, Sam and Scott Thanks very much, your helpful info has given me lots to run with; I'll let you know how I went. Thanks & Regards, Matt. On 5/17/05, Sam Leffler wrote: > Kevin Oberman wrote: > >>Date: Mon, 16 May 2005 11:47:49 +1000 > >>From: Matthew Poole > >>Sender: owner-freebsd-mobile@freebsd.org > >> > >>Just wondering what kind of support DWL-G520 + AirPlus Xtreme 2.4GHz > >>(802.11g) Wireless 108Mbps PCI Adapter has in BSD. > >> > >>I remember reading something about it being in the prism II chipset > >>but didn't seem to get anywhere. > >> > >>If anyone could point me in the direction of some kind of list of > >>adapters & corresponding chipsets that are supported under FreeBSD > >>5.2/similar it'd be greatly appreciated. > > > > > > Someone may have better information, but I believe that only the 802.11= b > > flavors of the Prism are supported. I'm pretty sure that 802.11g is onl= y > > available on Prism (same name but not the same interface). It SHOULD > > work with ndis, though. You will need the Windows driver installation > > software to configure and load the ndis driver. > > > > I believe ndis is available with both Current and 5.4. >=20 > Anything marked "108Mbps" is an Atheros part (108 =3D 2x54 =3D Atheros Tu= rbo > mode). Unfortunately the poster requested support for "5.2/similar" and > the 5.x systems have old ath support which may not work with their card. > I'm considering backporting the card support (only) to 5.x later in > the year but for now -current is the only place to get support for all > available Atheros parts. >=20 > Sam >=20 >