WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Atheros WiFi Howto -- feedback wanted  (Read 8143 times)

Offline spence91

  • Jr. Member
  • **
  • Posts: 80
Re: Atheros WiFi Howto -- feedback wanted
« Reply #15 on: October 09, 2009, 05:55:38 AM »
I found the problem in your procedure:

the file wpa_supplicant config file is called by two names in the procedure, wpa_supplicant.conf and wpa_configuration.conf which caused my first try to fail.
Specifically,
Quote
save it as /opt/wpa_configure.conf (then to ensure it is persistent in the system, add the line opt/wpa_configure.conf to /opt/.filetool.lst)

3. to connect to the access point, run in the console:
Code:
wpa_supplicant -i<interface> -c/opt/wpa_supplicant.conf &

The wiki also needs to be fixed.

Thanks for your work! :)

wiki has been updated.