On Saturday 08 November 2008 13:33:55 Michael Buesch wrote: > On Saturday 08 November 2008 06:11:38 Ben Greear wrote: > > lspci -x > > 02:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01) > > 00: e4 14 15 43 06 01 10 00 01 00 80 02 08 00 00 00 > > Try this, please. > > Index: wireless-testing/drivers/ssb/b43_pci_bridge.c > =================================================================== > --- wireless-testing.orig/drivers/ssb/b43_pci_bridge.c 2008-05-16 00:25:42.000000000 +0200 > +++ wireless-testing/drivers/ssb/b43_pci_bridge.c 2008-11-08 13:33:06.000000000 +0100 > @@ -21,6 +21,7 @@ static const struct pci_device_id b43_pc > { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4307) }, > { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4311) }, > { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4312) }, > + { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4315) }, > { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4318) }, > { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4319) }, > { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4320) }, > Note that your device most likely is an LP-PHY based device, which is not supported at all. But you will notice that. It will complain about about unsupported PHY after you applied that patch. -- Greetings Michael. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html