W dniu 10 kwietnia 2011 11:16 użytkownik Andy Botting
<[email protected]> 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ł

_______________________________________________
b43-dev mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/b43-dev

Reply via email to