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