From owner-freebsd-mobile@FreeBSD.ORG Mon Jan 11 00:15:03 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74877106566B for ; Mon, 11 Jan 2010 00:15:03 +0000 (UTC) (envelope-from freebsd-mobile@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 2A9988FC12 for ; Mon, 11 Jan 2010 00:15:02 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NU7vs-0002F2-Dz for freebsd-mobile@freebsd.org; Mon, 11 Jan 2010 01:14:56 +0100 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jan 2010 01:14:56 +0100 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jan 2010 01:14:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-mobile@freebsd.org From: martinko Date: Mon, 11 Jan 2010 01:14:33 +0100 Lines: 34 Message-ID: <4B4A6D69.1010804@users.sf.net> References: <4B49E892.5080503@a-1.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.6) Gecko/20100102 SeaMonkey/2.0.1 In-Reply-To: <4B49E892.5080503@a-1.com.ua> Sender: news Subject: Re: Switching from wired to wireless getting "network down" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2010 00:15:03 -0000 Serge Semenenko wrote: > Hi > > may be this is what you're looking for... > > in rc.conf : > > wlans_ath0="wlan0" > ifconfig_bge0="up" > ifconfig_wlan0="country UA WPA" > ifconfig_ath0="ether 00:1b:24:9e:1b:c6" > ifconfig_lagg0="laggproto failover laggport bge0 laggport wlan0 DHCP" > cloned_interfaces="lagg0" > > in devd.conf : > > notify 0 { > match "system" "IFNET"; > match "subsystem" "wlan0"; > match "type" "LINK_UP"; > media-type "802.11"; > action "ifconfig lagg0 laggport wlan0"; > }; > Hi Serge, That devd.conf entry helps! :-) I take it as a workaround until rc.conf/rc.d work as they should. I miss 0-2 pings when unplugging wired cable but that's ok for me. Thanks! :-) Martin