And here an Arnaud Soyez method addon to optimize the procedure to start the system with the volume settings you left on last shutdown, reboot, etc.
Create a file halt.local in /etc with: 1.) sudo touch /etc/halt.local 2.) gksu gedit /etc/halt.local Add this content into that file: #!/bin/sh -e alsactl store exit 0 3.) Then cd to /etc/rc0.d and create a symlink with sudo ln -s /etc/halt.local K00halt.local 4.) And in /etc/rc.local you have to add this before the exit 0: alsactl restore Have fun... -- no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5) https://bugs.launchpad.net/bugs/318942 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
