From owner-freebsd-current@freebsd.org Tue Mar 1 22:56:31 2016 Return-Path: Delivered-To: freebsd-current@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 4BAE5AC0CC2 for ; Tue, 1 Mar 2016 22:56:31 +0000 (UTC) (envelope-from carsten.kunze@arcor.de) Received: from mail-in-11.arcor-online.net (mail-in-11.arcor-online.net [151.189.21.51]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06C6F1055 for ; Tue, 1 Mar 2016 22:56:30 +0000 (UTC) (envelope-from carsten.kunze@arcor.de) Received: from mail-in-15-z2.arcor-online.net (mail-in-15-z2.arcor-online.net [151.189.8.32]) by mx.arcor.de (Postfix) with ESMTP id 3qFCgx4FS5z31rH for ; Tue, 1 Mar 2016 23:25:01 +0100 (CET) Received: from mail-in-11.arcor-online.net (mail-in-11.arcor-online.net [151.189.21.51]) by mail-in-15-z2.arcor-online.net (Postfix) with ESMTP id 8BAC1112726 for ; Tue, 1 Mar 2016 23:25:01 +0100 (CET) Received: from webmail17.arcor-online.net (webmail17.arcor-online.net [151.189.8.75]) by mail-in-11.arcor-online.net (Postfix) with ESMTP id 3qFCgx3v9Fz31rH for ; Tue, 1 Mar 2016 23:25:01 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-11.arcor-online.net 3qFCgx3v9Fz31rH DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1456871101; bh=TVvIRGfHvW6KcAWai1bDHrEmae9EQxZNYdVz0teGbFA=; h=Date:From:To:Message-ID:In-Reply-To:References:Subject: MIME-Version:Content-Type:Content-Transfer-Encoding; b=ppp5s6oVr6kZjdcYhLyIk79DsXQwP95mdK3etXsfOAUDz/NWi+DYIMvBPDdSJKtR4 ZwpnGIC3v9dXuNZBxvKfumALIkDelXW/f89u3DmtXQakaWSMIfRfdYU9MiCsJ8DUFR TKslkngJa9ZkqRD+zhnjRNmKj0F0sp7K8VFKdxFM= Received: from [84.179.18.47] by webmail17.arcor-online.net (151.189.8.75) with HTTP (Arcor Webmail); Tue, 1 Mar 2016 23:25:01 +0100 (CET) Date: Tue, 1 Mar 2016 23:25:01 +0100 (CET) From: Carsten Kunze To: freebsd-current@freebsd.org Message-ID: <1801644476.184239.1456871101536.JavaMail.ngmail@webmail17.arcor-online.net> In-Reply-To: References: <1493379294.130887.1456847269287.JavaMail.ngmail@webmail21.arcor-online.net> <1134012018.181281.1456856587109.JavaMail.ngmail@webmail17.arcor-online.net> <913b75500917c016362a7633e1def254@thebighonker.lerctr.org> <1355875693.183451.1456865289211.JavaMail.ngmail@webmail17.arcor-online.net> <1495441441.183610.1456866066268.JavaMail.ngmail@webmail17.arcor-online.net> <467796244.184206.1456870429167.JavaMail.ngmail@webmail17.arcor-online.net> Subject: Re: WLAN hardware not recognized MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ngMessageSubType: MessageSubType_MAIL X-WebmailclientIP: 84.179.18.47 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 01 Mar 2016 22:56:31 -0000 Adrian Chadd wrote: > Right, you need to create the interface: > > ifconfig wlan0 create wlandev iwn0 > > then run wpa_spuplicant > > (or do it all in /etc/rc.conf .. :) That seems to work. There seems to be something configured wrong for wpa_supplicant but WLAN does react. Thank you for all your WLAN work!