View previous topic :: View next topic |
Author |
Message |
digitalsy Tux's lil' helper
Joined: 29 Apr 2003 Posts: 107 Location: North Bend, WA
|
Posted: Sat Nov 08, 2003 8:54 pm Post subject: FATAL: Module snd_emu10k1 already in kernel [solved] |
|
|
I have a 2.6 kernel and I had everything with alsa setup *PERFECTLY* and I went to recompile my same kernel just to add support for my onboard promise ata/raid chip and upon reboot I get the following
Code: |
* Loading ALSA drivers...
* Loading: snd-mixer-oss
* Loading: snd-pcm-oss
* Loading: snd-seq-oss
* Loading: snd_emu10k1
FATAL: Module snd_emu10k1 already in kernel.
* Loading: snd-emu10k1-synth
FATAL: Module snd_emu10k1_synth already in kernel.
* Loading: snd-seq-midi
FATAL: Module snd_seq_midi already in kernel.
* Loading: snd-seq-oss
FATAL: Module snd_seq_oss already in kernel.
|
The modules are not compiled into the kernel, they are *MODULES* which the alsasound script takes care of, so how are they being loaded before the alsasound script can be executed, giving this error?
Please help?
-digi _________________ Always remember you are unique...just like everybody else.
Life sucks, get a helmet
Last edited by digitalsy on Sun Nov 09, 2003 5:04 am; edited 1 time in total |
|
Back to top |
|
|
digitalsy Tux's lil' helper
Joined: 29 Apr 2003 Posts: 107 Location: North Bend, WA
|
Posted: Sat Nov 08, 2003 8:57 pm Post subject: |
|
|
Here is my /etc/modules.d/alsa file for reference
Code: |
cat /etc/modules.d/alsa
# Alsa 0.9.X kernel modules' configuration file.
# $Header: /home/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.co
nf-rc,v 1.1 2003/08/05 21:07:55 johnm 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-emu10k1
## 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
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
|
_________________ Always remember you are unique...just like everybody else.
Life sucks, get a helmet |
|
Back to top |
|
|
digitalsy Tux's lil' helper
Joined: 29 Apr 2003 Posts: 107 Location: North Bend, WA
|
Posted: Sat Nov 08, 2003 9:32 pm Post subject: [solved] FATAL: Module snd_emu10k1 already in kernel |
|
|
I found an alsasound script fix at https://bugs.gentoo.org/show_bug.cgi?id=32045
put this script in /etc/init.d/ and do chmod +rx /etc/init.d/alsasound
reboot and everything loads without errors and sound works!
-digi _________________ Always remember you are unique...just like everybody else.
Life sucks, get a helmet |
|
Back to top |
|
|
sibov Tux's lil' helper
Joined: 09 Feb 2004 Posts: 147 Location: Germany
|
Posted: Tue Mar 29, 2005 10:43 pm Post subject: Re: [solved] FATAL: Module snd_emu10k1 already in kernel |
|
|
digitalsy wrote: | I found an alsasound script fix at https://bugs.gentoo.org/show_bug.cgi?id=32045
put this script in /etc/init.d/ and do chmod +rx /etc/init.d/alsasound
reboot and everything loads without errors and sound works!
-digi |
Many ThanX, you are a hero!
Gentoo forum is really great! _________________ Gentoo 2.6.17-gentoo-r5 with dmraid Raid0 Dualboot
AMD64 X2 3800+, 4x512MB DDR PC3200Pro Corsair Geforce EN6600GT silencer @ 256MB
4x250GB SATAII Samsung SP120, Asus A8N Premium, Plextor PX712SA DVDRW
Logitech Dinovo, SB Audigy4 |
|
Back to top |
|
|
|