LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   why do I not ahve sounds (https://www.linuxquestions.org/questions/linux-newbie-8/why-do-i-not-ahve-sounds-4175422943/)

grannieteri5656 08-19-2012 10:10 PM

why do I not ahve sounds
 
How do I get sounds to work on my PC

towheedm 08-19-2012 10:48 PM

To start off with, you need to be a bit more specific. There may be several reasons for no sound.
  1. Do you have a functional sound card and speakers installed? If yes, then:
  2. Do you have the drivers for your sound loaded? If yes, then:
  3. Is ALSA running?
  4. Are the volume controls on your sound applet turned up?
  5. What DE/distro are you using?
Please paste the output from these commands and use code tags so that it's easier to read.
Code:

lspci | grep -i sound
lsmod | grep -i snd


Ztcoracat 08-20-2012 12:59 AM

Open up your almixer and make sure that all of the buttons are raised up all the way.

I had to add myself to the audio group log out and log back in again.
If you still don't have sound after that open a terminal and type
Code:

alasamixer
And hit ENTER. After that the alasamixer will open with a dark background and you'll see all of the columns.
When I did it I went thru each column muted and than unmuted each column and raised each one up; the master, the PCM, the mic and etc.

After that I pressed the ESC key and saw the orginal command I put in the terminal. Just close the terminal and you should have sound.

This video helped me.....it should help you too-
http://www.youtube.com/watch?v=wWmXG-e6yzI


All times are GMT -5. The time now is 09:43 PM.