Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260039 - system reports that it fails to load snd modules.
Summary: system reports that it fails to load snd modules.
Status: RESOLVED DUPLICATE of bug 258930
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-23 18:32 UTC by Caleb Cushing
Modified: 2009-02-23 19:06 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 Caleb Cushing 2009-02-23 18:32:16 UTC
* Loading ALSA modules...                                     
*   Loading: kernelsnd-mixer-oss...                           
FATAL: Module kernelsnd_mixer_oss not found.                  
 [ !! ]                                                       
*   Loading: kernelsnd-pcm-oss...                             
FATAL: Module kernelsnd_pcm_oss not found.                    
 [ !! ]                                                       
*   Loading: kernelsnd-seq-oss...                             
FATAL: Module kernelsnd_seq_oss not found.                    
 [ !! ]                                                       
*   Loading: kernelsnd-seq...                                 
FATAL: Module kernelsnd_seq not found.                        
 [ !! ]                                                       
*   Loading: snd-emu10k1-synth...
 [ ok ]
*   Loading: snd-seq-midi...
 [ ok ]
 [ ok ]
* Restoring Mixer Levels...
 [ ok ]


this problem started with bug 258442 and was reported there but was not fixed with it. I'm not using parallel boot either. I don't think it's actually failing to load anything...

lsmod |grep snd
snd_seq_midi            7168  0
snd_emu10k1_synth       6784  0
snd_emux_synth         32704  1 snd_emu10k1_synth
snd_seq_virmidi         6336  1 snd_emux_synth
snd_seq_midi_event      7808  2 snd_seq_midi,snd_seq_virmidi
snd_seq_midi_emul       6336  1 snd_emux_synth
snd_seq                50256  5 snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_event,snd_seq_midi_emul
snd_emu10k1           137616  5 snd_emu10k1_synth
snd_rawmidi            22976  3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
snd_ac97_codec        113928  1 snd_emu10k1
ac97_bus                2304  1 snd_ac97_codec
snd_pcm                70728  3 snd_emu10k1,snd_ac97_codec
snd_seq_device          7764  6 snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq,snd_emu10k1,snd_rawmidi
snd_timer              21840  4 snd_seq,snd_emu10k1,snd_pcm
snd_page_alloc          9872  2 snd_emu10k1,snd_pcm
snd_util_mem            4992  2 snd_emux_synth,snd_emu10k1
snd_hwdep               8200  2 snd_emux_synth,snd_emu10k1
snd                    61752  16 snd_emux_synth,snd_seq_virmidi,snd_seq,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_pcm,snd_seq_device,snd_timer,snd_hwdep


Reproducible: Always
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-02-23 19:06:05 UTC

*** This bug has been marked as a duplicate of bug 258930 ***