| | 6 | |
| | 7 | ''' Using Apt-Get '''[[BR]] |
| | 8 | The compiled source is now available in the repositories, and so this is the preferred install method. |
| | 9 | |
| | 10 | 1. {{{ sudo apt-get update }}} |
| | 11 | 1. {{{ sudo apt-get install bcmwl-kernel-source }}} |
| | 12 | 1. {{{ sudo modprobe wl }}} |
| | 13 | |
| | 14 | If this doesn't work, then remove interfering drivers by: |
| | 15 | |
| | 16 | 1. {{{ sudo apt-get update }}} |
| | 17 | 1. {{{ sudo apt-get --reinstall install bcmwl-kernel-source }}} |
| | 18 | 1. {{{ sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma }}} |
| | 19 | 1. {{{ sudo modprobe wl }}} |