este.el.paz wrote:If these cmds don't show the module you will have to load it:/quote]
@pgmer6809:
Quick question, trying to avoid making more of a problem if I can; I can't get connected in LM so I can't copy/paste all the results here. I ran the "lsmod | grep snd" and the "soundcore" and "snd" showed at least 13 modules with "snd" in it . . . but "soundcore" showed just one, "soundcore 15091 1 snd" . . . so there appear to be modules loaded?? So, I wasn't sure if I should run the "modprobe" command??? or it would be OK to do that even if the modules are already loaded???
e.e.p.
Yes that is what you should be seeing. there is only one soundcore module, and in debian (which is the basis for MINT) it has an alias of snd.
the other snd modules are like one per 'feature' of your sound card. i.e. the analog speakers will have a module, the digital ones will have one and so on.
So it looks like your modules are loaded.
That being the case I don't know why you don't see anything when you enter the control panel from the mint menu.
I wish I knew how to include images in this note, i could give you a screenshot....
Quick Question: What application are you using that will not give you sound?
If it is flash or a web browser thing, the problem may be with the plug-ins. But if something like aplay wont play that is a real sound issue.
however you can still try the alsa utilities.
try
- Code: Select all
aplay -l
and
- Code: Select all
aplay -L
if those look OK, the next step is to try alsamixer.
alsamixer will allow you to set the volume levels for the various sound card outputs.
once you have done that you can try to test the speakers manually with the speaker-test cmd (see other thread) and also play a wav file manually.