LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Puppy problems (https://www.linuxquestions.org/questions/linux-newbie-8/puppy-problems-492856/)

hendoc 10-16-2006 11:15 AM

Puppy problems
 
Puppy Linux is installed and running well( VERY fast), but there is no sound. The sound card wizard tells me that everything is fine. I'm out of my league as a newbie.

b0uncer 10-16-2006 11:19 AM

1) make sure mixer levels aren't at zero (use your favourite mixer app)
2) make sure your soundcard's kernel module is loaded:
Code:

lsmod
i.e. if you have an AC'97 soundcard, a module that is named that way ought to be in the list. If you don't see such a module, it's possible the module is built into the kernel. And if you're still unsure, try
Code:

modprobe -l | grep snd
(or sound instead of snd), and see if there's something interesting in the list: load it using modprobe, if needed.

If you start playing a song in a player app, for example, does it start playing but no sound comes out (refers to something like mixer levels), or do you get an error or no action on play button at all (refers to sound card module/device problem)?


All times are GMT -5. The time now is 10:15 AM.