ubuntu 上安装atheros无线驱动
四月 3rd, 2009 Posted in Linux
现在使用的是Thinkpad的T400,里面内置的无线网卡是Atheros的(win下面显示好像是:thinkpad a/b),但是默认安装ubuntu 8.04并不支持这个程序,具体安装如下:
- 在madwifi(这个网站有好几个域名,我找了老半天)下载最新的athros驱动,下载地址为:
http://snapshots.madwifi-project.org/madwifi-hal-0.10.5.6/ - make && make install
- modprobe ath_pci
- 让启动的时候加载此模块,在/etc/modules加上ath_pci
echo ‘ath_pci’ >> /etc/modules - 因为ubuntu本身也提供这个网卡的驱动,需要禁用它,可以通过system->hardware drivers禁用,同时在
/etc/default/linux-restricted-modules-common 这个文件中加上:
echo ‘DISABLED_MODULES=”ath_hal”‘ >>/etc/default/linux-restricted-modules-common - reboot 即可
这个时候也能使用network-manager进行无线管理了。
图片如下:

