LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Audio Driver Configuration? [slackware] (https://www.linuxquestions.org/questions/linux-newbie-8/audio-driver-configuration-%5Bslackware%5D-484540/)

kthnx 09-18-2006 01:26 AM

Audio Driver Configuration? [slackware]
 
Basically, I have no idea how to configure my audio to work.

If it helps, my lspci said my audio/multimedia chipset is "Intell Corp. 82801CA AC'97 Audio Controller (rev 02)"

Something to do with the "ALSA Project" right?

I'm super confused. Help? What do I need to do, and how?

Thanks.

b0uncer 09-18-2006 02:05 AM

First of all make sure you've got the appropriate kernel module loaded (unless it's builtin):
Code:

lsmod | less
And see if you've got some stuff like "ac97" or "via-82xx" loaded. If not, try loading like this (you need to be root or use sudo):
Code:

modprobe snd-via82xx
You can see the available modules by (you need to be root or use sudo):
Code:

modprobe -l | grep snd | less
After this make sure your mixer levels are not set to zero (use any mixer app you like, alsamixer for example). If no sound is still coming out, check out your alsa or arts settings, whatever you use..

bathory 09-18-2006 02:17 AM

You can run
Code:

alsaconf
and see if it detects your sound card.

Boow 09-18-2006 12:35 PM

you can also goto alsa-project.org lookup your soundcard to see what modules you need loaded and howto set it up manually if alsaconf fails. is hotplug running that usually loads the need modules?


All times are GMT -5. The time now is 04:16 AM.