From owner-freebsd-arm@freebsd.org Mon Oct 26 02:50:33 2015 Return-Path: Delivered-To: freebsd-arm@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 40B62896E for ; Mon, 26 Oct 2015 02:50:33 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (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 0EDEE1061 for ; Mon, 26 Oct 2015 02:50:33 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igdg1 with SMTP id g1so49769997igd.1 for ; Sun, 25 Oct 2015 19:50:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZBsXeNpmq++Vom54rbKERnz8SNwXVOBkuRrwV7goT70=; b=ENoZjopfIxoGOrDg+AtvE3ul4mMrLYhDGPExluw+3HawEyPuqlf7XEe9k6CfFtaeUd huFDxrtyxBTxeAy00Q3k1tSC0CHxd6Y+pN83PmeMzvc8+kjxPbEBkzLYl876LBbp7tcN K4MiSsJOCY+YCDxBs87kcDX+RO0hn2ZTrwJI/DxcKD5SB6wV/CfbmmZ1Lc8nOzOYOs3A gonrUdNnw3QPUNNbZ/A3mYzDhdKA0Jxur+cFHba9oZ1fnFFRW3u3AFRU9clqfoSMDJb8 LqH5nFTz5VmPqivIaCS1zNoaW7Z8pucAM6rvwk6uk3zae0nIIBLed47SNhyE4QIN3fuW Tg0w== MIME-Version: 1.0 X-Received: by 10.50.111.226 with SMTP id il2mr15139145igb.61.1445827832476; Sun, 25 Oct 2015 19:50:32 -0700 (PDT) Received: by 10.36.46.66 with HTTP; Sun, 25 Oct 2015 19:50:32 -0700 (PDT) In-Reply-To: <871tcilh1x.fsf@elk.localnet> References: <871tcilh1x.fsf@elk.localnet> Date: Sun, 25 Oct 2015 19:50:32 -0700 Message-ID: Subject: Re: Wireless networking on RPi2 with 11-Current? From: Adrian Chadd To: Carl Johnson Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2015 02:50:33 -0000 Hi, the top level device no longer shows up. You have to just create it - eg ifconfig wlan0 create wlandev urtwn0 -a On 25 October 2015 at 15:27, Carl Johnson wrote: > I was trying a new snapshot of FreeBSD 11-Current on my Raspberry Pi 2, > but wireless networking seems to be totally AWOL. I plugged in a USB > adapter and the log files show that it is recognized, but ifconfig still > shows only the lo0 and ue0 interfaces. The snapshot that I am using is > FreeBSD-11.0-CURRENT-arm-armv6-RPI2-20151023-r289846.img, but the > snapshot the previous week was the same. This appears to be broken, or > is there some new way of configuring the wlan? If it is broken, does > anybody have any idea when it will be fixed? I have tried if_run and > if_urtwn adapters and they are both the same. > > Thanks for any information. > -- > Carl Johnson carlj@peak.org > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"