New device in MacBook Pro, yet unsupported?

Rafał Miłecki zajec5 at gmail.com
Sun Apr 10 05:20:20 EDT 2011


W dniu 10 kwietnia 2011 11:16 użytkownik Andy Botting
<andy at andybotting.com> napisał:
> Hi Rafał,
>
> I compiled it into my 2.6.38.2 kernel and booted it. When I modprobe'd
> it, I get nothing in dmesg.
>
> Anything else I can try?

Ah, sorry.

Can you modify axi_pci_bridge_tbl in host_pci.c on you own, adding
entry for your PCI ID?

If lspci -nn gives you 14e4:4331, try adding:
{ PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4331) },
(which exuals to:
{ PCI_DEVICE(0x14e4, 0x4331) },
).

-- 
Rafał



More information about the b43-dev mailing list