Configuring Edimax Wifi Dongle in Raspberry Pi 2
I am going to be very quick here-
Open the terminal
Type :sudo su
Type in the root password(or your password)
Type : nano /etc/network/interfaces
This will open the nano interfaces.Here you need to configure you Wifi Settings as shown below-
PS- Please tyoe in your SSID and password for your WiFi connection.
Once you have made your changes use Ctrl+X and "Y" to save the file.
Use this command to restart the service-
Open the terminal
Type :sudo su
Type in the root password(or your password)
Type : nano /etc/network/interfaces
This will open the nano interfaces.Here you need to configure you Wifi Settings as shown below-
PS- Please tyoe in your SSID and password for your WiFi connection.
Once you have made your changes use Ctrl+X and "Y" to save the file.
Use this command to restart the service-
sudo service networking reload
Final step is to Restart the system
Comments
Post a Comment