Background: Installed Noobs /Raspbian on two separate SD cards in preparation for setting-up and learning how to use a new BitScope micro.
From Raspberry Pi downloads page
Noobs Ver. 1.4.0 2015-2-08
Of-line install from Zip
Problem: Unable to configure Wifi on the SD cards using the wpa-gui method or command line method. When wpa-gui window is opened wlan0 does not appear in "adapter" box; therefore, this method for WiFi setup cannot be used.
I verified problem is not a hardware problem by installing my PiBot hotspot SD on three different Pi's -- all hardware worked fine; I could ping the Pi from my laptop and laptop could access internet using home WiFi. This was true for all the Pi models on hand A+, B and B+.
One of the SD cards on which Raspian was installed was new - both SD cards were formatted using SDFormatter 4.0 prior to copying the files to the SD card.
I believe all recommended procedures were followed when completing the Noobs /Raspbian installs to include:
proper / timely restarts
sudo apt-get update
sudo apt-get upgrade
Given the above I would like to verify the proper code for the following configuration files. Unfortunately, my on-line search for proper configuration files has not yielded any useful information as the information found is all over the place, often not present with the dates written and all attempts to use the information found has not solved the problem.
code for interface configuration file for /etc/network/interfaces
code for WPA configuration /etc/wpa_supplicant/wpa_supplicant.conf
Any advice on how to fix this issue would be greatly appreciated.
Thank you.