I’m puzzling over the entry “dummy”. I did a search on the alsa web site and ended up with these hits
so clearly there is a driver for some Matrix device.
I looked at the mixer settings:
!!Amixer output
!!-------------
!!-------Mixer controls for card 0 [Dummy]
Card hw:0 ‘Dummy’/‘Dummy 1’
Mixer name : ‘Dummy Mixer’
Simple mixer control ‘Master’,0
Capabilities: volume cswitch
Front Left: 96 [97%] -1.20dB] Capture** [off]**
Front Right: 96 [97%] -1.20dB] Capture** [off]**
Simple mixer control ‘Synth’,0
Capabilities: volume cswitch
Front Left: 100 [100%] [0.00dB] Capture [off]
Front Right: 100 [100%] [0.00dB] Capture [off]
Simple mixer control ‘Line’,0
Capabilities: volume cswitch
Front Left: 0 [33%] -30.00dB] Capture [off]
Front Right: 0 [33%] -30.00dB] Capture [off]
Simple mixer control ‘CD’,0
Capabilities: volume cswitch
Front Left: 84 [89%] -4.80dB] Capture [off]
Front Right: 84 [89%] -4.80dB] Capture [off]
Simple mixer control ‘Mic’,0
Capabilities: volume cswitch
Front Left: -50 [0%] -45.00dB] Capture [off]
Front Right: -50 [0%] -45.00dB] Capture [off]What happens if you unmute the Master volume/capture control ?
Note, when testing if you have sound, please copy and paste the following speaker-test into a Gnome terminal or a kde konsole:
speaker-test -Dplug:front -c2 -l5 -twav
Note Linux is case sensitive, and “D” is not the same as “d”. To stop the above test, while the konsole/xterm has the mouse focus, press <CTRL><C> on the keyboard. Note you should check your mixer settings (kmix if using KDE, and alsamixer if using Gnome) to ensure that PCM and Master Volume are set around 95%. Once you have basic sound established you can back off to lower volume levels. Note the test for surround sound is different.
If that test yields errors (and its not uncommon to get errors there), try instead this more simple test: speaker-test -c2 -l5 -twavYou should hear a female voice saying ‘FRONT LEFT’, ‘FRONT RIGHT’ five times. Its quite common that one of those speaker tests will work and one will NOT work, so don’t be distressed if that is the case. IF that test gives sound, stop now, post that the sound test gives sound, and we will look at other possible causes for your applications not giving you the sound you want (such as missing codecs, using the wrong packaged version … etc … ).
Or alternatively, for testing the simple playback, use aplay program. Prepare a WAV file (which I arbitrarily called “somefile.wav” and simply run like:
aplay -vv somefile.wav
With the option -vv, aplay shows the verbose information of the PCM device, and a VU-peak meter during playing the file.
Try those speaker-tests as both a regular user, and also with root permissions. If you have a headset, try with your headset plugged in, and also with your headset not plugged in (for speakers).