The txpower bug is fixed! full speed with bcm4311 and bcm4312! No need for ndiswrapper anymore.
This is what you need. kernel 2.6.20 and 2 patches: ftp://lwfinger.dynalias.org/patches/2.6.20_combined this one fixes : > 1. The fix for DMA with > 1 GB RAM. > 2. The code change to operate the radio LED for systems with a switch. > 3. The changes to get proper scaling for rates and frequencies in iwlist. > 4. The fix for the oops that occurs in hwrng_unregister on resuming. By the > definitions used to > control the changes in a stable release, this is a BUG and should be fixed in > 2.6.20.1. And this patch for the txpower issue: Index: linux-2.6/drivers/net/wireless/bcm43xx/bcm43xx_phy.c =================================================================== --- linux-2.6.orig/drivers/net/wireless/bcm43xx/bcm43xx_phy.c +++ linux-2.6/drivers/net/wireless/bcm43xx/bcm43xx_phy.c @@ -1225,7 +1225,7 @@ static void bcm43xx_phy_initg(struct bcm } if (phy->rev < 3 && phy->connected) bcm43xx_phy_write(bcm, 0x047E, 0x0078); - if (phy->rev >= 6 && phy->rev <= 8) { + if (phy->rev >= 6 && phy->rev < 8) { bcm43xx_phy_write(bcm, 0x0801, bcm43xx_phy_read(bcm, 0x0801) | 0x0080); bcm43xx_phy_write(bcm, 0x043E, bcm43xx_phy_read(bcm, 0x043E) | 0x0004); } _______________________________________________ Bcm43xx-dev mailing list Bcm43xx-dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/bcm43xx-dev -------------------------------------------------------------------- patch with -l option on patch 2 since you will need to ignore the whitespace when you copy and paste. -- BCM1390M (broadcom 4311) with ndiswrapper and nvidia IRQ conflicts https://launchpad.net/bugs/57355 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs