Broadcom BCM94360系列网卡Linux(Ubuntu/Fedora)驱动安装总结

本文详细介绍了如何在Ubuntu和Fedora系统中安装和配置Broadcom无线网卡驱动。对于Ubuntu用户,可以通过系统自带的硬件驱动管理工具进行驱动选择与激活;而对于Fedora用户,则需要通过终端命令安装额外的软件库并手动加载驱动模块。

一、Ubuntu下安装

这个不用安装了,人家系统做好支持了。

System->Administration->Hardware Drivers
Choose the Broadcom STA wireless driver
Activate

如果没有这个选项,那么在shell中执行:

sudo apt-get update
sudo apt-get --reinstall install bcmwl-kernel-source

重启后,重复上一步骤激活驱动。我对Ubuntu14.04中文版进行测试, 发现默认没有装这个驱动,重复上述代码重启后成功。

二、Fedora下安装

现在shell中获得管理员权限 su -,提示输入密码后在shell中执行:

  1. Enable rpmfusion repo 添加源
yum localinstall --nogpgcheck \
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.rpm
  1. 更新系统
yum update
  1. 重启
reboot

重启后还是打开终端获得管理员权限,见 1.
4. 安装网卡驱动

yum install kernel-devel akmod-wl
  1. 如果还是没有wifi,手动加载
# Make sure the module built for your kernel
sudo akmods

# See if the module is loaded (if no results, it's not)
sudo lsmod | grep wl

# Manually load the module
sudo modprobe wl
  1. 测试成功

转载于:https://www.cnblogs.com/zaiden/p/7730759.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值