2009年4月18日星期六

AR242x 802.11abg 无线网卡在ubuntu8.10下不能识别的问题

launchpad-logo-and-name-hierarchy.png
症状是这样的,在安装完系统后,发现系统不能直接发现内置的无线网卡。
lshw 的输出中能看到无线网卡。 iwconfig 的输出里却没有。

搜索,在launchpad发现了解决方式:

wget http://snapshots.madwifi-project.org/madwifi-hal-0.10.5.6-current.tar.gz
sudo apt-get install build-essential linux-headers-$(uname -r)
tar -xzf madwifi-hal-0.10.5.6-current.tar.gz
cd madwifi-hal-0.10.5.6*/
make
sudo make install
sudo modprobe ath_pci

this should install the kernel module (similar to a driver in other platforms) to interface with your card.

Then if all is working, to enable the module to be loaded at boot use :

sudo echo "ath_pci" >> /etc/modules


具体链接: https://answers.launchpad.net/ubuntu/+question/66991

没有评论:

发表评论