From owner-freebsd-current@FreeBSD.ORG Tue Sep 9 19:18:38 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D9711065681 for ; Tue, 9 Sep 2008 19:18:38 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 167328FC14 for ; Tue, 9 Sep 2008 19:18:38 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:ccd:be7c:50dc:4442] (unknown [IPv6:2001:7b8:3a7:0:ccd:be7c:50dc:4442]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 7B50984438; Tue, 9 Sep 2008 21:18:36 +0200 (CEST) Message-ID: <48C6CC0C.7010102@andric.com> Date: Tue, 09 Sep 2008 21:18:36 +0200 From: Dimitry Andric User-Agent: Thunderbird 2.0.0.17pre (Windows/20080904) MIME-Version: 1.0 To: Alex Keda References: <48C6BA4D.309@lissyara.su> In-Reply-To: <48C6BA4D.309@lissyara.su> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: wpa_supplicant not started X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2008 19:18:38 -0000 On 2008-09-09 20:02, Alex Keda wrote: > after today update /etc/rc.d/wpa_supplicant not started automatically ... > ifconfig_wlan0="DHCP ssid ussr_wi_fi_lan authmode wpa" This is simply incorrect rc.conf syntax. Change it to: ifconfig_wlan0="WPA DHCP" and put the SSID in your wpa_supplicant.conf file.