Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Raspberry Pi
(view source)
Revision as of 22:57, 16 January 2016
271 bytes added
,
22:57, 16 January 2016
→WiFi setup
Line 13:
Line 13:
== WiFi setup ==
== WiFi setup ==
+
=== WPA2 ===
1. Scan wifi networks available:
1. Scan wifi networks available:
<nowiki>sudo iwlist wlan0 scan</nowiki>
<nowiki>sudo iwlist wlan0 scan</nowiki>
Line 21:
Line 22:
ssid="The_ESSID_from_earlier"
ssid="The_ESSID_from_earlier"
psk="Your_wifi_password"
psk="Your_wifi_password"
−
}
+
}</nowiki>
−
</nowiki>
4. If after a few seconds the Raspberry WiFi isn't connected:
4. If after a few seconds the Raspberry WiFi isn't connected:
<nowiki>
<nowiki>
sudo ifdown wlan0
sudo ifdown wlan0
−
sudo ifup wlan0
+
sudo ifup wlan0
</nowiki>
−
</nowiki>
+
+
=== WPA2 + hidden SSID ===
+
Edit /etc/wpa_supplicant/wpa_suplicant.conf
+
<nowiki>
+
network={
+
ssid="NETWORK_NAME" # it can be any encryption type, just make sure to add the "scan_ssid=1" line after your settings.
+
key_mgmt=NONE
+
scan_ssid=1
+
}
</nowiki>
== Domain name setup ==
== Domain name setup ==
Rafahsolis
Bureaucrats
,
Administrators
2,306
edits
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages
Printable version