From owner-freebsd-current@FreeBSD.ORG Tue May 20 19:26:56 2008 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 026631065680 for ; Tue, 20 May 2008 19:26:56 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id BC4DA8FC22 for ; Tue, 20 May 2008 19:26:55 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from [87.240.15.4] (port=18476 helo=acer.lissyara.int.otradno.ru) by hosting.lissyara.su with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JyX7m-00040L-3C for current@FreeBSD.org; Tue, 20 May 2008 23:03:50 +0400 Message-ID: <48332094.8040801@lissyara.su> Date: Tue, 20 May 2008 23:03:48 +0400 From: Alex Keda User-Agent: Thunderbird 2.0.0.14 (X11/20080503) MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Cc: Subject: Broken start scripts for wireless lan 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, 20 May 2008 19:26:56 -0000 I update src some hour ago. Rebuild world, kernell, run mergemaster. wlans_ath0="wlan0" ifconfig_wlan0="WPA DHCP ssid ussr_wi_fi_lan" After reboot, not work my wireless network - /etc/rc.d/wpa_supplicant not running when laptop booting, after run manually (/etc/rc.d/wpa_supplicant start wlan0) I can ping my access point, but TCP and UDP not work. Strange behavior... Cable network work correct. After I set in supfile: *default release=cvs tag=. date=2008.04.21.01.00.00 and run csup again. After downgrade I run mergemaster, return options to: vaps_ath0="wlan0" ifconfig_wlan0="WPA DHCP ssid ussr_wi_fi_lan" and reboot mashine. And WiFi work again. acer$ uname -a FreeBSD acer.lissyara.int.otradno.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue May 20 20:04:14 MSD 2008 lissyara@acer.lissyara.int.otradno.ru:/tmp/obj/usr/src/sys/main-color-console amd64 acer$