From owner-freebsd-net@FreeBSD.ORG Tue Apr 6 13:48:41 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E213B106564A for ; Tue, 6 Apr 2010 13:48:41 +0000 (UTC) (envelope-from akirchhoff135014@comcast.net) Received: from qmta06.westchester.pa.mail.comcast.net (qmta06.westchester.pa.mail.comcast.net [76.96.62.56]) by mx1.freebsd.org (Postfix) with ESMTP id 93B928FC21 for ; Tue, 6 Apr 2010 13:48:41 +0000 (UTC) Received: from omta09.westchester.pa.mail.comcast.net ([76.96.62.20]) by qmta06.westchester.pa.mail.comcast.net with comcast id 2CEs1e0060SCNGk56DbSTr; Tue, 06 Apr 2010 13:35:26 +0000 Received: from scroll.ashke.com ([68.45.22.62]) by omta09.westchester.pa.mail.comcast.net with comcast id 2DbP1e0041LNQfY3VDbSuB; Tue, 06 Apr 2010 13:35:26 +0000 Message-ID: <4BBB3899.4040308@comcast.net> Date: Tue, 06 Apr 2010 09:35:21 -0400 From: Adam K Kirchhoff User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100402 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: iwi problems on -CURRENT (Apr 6. 2010) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2010 13:48:42 -0000 I'm having some problems with iwi on -CURRENT. FreeBSD scroll.ashke.com 9.0-CURRENT FreeBSD 9.0-CURRENT #1: Sat Apr 3 EDT 2010root@scroll.ashke.com:/usr/obj/usr/src/sys/SCROLL i386 Though this also happens with GENERIC. In loader.conf I have: if_iwi_load="YES" iwi_bss_load="YES" legal.intel_iwi.license_ack=1 In /etc/rc.conf I have: wlans_iwi0="wlan0" ifconfig_wlan0="DHCP wpa" Upon bootup, iwi fails to work with: iwi0: at device 3.0 on pci3 iwi0: [ITHREAD] iwi0: parity error iwi0: timeout waiting for iwi_bss firmware initialization to complete iwi0: could not load boot firmware iwi_bss iwi0: timeout waiting for master According to the iwi man page, "could not load boot firmware" "should not happen":-) Any thoughts on how to get this working? For what it's worth, I installed FreeBSD on this machine earlier this week, immediately upgraded to -CURRENT (previous installations from the 8-STABLE series on this laptop refused to let any wireless driver connect to the APs at work, so I specifically wanted to see if this had been fixed in -CURRENT), and iwi worked fine for a few days. Then it stopped, though I did not change anything on the system. I updated -CURRENT today to see if doing so would get iwi working again, but it did not. Adam