Template:Software Side Effects Fixes

From OLPC
Revision as of 18:04, 30 December 2010 by Quozl (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 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

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

sudo poweroff