Created
November 12, 2016 10:59
-
-
Save daemin-hwang/885d2f6e3af64f9a08d0cc96a0055eaa to your computer and use it in GitHub Desktop.
엘레멘트리 os 와이파이 안잡히는 문제 해결방법
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
엘레멘트리 os 와이파이 안잡히는 문제 해결방법 | |
You have installed a wrong driver. | |
Remove the wl driver by | |
sudo apt-get purge bcmwl-kernel-source | |
Then run | |
sudo modprobe brcmfmac | |
or reboot. | |
The required firmware is installed in Ubuntu 16.04. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment