Добиться работы wi-fi PCMCIA-карточки в Debian Lenny можно двумя путями – с помощью acx100-source и через ndiswrapper
Любые варианты не поддерживают WPA2.
ACX100:
Устанавливаем acx100-source и
1 |
apt-get install linux-headers-`uname -r` |
Скчиваем прошивку acx-firmware-20060207.tar.bz2, в архиве находим папку acx100_1.10.7.K и ее содержимое копируем в /lib/firmware
выполняем команды
1 2 3 4 5 |
ln -s /lib/firmware/tiacx* /usr/lib/hotplug/firmware/ m-a prepare m-a a-i acx100 modprobe acx echo acx >>/etc/modules |
Добавил в файл /etc/init.d/interfaces приблизительно такие строки:
1 2 3 4 5 6 7 8 9 |
# The second network interface allow-hotplug wlan0 auto wlan0 iface wlan0 inet dhcp wireless_mode managed wireless_channel 6 wireless_essid xc wireless_key1 6a6975627567636f00756e6961 wireless_ap 1d0:15:0c:00:e7:c3 |
Устанавливаем wicd и подключаемся к сети:
ndiswrapper
1 2 3 4 5 6 7 |
apt-get install module-assistant m-a prepare m-a a-i ndiswrapper gedit /etc/modules modprobe ndiswrapper update-modules apt-get install ndisgtk |
С помощью lspci -nn нашел PCI/VEN карточки, скачал драйвер dwl650plus.tar.gz для Windows XP и через ndisgtk (“Windows Wireless Drivers”) установил.