From owner-freebsd-current@FreeBSD.ORG Thu Feb 27 07:46:19 2014 Return-Path: Delivered-To: freebsd-current@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 26D93DE; Thu, 27 Feb 2014 07:46:19 +0000 (UTC) Received: from mx1.pertho.net (87-194-102-137.bethere.co.uk [87.194.102.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AFB39145D; Thu, 27 Feb 2014 07:46:15 +0000 (UTC) Received: from freya.pertho.net (freya [10.0.29.4]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: tom) by syn.pertho.net (Postfix) with ESMTPSA id BBBCA1D449D; Thu, 27 Feb 2014 07:46:10 +0000 (GMT) Date: Thu, 27 Feb 2014 07:46:08 +0000 From: Tom Murphy To: Adrian Chadd Subject: Re: iwn(4) in -HEAD supporting Centrino Wireless-N 135 Message-ID: <20140227074607.GA3325@freya.pertho.net> References: <20140226123709.GA31099@syn.pertho.net> <530EE7F4.3080903@shurik.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Mailman-Approved-At: Thu, 27 Feb 2014 12:37:31 +0000 Cc: Alexandr , Tom Murphy , freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 27 Feb 2014 07:46:19 -0000 Hi Adrian, If I set -ht on wlan0 it works. I have to put it in rc.conf for it to work, though. ifconfig_wlan0="DHCP WPA -country GB -ht" So it does look like 11n isn't right. Kind regards, Tom On Wed, Feb 26, 2014 at 11:32:17PM -0800, Adrian Chadd wrote: > Yeah, try to verify if it's this or not. > > It's quite possible that there's some NIC setup for 11n that isn't > completely correct. > > > -a > > > > On 26 February 2014 23:23, Alexandr wrote: > > May be it is similar to my problem. It connects to AP for a few seconds > > and then drop a connection. It situation 100% reproducible in 11n mode, > > but in 11g works fine. > > > > http://docs.freebsd.org/cgi/mid.cgi?5304B48E.8070404 > > > > 26.02.2014 17:09, Adrian Chadd пишет: > >> Hi, > >> > >> Yeah, there's likely something missing. But I just at the moment have > >> no time to debug this. > >> > >> > >> -a > >> > >> > >> On 26 February 2014 04:37, Tom Murphy wrote: > >>> Hi all, > >>> > >>> I compiled a fresh kernel from -HEAD and rebooted in the hope that my > >>> laptop's wifi would now be supported (I saw the commit messages in January > >>> about it possibly supporting Centrino Wireless-N 135). However, while > >>> it does attempt to bring the wifi up, the link just goes up and down > >>> and does not work properly. > >>> > >>> Knowing that the BSDs are fairly close and share some code, I did try > >>> the OpenBSD driver and it works. Is there some code that could be missing > >>> from the FreeBSD iwn(4) to stabilize it? I'd be happy to test any patches. > >>> > >>> Kind regards, > >>> Tom > >>> > >>> wlan0: no link ......wlan0: link state changed to UP > >>> wlan0 link stage up -> down > >>> DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14 > >>> DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7 > >>> wlan0: link state changed to UP > >>> wlan0: link state down -> up > >>> (more DHCPDISCOVER) > >>> wlan0 link stage up -> down > >>> > >>> Rise and repeat. > >>> > >>> iwn0: mem 0xf7900000-0xf7901fff irq 18 at device 0.0 on pci3 > >>> > >>> _______________________________________________ > >>> freebsd-current@freebsd.org mailing list > >>> http://lists.freebsd.org/mailman/listinfo/freebsd-current > >>> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >> _______________________________________________ > >> freebsd-current@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-current > >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"