From owner-freebsd-questions@freebsd.org Mon Mar 14 19:17:58 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 13D1FAD1BD4 for ; Mon, 14 Mar 2016 19:17:58 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU004-OMC4S1.hotmail.com (blu004-omc4s1.hotmail.com [65.55.111.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CEDD7F2C for ; Mon, 14 Mar 2016 19:17:57 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU436-SMTP73 ([65.55.111.135]) by BLU004-OMC4S1.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Mon, 14 Mar 2016 12:17:51 -0700 X-TMN: [yVQ1fZIZptN8g5z28+DGYwc0BlTkRMvK] X-Originating-Email: [carmel_ny@outlook.com] Message-ID: X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.99 at scorpio.seibercom.net Date: Mon, 14 Mar 2016 15:17:45 -0400 From: Carmel To: freebsd-questions@freebsd.org Subject: Getting wireless network up and running Organization: Seibercom NET X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Mar 2016 19:17:50.0528 (UTC) FILETIME=[33515400:01D17E26] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 19:17:58 -0000 I cannot seem to get my wireless network up and running. /boot/loader.conf if_bwn_load="YES" # Broadcom BCM43xx IEEE 802.11 wireless NICs /etc/rc.conf ## Wireless wlans_bwn="wlan0" ifconfig_wlan0="WPA SYNCDHCP" /etc/wpa_supplicant.conf network={ ssid="Wireless-2g" psk="Secret" key_mgmt=WPA-PSK } I have run "service netif restart", but the network never comes up. I tried rebooting, but still nothing. If I append a "0" to bwn; ie, wlans_bwn0="wlan0", I get this output: dhclient[1485]: short write: wanted 20 go 0 bytes dhclient[1485]: exiting The system is then frozen solid, so I am forced to reboot into single user mode and remove the entry in "rc.conf". Can anyone tell me what the problem is? Thanks! -- Carmel