From owner-freebsd-mobile@FreeBSD.ORG Mon Jan 11 00:33:26 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 B28E5106566B for ; Mon, 11 Jan 2010 00:33:26 +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 6BD648FC16 for ; Mon, 11 Jan 2010 00:33:26 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NU8Dj-0007hb-Fx for freebsd-mobile@freebsd.org; Mon, 11 Jan 2010 01:33:23 +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:33:23 +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:33:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-mobile@freebsd.org From: martinko Date: Mon, 11 Jan 2010 01:33:00 +0100 Lines: 40 Message-ID: References: <4B49E892.5080503@a-1.com.ua> <4B4A6D69.1010804@users.sf.net> 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: <4B4A6D69.1010804@users.sf.net> Sender: news Subject: iwi0: timeout waiting for (null) firmware initialization to complete -- was [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:33:26 -0000 martinko wrote: > 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. However, this appears now in /var/log/messages during boot: Jan 11 01:02:18 mb-aw1n-bsd kernel: iwi0: timeout waiting for (null) firmware initialization to complete Jan 11 01:02:18 mb-aw1n-bsd kernel: iwi0: could not load boot firmware (null) However, after boot wi-fi works correctly. I'll test more tomorrow..