From owner-freebsd-questions@FreeBSD.ORG Sat Jun 8 22:24:25 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6127137E for ; Sat, 8 Jun 2013 22:24:25 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 2521F16FE for ; Sat, 8 Jun 2013 22:24:25 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r58MOMol065248; Sat, 8 Jun 2013 16:24:22 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r58MOL1O065245; Sat, 8 Jun 2013 16:24:21 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 8 Jun 2013 16:24:21 -0600 (MDT) From: Warren Block To: Sasha and Tanya Kapshuk Subject: Re: trouble setting up wireless In-Reply-To: <51B37B93.7060908@gmail.com> Message-ID: References: <51B35217.9080003@gmail.com> <51B37351.4060709@gmail.com> <51B37B93.7060908@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 08 Jun 2013 16:24:22 -0600 (MDT) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jun 2013 22:24:25 -0000 On Sat, 8 Jun 2013, Sasha and Tanya Kapshuk wrote: > > I am running the GENERIC kernel. I can see that the wlan and ath pieces are > compiled into the kernel, so I removed the ath lines from /boot/loader.conf. > > I seem to have done everything right, but it still doesn't work. > > 'ifconfig wlan0 create wlandev ath0' creates wlan0. > > 'wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf' produces no output. > > dhclient wlan0 says no link .... giving up. > > What am I doing wrong? First, check the easy things: is there a physical switch to enable wireless? Is it on? Please post the output of 'ifconfig -a'. Until 'ifconfig wlan0 list scan' produces a list of visible access points, there's not much reason to run wpa_supplicant or dhclient.