Must issue sudo alsa force-reload on reboot (Ubuntu)

I have a problem, I have got sound working...

But only when I issue the Code:

sudo alsa force-reload

It will when play the sound that was queued to play, like the login sound.

Everytime when I restart, I have to do Code:

sudo alsa force-reload 

in order for sound to work.

 

Solution :

	sudo gedit /etc/default/acpi-support
	# Add modules to this list to have them removed before suspend and reloaded
# on resume. An example would be MODULES="em8300 yenta_socket"
#
# Note that network cards and USB controllers will automatically be unloaded
# unless they're listed in MODULES_WHITELIST
MODULES="soundcore"
Comments