升级Ubuntu 11.04后一直搜索不到无线网络,用自带的驱动无法工作,也试过好多方法,自己编译wl,还是失败。最后解决方法Add a "contrib" component to
/etc/apt/sources.list, for example:
- # Debian Squeeze/6.0
- deb http://ftp.us.debian.org/debian squeeze main contrib non-free
Update the list of available packages and install the
wireless-tools package:
- sudo apt-get update
- sudo apt-get install wireless-tools
Install the appropriate firmware installer package:For 802.11b/g devices with a BCM4306 revision 3, BCM4311 or BCM4318 chipset, install
firmware-b43-installer:
- sudo apt-get install firmware-b43-installer
For 802.11b/g devices with a BCM4312 LP-PHY chipset (PCI-ID 14E4:4315), install
firmware-b43-lpphy-installer:
- sudo apt-get install firmware-b43-lpphy-installer
The necessary kernel module should be
automatically loaded.当然你自己可以加载sudo modprobe b43OK,无线网络的指示灯亮了,驱动安装成功!注:如果开机无线模块不自动加载,可以在配置文件/etc/modules中加入b43CentOS 5.5配置VNC服务及客户端连接后输入法切换问题Ubuntu 12.04 配置指南相关资讯 Ubuntu入门教程
- 10个调整让Ubuntu宾至如归 (08/25/2014 06:51:16)
- Ubuntu 11.10 升级到 12.04 后 (05/20/2012 08:58:03)
- Ubuntu下的IPMI (05/19/2012 08:25:38)
| - Ubuntu 12.04 Server安装Gerrit (05/21/2012 05:42:28)
- Ubuntu的preseed文件 (05/19/2012 08:26:30)
- Ubuntu 直接修改IPMIweb登录密码 (05/19/2012 08:24:01)
|
本文评论 查看全部评论 (0)