Fedora BCM43142 无线网卡驱动安装
OS:Fedora 25 KDE
系统内核:4.10.16-200.fc25.x86_64 #1
网卡:BCM43142
1、识别自己的网卡型号:
命令:lspci | grep -i broadcom
或者 lspci | grep -i Network
03:00.0 Network controller: Broadcom Limited BCM43142 802.11b/g/n (rev 01)
2、添加源:添加RPM Fusion源 安装需要的包
yum install --nogpgcheckhttp://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-25.noarch.rpm
3、安装
$ yum search kmod-wl 
Redirecting to '/usr/bin/dnf search kmod-wl' (see 'man yum2dnf')
Repository updates is listed more than once in the configuration
Repository updates-debuginfo is listed more than once in the configuration
Repository updates-source is listed more than once in the configuration
Repository fedora is listed more than once in the configuration
Repository fedora-debuginfo is listed more than once in the configuration
Repository fedora-source is listed more than once in the configuration
====================================== N/S 匹配:kmod-wl =======================================
kmod-wl.x86_64 : Metapackage which tracks in wl kernel module for newest kernel
akmod-wl.x86_64 : Akmod package for wl kernel module(s)
kmod-wl-4.10.16-200.fc25.x86_64.x86_64 : wl kernel module(s) for 4.10.16-200.fc25.x86_64
$ yum install akmod-wl kmod-wl  
sudo dnf install kernel-devel akmod-wl        重新编译内核模块
sudo akmods                 加载内核代码
sudo modprobe wl               重启网络管理器
sudo systemctl restart NetworkManager
如果源里也没有,只能自己下载安装,这里可以到http://rpmfind.net去搜索下载,或者:http://pan.baidu.com/s/1eSKEEDc,是rpm包,下下来安装,然后又会报这个akmods包依赖rpmdev-vercmp 和kmodtool,那就安装:
yum install rpmdevtools -y
去http://rpmfind.net搜索kmodtool下载安装,或者:http://pan.baidu.com/s/1jI8vnHs
完成后再安装akmods,这回应该就过了。过了以后就可以运行:
yum install kmod-wl -y
_____________________________________________________________-
另外如果还不行的话那还有一个办法,不过比较麻烦,请直接参考:http://elrepo.org/tiki/wl-kmod
---------------------------------------------------------------------------------------
原址:http://blog.csdn.net/lina_acm/article/details/69663508
Fedora BCM43142 无线网卡驱动安装的更多相关文章
- Ubuntu 18.04 安装 Broadcom Limited BCM43142无线网卡驱动
		
系统默认没有集成 BCM43142无线网卡驱动可以通过下面的方法安装--------------------------------------------------------------root ...
 - Centos 7  联想Y430P无线网卡驱动安装 过程参考
		
Centos 7 联想Y430P无线网卡驱动安装 过程参考 ABRT 已检测到 [root@endv ~]# yum install -y rdesktop 已加载插件:fastestmirror, ...
 - centos 7 查看系统/硬件信息及运维常用命令+联想Y430P无线网卡驱动安装
		
centos 7 查看系统/硬件信息及运维常用命令 当前环境:联想Y430P CentOS 7.3 [root@yan-001 ~] # uname -a # 查看内核/操作系统/CPU信息的Li ...
 - Ralink RT3290无线网卡驱动安装 (linux)
		
Ralink RT3290无线网卡驱动安装 (linux, 笔记备忘) 1. 设备信息查看无线网卡设备信息 # lspci : 2. 驱动下载http://pan.baidu.com/s/1sjsHN ...
 - Liunx下Intel无线网卡驱动安装
		
原文: https://blog.csdn.net/u014157776/article/details/78272611 首先查看网卡型号,指令: lspci | grep -i net 如果是In ...
 - CentOS 6.6下 BCM4312 802.11b/g无线网卡驱动安装
		
1.目前www.broadcom.com网站上最新版本为hybrid-v35,但此版本与2.6.32不匹配,无法识别验证密码,搜索网上说是要求升级内核,后根据http://www.dadclab.co ...
 - CentOS 6.5 BCM43142 80211无线网卡驱动安装
		
https://blog.csdn.net/lisonglisonglisong/article/details/74859545 https://blog.csdn.net/shile/articl ...
 - Ubuntu 14.04 ThinkPad E431无线网卡驱动安装
		
Ubuntu 14.04下安装无线网卡驱动. sudo apt-get install linux-headers-generic build-essential dkms sudo apt-get ...
 - DELL灵越 n4030笔记本安装win7之无线网卡驱动安装
		
本人安装的是win7 32位专业版,安装完成后发现无线网卡找不到了.DELL灵越 n4030自己带无线网卡的.问题的根源在于无线网卡驱动没有安装或没有安装匹配的无线网卡驱动. 那么问题来了.什么无线网 ...
 
随机推荐
- centos Linux系统日常管理1  cpuinfo cpu核数   命令 w, vmstat, uptime ,top ,kill ,ps ,free,netstat ,sar, ulimit ,lsof ,pidof 第十四节课
			
centos Linux系统日常管理1 cpuinfo cpu核数 命令 w, vmstat, uptime ,top ,kill ,ps ,free,netstat ,sar, ulimit ...
 - iptables 执行清除命令 iptables -F 要非常小心的
			
iptables 执行清除命令 iptables -F 要非常小心的 http://blog.csdn.net/netingcn/article/details/5692972 使用 /sbin/ip ...
 - 用SQL语句检查CPU和磁盘空间
			
--查看4小时内的CPU变化值,1分钟统计一次 DECLARE @ts_now BIGINT; SELECT @ts_now = ms_ticks FROM sys.dm_os_sys_info; - ...
 - easyUI datagrid 清空
			
最近在做一个管理系统,出于一些需要,经常要将一些datagrid清空.然后easyUI本身并没有自带的方法,然后自己动手丰衣足食吧. 清空无外乎两种思路,删除现有数据和填充空数据. 1.删除数据 va ...
 - jquery 重复导入问题
			
$(...).bootstrapTable is not a function
 - Java基础知识 Set
			
在Java中使用Set,可以方便地将需要的类型以集合类型保存在一个变量中.主要应用在显示列表.Set是一个不包含重复元素的 collection. 更确切地讲,set 不包含满足 e1.equals( ...
 - Linux系统——搭建FTP方式的本地定制化Yum仓库
			
(1)搭建公网源yum仓库 安装wget aliyun源 # wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epe ...
 - la5135 无向图 点-双连通 运用
			
大白书 P314 #include <iostream> #include <algorithm> #include <string.h> #include < ...
 - Flume环境安装
			
源码包下载: http://archive.apache.org/dist/flume/1.8.0/ 集群环境: master 192.168.1.99 slave1 192.168.1.100 sl ...
 - 浅谈padding
			
浅谈padding padding是CSS盒子模型的一部分,代表盒子模型的内边距. 用法 padding属性有四个值,分别代表上.右.下.左的内边距. .box { padding: 10px 5px ...