On 10/20/05, Michael Sullivan <[EMAIL PROTECTED]> wrote:
> On Thu, 2005-10-20 at 06:11 -0700, Mark Knecht wrote:
> > On 10/20/05, Michael Sullivan <[EMAIL PROTECTED]> wrote:
> >
> > >
> > > I moved my .config to another location, ran 'make mrproper',
> > > moved .config back and ran the genkernel script and then rebooted and
> > > it's still giving me the error when I try to modprobe snd-hda-intel:
> > >
> > > camille ~ # modprobe snd-hda-intel
> > > WARNING: Error inserting snd_hda_codec
> > > (/lib/modules/2.6.13-gentoo-r3/kernel/sound/pci/hda/snd-hda-codec.ko):
> > > Unknown symbol in module, or unknown parameter (see dmesg)
> > > FATAL: Error inserting snd_hda_intel
> > > (/lib/modules/2.6.13-gentoo-r3/kernel/sound/pci/hda/snd-hda-intel.ko):
> > > Unknown symbol in module, or unknown parameter (see dmesg)
> > >
> > > What's next?
> > >
> >
> > Michael,
> >    I have not followed this thread in depth. Sorry if I cover old
> > ground. Please give me a bit of info:
> >
> > uname -a
> > ls -al /usr/src
> > lspci
> > lsmod
> > cat /etc/modules.d/alsa
> >
> >    Basically I'm concerned that the hardware you have and the modules
> > you are trying to load aren't matching up.
> >
> >    As an FYI only, I've never managed to boot a completely working
> > kernel I created with genkernel. It just didn't work for me. I know
> > you're a bit worried about building a kernel by hand, but long term
> > it's really a good thing to learn.
> >
> >    I'm around today and can help out.
> >
> > Cheers,
> > Mark
> >
>
> camille ~ # uname -a
> Linux camille 2.6.13-gentoo-r3 #1 SMP Thu Oct 20 08:22:11 CDT 2005 i686
> Intel(R) Celeron(R) CPU 2.66GHz GenuineIntel GNU/Linux
Possibly an SMP issue? Is this a dual Celeron system? Is there such a
thing as a Hper Threading Celeron?



> camille ~ # ls -al /usr/src


> lrwxrwxrwx   1 root root   22 Oct 18 12:27 linux ->
> linux-2.6.13-gentoo-r3
> drwxr-xr-x  19 root root 4096 Oct 20 08:35 linux-2.6.13-gentoo-r3

This is your only kernel. OK.


> camille ~ # lspci

> 0000:00:1b.0 Class 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
> Family) High Definition Audio Controller (rev 03)


> camille ~ # lsmod
> Module                  Size  Used by
<SNIP>
> snd_pcm                52932  0
> snd_timer              15764  1 snd_pcm
> snd                    31748  2 snd_pcm,snd_timer
> snd_page_alloc          5460  1 snd_pcm
<SNIP>

Clearly nothing close to enough stuff is loaded as modules. Either you
built it into the kernel or the modules weren't loaded. It's probably
the latter since it doesn't find your card.



> 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
> alias char-major-116 snd
> # OSS/Free portion
> alias char-major-14 soundcore
>
> ##
> ## 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-0 snd-hda-intel
> ## 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
> alias sound-service-0-0 snd-mixer-oss
> alias sound-service-0-1 snd-seq-oss
> alias sound-service-0-3 snd-pcm-oss
> alias sound-service-0-8 snd-seq-oss
> alias sound-service-0-12 snd-pcm-oss
> ##  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.
> options snd cards_limit=1
> camille ~ #
>

This looks pretty reasonable.

Please provide the following info:

cat /proc/asound/version

slocate snd- | grep modules

cat /usr/src/linux/.config | grep SND

cat /etc/modprobe.conf

Good luck,
Mark

-- 
gentoo-user@gentoo.org mailing list

Reply via email to