What I recommended was a "That may or may not fix your problem, but it is an easy try."
However, are you sure it didn't work, or that your problem was real to begin with? Perhaps your sound volume controls were just turned down, or turned off.
To find out open a Konsole and type:
sudo alsamixer
enter your password and then hit the Enter Key.
If your console isn't wide or tall enough drag a corner to make it bigger.
Here's my alsamixer display:
Use F6 to choose the sound card. Hopefully you will see yours listed. If you don't then there is no need continuing. Close the Konsole.
If your card does show then use the up or down arrow to select it and press the Enter key.
If you hit F5 it will re-size the gui to show most controls. Use your left and right arrows to navigate between controls. Up and down arrows to turn slide controls up or down.
If you see <MM> below a control that means that it is not turned on. With it selected press the M key to toggle it on. (M also toggles an on control to the off position.)
When you have the settings the way you want them then hit the ESC key. That takes you back to the Konsole command prompt. Now, enter the following command BEFORE you close the Konsole:
sudo alsactl store
which will save your settings. You can restore them the next time you boot up by entering
sudo alsactl restore in a Konsole. Or, you can put alsactl restore on a line by itself at the botton of the /etc/profile script. Because /etc/profile is owned by root you must edit it as root using the method Snowhog described above.
However, are you sure it didn't work, or that your problem was real to begin with? Perhaps your sound volume controls were just turned down, or turned off.
To find out open a Konsole and type:
sudo alsamixer
enter your password and then hit the Enter Key.
If your console isn't wide or tall enough drag a corner to make it bigger.
Here's my alsamixer display:
Use F6 to choose the sound card. Hopefully you will see yours listed. If you don't then there is no need continuing. Close the Konsole.
If your card does show then use the up or down arrow to select it and press the Enter key.
If you hit F5 it will re-size the gui to show most controls. Use your left and right arrows to navigate between controls. Up and down arrows to turn slide controls up or down.
If you see <MM> below a control that means that it is not turned on. With it selected press the M key to toggle it on. (M also toggles an on control to the off position.)
When you have the settings the way you want them then hit the ESC key. That takes you back to the Konsole command prompt. Now, enter the following command BEFORE you close the Konsole:
sudo alsactl store
which will save your settings. You can restore them the next time you boot up by entering
sudo alsactl restore in a Konsole. Or, you can put alsactl restore on a line by itself at the botton of the /etc/profile script. Because /etc/profile is owned by root you must edit it as root using the method Snowhog described above.
Comment