From owner-freebsd-wireless@FreeBSD.ORG Sat Jan 11 05:46:01 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E6821F4 for ; Sat, 11 Jan 2014 05:46:01 +0000 (UTC) Received: from mail-qa0-x232.google.com (mail-qa0-x232.google.com [IPv6:2607:f8b0:400d:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 181A61379 for ; Sat, 11 Jan 2014 05:46:01 +0000 (UTC) Received: by mail-qa0-f50.google.com with SMTP id cm18so3532334qab.37 for ; Fri, 10 Jan 2014 21:45:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=1K2Wtp9h0uQogdLoht8xhVZSjIWPkXhlGbGDyGjgm4g=; b=PlOCwUmX5OnMKh10fAuJxSdBGHyHsmjkQIaLoWWxxAHehOhGsU060rpbEQhwI51xfh 2fd2e5GevOeV7qi47YNEJ3Gx8YfUK1qfTCmBdznbze82rmF7v/iV0h8VPwJilxk8wcC5 QEd3dxbXumjiZpRWP4POOatzi75p1xo4LXupcSGhhfnrMgjRwNvdJh3I2zFJTmrfsaPf eCCLReqYB6iPvMv2rth/gkq+LwYyMtEdsoHZvBKDrJmU05SzbBrp4t9n1lkIDaG+9F6Z z79ErKK0unm9+o8sPB2MlULpwFqlum+9cnSmpwLKzJiPFpNRV9E8KCrK58dShZEdKW6s koxQ== MIME-Version: 1.0 X-Received: by 10.49.76.66 with SMTP id i2mr15413644qew.35.1389419159472; Fri, 10 Jan 2014 21:45:59 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Fri, 10 Jan 2014 21:45:59 -0800 (PST) Received: by 10.224.52.8 with HTTP; Fri, 10 Jan 2014 21:45:59 -0800 (PST) In-Reply-To: <20140111133610.313a4bca@X220.alogt.com> References: <20140111132338.7a7fc14c@X220.alogt.com> <20140111133610.313a4bca@X220.alogt.com> Date: Fri, 10 Jan 2014 21:45:59 -0800 X-Google-Sender-Auth: aJLTJZyzgO0hP3DYvivxA8MRzu4 Message-ID: Subject: Re: IWN performance very bad with 10.0-RC5 From: Adrian Chadd To: Erich Dollansky Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Kevin Oberman , freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jan 2014 05:46:01 -0000 Hi, Please help dig up which change broke it. Even just test out the head iwn code from 6 months ago. Adrian On Jan 11, 2014 12:36 AM, "Erich Dollansky" wrote: > Hi, > > On Fri, 10 Jan 2014 21:24:46 -0800 > Adrian Chadd wrote: > > > diff the drivers between 9.x and 10.x; not much has changed. > > > > Try running the 9.x sys/dev/iwn in 10.x, and make sure you use the 9.x > > firmware. see if that fixes it. > > > it was working on 10 until at least summer/fall of last year. I can't > recall the precise date as I moved to cable by change. As it always > worked outside, I never bothered to test. > > I will try to get the sources for 9. > > Erich > > > > -a > > > > > > On 10 January 2014 21:23, Erich Dollansky wrote: > > > Hi, > > > > > > On Fri, 10 Jan 2014 21:02:36 -0800 > > > Kevin Oberman wrote: > > > > > >> Since upgrading my system to 10.0-RC# and now 10.0-RC5, by wireless > > >> performance has severely degraded. > > >> > > >> iwn0@pci0:3:0:0: class=0x028000 card=0x13118086 chip=0x00858086 > > >> rev=0x34 hdr=0x00 > > >> vendor = 'Intel Corporation' > > >> device = 'Centrino Advanced-N 6205 [Taylor Peak]' > > >> class = network > > >> > > > it seems that I have the same hardware and the same problem. While a > > > device using run can connect to my access point without problems, > > > iwn is not able to connect anymore. But, it connected earlier > > > without any problems to other access points. iwn never hangs in my > > > case, it is simply not able to connect. > > > > > > Successfully initialized wpa_supplicant > > > wlan0: Trying to associate with 90:61:0c:13:36:fe (SSID='Sumarni' > > > freq=2437 MHz) wlan0: Associated with 90:61:0c:13:36:fe > > > wlan0: CTRL-EVENT-DISCONNECTED bssid=90:61:0c:13:36:fe reason=0 > > > wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect > > > wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Some Name" > > > auth_failures=1 duration=10 > > > > > > With the same configuration, run0 connects without problems. > > > > > > How could I help to fix this problem? > > > > > > Erich > > > _______________________________________________ > > > freebsd-wireless@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > > > To unsubscribe, send any mail to > > > "freebsd-wireless-unsubscribe@freebsd.org" > >