From owner-freebsd-wireless@FreeBSD.ORG Tue Feb 28 22:49:37 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8837B1065834 for ; Tue, 28 Feb 2012 22:49:37 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id BDF0F8FC16 for ; Tue, 28 Feb 2012 22:49:33 +0000 (UTC) Received: by lagz14 with SMTP id z14so10347150lag.13 for ; Tue, 28 Feb 2012 14:49:32 -0800 (PST) Received-SPF: pass (google.com: domain of fernando.apesteguia@gmail.com designates 10.152.147.1 as permitted sender) client-ip=10.152.147.1; Authentication-Results: mr.google.com; spf=pass (google.com: domain of fernando.apesteguia@gmail.com designates 10.152.147.1 as permitted sender) smtp.mail=fernando.apesteguia@gmail.com; dkim=pass header.i=fernando.apesteguia@gmail.com Received: from mr.google.com ([10.152.147.1]) by 10.152.147.1 with SMTP id tg1mr17819030lab.22.1330469372954 (num_hops = 1); Tue, 28 Feb 2012 14:49:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=Kz03P31T6og82ktZ9h0UsixwCMlgoqS+wpwm4NkiinE=; b=fJiw0ttD/Qv69WI+q5hz8s4HNWxqt9+tv6dH6mXx8r/SuryLFaqVgojGbnRp6Z11Ou aWSgY5Z6ImnqpsTUm+bpKfNr/mYbaUeHjvpzDN65lMGOXZvw8mNlEhgogPk0iOh76C27 HRRZ4L2MHmexnh8PI4Z5Q0iElYUFwv5U1k4Fk= MIME-Version: 1.0 Received: by 10.152.147.1 with SMTP id tg1mr14736998lab.22.1330467613281; Tue, 28 Feb 2012 14:20:13 -0800 (PST) Received: by 10.152.13.72 with HTTP; Tue, 28 Feb 2012 14:20:13 -0800 (PST) Date: Tue, 28 Feb 2012 23:20:13 +0100 Message-ID: From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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: Tue, 28 Feb 2012 22:49:37 -0000 Hi all, I recently installed 9.0-RELEASE on my old laptop. I used the ipw2200 card 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=1 # wireless support #if_iwi_load="YES" This is in kernel now... wlan_load="YES" firmware_load="YES" iwi_bss_load="YES" iwi_ibss_load="YES" iwi_monitor_load="YES" what am I missing? Thanks in advance.