atheros无线网卡 linux,解决Ubuntu 11.04下Atheros无线网卡不能上网的问题

近日笔者安装了Ubuntu 11.04,系统运行稳定,界面雍荣华贵,比瘟到死不知好用多少倍,但发现无线网卡不能上网,找不到无线路由器,在家里上网时很不方便,找了一个多月,没有发现很好的方案。近日终于找到了一个方案,解决了此:

解决问题的方案就是安装 Madwifi的ATHeros驱动。但要安装wicd,wicd是和networkmanager相同功能的网络管理小程序,性能不比后者低,只是没有被系统选用为没认的网络管理程序。

打开终端,依次输入以下命令:

1.

Code:

sudo nano /etc/apt/sources.list

2.

Code:

sudo apt-get update && sudo apt-get upgrade3.

Code:

sudo apt-get install build-essential libssl-dev4.

Code:

sudo apt-get install linux-headers-`uname -r`5.

Code:

sudo apt-get install subversion6.

Code:

sudo -i7.

Code:

sudo svn checkout http://svn.madwifi-project.org/madwifi/trunk/ madwifi-ng8.

Code:

cd madwifi-ng9.

Code:

echo "" >> /etc/modprobe.d/blacklist10.

Code:

echo "#Remove To Install MadWIFI Drivers" >> /etc/modprobe.d/blacklist11.

Code:

echo "blacklist ath9k" >> /etc/modprobe.d/blacklist12.

Code:

echo "blacklist ath5k" >> /etc/modprobe.d/blacklist13.

Code:

make && make install14.

Code:

echo ath_pci >> /etc/modules重启机器,驱动安装完成,应该能使用无线网了。

15.如果网卡不能用,只好安装wicd了,无线管理小程序,非常好使,如果你愿意,把networkmanager停用都行。

Code:

sudo apt-get updateCode:

sudo apt-get install wicd如果升级了内核,驱动可能再次失效,只有从上述第8开始从新安装了。0b1331709591d260c1c78e86d0c51c18.png

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Atheros AR8131 网卡驱动下载地址:(包括windows 驱动 和 Linux驱动) http://partner.atheros.com/Drivers.aspx Atheros AR9285无线网卡驱动,由开源项目MadWifi支持 在sourceforge搜索MadWifi可以找到: http://sourceforge.net/projects/madwifi/ 最新的Atheros无线网卡驱动主页: http://madwifi-project.org/ 对于新版本linux kernel 2.6.25之后(现在都是这个以上的内核),要用新的current版本。 http://snapshots.madwifi-project.org/madwifi-0.9.4-current.tar.gz In case you use kernel 2.6.25 or newer, you need to get this snapshot of the madwifi-0.9.4 branch instead of the v0.9.4 release! That snapshot is basically v0.9.4 plus compilation fixes for recent kernels. Atheros无线网卡驱动介绍: http://wireless.kernel.org/en/users/Drivers/Atheros AR9285无线网卡驱动 http://wireless.kernel.org/en/users/Drivers/ath9k Any distribution shipping a kernel >= 2.6.27 will have ath9k present but the ath9k driver on 2.6.32 is the oldest one recommended, anything older than that is completely unsupported. Below is a list of the minimal distribution requirements to either use ath9k from 2.6.27 or from compat-wireless, which lets you install newer drivers on older kernels. Ubuntu Intrepid (8.10) Fedora Core 10 openSUSE 11.1 Mandriva Linux 2009.0 (formally known as Mandrake Linux) ARCH Linux Gentoo Linux Red Flag Linux 7.0 (based on Fedora 10) RHEL5 2.6.18 kernel being tested When it went in ath9k was announced to have been merged into Linux-2.6.27-rc3 by Linus on Tue, 12 Aug 2008 19:33:16 -0700 (PDT), and consisted of 58.8% of the entire rc3 patch. Early distributions which picked it up OpenWrt became the first distribution to pick up ath9k and contribute to it.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值