19
« : 06.05.08 - klo:21.56 »
Oletko tehnyt tämän ohjeen mukaan virittelyn?
The Eee PC won't shut down completely after using the sound module. At the end of the shutdown procedure you will see the green power light still lit with nothing happening.
Edit the file /etc/rc.localstop:
sudo mousepad /etc/rc.localstop
The end of the file should look like this:
# workaround to prevent hang on system shutdown (eeePC)
rmmod snd_hda_intel
exit 0
It seems that recently this change was added to the official repositories, so if you fully updated your system recently as advised above this should already be done. If not, then simply add 'rmmod snd-hda-intel' just before 'exit 0'. Save the file.
To activate this script during system shutdown procedure type the following
sudo update-rc.d rc.localstop stop 99 0 .