From nobody@FreeBSD.org  Fri Sep  9 22:15:42 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 23B9F1065675
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  9 Sep 2011 22:15:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 144668FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  9 Sep 2011 22:15:42 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p89MFfS0035794
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 9 Sep 2011 22:15:41 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p89MFfnS035793;
	Fri, 9 Sep 2011 22:15:41 GMT
	(envelope-from nobody)
Message-Id: <201109092215.p89MFfnS035793@red.freebsd.org>
Date: Fri, 9 Sep 2011 22:15:41 GMT
From: Tim <nackpere@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Problem with wireless configuration in 9.0-Beta2 installer
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         160604
>Category:       bin
>Synopsis:       bsdinstall(8): Problem with wireless configuration in 9.0-Beta2 installer
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 09 22:20:11 UTC 2011
>Closed-Date:    Tue Sep 13 23:27:24 CEST 2011
>Last-Modified:  Tue Sep 13 23:27:24 CEST 2011
>Originator:     Tim
>Release:        FreeBSD 9.0-BETA2 amd64
>Organization:
>Environment:
FreeBSD bubbles 9.0-BETA2 FreeBSD 9.0-BETA2 #0: Wed Aug 31 18:07:44 UTC 2011     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
I installed the FreeBSD 9.0-Beta2 using the new installer.  I have a
urtw wireless usb adapter and the installer correctly identified it
and identified my home network.  However, after the installation I was
unable to connect to my network, and I found that it was caused by the
fact that the line in /etc/rc.conf for DHCP was as follows:

ifconfig_wlan0="WPADHCP"

there should be a space between WPA and DHCP, and I fixed the problem
by changing the line to this:

ifconfig_wlan0="WPA DHCP"

>How-To-Repeat:

>Fix:
The installer needs to put a space between WPA and DHCP in the following
line in /etc/rc.conf:

ifconfig_wlan0="WPADHCP"

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: brueffer 
State-Changed-When: Tue Sep 13 23:26:42 CEST 2011 
State-Changed-Why:  
Dublicate of PR 159558. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160604 
>Unformatted:
