今天给一台带有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/ConfigurationThen install the driver for the "plain" i686 kernel and the x86_64 kernel this way...
Code:su
yum install kmod-wlFor the PAE kernel, install it this way...
Code:su
yum install kmod-wl-PAEThen 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...VirtualBox虚拟机下Ubuntu鼠标不正常的解决方法Fedora 14 下搭建ARM交叉编译环境相关资讯 Fedora 14
- Ubuntu 10.10与Fedora 14下使用scp (11/15/2011 16:03:56)
- Fedora 14 打印机配置 (printer (09/03/2011 09:41:33)
- Windows 7下硬盘安装Fedora 14 (08/19/2011 09:07:33)
| - Fedora 14配置无线连接 (09/29/2011 09:16:46)
- Linux 更新后Nividia显卡问题及解 (08/19/2011 09:10:43)
- Fedora 14 安装Matlab R2011a (08/19/2011 09:00:10)
|
本文评论 查看全部评论 (0)