Date: Fri, 9 Feb 2007 08:34:27 -0500 From: John Baldwin <jhb@freebsd.org> To: freebsd-acpi@freebsd.org Subject: Re: without acpi not internet Message-ID: <200702090834.27844.jhb@freebsd.org> In-Reply-To: <45CB9EB6.7090604@steelbox.org> References: <45CB9EB6.7090604@steelbox.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 08 February 2007 17:05, Olivier Regnier wrote: > Hello, > > I have a Acer Aspire 3000 with Broadcom wifi card. Relevant output of > pciconf -v -l: > > ndis0@pci0:11:0: class=0x028000 card=0x03121468 chip=0x431814e4 rev=0x02 > hdr=0x00 > vendor = 'Broadcom Corporation' > class = network > > I have FreeBSD 6.2 and when i boot with ACPI disabled, i get an error > that says : > unknown: <PNP0c02> can't assign resources (memory) > unknown: <PNP0303> can't assign resources (port) > unknown: <PNP0c02> can't assign resources (memory) > unknown: <PNP0f13> can't assign resources (irq) You don't need to worry about those. > The result is simple, i can't connect to internet without ACPI. For more > information, you can see my dmesg files. The real problem is that your MP Table doesn't contain the necessary information for your cardbus bridge's IRQ. Can you use devinfo to determine the IRQ assigned to the bridge via ACPI? If so, you can try using 'hint.pci0.6.INTA.irq=XX' (where XX is the IRQ) with ACPI disabled. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702090834.27844.jhb>