On Thu, 2005-10-13 at 18:47 -0700, Joshua Schmidlkofer wrote: > > From the kernel menuconfig help for Intel HD Audio: > > so it's called 'snd-hda-intel' --- Have you been editting > the /etc/modules.d/alsa? Then run modules-update? > > js > > > Intel HD Audio ─────────────────────────────────────────────────┐ > │ CONFIG_SND_HDA_INTEL: > │ > │ > │ > │ Say Y here to include support for Intel "High Definition > │ Audio" (Azalia) motherboard devices. > │ > │ > │ > │ To compile this driver as a module, choose M here: the module > │ > │ will be called snd-hda-intel. > │ > │ > │ > │ Symbol: SND_HDA_INTEL [=n] > │ > │ Prompt: Intel HD Audio > │ > │ Defined at sound/pci/Kconfig:530 > │ > │ Depends on: !M68K && SOUND!=n && PCI && SND > │ > │ Location: > │ > │ -> Device Drivers > │ > │ -> Sound > │ > │ -> Advanced Linux Sound Architecture > │ > │ -> Advanced Linux Sound Architecture (SND [=m]) > │ > │ -> PCI devices > │ > │ Selects: SND_PCM > │ > │ > │ > > > > On 10/13/05, Michael Sullivan <[EMAIL PROTECTED]> wrote: > On Thu, 2005-10-13 at 18:05 -0700, Joshua Schmidlkofer wrote: > > more specifically is now an "Intel HD Audio" at the very > bottom of the > > alsa PCI devices list > > I just checked my kernel configuration and I had that marked > to be > compiled as a module before I rebuilt my kernel last > time. Now how do I > use it? > > -- > gentoo-user@gentoo.org mailing list > >
I ran the alsaconf script. It set up my /etc/modules.d/alsa file for me: camille ~ # cat /etc/modules.d/alsa # Alsa 0.9.X kernel modules' configuration file. # $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.4 2004/11/16 01:31:22 eradicator Exp $ # ALSA portion # OSS/Free portion ## ## IMPORTANT: ## You need to customise this section for your specific sound card(s) ## and then run `update-modules' command. ## Read alsa-driver's INSTALL file in /usr/share/doc for more info. ## ## ALSA portion ## alias snd-card-0 snd-interwave ## alias snd-card-1 snd-ens1371 ## OSS/Free portion ## alias sound-slot-0 snd-card-0 ## alias sound-slot-1 snd-card-1 ## # OSS/Free portion - card #1 ## OSS/Free portion - card #2 ## alias sound-service-1-0 snd-mixer-oss ## alias sound-service-1-3 snd-pcm-oss ## alias sound-service-1-12 snd-pcm-oss alias /dev/mixer snd-mixer-oss alias /dev/dsp snd-pcm-oss alias /dev/midi snd-seq-oss # Set this to the correct number of cards. # --- BEGIN: Generated by ALSACONF, do not edit. --- # --- ALSACONF version 1.0.9a --- alias snd-card-0 snd-hda-intel alias sound-slot-0 snd-hda-intel # --- END: Generated by ALSACONF, do not edit. --- I've restarted /etc/init.d/alsasound. It gives me the message about unmuting my card, but every time I try to use alsamixer, I get this: camille ~ # alsamixer alsamixer: function snd_mixer_load failed: Invalid argument What's it talking about and how can I fix it? -- gentoo-user@gentoo.org mailing list