From owner-freebsd-wireless@FreeBSD.ORG Sat Mar 1 17:37:58 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 7787D726 for ; Sat, 1 Mar 2014 17:37:58 +0000 (UTC) Received: from mail-qg0-x22a.google.com (mail-qg0-x22a.google.com [IPv6:2607:f8b0:400d:c04::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 353451D1B for ; Sat, 1 Mar 2014 17:37:58 +0000 (UTC) Received: by mail-qg0-f42.google.com with SMTP id q107so6205810qgd.1 for ; Sat, 01 Mar 2014 09:37:57 -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=VPpxRtxIAiR8qgBmOY2ltIr2Xw2W7Ja0V0D1VxFZ2MQ=; b=UWuSzoLHNasugEHT/nnsxWN43NAoFsJk/DvAneNoCVLYRLAbSIUSfTLoOCTGuHW9zL FaltKsRGdH2VR0PK9OPc6lpEQCPh8zP38CK6+NOe8BM6oqlHxRh0rrzlr733zmRdxYyY hWSm3c+Ov9uNIv3BtSz9hNrPu2m1bbVTb6Kn7gTALRuZcDMqH2YMk9lHEDL/qdk+JD7V WeQZA5rp8NLJdpAwdM/tgAJo2OZkTGPHPs3pAclAPVCS74OuY5UVTlB6oVqqGrvEWRTw MWmbUf/E5EAWSG4SMD1e4G3Rkr/5cC9AVjDMt8h7TlMDDI6A1kX89RAXy0XFhuLjBpzk 4q3g== MIME-Version: 1.0 X-Received: by 10.140.42.54 with SMTP id b51mr11581420qga.87.1393695477369; Sat, 01 Mar 2014 09:37:57 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.16.10 with HTTP; Sat, 1 Mar 2014 09:37:57 -0800 (PST) In-Reply-To: <201403011711.s21HBOaI024270@maildrop2.v6ds.occnc.com> References: <201403011711.s21HBOaI024270@maildrop2.v6ds.occnc.com> Date: Sat, 1 Mar 2014 09:37:57 -0800 X-Google-Sender-Auth: WrxUYA1-1P1AziCSO9yIaUsUL6I Message-ID: Subject: Re: iwn rtsol on stable/10 with merge from head From: Adrian Chadd To: curtis@ipv6.occnc.com Content-Type: text/plain; charset=ISO-8859-1 Cc: "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, 01 Mar 2014 17:37:58 -0000 Hi, Please grab and try 'iwnstats' from head - tools/tools/iwn/iwnstats - it'll be interesting to see what stats are logged when you're in busy air. I have no idea about rtsold, sorry. :( -a On 1 March 2014 09:11, Curtis Villamizar wrote: > > rtsol is not working for my kernel build with iwn but everything else > works. > > I'm running a very recent stable/10 (kernel is 262621) upgraded to > pick up iwn stuff from head: > > svn merge \ > https://svn0.us-east.freebsd.org/base/head/sys/dev/iwn \ > dev/iwn > svn merge \ > https://svn0.us-east.freebsd.org/base/head/sys/modules/iwnfw \ > modules/iwnfw > svn merge > https://svn0.us-east.freebsd.org/base/head/sys/contrib/dev/iwn \ > contrib/dev/iwn > > That was to get the Centrino 2000 support from the head branch. > > That works. > > iwn0: > mem 0xf1c00000-0xf1c01fff irq 17 at device 0.0 on pci3 > > Everything works as far as I can tell except rtsol. > > # rtsold -f -d -D wlan0 > checking if wlan0 is ready... > wlan0 does not accept Router Advertisement. > set timer for wlan0 to 1s > New timer is 1s > timer expiration on wlan0, state = 3 > checking if wlan0 is ready... > wlan0 does not accept Router Advertisement. > set timer for wlan0 to 1s > New timer is 1s > timer expiration on wlan0, state = 3 > checking if wlan0 is ready... > wlan0 does not accept Router Advertisement. > set timer for wlan0 to 1s > New timer is 1s > [ ... etc ... ] > > If I use rtsold -a it sees wlan0 as not ready and doesn't try to use > it but then it receives occasional RA anyway but ignores them because > it sees wlan0 as not ready. > > If I ifconfig inet6 ... alias I get an IPv6 address configured and > manually add a default route, then everything is fine. This > workaround is OK for home but is not practical for roaming about (like > going to IETF) if I want IPv6 to work. > > Does anyone know why rtsold isn't seeing wlan0 as ready? Is there any > info I could provide? How likely is it that will a kernel built from > head this would just go away and rtsold would just work. > > btw- headed for IETF so I'll have a chance to test iwn in a very busy > environment and would be willing to help if anyone wants to do that > sort of debugging. [I have a usb wlan (run0) as a fallback] > > Curtis > _______________________________________________ > 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"