Kajikawa Jeremy wrote:
> Ive had this card a while and know it worked with the old bcm43xx
> driver...
> 
> but I would like to get it working on the newer drivers with an updated
> kernel.
> 
> especially as this is an install for 64bit and the old install was
> 32bit.
> 
> current kernel version is 2.6.28 and I hand-compiled from sources.
> 
> is there any options or other I can use or do I need to find
>  some means of bss update for my card to use newer firmware and
>  become functional?
> 
> I am *needing* this to keep a server online (and not require a laptop as
> net-card)
> 
> any help at all will be appreciated!!!!

I'm not sure what a 14e4:4300 is, but if it worked with bcm43xx, then
it should work with b43, or quite likely with b43legacy.

The first step will be to apply the patch below to your kernel. Once
that is done, the device will be recognized. After you restart, then
run the command dmesg | egrep "ssb|b43" and post the results.

Larry

============


Index: wireless-testing/drivers/ssb/b43_pci_bridge.c
===================================================================
--- wireless-testing.orig/drivers/ssb/b43_pci_bridge.c
+++ wireless-testing/drivers/ssb/b43_pci_bridge.c
@@ -17,6 +17,7 @@


 static const struct pci_device_id b43_pci_bridge_tbl[] = {
+       { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4300) },
        { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4301) },
        { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4307) },
        { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4311) },

Index: wireless-testing/drivers/ssb/b43_pci_bridge.c
===================================================================
--- wireless-testing.orig/drivers/ssb/b43_pci_bridge.c
+++ wireless-testing/drivers/ssb/b43_pci_bridge.c
@@ -17,6 +17,7 @@
 
 
 static const struct pci_device_id b43_pci_bridge_tbl[] = {
+       { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4300) },
        { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4301) },
        { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4307) },
        { PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, 0x4311) },

_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to