Wifi Connectivity: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Create Wifi Connectivity Page)
 
No edit summary
 
(127 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.

See also [http://laptop.org/8.2.0/manual/XO_GiveMeTheInternet.html 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 [mailto:help@laptop.org 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 [[#Channel|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|MAC Filtering]] is enabled, the [[ifconfig#MAC Address|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 [[ifconfig#MAC Address|MAC address]] for the XO is displayed using the [[Linux]] command [[ifconfig]].

== See also ==

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

[[Category:Network]]

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