LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   My sound wont play?????? (https://www.linuxquestions.org/questions/linux-software-2/my-sound-wont-play-772480/)

sonicboomjack 11-30-2009 11:44 AM

My sound wont play??????
 
I have recently pulled out my old broken xp computer and fixed it up with Linux mint 8:D. The installation went fine and even fixed my old "missing sound driver" problem that i had on the xp.

But i came back the next day to find that my sound was no longer working:banghead:. Ive double checked that it wasn't the speakers and am pretty sure its the old driver problem again.

Could someone lend some assistance please!!!! and for the record im not that great on technical jargon. :scratch: Thanks


:newbie:

business_kid 11-30-2009 12:44 PM

The basics. Grab a root terminal.
#alsamixer - unmute everything & exit
#alsactl store

Try the sound. If still no joy, post output of
lspci |grep Audio (or sound or whatever)
lsmod |grep snd

sonicboomjack 11-30-2009 01:31 PM

Quote:

Originally Posted by business_kid (Post 3774643)
The basics. Grab a root terminal.
#alsamixer - unmute everything & exit
#alsactl store

Try the sound. If still no joy, post output of
lspci |grep Audio (or sound or whatever)
lsmod |grep snd

sorry not sure i follow. not great on technical jargon. Whats a root terminal and the rest for that matter. lol thanks

business_kid 12-01-2009 05:25 AM

Not much to follow. root is the boss; Either log in as 'root' with your password for root, use 'su' as in
$ su
password: (It will ask this)
#
It prints the $ or the #; $ is a luser, # is root.

or use sudo <command>. Just try these 2 commands:

alsamixer
Set everything, exit, and run
alsactl store


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