From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Chua Subject: Re: 2.6.29-rc8: Reported regressions from 2.6.28 Date: Sat, 21 Mar 2009 00:14:24 +0800 Message-ID: References: <1237317742.31814.28.camel@johannes.local> <1237455534.5100.56.camel@johannes.local> <1237537967.5100.135.camel@johannes.local> <1237544033.5100.143.camel@johannes.local> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Ingo Molnar , Linus Torvalds , "Rafael J. Wysocki" , Linux Kernel Mailing List , Adrian Bunk , Andrew Morton , Kernel Testers List , Network Development , "John W. Linville" To: Johannes Berg Return-path: Received: from wf-out-1314.google.com ([209.85.200.174]:52687 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755564AbZCTQO0 (ORCPT ); Fri, 20 Mar 2009 12:14:26 -0400 In-Reply-To: <1237544033.5100.143.camel@johannes.local> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Mar 20, 2009 at 6:13 PM, Johannes Berg wrote: > Can I convince you to try getting the packet dump I asked for in > another mail? Was digging around for the "iw" package and got distracted. I'll test it soon. I went back to 2.6.28 and found out that I could associate as follows (but this would not work in 2.6.29-rc8 ... should work with the patch). modprobe -r iwlagn modprobe iwlagn iwconfig wlan0 mode Managed ifconfig wlan0 up iwconfig wlan0 essid "xxx" iwconfig wlan0 key restricted xxx iwconfig wlan0 ap auto channel auto iwlist wlan0 scan >/dev/null Thanks, Jeff.