From owner-freebsd-wireless@FreeBSD.ORG Wed Feb 29 09:09:45 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BC81106566B for ; Wed, 29 Feb 2012 09:09:45 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id B21F28FC0C for ; Wed, 29 Feb 2012 09:09:44 +0000 (UTC) Received: by lagv3 with SMTP id v3so247967lag.13 for ; Wed, 29 Feb 2012 01:09:43 -0800 (PST) Received-SPF: pass (google.com: domain of bschmidt@techwires.net designates 10.152.136.36 as permitted sender) client-ip=10.152.136.36; Authentication-Results: mr.google.com; spf=pass (google.com: domain of bschmidt@techwires.net designates 10.152.136.36 as permitted sender) smtp.mail=bschmidt@techwires.net Received: from mr.google.com ([10.152.136.36]) by 10.152.136.36 with SMTP id px4mr15112892lab.47.1330506583583 (num_hops = 1); Wed, 29 Feb 2012 01:09:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.136.36 with SMTP id px4mr12669964lab.47.1330506583484; Wed, 29 Feb 2012 01:09:43 -0800 (PST) Received: by 10.152.22.231 with HTTP; Wed, 29 Feb 2012 01:09:43 -0800 (PST) X-Originating-IP: [79.140.39.245] In-Reply-To: References: Date: Wed, 29 Feb 2012 10:09:43 +0100 Message-ID: From: Bernhard Schmidt To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQlfcY7GEdCqnbBtdQiJFFzAf1EJa+UWpIFaGQrNPYECRZdliXIOToV3dUcZlQslupiX0mKK Cc: freebsd-wireless@freebsd.org Subject: Re: iwi firmware X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Feb 2012 09:09:45 -0000 On Tue, Feb 28, 2012 at 23:20, Fernando Apestegu=EDa wrote: > Hi all, > > I recently installed 9.0-RELEASE on my old laptop. I used the ipw2200 car= d > in this laptop with 8.2-RELEASE without problems. However I have missed > something I can't figure out. I get the message: > > iwi0: timeout processing command blocks for iwi_bss firmware > iwi0: could not load main firmware iwi_bss > > This is what I have in my loader.conf: > > # Agree Intel's agreement license > legal.intel_iwi.license_ack=3D1 > > # wireless support > #if_iwi_load=3D"YES" =A0 =A0 =A0This is in kernel now... > wlan_load=3D"YES" > firmware_load=3D"YES" > > iwi_bss_load=3D"YES" > iwi_ibss_load=3D"YES" > iwi_monitor_load=3D"YES" > > what am I missing? > > Thanks in advance. Hmm, there haven't been any major changes to iwi(4) between 8.2 and 9.0, except what you've already noticed. You could try to remove iwi(4) from the kernel config and use it as module again, just to make sure it isn't related to that. Also, all modules iwi(4) depends on are pulled in automatically, even the firmware modules, no need to load em through loader.conf. Can you post dmesg and pciconf -lvc? --=20 Bernhard