From owner-freebsd-wireless@FreeBSD.ORG Sat Jun 25 06:06:55 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8184106566B for ; Sat, 25 Jun 2011 06:06:55 +0000 (UTC) (envelope-from zhtx10@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id B630C8FC15 for ; Sat, 25 Jun 2011 06:06:55 +0000 (UTC) Received: by pzk27 with SMTP id 27so2837646pzk.13 for ; Fri, 24 Jun 2011 23:06:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=SPZU0ktFrAbhggmfcH5nBcMSkVFPIESGvdAgZwISRbI=; b=bv5GiD+bVqwdZd83WB6GB5br5MlSd9TNJM/2Kah4lHVQwaFwrvvJ/7Hp/TYFbOS1Dc O3uhGqUKQZiOIRFAG/+o3f4wxitV2Q6jjaAe46rweyHMOcXAKJ0Hkmx/sGhXXrNfBzyW sy4RO66zJvqHmDRvOiwVH9dCDBeozSkCQQk9Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=tjO1ollN1R6+td4X85hFRjGpwRhivPxqtmGp5lUkgmK41jpUDz9/kiThK9DeMkLyom Q75nHW5aV01NzsWzvBqfRwjj9YYHBMhtvi9V/7Mgq/sEDrzy5RoyvAsh2k4Qths6nqA3 Pdm85zW/vbUFIIomJ6cnZu+b5ofCn5Ot0YVpc= Received: by 10.142.218.11 with SMTP id q11mr817609wfg.235.1308982015209; Fri, 24 Jun 2011 23:06:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.42.18 with HTTP; Fri, 24 Jun 2011 23:06:35 -0700 (PDT) In-Reply-To: References: From: =?UTF-8?B?57q15qiq5aSp5LiL?= Date: Sat, 25 Jun 2011 14:06:35 +0800 Message-ID: To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-wireless@freebsd.org Subject: Re: Couldn't connect to wireless networking X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 25 Jun 2011 06:06:56 -0000 Hi! > > You've not really posted enough information. > > * Has the system created a wlan0 interface? > * is wpa_supplicant running on the wlan0 or ath0 interface? (the > rc.conf script looks right, but I've not tried it myself to verify.) > > Thanks, > > > Adrian > > wlan0 interface created. $ ifconfig wlan0 wlan0: ... status: no carried Well... I think it's running on ath0. # wpa_supplicant -i ath0 -Dbsd -c/etc/wpa_supplicant.conf I can got the errors. But if the interface is wlan0, it works. (Cannot ping any websites yet.)