From owner-freebsd-hardware@FreeBSD.ORG Fri Jun 21 09:32:53 2013 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DB83F7C8 for ; Fri, 21 Jun 2013 09:32:53 +0000 (UTC) (envelope-from juris.kaminskis@gmail.com) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) by mx1.freebsd.org (Postfix) with ESMTP id 7A555163F for ; Fri, 21 Jun 2013 09:32:53 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id n11so6272233wgh.33 for ; Fri, 21 Jun 2013 02:32:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JsDcF7wcMw+lOxbSo2Y5bW5M2F6s+FzSql4gjFLLpJo=; b=sv+XbF35Bdy+TGZJBWh326hY+JVOy6Py00YG26H4ytQkn/CGEH2NQPCc2z3wnNgp4E lokzIfAckrz37DsXC5p9uBsb/QP3iSKaN1VJNBUM0MlnJUe/XvdX6kqkmTrYTQH4mXIu 3GC9QPRsx6Z9Zd4CbYGuHZyC4WH4B8DVglUvf9BsezIuAa9CCRxvoAUmfuJCyv6Sn8ox q6nbSII8mMwl8zKp6XJZynk94ZxXtRboEle5s/yo1Otvd2I3PS6Btk4VCYfoD+YRAN11 Ndexb8RHIaq/aKIl6A1hIrHUwYo5CaLKQT6Vmwccjwd2iW0OLTphtyDpVrmmfd0AGUpd BhjQ== MIME-Version: 1.0 X-Received: by 10.181.12.80 with SMTP id eo16mr2146189wid.44.1371807172591; Fri, 21 Jun 2013 02:32:52 -0700 (PDT) Received: by 10.194.136.75 with HTTP; Fri, 21 Jun 2013 02:32:52 -0700 (PDT) Date: Fri, 21 Jun 2013 12:32:52 +0300 Message-ID: Subject: Wireless driver iwi for Intel PRO fails to load From: Juris Kaminskis To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jun 2013 09:32:53 -0000 Hello, I have just installed FreeBSD 9.1 i386 on a Thinkpad T43. When trying to load iwi driver by ifconfig iwi0 up get following error message: * iwi0: timeout waiting for (null) firmware initialization to complete * *iwi0: could not load boot firmware (null)* On the man iwi it says: *iwi%d:* *timeout* *waiting* *for* *firmware* *initialization* *to* *complete* The onboard microcontroller failed to initialize in time. This should not happen. However I had on this machine Debian Linux and the wireless chip worked, so it must be in configuration. My /boot/loader.conf has: legal.intel_iwi.license_ack=1 if_iwi_load="YES" iwi_bss_load="YES" iwi_ibss_load="YES" iwi_monitor_load="YES" dmesg does not say anything more than when running ifconfig iwi0 up. Juris