Wifi Connectivity: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
 
(120 intermediate revisions by 38 users not shown)
Line 1: Line 1:
{{G1G1 Support FAQ}}
{{G1G1 Support FAQ}}


If you want to connect to the internet, and you are using Sugar, see [http://wiki.sugarlabs.org/go/Documentation_Team/User_Manual/Connecting_to_the_Internet Connecting to the Internet] page at the Sugar Labs Wiki.
XO laptops were intentionally designed for children in developing nations, where it is faster and less expensive to introduce wireless connections, rather than a traditional telecom infrastructure. The XO Laptop is primarily designed to network with other XO Laptops using a [[mesh network]], but the XO is also wifi capable.


See also [http://laptop.org/8.2.0/manual/XO_GiveMeTheInternet.html Give Me the Internet, Please] for 8.2.0.
= Getting Started =


== Troubleshooting Guide ==
* you must have a Wireless Access Point (WAP) nearby
* verify the network name (SSID) and its password, if it has one
* carefully follow the [http://laptop.org/laptop/start/connecting.shtml Gettting Started instructions]


The [[Wifi Troubleshooting Guide]] provides a step by step checklist to review prior to contacting [mailto:help@laptop.org Technical Support].
= Special Considerations =


== Overview ==
== Wireless Access Point Setup ==


XO laptops were designed for children in developing nations, where it was faster and less expensive to introduce wireless networks rather than traditional cabled infrastructure. The XO laptop was designed to use these networks, or to connect with other XO laptops using a [[mesh network]] or an ad-hoc network.
The OLPC Support Team has been gathering notes and configuration tips for various Wireless Access Point (WAP) connectivity. We are actively working to resolve minor compatibility issues with various Wireless Access points.


Some key setup considerations for your Wireless Access Point are:
== Setting up a Wireless Network ==


When setting up a wireless network for XO laptops, configure access points as follows:
* A single channel should be selected, not "Automatic"

* Preferred [[#Channel|Channels]] are 1, 6, and 11
* use a single channel, not "Automatic",
* The wireless network mode should be "Mixed" or "Wireless-G", not "Disabled" or "Other"
* it is generally best to choose channels [[#Channel|Channels]] are 1, 6, and 11, to ensure interference between networks is kept to a minimum,
* If Wireless MAC Filtering is enabled, the [[ifconfig#MAC Address|MAC address]] for the XO must be entered
* if available, the wireless network mode should be "Mixed" or "Wireless-G", not "Disabled" or "Other",
* The latest Firmware should loaded on your access point
* if Wireless [[#MAC Filtering|MAC Filtering]] is enabled, the [[ifconfig#MAC Address|MAC address]] for the XO laptops must be entered,


=== Channel ===
=== Channel ===

With 802.11b or 802.11g, use channel 1, 6 or 11 in the US or Canada. Use of any other channels will degrade your own wireless signal and that of others.

Therefore, the [[mesh networking]] and ad-hoc network between XO laptops is designed to work with channels 1, 6 or 11.

=== Security ===
=== Security ===
==== WEP Security ====
==== WPA Security ====


Set up the access point for WPA2 security.
WPA security was not initially supported on XO laptops. If you are a knowledgeable Linux user, you can find instructions here to access the Internet with WPA security, by [[WPA Manual Setting|manually setting up WPA]]. It may be best for less experienced users to wait for the next stable XO software release, which should be available by the end of Janurary 2008. If you absolutely need WPA now, you can get it by performing an [[olpc-upgrade|Upgrade]] to version 653, but in the process you may lose all data on your laptop.

Do not use WEP, it is not secure.

=== MAC Filtering ===

Wireless MAC filtering is a security measure that restricts access to the access by MAC address. Every XO has a unique address assigned at the time of manufacture.

However, the measure is only effective against naive users, because MAC addresses can be changed.

The [[ifconfig#MAC Address|MAC address]] for the XO is displayed using the [[Linux]] command [[ifconfig]].

== See also ==


* [[Hidden]] networks,
==== MAC Filtering ====
* [[Manual Wireless Association]]
* [[Wireless Access Point Compatibility]]


[[Category:Network]]
== XO Setup ==
= Troubleshooting Guide =

Latest revision as of 01:26, 28 June 2014

This page is part of the XO Support FAQ.     Support Index | Print This Page
<imagemap>

Image:Support-banner-square.png|173px|community support pages rect 0 0 135 204 [1] rect 135 0 345 204 Support FAQ rect 0 205 135 408 [2]

  1. Comment : there's some whitespace here:

rect 135 205 345 408 Other support

  1. maybe desc none is better. testing.

desc none

</imagemap>

If you want to connect to the internet, and you are using Sugar, see Connecting to the Internet page at the Sugar Labs Wiki.

See also Give Me the Internet, Please for 8.2.0.

Troubleshooting Guide

The Wifi Troubleshooting Guide provides a step by step checklist to review prior to contacting Technical Support.

Overview

XO laptops were designed for children in developing nations, where it was faster and less expensive to introduce wireless networks rather than traditional cabled infrastructure. The XO laptop was designed to use these networks, or to connect with other XO laptops using a mesh network or an ad-hoc network.

Setting up a Wireless Network

When setting up a wireless network for XO laptops, configure access points as follows:

  • use a single channel, not "Automatic",
  • it is generally best to choose channels Channels are 1, 6, and 11, to ensure interference between networks is kept to a minimum,
  • if available, the wireless network mode should be "Mixed" or "Wireless-G", not "Disabled" or "Other",
  • if Wireless MAC Filtering is enabled, the MAC address for the XO laptops must be entered,

Channel

With 802.11b or 802.11g, use channel 1, 6 or 11 in the US or Canada. Use of any other channels will degrade your own wireless signal and that of others.

Therefore, the mesh networking and ad-hoc network between XO laptops is designed to work with channels 1, 6 or 11.

Security

Set up the access point for WPA2 security.

Do not use WEP, it is not secure.

MAC Filtering

Wireless MAC filtering is a security measure that restricts access to the access by MAC address. Every XO has a unique address assigned at the time of manufacture.

However, the measure is only effective against naive users, because MAC addresses can be changed.

The MAC address for the XO is displayed using the Linux command ifconfig.

See also