Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] My Continuing ALSA Woes
Date: Thu, 20 Oct 2005 14:33:26
Message-Id: 5bdc1c8b0510200724s2313960bl9e21d4daf477506a@mail.gmail.com
In Reply to: Re: [gentoo-user] My Continuing ALSA Woes by Michael Sullivan
1 On 10/20/05, Michael Sullivan <michael@××××××××××××.com> wrote:
2 > On Thu, 2005-10-20 at 06:11 -0700, Mark Knecht wrote:
3 > > On 10/20/05, Michael Sullivan <michael@××××××××××××.com> wrote:
4 > >
5 > > >
6 > > > I moved my .config to another location, ran 'make mrproper',
7 > > > moved .config back and ran the genkernel script and then rebooted and
8 > > > it's still giving me the error when I try to modprobe snd-hda-intel:
9 > > >
10 > > > camille ~ # modprobe snd-hda-intel
11 > > > WARNING: Error inserting snd_hda_codec
12 > > > (/lib/modules/2.6.13-gentoo-r3/kernel/sound/pci/hda/snd-hda-codec.ko):
13 > > > Unknown symbol in module, or unknown parameter (see dmesg)
14 > > > FATAL: Error inserting snd_hda_intel
15 > > > (/lib/modules/2.6.13-gentoo-r3/kernel/sound/pci/hda/snd-hda-intel.ko):
16 > > > Unknown symbol in module, or unknown parameter (see dmesg)
17 > > >
18 > > > What's next?
19 > > >
20 > >
21 > > Michael,
22 > > I have not followed this thread in depth. Sorry if I cover old
23 > > ground. Please give me a bit of info:
24 > >
25 > > uname -a
26 > > ls -al /usr/src
27 > > lspci
28 > > lsmod
29 > > cat /etc/modules.d/alsa
30 > >
31 > > Basically I'm concerned that the hardware you have and the modules
32 > > you are trying to load aren't matching up.
33 > >
34 > > As an FYI only, I've never managed to boot a completely working
35 > > kernel I created with genkernel. It just didn't work for me. I know
36 > > you're a bit worried about building a kernel by hand, but long term
37 > > it's really a good thing to learn.
38 > >
39 > > I'm around today and can help out.
40 > >
41 > > Cheers,
42 > > Mark
43 > >
44 >
45 > camille ~ # uname -a
46 > Linux camille 2.6.13-gentoo-r3 #1 SMP Thu Oct 20 08:22:11 CDT 2005 i686
47 > Intel(R) Celeron(R) CPU 2.66GHz GenuineIntel GNU/Linux
48
49 Possibly an SMP issue? Is this a dual Celeron system? Is there such a
50 thing as a Hper Threading Celeron?
51
52
53
54 > camille ~ # ls -al /usr/src
55
56
57 > lrwxrwxrwx 1 root root 22 Oct 18 12:27 linux ->
58 > linux-2.6.13-gentoo-r3
59 > drwxr-xr-x 19 root root 4096 Oct 20 08:35 linux-2.6.13-gentoo-r3
60
61 This is your only kernel. OK.
62
63
64 > camille ~ # lspci
65
66 > 0000:00:1b.0 Class 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
67 > Family) High Definition Audio Controller (rev 03)
68
69
70 > camille ~ # lsmod
71 > Module Size Used by
72 <SNIP>
73 > snd_pcm 52932 0
74 > snd_timer 15764 1 snd_pcm
75 > snd 31748 2 snd_pcm,snd_timer
76 > snd_page_alloc 5460 1 snd_pcm
77 <SNIP>
78
79 Clearly nothing close to enough stuff is loaded as modules. Either you
80 built it into the kernel or the modules weren't loaded. It's probably
81 the latter since it doesn't find your card.
82
83
84
85 > camille ~ # cat /etc/modules.d/alsa
86 > # Alsa 0.9.X kernel modules' configuration file.
87 > #
88 > $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 $
89 >
90 > # ALSA portion
91 > alias char-major-116 snd
92 > # OSS/Free portion
93 > alias char-major-14 soundcore
94 >
95 > ##
96 > ## IMPORTANT:
97 > ## You need to customise this section for your specific sound card(s)
98 > ## and then run `update-modules' command.
99 > ## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
100 > ##
101 > ## ALSA portion
102 > ## alias snd-card-0 snd-interwave
103 > alias snd-card-0 snd-hda-intel
104 > ## alias snd-card-1 snd-ens1371
105 > ## OSS/Free portion
106 > ## alias sound-slot-0 snd-card-0
107 > ## alias sound-slot-1 snd-card-1
108 > ##
109 >
110 > # OSS/Free portion - card #1
111 > alias sound-service-0-0 snd-mixer-oss
112 > alias sound-service-0-1 snd-seq-oss
113 > alias sound-service-0-3 snd-pcm-oss
114 > alias sound-service-0-8 snd-seq-oss
115 > alias sound-service-0-12 snd-pcm-oss
116 > ## OSS/Free portion - card #2
117 > ## alias sound-service-1-0 snd-mixer-oss
118 > ## alias sound-service-1-3 snd-pcm-oss
119 > ## alias sound-service-1-12 snd-pcm-oss
120 >
121 > alias /dev/mixer snd-mixer-oss
122 > alias /dev/dsp snd-pcm-oss
123 > alias /dev/midi snd-seq-oss
124 >
125 > # Set this to the correct number of cards.
126 > options snd cards_limit=1
127 > camille ~ #
128 >
129
130 This looks pretty reasonable.
131
132 Please provide the following info:
133
134 cat /proc/asound/version
135
136 slocate snd- | grep modules
137
138 cat /usr/src/linux/.config | grep SND
139
140 cat /etc/modprobe.conf
141
142 Good luck,
143 Mark
144
145 --
146 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] My Continuing ALSA Woes Michael Sullivan <michael@××××××××××××.com>