I downloaded alsa-driver-0.9.5.tar.bz2

Then I did:

tar -xjf alsa-driver*.tar.bz2
cd alsa-driver-*
./configure --with-isapnp=no --with-cards=emu10k1 --with-sequencer=yes
make
sudo make install
sudo chmod 666 /dev/dsp* /dev/mixer* /dev/sequencer* /dev/midi*
cd ..

which was succesful.


Finally, I try to load the modules but get:

/usr/src/sound/alsa>modprobe snd-emu10k1
WARNING: Error inserting snd (/lib/modules/2.5.74-debug/kernel/sound/acore/snd.o): 
Invalid module format
WARNING: Error inserting snd_hwdep 
(/lib/modules/2.5.74-debug/kernel/sound/acore/snd-hwdep.o): Invalid module format
WARNING: Error inserting snd_util_mem 
(/lib/modules/2.5.74-debug/kernel/sound/synth/snd-util-mem.o): Invalid module format
WARNING: Error inserting snd_page_alloc 
(/lib/modules/2.5.74-debug/kernel/sound/acore/snd-page-alloc.o): Invalid module format
WARNING: Error inserting snd_ac97_codec 
(/lib/modules/2.5.74-debug/kernel/sound/pci/ac97/snd-ac97-codec.o): Invalid module 
format
WARNING: Error inserting snd_seq_device 
(/lib/modules/2.5.74-debug/kernel/sound/acore/seq/snd-seq-device.o): Invalid module 
format
WARNING: Error inserting snd_timer 
(/lib/modules/2.5.74-debug/kernel/sound/acore/snd-timer.o): Invalid module format
WARNING: Error inserting snd_pcm 
(/lib/modules/2.5.74-debug/kernel/sound/acore/snd-pcm.o): Invalid module format
WARNING: Error inserting snd_rawmidi 
(/lib/modules/2.5.74-debug/kernel/sound/acore/snd-rawmidi.o): Invalid module format
FATAL: Error inserting snd_emu10k1 
(/lib/modules/2.5.74-debug/kernel/sound/pci/emu10k1/snd-emu10k1.o): Invalid module 
format


Does 0.9.5 not work with 2.5 kernels?

Of course I could use the ALSA kernel modules of
the 2.5 kernel - but that gives me another problem:
Then /dev/controlC0 was being accessed, but didn't
exist.  I assumed that was because the alsa tar balls
that I downloaded (0.9.4) were newer then the kernel
modules in 2.5.74.

Can anyone give me a hint?

Or is it just that kernel 2.5.74 compiles and installs
the modules but didn't create the (new) device nodes
that are needed?

-- 
Carlo Wood <[EMAIL PROTECTED]>


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to