User:Ixo/Project/Settings

From OLPC
< User:Ixo‎ | Project
Revision as of 19:56, 3 February 2008 by Ixo (talk | contribs) (Started gathering notes.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
PROJECT: ixo-Tweak
DESC: GUI interface to sugar-control-panel, and other options

System info

(and alt boot)

== sugar-control-panel options (also do a -help to complete list of new un-supported options)

Time Zone

Nick

Colors

Disk information

Suspend mode on/off

Radio On / Off

From Ricardo Carrano <carrano@ricardocarrano.com> cc devel <devel@laptop.org>, date Jan 17, 2008 11:06 AM subject Re: Testing the Wireless driver changes

Indeed we had this airplane mode discussion two weeks ago: Why don't we?


To completely silence the radio:

  1. !/bin/bash

rmmod usb8xxx mv /lib/firmaware/usb8883.bin /lib/firmaware/usb8883.bin.quiet

It will survive reboots.


To bring it back:

  1. !/bin/bash

mv /lib/firmaware/usb8883.bin.quiet /lib/firmaware/usb8883.bin rmmod usb8xxx; sleep1; modprobe usb8xxx

No reboot necessary.