From owner-freebsd-questions@freebsd.org Thu Sep 1 22:39:15 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8A77BCCD56 for ; Thu, 1 Sep 2016 22:39:15 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-it0-x233.google.com (mail-it0-x233.google.com [IPv6:2607:f8b0:4001:c0b::233]) (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 B1B86B66 for ; Thu, 1 Sep 2016 22:39:15 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-it0-x233.google.com with SMTP id e124so7476346ith.0 for ; Thu, 01 Sep 2016 15:39:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=yUEjMfo6Wf4B1F9hZwUv7QPZCRvHn1UVgVjzkjmM5TQ=; b=Di7xzzM4irDo8SNfWuWPzxMRA7OJRLG3eXF59Z4PSbigQs6D3FSkiFILpThHj+TZLP PuWxBqSLuCmX3AT/57PTyc/VIEcDET+bFJHRJuTtUCf5+Ehb84k6YtkBqeuCrQW6PFng xjy/5rsmQ9su0uOoHRgOhCl6aRfFvN3rYS+lsc4WmS3VpLTOfZ0sUUIzSqnOH8LlSl7e xnBYWQ3hjmkIAr6mRLybSRTgW5RgB7fIoOJlbBUSblo63uSo12pXzUVvWrhHHRPuU7Vx tEceXwoJNxbfJkbPVbyYadGM01C2CnwKkV+hy1UISj3DgIBNF5kDByJF4EnxhcBw+dCZ cD7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=yUEjMfo6Wf4B1F9hZwUv7QPZCRvHn1UVgVjzkjmM5TQ=; b=OVgEVyRCFQW1TnEUkWSnSE3uiPGtxC0PRLEHj4UAWCdSvjuliTaE3nhCWvr851134H NhHqNh3DyZbTwMeoNQzrjc39Ey72BaZZoApcvylmldP8SjDjZZaspeINisoSGtI5vyzE Ode1Z4Gt8sjcP3d6PTNjmDOipeDM1bEeaXvOqSH9Qf0rmK4J+zVaXSJRz84dn4xNWqEx yWhJ0TtsRQE4kGfyifX5TjqSBInzAM0oWtZUehJQ4NLXwHapzCOdCykY6nEjOfxnpjNo JNeCsiWF3q05d8WQZZMj7tlEqNuQCjwNY34eVFX8boSAbFdVrYnijoIQzDLvQp2Bwm1Y CvIA== X-Gm-Message-State: AE9vXwOlp6WFSANsjQ1eUxBJt5V/JPj74OqDEaf6oQBYItzy8jkQFaNK4k+s93qOjzDaxRbMgosulitpsjFfww== X-Received: by 10.36.40.144 with SMTP id h138mr163385ith.31.1472769554988; Thu, 01 Sep 2016 15:39:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.26.3 with HTTP; Thu, 1 Sep 2016 15:39:14 -0700 (PDT) In-Reply-To: References: From: Ben Woods Date: Fri, 2 Sep 2016 06:39:14 +0800 Message-ID: Subject: Re: 11.0-RC2 defaultrouter not working with wifi+wpa+static ip To: Antonio Vieiro Cc: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 22:39:16 -0000 On Thursday, 1 September 2016, Antonio Vieiro wrote: > > P.S.: > > While testing 11.0 with a boot disk, I noted that immediately after boot > =E2=80=9Cath0=E2=80=9D did not get listed in ifconfig (re0, my ethernet c= ard, did get > listed). I could run =E2=80=9Cifconfig wlan0 create wlandev ath0=E2=80=9D= to create wlan0, > though. > Not sure about your defaultrouter issue, but as for this after note regarding wireless adapters not displaying in ifconfig before their wlan cloned device is created, this is the expected behaviour in FreeBSD 11. It was changed with commit r287197: https://svnweb.freebsd.org/base?view=3Drevision&revision=3D287197 The new way to show which wireless adapter is available is: % sysctl net.wlan.devices The configuration in /etc/rc.conf required to activate a wireless adapter has not changed. Regards, Ben --=20 -- From: Benjamin Woods woodsb02@gmail.com