Airplane mode: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
m (minor)
Line 1: Line 1:
Airplanes probably don't actually need you to turn your wireless off. But to do so on the XO-1 go to a [[Developer_Console | Developer_Console]], or the [[Terminal | Terminal Activity]] and issue the following commands:
Airplanes probably don't actually need you to turn your [[wireless]] off. But to do so on the XO-1 go to a [[Developer_Console | Developer Console]], or the [[Terminal | Terminal Activity]] and issue the following commands:


# Disable wireless
# Disable wireless

"rmmod usb8xxx"
rmmod usb8xxx


# Enable wireless
# Enable wireless
"modprobe usb8xxx"
modprobe usb8xxx


OR
'''OR'''


Go to the Terminal Activity and type:
Go to the Terminal Activity and type:


* sugar-control-panel -s radio off
sugar-control-panel -s radio off
* sugar-control-panel -s radio on
sugar-control-panel -s radio on

Revision as of 00:08, 19 December 2007

Airplanes probably don't actually need you to turn your wireless off. But to do so on the XO-1 go to a Developer Console, or the Terminal Activity and issue the following commands:

  1. Disable wireless
rmmod usb8xxx
  1. Enable wireless
modprobe usb8xxx

OR

Go to the Terminal Activity and type:

 sugar-control-panel -s radio off
 sugar-control-panel -s radio on