> mine looks like this: > > CONFIG_SND=m > CONFIG_SND_TIMER=m > CONFIG_SND_PCM=m > CONFIG_SND_RAWMIDI=m > CONFIG_SND_SEQUENCER=m > # CONFIG_SND_SEQ_DUMMY is not set > CONFIG_SND_OSSEMUL=y > CONFIG_SND_MIXER_OSS=m > CONFIG_SND_PCM_OSS=m > # CONFIG_SND_SEQUENCER_OSS is not set > # CONFIG_SND_VERBOSE_PRINTK is not set > # CONFIG_SND_DEBUG is not set >
<snip> > What puzzles me now is when I try to run (from the web page > http://www.gentoo.org/doc/en/alsa-guide.xml#alsa-utilities) > 'emerge alsa-driver' I get this error message: > <snip> > * Determining the location of the kernel source code > * Found kernel source directory: > * /usr/src/linux > * Found sources for kernel version: > * 2.6.11-gentoo-r11 > * Checking for suitable kernel configuration options > * ALSA is already compiled into the kernel. > * Please check to make sure these options are set correctly. > * Once you have satisfied these options, please try merging > * this package again. > > !!! ERROR: media-sound/alsa-driver-1.0.8 failed. > !!! Function check_extra_config, Line 430, Exitcode 0 > !!! Incorrect kernel configuration options > !!! If you need support, post the topmost build error, NOT this status > message. > > > Now remember form above, everything under sound is a <m> module. > If you want to use the drivers provided by the alsa-driver ebuild, you need to disable alsa support in the kernel: Quoted from http://www.gentoo.org/doc/en/alsa-guide.xml "If you have compiled your kernel and want to use alsa-driver, please ensure the following before proceeding, else alsa-driver is likely to fail. The next code listing gives you one way of performing the checks. 1. CONFIG_SOUND is set. (Basic Sound support enabled) 2. CONFIG_SOUND_PRIME is not set. (In-built OSS support disabled) 3. CONFIG_SND is not set. (In-built ALSA support disabled) 4. /usr/src/linux points to the kernel you want ALSA working on." If you use the kernel ALSA support, even in module form, you cannot use the alsa-driver ebuild. HTH, Matt -- gentoo-user@gentoo.org mailing list