From owner-freebsd-wireless@FreeBSD.ORG Wed Aug 28 08:21:08 2013 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C0AD1BA3 for ; Wed, 28 Aug 2013 08:21:08 +0000 (UTC) (envelope-from pkugrinas@gmail.com) Received: from mail-ee0-x22a.google.com (mail-ee0-x22a.google.com [IPv6:2a00:1450:4013:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A9C024C4 for ; Wed, 28 Aug 2013 08:21:08 +0000 (UTC) Received: by mail-ee0-f42.google.com with SMTP id b45so2774752eek.29 for ; Wed, 28 Aug 2013 01:21:06 -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=MIFDdDXa+WyzhMlQavVqsMn2ZQFJjNRjUFYEg8OVzK4=; b=hkUACMIUYjq6e8iJpZhjgH0lH0oUK9vigLZ0di0k50AJpscKrUiR/hzNBIuV3cNm/1 H390OSsP/E/y91kR41DS4L9JL1/YqTEkGfb3myz+Q+yrfX9MLjyTyBvhW0eXaKp8idI0 /71jZokDOgIrHgkX5pDZbjuyom8oI/qBVNnE9VwcCqMetfypRIPAKw1x0/NicoqE23pE 2gdTZFC4L7L+QsT0jhVrNx9K0uVZQHKCr4wKMRbBJ/HGnziCWwZrudwVPz9NOizH19ia 1CWz63rRKcXKP0QNbyoZDBhDZf9iXDXWD1MeIl4NoefQuXS/fQJumV5CicNuSZ833HRv G3cw== MIME-Version: 1.0 X-Received: by 10.15.48.197 with SMTP id h45mr41863801eew.0.1377678066620; Wed, 28 Aug 2013 01:21:06 -0700 (PDT) Received: by 10.14.91.70 with HTTP; Wed, 28 Aug 2013 01:21:06 -0700 (PDT) Date: Wed, 28 Aug 2013 11:21:06 +0300 Message-ID: Subject: iwi0: timeout waiting for (null) firmware initialization to complete (Intel Pro/Wireless 2200BG) From: Pat To: wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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, 28 Aug 2013 08:21:08 -0000 Hi, (this is a repost from forums as one of the developers suggested I report this issue here) Freshly installed FreeBSD 9.2-RC3 today on Acer TravelMate 3000, having trouble setting up WiFi. Having read the iwi(4) I have these entries in /boot/loader.conf: if_iwi_load="YES" iwi_bss_load="YES" iwi_ibss_load="YES" iwi_monitor_load="YES" legal.intel_iwi.license_ack="1" kldstat shows that the selected modules have been loaded. However when doing ifconfig iwi0 up scan it yields this: iwi0: timeout waiting for (null) firmware initialization to complete iwi0: could not load boot firmware (null) I've switching radio on/off, no result. No other changes have been made to the system after freshly installing it off the memory stick. Same results with 9.1-RELEASE: root@:/root # ifconfig iwi0 up scan iwi0: timeout waiting for (null) firmware initialization to complete iwi0: could not load boot firmware (null) Driver works just fine on OpenBSD however (judging from the manual it seems to originate from the same code base).