Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197927 - alsa-utils-1.0.15 fails to load 2nd module
Summary: alsa-utils-1.0.15 fails to load 2nd module
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo ALSA team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-03 07:59 UTC by Florian E.J. Fruth
Modified: 2009-08-13 14:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian E.J. Fruth 2007-11-03 07:59:52 UTC
Since the update of alsa-utils to version 1.0.15 it doesn't load the kernel module for the second "sound card". In my case the second "sound card" is the AC97 Modem driver:

00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03)

The Script fails with the following error:
 * Loading ALSA modules ...
 *   Loading: snd-card-0 ...          [ ok ]
 *   Loading: snd-card-1 ...
FATAL: Module snd_card_1 not found.   [ !! ]
 *   Loading: snd-seq-oss ...         [ ok ]
 *   Loading: snd-pcm-oss ...         [ ok ]
 * Restoring Mixer Levels ...         [ ok ]

The configfile (/etc/modules.d/alsa):
# Alsa kernel modules' configuration file.

# 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-intel8x0
alias snd-card-1 snd-intel8x0m
##  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=2


Reproducible: Always

Steps to Reproduce:
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2009-08-03 16:38:53 UTC
Is this still a problem with newer versions?