Template:Software Side Effects Fixes: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Created page with 'Destroy any saved volume settings, forcing defaults. sudo rm -f /etc/alsa/asound.state Destroy saved wireless MAC address. Already fixed in 10.1.2 build os851 or later. sudo r…')
 
No edit summary
Line 1: Line 1:
Destroy any saved volume settings, forcing defaults.
Destroy any saved volume settings, forcing defaults:
sudo rm -f /etc/alsa/asound.state
sudo rm -f /etc/alsa/asound.state
Destroy saved wireless MAC address. Already fixed in 10.1.2 build os851 or later.
If the installed build is older than 10.1.2 build os851, destroy the saved wireless MAC address:
sudo rm -f /etc/udev/rules.d/70-persistent-net.rules
sudo rm -f /etc/udev/rules.d/70-persistent-net.rules
Destroy the SSH host key, forcing regeneration on next boot.
Destroy the SSH host key, forcing regeneration on next boot:
sudo rm -f /etc/ssh/ssh_host_rsa_key{,.pub}
sudo rm -f /etc/ssh/ssh_host_rsa_key{,.pub}
Destroy the Sugar settings, forcing a first boot name prompt, and fixing collaboration.
Destroy the Sugar settings, forcing a first boot name prompt, and fixing collaboration:
rm -rf /home/olpc/.sugar
rm -rf /home/olpc/.sugar
If the laptop was ever registered with a school server, or you are not sure, clear the registration by destroying the GConf settings:
Immediately shutdown without restarting sugar, to avoid the .sugar directory being recreated.
rm -rf /home/olpc/.gconf*
Immediately shutdown without restarting sugar, to avoid the .sugar directory being recreated:
sudo poweroff
sudo poweroff

Revision as of 22:30, 30 December 2010

Destroy any saved volume settings, forcing defaults:

sudo rm -f /etc/alsa/asound.state

If the installed build is older than 10.1.2 build os851, destroy the saved wireless MAC address:

sudo rm -f /etc/udev/rules.d/70-persistent-net.rules

Destroy the SSH host key, forcing regeneration on next boot:

sudo rm -f /etc/ssh/ssh_host_rsa_key{,.pub}

Destroy the Sugar settings, forcing a first boot name prompt, and fixing collaboration:

rm -rf /home/olpc/.sugar

If the laptop was ever registered with a school server, or you are not sure, clear the registration by destroying the GConf settings:

rm -rf /home/olpc/.gconf*

Immediately shutdown without restarting sugar, to avoid the .sugar directory being recreated:

sudo poweroff