Results 1 to 2 of 2
Hey folks,
I have been having a hard time getting my onboard sound card to work. I have an Intel MOBO with built-in sound.
Code:
lspci -v | grep audio
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-19-2007 #1
ALSA + Intel 810 soundcard troubles
Hey folks,
I have been having a hard time getting my onboard sound card to work. I have an Intel MOBO with built-in sound.
I have compiled the kernel to include the modules and they are loadedCode:lspci -v | grep audio 00:1f.5 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio (rev 02)
When I run dmesg I get this, which I am not sure is my problem or not.Code:lsmod Module Size Used by snd_intel8x0 26012 0 snd_ac97_codec 84000 1 snd_intel8x0 ac97_bus 2048 1 snd_ac97_codec snd_pcm 57864 2 snd_intel8x0,snd_ac97_codec snd_timer 15492 1 snd_pcm snd 37732 4 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer snd_page_alloc 7176 2 snd_intel8x0,snd_pcm
I read somewhere that soundcore module is needed but that doesn't existCode:dmesg | grep 810 agpgart: Detected an Intel i810 E Chipset. Intel 810 + AC97 Audio, version 1.01, 10:55:15 May 12 2007 i810: Intel ICH 82801AA found at IO 0x1300 and 0x1200, MEM 0x0000 and 0x0000, IRQ 17 i810_audio: Audio Controller supports 2 channels. i810_audio: Defaulting to base 2 channel mode. i810_audio: Resetting connection 0 i810_audio: AC'97 codec 0 Unable to map surround DAC's (or DAC's not present), total channels = 2
I am part of the audio group, so I don't think this is the problem.......Any other ideas?Code:modinfo soundcore modinfo: could not find module soundcore
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 05-21-2007 #2
Solved
I needed to recompile the kernel with a few modules listed under ALSA driver.
Got it working though.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.


Reply With Quote
