Hi, Update works great on Asus G750J with 43b1 card.
Process: 64 bits: wget http://www.broadcom.com/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_141.tar.gz tar xvzf hybrid-v35_64-nodebug-pcoem-6_30_223_141.tar.gz -C b43b1-6.30.223.141 32bits: http://www.broadcom.com/docs/linux_sta/hybrid-v35-nodebug-pcoem-6_30_223_141.tar.gz tar xvzf hybrid-v35-nodebug-pcoem-6_30_223_141.tar.gz -C b43b1-6.30.223.141 For 64 & 32 bits: cd b43b1-6.30.223.141 touch dkms.conf vim dkms.conf o gedit dkms.conf Paste this (without lines) : ---------------------------------------------- PACKAGE_NAME="b43b1" PACKAGE_VERSION="6.30.223.141" CLEAN="make clean" MAKE="make" BUILT_MODULE_NAME="wl" BUILT_MODULE_LOCATION="./" DEST_MODULE_LOCATION="/updates" ---------------------------------------------- save and exit cd .. sudo mv b43b1-6.30.223.141 /usr/src/b43b1-6.30.223.141 cd /usr/src/b43b1-6.30.223.141 sudo dkms add -m b43b1 -v 6.30.223.141 sudo dkms build -m b43b1 -v 6.30.223.141 sudo rmmod wl sudo dkms install -m b43b1 -v 6.30.223.141 sudo modprobe wl Reboot computer Add module wl in /etc/modules to load it at boot time if it doesn't work at reboot. Enjoy ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1173761 Title: 14e4:43b1 Broadcom Corporation Device 43b1 (rev 03) - not supported To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173761/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
