From owner-freebsd-mobile@FreeBSD.ORG Mon Jul 31 18:02:15 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 AAFCF16A595 for ; Mon, 31 Jul 2006 18:02:15 +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 9534743D6E for ; Mon, 31 Jul 2006 18:02:09 +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 k6VI1o3N072680; Mon, 31 Jul 2006 14:02:00 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-mobile@freebsd.org Date: Mon, 31 Jul 2006 13:48:33 -0400 User-Agent: KMail/1.9.1 References: <44C8D7FE.4080108@locolomo.org> <44CB7FF7.3070805@errno.com> <44CB81C4.6080708@locolomo.org> In-Reply-To: <44CB81C4.6080708@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200607311348.34525.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]); Mon, 31 Jul 2006 14:02:03 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1627/Sun Jul 30 19:34:54 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: Mon, 31 Jul 2006 18:02:15 -0000 On Saturday 29 July 2006 11:41, Erik N=F8rgaard wrote: > Sam Leffler wrote: > > It sounds like an irq routing problem. The device is assigned irq 10 > > but it appears interrupts are coming in on irq5. This would explain why > > you don't get notified the firmware bringup completed. I can't help w/ > > the interrupt problem. >=20 > Ok, thanks for taking your time! 1) Can you try booting with ACPI enabled. 2) Try adding 'hw.pci6.0.10.INTA.irq=3D5' to /boot/loader.conf and seeing i= f=20 that changes iwi0 to using IRQ 5 and fixes your problem. =2D-=20 John Baldwin