Air 802 Linux USB?ADG?2 Dokumentacja Strona 22

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 32
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 21
3.22 WORKINGWITHLINUXWPASUPPLICANT
Note: The following procedure is done in Fedora Core2. For other distribution packages, you
may need to install additional libraries (ex. openssl), required to build the wpa supplicant.
3.23 SETUPTHELINUXWPASUPPLICANT
- Copy wpa_supplicant.tar.gz file into a subdirectory on Linux system (e.g:/root).
- Unzip it by using command:
tar zxvf wpa_supplicant.tar.gz
Then, a subdirectory of wpa_supplicant/ will be created under the current
directory.
- Enter subdirectory wpa_supplicant/
- Delete the original. Config file by:
Rm-f.config
- Edit Makefile, make sure the following statements are in mkconfig: section:
echo CONFIG_IEEE8021X_EAPOL=y >>.config
echo CONFIG_EAP_MD5=y >>.config
echo CONFIG_MSCHAPV2=y >>.config
echo CONFIG_EAP_PEAP=y >>.config
echo CONFIG_EAP_TLS=y >> .config
echo CONFIG_DRIVER_WEXT=y >>.config
echo CONFIG_WIRELESS_EXTENSION=y >> .config
echo CONFIG_DRIVER_ZYDAS=y >>.config
- Create the new. Config file by
make mkconfig
- Now, we can build the Linux wpa supplicant by entering following command:
make
19
Przeglądanie stron 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 ... 31 32

Komentarze do niniejszej Instrukcji

Brak uwag