Template:Software Side Effects Fixes
Jump to navigation
Jump to 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