Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
You can get this card to work with the Madwifi drivers.
1. Download wifi from http://madwifi.sourceforge.net/#03
2. You might have to do this command as root,
export KERNELRELEASE=`uname -r`
3. Use http://madwifi.sourceforge.net/dokuwiki/doku.php along with the readme. For MDK, I had install the kernel-sources, gcc, and sharutils.
4. From the madwifi directery:
# KERNELRELEASE=`uname -r` make
# KERNELRELEASE=`uname -r` make install
# modprobe ath_pci
5. After that, go into the MDK configuratiions and configure the card.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.