jb’s open source blog

A look into my work and play in open source

Quickfix: AR5418 with ndiswrapper

with one comment

Problem: madwifi is buggy with this wireless chip. If using 32-bit, ndiswrapper is possible and far more stable.

lspci:
03:00.0 Network controller: Atheros Communications, Inc. AR5418 802.11a/b/g/n Wireless PCI Express Adapter (rev 01)

Solution: (Kubuntu 7.10, YMMV)
wget ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/7iwc28ww.exe
sudo apt-get install cabextract ndiswrapper-utils-1.9
cabextract 7iwc28ww.exe
sudo ndiswrapper -i WINXP_2K/NET5416.INF
sudo modprobe ndiswrapper
echo ndiswrapper |sudo tee -a /etc/modules

Written by jbopensrc

December 3, 2007 at 2:07 am

Posted in Linux, Quickfix

One Response

Subscribe to comments with RSS.

  1. Thanks; worked with Ubuntu 8.04 without any problems.

    Will I be able to use 802.11n with ndiswrapper?

    Will

    September 12, 2008 at 6:37 pm


Leave a Reply