From owner-freebsd-wireless@FreeBSD.ORG Sat Jan 11 05:24:47 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB512123 for ; Sat, 11 Jan 2014 05:24:47 +0000 (UTC) Received: from mail-qe0-x22d.google.com (mail-qe0-x22d.google.com [IPv6:2607:f8b0:400d:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73FCE127D for ; Sat, 11 Jan 2014 05:24:47 +0000 (UTC) Received: by mail-qe0-f45.google.com with SMTP id nd7so25733qeb.18 for ; Fri, 10 Jan 2014 21:24:46 -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=pkLWbhEhmfVdUyyiFUByTxa1a2qxj+nnZ6OWIAIrCJc=; b=i8vVeSch0SRpc5Hx6f3ujpl28hKXI9Njf7WgllLxhvKBkXPJlPITVuvxG9glh943yi /WUUD/a1gYKUE6VgqgOYRi0TZMrnNmqKLYzmTL2LkaleYIBcu6z68YwDhYJX6ql4yLVH po7mO4dyMqzKFO99JN/DAGG0bo4ojV1pJWaUDBTrk3ZScnszAhy4nm0dwqIPxp2TbD9P VI4FareLloDLVdOZAOLQ8bwVAN1a+Kd6aC48BwAIXoIMfxrOImdCyoUiaRjVBvNssBB7 9apEIEIZfS7WYYmP3AGclcV2fs8KCAU0bzTM///q6bhTEedHD93xLLnXLhlU04SeeYbc SAJw== MIME-Version: 1.0 X-Received: by 10.49.110.134 with SMTP id ia6mr12486739qeb.78.1389417886648; Fri, 10 Jan 2014 21:24:46 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Fri, 10 Jan 2014 21:24:46 -0800 (PST) In-Reply-To: <20140111132338.7a7fc14c@X220.alogt.com> References: <20140111132338.7a7fc14c@X220.alogt.com> Date: Fri, 10 Jan 2014 21:24:46 -0800 X-Google-Sender-Auth: PCiQ1ID_XNlSMBDLSNlX2HbbyeY 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 Cc: Kevin Oberman , FreeBSD Wireless 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:24:47 -0000 Hi, 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. -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"