From owner-freebsd-current@FreeBSD.ORG Sun Apr 1 09:30:16 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48ED416A401 for ; Sun, 1 Apr 2007 09:30:16 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 9836913C44C for ; Sun, 1 Apr 2007 09:30:15 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 01 Apr 2007 09:30:13 -0000 Received: from h081217094222.dyn.cm.kabsi.at (EHLO taxman.pepperland) [81.217.94.222] by mail.gmx.net (mp040) with SMTP; 01 Apr 2007 11:30:13 +0200 X-Authenticated: #16703784 X-Provags-ID: V01U2FsdGVkX19UBiQuiL9UbmvMlq+gEZDqqkOQoM+rWI7VBdzblM QCa+btBJrEAHKD From: Stefan Ehmann To: freebsd-current@freebsd.org Date: Sun, 1 Apr 2007 11:30:10 +0200 User-Agent: KMail/1.9.6 References: <20070331160627.GC5704@obiwan.tataz.chchile.org> In-Reply-To: <20070331160627.GC5704@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704011130.10954.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 Cc: Jeremie Le Hen Subject: Re: iwi0: could not load boot firmware iwi_bss 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: Sun, 01 Apr 2007 09:30:16 -0000 On Saturday 31 March 2007 18:06:27 Jeremie Le Hen wrote: > Hi, > > I've set legal.intel_iwi.license_ack=1 in loader.conf(5) and tried > to load if_iwi but I get the following message: > > % iwi0: mem 0xc8218000-0xc8218fff irq 11 at > device 3.0 on pci6 % iwi0: using obsoleted if_watchdog interface > % iwi0: Ethernet address: 00:12:f0:2c:f3:6e > % iwi0: [ITHREAD] > % iwi0: timeout waiting for iwi_bss firmware initialization to complete > % iwi0: could not load boot firmware iwi_bss > % iwi0: timeout waiting for iwi_bss firmware initialization to complete > % iwi0: could not load boot firmware iwi_bss > % iwi0: timeout waiting for iwi_bss firmware initialization to complete > % iwi0: could not load boot firmware iwi_bss > % in_delmulti_locked: purging ifma 0xc3caf420 > % iwi0: timeout waiting for iwi_bss firmware initialization to complete > % iwi0: could not load boot firmware iwi_bss > > jarjarbinks:~:105# kldstat | grep iwi > 5 1 0xc4158000 30000 iwi_bss.ko > 10 1 0xc4188000 e000 if_iwi.ko You need the iwifw module. I also stumbled across this. The UPDATING entry should probably mention this.