1. Качаем свежую версию ndiswrapper
http://sourceforge.net/project/showfiles.php?group_id=934822.Качаем драйвера для Atheros AR5007EG под Windows XP
wget
http://blakecmartin.googlepages.com/ar5007eg-32-0.2.tar.gz3. Распаковываем архивы:
tar xvf ar5007eg-*.tar.gz
tar xvf ndiswrapper-newest.tar.gz
4. Устанавливаем хидеры ядра
sudo apt-get update && sudo apt-get install linux-headers-$(uname -r) build-essential
5. Заносим в "блэк-лист" модуль ath_pci
echo "blacklist ath_pci" | sudo tee -a /etc/modprobe.d/blacklist
6. Компилируем ndiswrapper
pushd ndiswrapper-*/ar5007eg-*
sudo ndiswrapper -i net5211.inf
popd
7. Добавляем модуль ndiswrapper в автозагрузку
sudo modprobe ndiswrapper
echo "ndiswrapper" | sudo tee -a /etc/modules
Перегружаемся sudo init 6
и наслаждаемся Wi-Fi =)