From owner-freebsd-wireless@freebsd.org Fri Feb 3 20:47:03 2017 Return-Path: Delivered-To: freebsd-wireless@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 ACC77CCF4F3 for ; Fri, 3 Feb 2017 20:47:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C4C4BDB for ; Fri, 3 Feb 2017 20:47:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v13Kl3C6065507 for ; Fri, 3 Feb 2017 20:47:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 216748] RTL8188CUS usb wifi adapter not working with CURRENT on i386 (not tested on other arch) Date: Fri, 03 Feb 2017 20:47:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: usb X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: avos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-usb@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 03 Feb 2017 20:47:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216748 --- Comment #2 from Andriy Voskoboinyk --- for access point (will be created as 'wlan3'): - manually (with SSID 'test_hostap'): ifconfig wlan3 create wlandev rtwn0 wlanmode hostap ssid AP hostapd /etc/hostapd-wlan3.conf - automatically (in /etc/rc.conf): wlans_rtwn0=3D"wlan3" create_args_wlan3=3D"wlanmode hostap" ifconfig_wlan3=3D"HOSTAP ssid AP" sample config for hostapd(8) (should be in /etc/hostapd-wlan3.conf): > interface=3Dwlan3 > debug=3D1 > ctrl_interface_group=3Dwheel > ssid=3DAP > wpa=3D2 > wpa_passphrase=3Dpassphrase > wpa_key_mgmt=3DWPA-PSK > wpa_pairwise=3DCCMP --=20 You are receiving this mail because: You are on the CC list for the bug.=