On Mon, 14 Jan 2002 23:55:18 -0500
Emre Tezel <<EMAIL: PROTECTED>> wrote:

> Hi Everyone,
> > I am trying to get alsa 0.9.0beta10 working. I compiled and installed 
> all the tar balls. I modified my modules.conf and even did a ldconfig. 
> But I get an error message whenever I tried to load the drivers.
> > [root@hori misc]# /sbin/modprobe snd-card-emu10k1
> /lib/modules/2.4.7-10/misc/snd-card-emu10k1.o: init_module: No such
> device
> Hint: insmod errors can be caused by incorrect module parameters, 
> including invalid IO or IRQ parameters


I was experiencing the exact same problem and could not find
a solution.  The emu10k1 module would compile, but it would
not load.

I am using alsa-0.9.0beta10 with Linux 2.4.17 kernel.

However, after unsetting my CFLAGS variable, the problem
vanished.

Because I do a lot of compiling, I usually set my CFLAGS variable
to the following value:

CFLAGS = -O2 -march=i686 -fomit-frame-pointer -fno-strict-aliasing \
-malign-double

For some reason, the emu10k1 modules will not load when compiled
with these options.

Unsetting the CFLAGS variable and compiling using the ALSA default
options allows the emu10k1 module to properly load.

Try unsetting any CFLAGS environmental variable and recompiling
the emu10k1.

Larry Andrew Piet
Detroit, Michigan
USA



_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to