From owner-freebsd-mobile@FreeBSD.ORG Thu Jul 27 21:40:03 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46BE016A4ED for ; Thu, 27 Jul 2006 21:40:03 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01FF243D70 for ; Thu, 27 Jul 2006 21:39:56 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k6RLdqY0080692; Thu, 27 Jul 2006 17:39:55 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-mobile@freebsd.org Date: Thu, 27 Jul 2006 17:39:47 -0400 User-Agent: KMail/1.9.1 References: <44C8D7FE.4080108@locolomo.org> <44C905D3.4040208@locolomo.org> In-Reply-To: <44C905D3.4040208@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200607271739.48433.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 27 Jul 2006 17:39:55 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1624/Thu Jul 27 13:11:25 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: Erik =?iso-8859-15?q?N=F8rgaard?= , Don Wilde Subject: Re: Problem (maybe a solution) loading iwi firmware: firmware_get: failed to load firmware image iwi_bss X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 21:40:03 -0000 On Thursday 27 July 2006 14:28, Erik N=F8rgaard wrote: > Hi: >=20 > This question has been on various lists lately, maybe I'm on the right > track: Use the iwi-firmware-kmod port. You need the module wrappers around the=20 firmware in /boot/modules, not the raw firmware in /boot/firmware. That is= =20 the older way of doing things. > There is some development, I'm not sure if it has been imported into the > source tree yet, >=20 > http://people.freebsd.org/~mlaier/new_iwi/ Yes, it is in -current and I believe -stable now, and this just works fine= =20 with the iwi-firmware-kmod port. In short, upgrade to 6.1-stable, install the iwi-firmware-kmod port, and=20 everything should Just Work(tm). It does here on my laptop (albeit running= =20 7-current). =2D-=20 John Baldwin