From owner-freebsd-current@FreeBSD.ORG Fri Aug 10 06:48:40 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A74C16A419 for ; Fri, 10 Aug 2007 06:48:40 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id CBC8613C457 for ; Fri, 10 Aug 2007 06:48:39 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp5-g19.free.fr (Postfix) with ESMTP id A48F68EDD; Fri, 10 Aug 2007 08:48:38 +0200 (CEST) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id 5BA818E65; Fri, 10 Aug 2007 08:48:38 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id CB1529F1E6; Fri, 10 Aug 2007 06:48:35 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id AA0F74089; Fri, 10 Aug 2007 08:48:35 +0200 (CEST) Date: Fri, 10 Aug 2007 08:48:35 +0200 From: Jeremie Le Hen To: Kevin Oberman Message-ID: <20070810064835.GC48218@obiwan.tataz.chchile.org> References: <20070723200021.GB96643@obiwan.tataz.chchile.org> <20070723201326.C539945045@ptavv.es.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070723201326.C539945045@ptavv.es.net> User-Agent: Mutt/1.5.15 (2007-04-06) Cc: freebsd-current@freebsd.org Subject: Re: Cannot use iwi(4): "could not load firmware iwi_bss" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 06:48:40 -0000 Hi Kevin, Sorry for this late reply. On Mon, Jul 23, 2007 at 01:13:26PM -0700, Kevin Oberman wrote: > > Date: Mon, 23 Jul 2007 22:00:21 +0200 > > From: Jeremie Le Hen > > Sender: owner-freebsd-current@freebsd.org > > > > On Mon, Jul 23, 2007 at 11:16:00AM -0400, John Baldwin wrote: > > > On Friday 20 July 2007 07:21:00 pm Jeremie Le Hen wrote: > > > > Ok, I've tried with ACPI enabled and I confirm that iwi(4) can > > > > successfully load its firmware in this case. Unfortunately psm(4) > > > > doesn't work so this is not an option for me. > > > > > > Can you get verbose dmesg's both with and without ACPI? > > > > I've not attached them as verbose dmesgs are quite huge, you can get > > them here. > > > > With ACPI (psm(4) doesn't work, iwi(4) does): > > http://tataz.chchile.org/~tataz/tmp/dmesg.with_acpi.gz > > > > Without ACPI (hint.acpi.0.disabled="1", psm(4) works, iwi(4) doesn't): > > http://tataz.chchile.org/~tataz/tmp/dmesg.without_acpi.gz > > > > Note that I've manually loaded iwi_bss and if_iwi modules from root > > prompt. > > I have a very similar problem when I load drivers at the boot prompt (or > did you mean "root"?) I meant "root" prompt :-). > If you look at your dmesg (verbose not needed). I suspect that you will > se that there is no interrupt assigned to psm. If you are loading them > before the probe, try booting with ACPI and boot to single user (boot > -s). Hit Enter to get a shell prompt and load the needed modules > (kldload). Then exit to move to multi-user. I bet everything works. > > I found that my system fails to assign an interrupt to psm if I have the > module loaded before I probe I/O devices. I wished to try this but unfortunately psm(4) doesn't seem to be available as a module. # cd /sys/modules # grep -rl psm\\.c . # > jhb suggested an approach to fixing this, but I have not gotten around > to trying it. Could you point out this please? Thank you. Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >