First, installed under Ubuntu
This does not have to be installed, the system is well supported.
System->administration->hardware Drivers
Choose the Broadcom STA wireless driver
Activate
If you do not have this option, execute it in the shell:
sudo apt-get updatesudo apt-get--reinstall install bcmwl-kernel-source
After restarting, repeat the previous step to activate the driver. I tested the Chinese version of Ubuntu14.04 and found that this driver was not installed by default, and repeated the above code after restarting successfully.
Second, under Fedora installation
Now the shell gets administrator permissions Su-, prompting for a password to execute in the shell:
1.Enable rpmfusion Repo Add source
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm yum localinstall --nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpmUpdate system
update
Restart
reboot
After restarting or opening the terminal for administrator privileges, see 1.
Install the NIC driver
yum install kernel-devel akmod-wl
If you still don't have WiFi, manually load
# Make sure the module built for your kernelsudo akmods# See if the module is loaded (if no results, it‘s not)sudo lsmod | grep wl# Manually load the modulesudo modprobe wl
Test success
Broadcom BCM94360 series Nic Linux (Ubuntu/fedora) driver Installation Summary