From owner-freebsd-net@FreeBSD.ORG Fri Mar 27 16:49:27 2015 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A250F2F for ; Fri, 27 Mar 2015 16:49:27 +0000 (UTC) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2BEABD9 for ; Fri, 27 Mar 2015 16:49:27 +0000 (UTC) Received: by igbqf9 with SMTP id qf9so24995502igb.1 for ; Fri, 27 Mar 2015 09:49:26 -0700 (PDT) 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:content-type; bh=8moepUJNCl+a9Kv1THpb3aYWGCJJWAlsKbiBT8hFZwg=; b=enApTHVWu1vJ4Dl3BCtgJtfOnmCGrmtVk70mrCQHbHwWHec2IbJupemM0ZbQdHfESO HRti5nrKlL2R9nAQjnLrRM00QTJ6uZ25p0ZRvTrnK99uBNTBhnz1kowTyGzZMvA83UDO qr1xQ9NoVtODaCnLQF4IHrCb/8WSgN+TbBcmjls3pyT1apnLRDIl/A2J5zABiwT4O+ww EY2gzJA0PuKinEZkbt9iETVY50eOHZAiygFuaGzeNQjgiVmJwRKl2ea/NqFy8wSiyWXk 403BSmABuJ3MwCSyN1nrzKc7HaDXfBz13DGJohEy7Jh97pe7y0Mgo2ljbFxT72auZX0H NdRg== MIME-Version: 1.0 X-Received: by 10.50.107.7 with SMTP id gy7mr45965579igb.49.1427474966410; Fri, 27 Mar 2015 09:49:26 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.17.194 with HTTP; Fri, 27 Mar 2015 09:49:26 -0700 (PDT) In-Reply-To: <20150327135258.GK7594@albert.catwhisker.org> References: <20150323131918.GN7594@albert.catwhisker.org> <20150326022132.GI7594@albert.catwhisker.org> <20150327023111.GB7594@albert.catwhisker.org> <20150327135258.GK7594@albert.catwhisker.org> Date: Fri, 27 Mar 2015 09:49:26 -0700 X-Google-Sender-Auth: gZP8gvzD97syhHm9M6LbfAa9fg8 Message-ID: Subject: Re: iwn(4) works (mostly) in stable/10; fails to associate in head From: Adrian Chadd To: David Wolfskill , "net@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 16:49:27 -0000 Hi, That's the firmware getting in a tizzle, because a second wpa_supplicant came along and started the interface up before deciding one was running and quitting. If you built it as a module you can kldunload if_iwn ; kldload if_iwn. Or, just run it manually. -adrian