[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Setting up sound - alsa config



On Wed, 2 Feb 2005 13:43:19 -0800 (PST), Punit Ahluwalia
<punit_a@yahoo.com> wrote:
> I have a 2.6.7 kernel running on a compaq presario laptop. The sound card driver support
> is built into kernel. Running alsa-conf complains no pci sound cards can be found. I am
> copying relevant parts of kernel-config, dmesg and lspci. Can someone point me to Sound
> configuration or simply tell what I am doing wrong. I did not enable OSS as thats how the
> kernel-help advises.
> 
> CONFIG_SOUND=y
> 
> #
> # Advanced Linux Sound Architecture
> #
> CONFIG_SND=y
> CONFIG_SND_TIMER=y
> CONFIG_SND_PCM=y
> CONFIG_SND_RAWMIDI=y
> # CONFIG_SND_SEQUENCER is not set
> # CONFIG_SND_MIXER_OSS is not set
> # CONFIG_SND_PCM_OSS is not set
> # CONFIG_SND_VERBOSE_PRINTK is not set
> # CONFIG_SND_DEBUG is not set
> 
> #
> # PCI devices
> #
> CONFIG_SND_AC97_CODEC=y
> CONFIG_SND_ALI5451=y
> 
I have a compaq presario laptop as well with the same ali5451 card.
You do not need any OSS modules, however I do have the ALSA - OSS
emulation modules checked in. Although I've heard it is convenient to
have them compiled as modules, mine are compiled static.
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_SEQUENCER_OSS=y

If you have hotplug or discover1 installed, you may need to blacklist
the OSS modules in their respective config files (On winbloze right
now, let me know if you need the exact file names) and comment out the
OSS modules if any in /etc/modules as well.
The volume by default might be muted, alsamixer works well. 
Here is my 2.6.10 config should you need it. http://gpoppy.org/config-2.6.10

Cheers,

Vin



Reply to: