#6440
sinfulangle
Participant

[quote=6436]the process is exactly the same as raspbian…

Step 1.<br>
Boot the Raspberry Pi without the WiFi adapter plugged in.

Step 2.<br>
Open a Terminal session by clicking on the LXTerminal icon, and enter the<br>
following command into it:

sudo nano /etc/network/interfaces

Then Edit the file to look like this –

auto lo
 
iface lo inet loopback
iface eth0 inet dhcp
 
allow-hotplug wlan0
auto wlan0
 
 iface wlan0 inet dhcp
        wpa-ssid "ssid"
        wpa-psk "password"

Step 4.<br>
When you have finished press [ctrl]x. This will ask if you want to save the modified files.<br>
Press ‘Y’ and then Return to save the file with the same name.

Step 5.<br>
Shut down your Raspberry Pi, plug the WiFi adapter in and start it up again. You should find that the Raspberry Pi connects using the WiFi adapter as it boots up.

job done :)
[/quote]

Thank you for your help, although I got it working last week with RazorX2014’s assistance! Thanks anyway :)