without acpi not internet

John Baldwin jhb at freebsd.org
Fri Feb 9 14:04:02 UTC 2007


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 at 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


More information about the freebsd-acpi mailing list