Hi,

I have spent the past day or so compiling and re-compiling a kernel to
try to get everything working right. My original reason was to be able
to activate dma. Fortunately DMA now works correctly. Now I have a new
problem - sound doesn't work. I am sure that I have the correct
choices selected for sound within "make menuconfig". I have tried
compiling the sound as a module and as a built in, and in neither case
does it work.

dmsg spits out a strange bunch of errors about sound. I checked in
/var/log/syslog and the file is ENORMOUS - there are tons of sound
errors. I will post a small sample below (it really does go on, and
on, and on...) I don't understand what has gone wrong. I did

%make clean && make bzImage && make modules && make modules_install

and other built-ins or modules seem to have been installed properly.
Any ideas what is going on with my sound?

Craig

--------- dmsg AND /var/log/syslog sample: ------------
Dec  31 14:32:09 gatito modprobe: FATAL: Error inserting snd_pcm
(/lib/modules/2.6.14/updates/alsa/acore/snd-pcm.ko): Invalid module
format
Dec  31 14:32:09 gatito modprobe: WARNING: Error running install
command for snd_pcm
Dec  31 14:32:09 gatito modprobe: WARNING: Error inserting
snd_ac97_bus (/lib/modules/2.6.14/updates/alsa/pci/ac97/snd-ac97-bus.ko):
Invalid module format
Dec  31 14:32:09 gatito modprobe: WARNING: Error inserting
snd_ac97_codec (/lib/modules/2.6.14/updates/alsa/pci/ac97/snd-
ac97-codec.ko): Invalid module format
Dec  31 14:32:09 gatito kernel: snd_ac97_bus: version magic '2.6.14
SMP gcc-4.0' should be '2.6.14 gcc-4.0'
Dec  31 14:32:09 gatito kernel: snd_ac97_codec: version magic '2.6.14
SMP gcc-4.0' should be '2.6.14 gcc-4.0'
Dec  31 14:32:09 gatito kernel: snd: version magic '2.6.14 SMP
gcc-4.0' should be '2.6.14 gcc-4.0'
Dec  31 14:32:09 gatito modprobe: FATAL: Error inserting snd
(/lib/modules/2.6.14/updates/alsa/acore/snd.ko): Invalid module format
Dec  31 14:32:09 gatito modprobe: WARNING: Error running install command for snd
Dec  31 14:32:09 gatito kernel: snd_seq_device: version magic '2.6.14
SMP gcc-4.0' should be '2.6.14 gcc-4.0'
Dec  31 14:32:09 gatito modprobe: WARNING: Error inserting
snd_seq_device (/lib/modules/2.6.14/updates/alsa/acore/seq/snd-
seq-device.ko): Invalid module format
Dec  31 14:32:09 gatito kernel: snd_rawmidi: version magic '2.6.14 SMP
gcc-4.0' should be '2.6.14 gcc-4.0'
Dec  31 14:32:09 gatito modprobe: WARNING: Error inserting snd_rawmidi
(/lib/modules/2.6.14/updates/alsa/acore/snd- rawmidi.ko): Invalid
module format
Dec  31 14:32:09 gatito kernel: snd_mpu401_uart: version magic '2.6.14
SMP gcc-4.0' should be '2.6.14 gcc-4.0'
Dec  31 14:32:09 gatito modprobe: WARNING: Error inserting
snd_mpu401_uart (/lib/modules/2.6.14/updates/alsa/drivers/mpu401/snd-
mpu401-uart.ko): Invalid module format
Dec  31 14:32:09 gatito kernel: snd_page_alloc: version magic '2.6.14
SMP gcc-4.0' should be '2.6.14 gcc-4.0'
Dec  31 14:32:09 gatito modprobe: WARNING: Error inserting
snd_page_alloc (/lib/modules/2.6.14/updates/alsa/acore/snd-
page-alloc.ko): Invalid module format

Reply via email to