From owner-freebsd-current@FreeBSD.ORG Sun Nov 25 00:37:35 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E344EC1 for ; Sun, 25 Nov 2012 00:37:35 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from agogare.doit.wisc.edu (agogare.doit.wisc.edu [144.92.197.211]) by mx1.freebsd.org (Postfix) with ESMTP id EEFBA8FC12 for ; Sun, 25 Nov 2012 00:37:33 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0ME000L00PQFNE00@smtpauth2.wiscmail.wisc.edu> for freebsd-current@freebsd.org; Sat, 24 Nov 2012 18:37:27 -0600 (CST) Received: from comporellon.tachypleus.net ([unknown] [76.210.69.142]) by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0ME000EA4PQEFN20@smtpauth2.wiscmail.wisc.edu> for freebsd-current@freebsd.org; Sat, 24 Nov 2012 18:37:27 -0600 (CST) Date: Sat, 24 Nov 2012 18:37:26 -0600 From: Nathan Whitehorn Subject: Re: wifi + wpa_supplicant in 9.1-RC3 In-reply-to: Sender: whitehorn@wisc.edu To: freebsd-current@freebsd.org Message-id: <50B16846.5000805@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.210.69.142 X-Spam-PmxInfo: Server=avs-16, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.11.25.3017, SenderIP=76.210.69.142 References: User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121116 Thunderbird/16.0.2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 25 Nov 2012 00:37:35 -0000 On 11/20/12 07:52, CeDeROM wrote: > Hello :-) > > I have some problems with WiFi connectivity on my Dell Latitude E4310 > laptop with Intel card. Very often connection is broken, although > windows clients of the same network is working fine. I need to turn > radio off and on, sometimes this does not help, I need to kill > wpa_supplicant and start one by hand, so probably this is something > related with wpa_supplicant. Anyone observed similar issues? > > Btw if WiFi N supported? > > Best regards :-) > Tomek > This has been happening to be with iwn(4) for years. It will print something to the console about firmware watchdog timeouts and then the device needs to be restarted. It seems to happen only in radio-busy environments and also happens with clear-text networks. -Nathan