Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Setting up ALSA on a new computer
Date: Fri, 14 Oct 2005 02:18:56
Message-Id: 1129256094.6712.1.camel@camille.espersunited.com
In Reply to: Re: [gentoo-user] Setting up ALSA on a new computer by Joshua Schmidlkofer
1 On Thu, 2005-10-13 at 18:47 -0700, Joshua Schmidlkofer wrote:
2 >
3 > From the kernel menuconfig help for Intel HD Audio:
4 >
5 > so it's called 'snd-hda-intel' --- Have you been editting
6 > the /etc/modules.d/alsa? Then run modules-update?
7 >
8 > js
9 >
10 >
11 > Intel HD Audio ─────────────────────────────────────────────────┐
12 > │ CONFIG_SND_HDA_INTEL:
13 > │
14 > │
15 > │
16 > │ Say Y here to include support for Intel "High Definition
17 > │ Audio" (Azalia) motherboard devices.
18 > │
19 > │
20 > │
21 > │ To compile this driver as a module, choose M here: the module
22 > │
23 > │ will be called snd-hda-intel.
24 > │
25 > │
26 > │
27 > │ Symbol: SND_HDA_INTEL [=n]
28 > │
29 > │ Prompt: Intel HD Audio
30 > │
31 > │ Defined at sound/pci/Kconfig:530
32 > │
33 > │ Depends on: !M68K && SOUND!=n && PCI && SND
34 > │
35 > │ Location:
36 > │
37 > │ -> Device Drivers
38 > │
39 > │ -> Sound
40 > │
41 > │ -> Advanced Linux Sound Architecture
42 > │
43 > │ -> Advanced Linux Sound Architecture (SND [=m])
44 > │
45 > │ -> PCI devices
46 > │
47 > │ Selects: SND_PCM
48 > │
49 > │
50 > │
51 >
52 >
53 >
54 > On 10/13/05, Michael Sullivan <michael@××××××××××××.com> wrote:
55 > On Thu, 2005-10-13 at 18:05 -0700, Joshua Schmidlkofer wrote:
56 > > more specifically is now an "Intel HD Audio" at the very
57 > bottom of the
58 > > alsa PCI devices list
59 >
60 > I just checked my kernel configuration and I had that marked
61 > to be
62 > compiled as a module before I rebuilt my kernel last
63 > time. Now how do I
64 > use it?
65 >
66 > --
67 > gentoo-user@g.o mailing list
68 >
69 >
70
71 I ran the alsaconf script. It set up my /etc/modules.d/alsa file for
72 me:
73
74 camille ~ # cat /etc/modules.d/alsa
75 # Alsa 0.9.X kernel modules' configuration file.
76 #
77 $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 $
78
79 # ALSA portion
80 # OSS/Free portion
81
82 ##
83 ## IMPORTANT:
84 ## You need to customise this section for your specific sound card(s)
85 ## and then run `update-modules' command.
86 ## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
87 ##
88 ## ALSA portion
89 ## alias snd-card-0 snd-interwave
90 ## alias snd-card-1 snd-ens1371
91 ## OSS/Free portion
92 ## alias sound-slot-0 snd-card-0
93 ## alias sound-slot-1 snd-card-1
94 ##
95
96 # OSS/Free portion - card #1
97 ## OSS/Free portion - card #2
98 ## alias sound-service-1-0 snd-mixer-oss
99 ## alias sound-service-1-3 snd-pcm-oss
100 ## alias sound-service-1-12 snd-pcm-oss
101
102 alias /dev/mixer snd-mixer-oss
103 alias /dev/dsp snd-pcm-oss
104 alias /dev/midi snd-seq-oss
105
106 # Set this to the correct number of cards.
107 # --- BEGIN: Generated by ALSACONF, do not edit. ---
108 # --- ALSACONF version 1.0.9a ---
109 alias snd-card-0 snd-hda-intel
110 alias sound-slot-0 snd-hda-intel
111 # --- END: Generated by ALSACONF, do not edit. ---
112
113 I've restarted /etc/init.d/alsasound. It gives me the message about
114 unmuting my card, but every time I try to use alsamixer, I get this:
115
116 camille ~ # alsamixer
117
118 alsamixer: function snd_mixer_load failed: Invalid argument
119
120
121 What's it talking about and how can I fix it?
122
123 --
124 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Setting up ALSA on a new computer Nick Rout <nick@×××××××.nz>