Skip to content

Instantly share code, notes, and snippets.

@daemin-hwang
Created November 12, 2016 10:59
Show Gist options
  • Save daemin-hwang/885d2f6e3af64f9a08d0cc96a0055eaa to your computer and use it in GitHub Desktop.
Save daemin-hwang/885d2f6e3af64f9a08d0cc96a0055eaa to your computer and use it in GitHub Desktop.
엘레멘트리 os 와이파이 안잡히는 문제 해결방법
엘레멘트리 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