歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Fedora 14 下輕松安裝Broadcom無線網卡

Fedora 14 下輕松安裝Broadcom無線網卡

日期:2017/2/28 16:21:07   编辑:Linux教程

今天給一台帶有BCM4313 Wifi的本本裝Fedora 14,裝上後發現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...

Copyright © Linux教程網 All Rights Reserved