Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80714 - alsa doesn't want load modules
Summary: alsa doesn't want load modules
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-04 06:37 UTC by baso
Modified: 2005-02-07 00:18 UTC (History)
1 user (show)

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 baso 2005-02-04 06:37:47 UTC
/etc/init.d/alsasound restart
 * WARNING:  you are stopping a boot service.
 * ALSA is not loaded
 * Loading ALSA modules ...
 *   Loading: snd-card-0 ...
WARNING: Error inserting snd (/lib/modules/2.6.9-nitro4/kernel/sound/acore/snd.ko): Invalid module format
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.9-nitro4/kernel/sound/acore/seq/snd-seq-device.ko): Invalid module format
WARNING: Error inserting snd_rawmidi (/lib/modules/2.6.9-nitro4/kernel/sound/acore/snd-rawmidi.ko): Invalid module format
WARNING: Error inserting snd_mpu401_uart (/lib/modules/2.6.9-nitro4/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko): Invalid module format
WARNING: Error inserting snd_page_alloc (/lib/modules/2.6.9-nitro4/kernel/sound/acore/snd-page-alloc.ko): Invalid module format
WARNING: Error inserting snd_timer (/lib/modules/2.6.9-nitro4/kernel/sound/acore/snd-timer.ko): Invalid module format
WARNING: Error inserting snd_pcm (/lib/modules/2.6.9-nitro4/kernel/sound/acore/snd-pcm.ko): Invalid module formatWARNING: Error inserting snd_ac97_codec (/lib/modules/2.6.9-nitro4/kernel/sound/pci/ac97/snd-ac97-codec.ko): Invalid module format
FATAL: Error inserting snd_via82xx (/lib/modules/2.6.9-nitro4/kernel/sound/pci/snd-via82xx.ko): Invalid module format                                                                                                       [ !! ] *   Loading: snd-seq-oss ...
WARNING: Error inserting snd (/lib/modules/2.6.9-nitro4/kernel/sound/acore/snd.ko): Invalid module format
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.9-nitro4/kernel/sound/acore/seq/snd-seq-device.ko): Invalid module format
WARNING: Error inserting snd_timer (/lib/modules/2.6.9-nitro4/kernel/sound/acore/snd-timer.ko): Invalid module format
WARNING: Error inserting snd_seq (/lib/modules/2.6.9-nitro4/kernel/sound/acore/seq/snd-seq.ko): Invalid module format
WARNING: Error inserting snd_seq_midi_event (/lib/modules/2.6.9-nitro4/kernel/sound/acore/seq/snd-seq-midi-event.ko): Invalid module format
FATAL: Error inserting snd_seq_oss (/lib/modules/2.6.9-nitro4/kernel/sound/acore/seq/oss/snd-seq-oss.ko): Invalid module format                                                                                             [ !! ] *   Loading: snd-pcm-oss ...
WARNING: Error inserting snd (/lib/modules/2.6.9-nitro4/kernel/sound/acore/snd.ko): Invalid module format
WARNING: Error inserting snd_mixer_oss (/lib/modules/2.6.9-nitro4/kernel/sound/acore/oss/snd-mixer-oss.ko): Invalid module format
WARNING: Error inserting snd_page_alloc (/lib/modules/2.6.9-nitro4/kernel/sound/acore/snd-page-alloc.ko): Invalid module format
WARNING: Error inserting snd_timer (/lib/modules/2.6.9-nitro4/kernel/sound/acore/snd-timer.ko): Invalid module format
WARNING: Error inserting snd_pcm (/lib/modules/2.6.9-nitro4/kernel/sound/acore/snd-pcm.ko): Invalid module formatFATAL: Error inserting snd_pcm_oss (/lib/modules/2.6.9-nitro4/kernel/sound/acore/oss/snd-pcm-oss.ko): Invalid module format                                                                                                 [ !! ] *   Loading: snd-mixer-oss ...
WARNING: Error inserting snd (/lib/modules/2.6.9-nitro4/kernel/sound/acore/snd.ko): Invalid module format
FATAL: Error inserting snd_mixer_oss (/lib/modules/2.6.9-nitro4/kernel/sound/acore/oss/snd-mixer-oss.ko): Invalid module format                                                                                             [ !! ] *   Loading: snd-seq ...
WARNING: Error inserting snd (/lib/modules/2.6.9-nitro4/kernel/sound/acore/snd.ko): Invalid module format
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.9-nitro4/kernel/sound/acore/seq/snd-seq-device.ko): Invalid module format
WARNING: Error inserting snd_timer (/lib/modules/2.6.9-nitro4/kernel/sound/acore/snd-timer.ko): Invalid module format
FATAL: Error inserting snd_seq (/lib/modules/2.6.9-nitro4/kernel/sound/acore/seq/snd-seq.ko): Invalid module format                                                                                                         [ !! ] * ERROR: Failed to load necessary drivers                                                                 [ ok ] * Restoring Mixer Levels ...
cat: /proc/asound/cards: No such file or directory                                                         [ ok ]

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Peter Johanson (RETIRED) gentoo-dev 2005-02-04 09:15:56 UTC
Check dmesg, probably you compiled your kernel with some gcc version, and your alsa modules with some other gcc version. dmesg will show you the excepted version info, and the one it found instead.
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2005-02-07 00:18:27 UTC
closing due to lack of response... please reopen if you still have problems.