From owner-freebsd-current@FreeBSD.ORG Fri Apr 29 12:11:52 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D362616A4CE for ; Fri, 29 Apr 2005 12:11:52 +0000 (GMT) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8617E43D41 for ; Fri, 29 Apr 2005 12:11:52 +0000 (GMT) (envelope-from discussion-lists@linnet.org) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id C949D823; Fri, 29 Apr 2005 08:11:48 -0400 (EDT) Received: from thinkdog.local.linnet.org (host217-40-157-153.in-addr.btopenworld.com [217.40.157.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id 86CBF91; Fri, 29 Apr 2005 08:11:47 -0400 (EDT) Received: from lists by thinkdog.local.linnet.org with local (Exim 4.43 (FreeBSD)) id 1DRULB-000OCH-Un; Fri, 29 Apr 2005 13:11:29 +0100 Date: Fri, 29 Apr 2005 13:11:29 +0100 From: Brian Candler To: Sam Leffler Message-ID: <20050429121129.GA92888@uk.tiscali.com> References: <20050428121447.GA90430@uk.tiscali.com> <42715889.7070202@errno.com> <20050428222831.GB1308@uk.tiscali.com> <42716C48.9070206@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42716C48.9070206@errno.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-current@freebsd.org Subject: Re: wpa_supplicant causes panic in ieee80211_newstate X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2005 12:11:52 -0000 On Thu, Apr 28, 2005 at 04:05:44PM -0700, Sam Leffler wrote: > >Is there a canonical list of cards which *do* support WPA? I was guessing > >(probably wrongly) that anything under the 80211 layer would. > > ath supports it. Thanks. Unfortunately, it seems that the list of supported cards in ath(4) could do with updating. I just went out and bought a Netgear WG311 - that's exactly what it says on the box. However it's not recognised by the generic kernel, nor by `kldload ath`. According to `pciconf -l -v`, it is: none2@pci2:11:0: class=0x028000 card=0x4c001385 chip=0x9066104c rev=0x00 hdr=0x00 vendor = 'Texas Instruments (TI)' device = 'TNETW1130(ACX111) 802.11b/g Wireless Cardbus/PCI Adapter' class = network Hmm, and now I know this, I find http://lists.freebsd.org/pipermail/freebsd-current/2004-August/033976.html Short of messing with Windoze NDIS drivers, it seems like I have bought myself an expensive blanking plate :-( Regards, Brian.