博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Fedora 14 下轻松安装Broadcom无线网卡
阅读量:4108 次
发布时间:2019-05-25

本文共 1236 字,大约阅读时间需要 4 分钟。

Fedora 14 下轻松安装Broadcom无线网卡

今天给一台带有BCM4313 Wifi的本本装Fedora14,装上后发现Wifi不能用。
看来broadcom没有atheros在linux下省心呀。
上网上搜了搜,貌似给的办法都比较繁琐,需要自己编译驱动然后自己加载。
在一个E文论坛发现了这么一招:
原文:
That broadcom-sta-common deb package supplies the Broadcom 802.11 STA Linux driver. To use it in Fedora, you can either install it
from source or install the pre-compiled binary version available from RPM Fusion. I recommend the RPM Fusion version. To do that,
first install the RPM Fusion repositories...
    http://rpmfusion.org/Configuration
Then install the driver for the "plain" i686 kernel and the x86_64 kernel this way...
Code:
su
yum install kmod-wl
For the PAE kernel, install it this way...
Code:
su
yum install kmod-wl-PAE
Then reboot and check the NetworkManager panel applet for available networks.
If you don't have a wired Internet connection to do the yum commands, then you still can install the driver offline. For that,
return and report the running kernel...
Code:
uname -r
偶的步骤如下:
用root直接
yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
之后直接yum install kmod-wl
最后reboot。
之后可爱的NetworkManager里出现了wifi...

转载地址:http://ihpsi.baihongyu.com/

你可能感兴趣的文章
去哪儿一面+平安科技二面+hr面+贝贝一面+二面产品面经
查看>>
element ui 弹窗在IE11中关闭时闪现问题修复
查看>>
vue 遍历对象并动态绑定在下拉列表中
查看>>
Vue动态生成el-checkbox点击无法选中的解决方法
查看>>
python __future__
查看>>
MySQL Tricks1
查看>>
python 变量作用域问题(经典坑)
查看>>
pytorch
查看>>
pytorch(二)
查看>>
pytorch(三)
查看>>
pytorch(四)
查看>>
pytorch(5)
查看>>
pytorch(6)
查看>>
opencv 指定版本下载
查看>>
ubuntu相关
查看>>
C++ 调用json
查看>>
nano中设置脚本开机自启动
查看>>
动态库调动态库
查看>>
Kubernetes集群搭建之CNI-Flanneld部署篇
查看>>
k8s web终端连接工具
查看>>