не забывает.
1. lspci -knn | grep -A2 Net
05:02.0 Network controller [0280]: Texas Instruments ACX 111 54Mbps Wireless Interface [104c:9066]
Subsystem: D-Link System Inc DWL-G520+ Wireless PCI Adapter [1186:3b04]
Kernel driver in use: acx_pci
2. firmware
cd /tmp
wget -qO- http://web.mit.edu/kolya/.f/root/athena.mit.edu/athena/system/i386_deb50/os-ubuntu-9.04/lib/firmware/acx/1.2.0.30/ | tr -d '\n' | sed 's/>/>\n/g' | grep "<A" | grep -o "\"t.*\"" | tr -d '"' | xargs -I {} wget "http://web.mit.edu/kolya/.f/root/athena.mit.edu/athena/system/i386_deb50/os-ubuntu-9.04/lib/firmware/acx/1.2.0.30/{}"
sudo cp tiac* /lib/firmware/
3 module add
echo "mac80211" >> /etc/modules
3. add /etc/rc.local
#!/bin/bash -e
insmod /lib/modules/`uname -r`/extra/acx-mac80211.ko
# .....
exit 0
4. compiler driver
sudo apt-get install git build-essential
mkdir ~/acx111
cd ~/acx111
git clone git://acx100.git.sourceforge.net/gitroot/acx100/acx-mac80211
cd acx-mac80211/
make
sudo make install
5. reboot