sh Elementary os安装在Macbook上找不到无线网路的解法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Elementary os安装在Macbook上找不到无线网路的解法相关的知识,希望对你有一定的参考价值。

# Reference http://www.linuxlinx.com/2016/08/fix-no-wireless-on-macbook-after.html

# Removing bcmwl-kernel-source package, then reboot.
sudo apt-get remove --purge bcmwl-kernel-source
sudo reboot

# Installing new broadcom firmware.
sudo apt-get install firmware-b43-installer

# Reaload package.
sudo modprobe -r b43
sudo modprobe b43

# Reboot once again and next after booting you should have BroadCom 4331 Wireless drivers installed and ready to use. 

sudo reboot

以上是关于sh Elementary os安装在Macbook上找不到无线网路的解法的主要内容,如果未能解决你的问题,请参考以下文章