From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-86234-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1L0Ien-0007FD-IQ
	for garchives@archives.gentoo.org; Wed, 12 Nov 2008 16:33:30 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EBC6CE04FD;
	Wed, 12 Nov 2008 16:33:27 +0000 (UTC)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158])
	by pigeon.gentoo.org (Postfix) with ESMTP id A6179E04FD
	for <gentoo-user@lists.gentoo.org>; Wed, 12 Nov 2008 16:33:27 +0000 (UTC)
Received: by fg-out-1718.google.com with SMTP id d23so567280fga.14
        for <gentoo-user@lists.gentoo.org>; Wed, 12 Nov 2008 08:33:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:in-reply-to:mime-version:content-type
         :content-transfer-encoding:content-disposition:references;
        bh=QBLfuYp8E7NiOpxduc3zf/1rvJi+1g8hJu38pWpB0Sg=;
        b=ELCQjT4h5R1Wn5JoJ7/Gr2exNWRbPliYeLEsD9T6RadHe+rLzDFmzGKgnM/77MJQ5h
         H50YjOdwU4YS9WlQIkY8y0A47e/XnKR3OG+RbvJVXQZ9MnnpvTXvNDhwPc5X/N2ijZT4
         73DKgFICzUNM/EyIEGpyJl4RdBYEEUNT8veH4=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version
         :content-type:content-transfer-encoding:content-disposition
         :references;
        b=wt15y25l4QJVlwugWWB4lpEu2xW/vHfTfqq9ZDYTJGKEmGv5/JcR0NQOIzSLBnBdMg
         ubGhwTG8Lti0WSyy71qp85DiaaVttZHZctrnI6op57FaFKjowqq7JT+3J7ymOjT07q1n
         eukqBBtVgV8EwmE4rW55HZGVDrts2cOAWA1/A=
Received: by 10.181.205.9 with SMTP id h9mr2891011bkq.196.1226507605141;
        Wed, 12 Nov 2008 08:33:25 -0800 (PST)
Received: by 10.180.205.11 with HTTP; Wed, 12 Nov 2008 08:33:25 -0800 (PST)
Message-ID: <49bf44f10811120833h1c2f2d86i280909469e5f98ae@mail.gmail.com>
Date: Wed, 12 Nov 2008 08:33:25 -0800
From: Grant <emailgrant@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] ath5k in the kernel - where is it?
In-Reply-To: <49bf44f10810150653x4667fb56gae3dd39237efa073@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <200810150813.49841.dirk.heinrichs.ext@nsn.com>
	 <707E41AE68E444499861C6B248AB868453AC857F82@excprdmbxw002.optus.com.au>
	 <49bf44f10810150653x4667fb56gae3dd39237efa073@mail.gmail.com>
X-Archives-Salt: 2a3cd88e-e17d-4a2b-aa02-420890dbd478
X-Archives-Hash: 17c930f90017da1970a2cc3b66f00285

>>> Could you post the output of lspci, please? I have stability
>>> problems with
>>> madwifi on my system, so if you've got the same wlan chipset
>>> I would give it a try also (with 2.6.27, then).
>>
>> 03:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
>
> I have the same one.
>
>> FWIW I had no stability issues with madwifi-ng 0.9.4 with wpa_supplicant 0.5.7 with 2.6.25-gentoo-r7, and IIRC that was with only the old 80211 stuff turned on in the kernel. (??IEEE80211 instead of MAC80211??)
>
> Mine works great except it freezes the whole system when starting ath0
> in master mode if I have SMP enabled in my kernel:
>
> http://madwifi.org/ticket/1903
>
> - Grant

In case anyone else runs into this with madwifi-ng, it's fixed with
the latest madwifi-ng-svn ebuild in the je_fro overlay.  ath5k doesn't
support master mode yet in 2.6.27 (although there is a patch floating
around) and madwifi-old is completely unsupported (sandbox violations,
should be removed from portage).

- Grant