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-
sudo service networking reload
Final step is to Restart the system

Comments

Popular posts from this blog

How To Install LEX and YACC in Linux or Ubuntu

Lex Program To Check The Syntax of For Loop

How to Implement Two - Pass Assembler in C / Assembler C Code