Re: [Alsa-user] compile fails with kernel 2.4.24

2004-01-15 Thread Eric Dantan Rzewnicki
In "Loadable module support --->" 2nd from the top in menuconfig -Eric Rz. James Colannino wrote: > > Arne Jacobsen wrote: > > >Hi James, > > > >I am also using a 2.4.24 kernel and I have a modversions.h header. > >I think you have to enable the kernel option CONFIG_MODVERSIONS > >to get this

[Alsa-user] compile fails with kernel 2.4.24, patch ck1

2004-01-15 Thread Robert Hannebauer
Hello, i've tried to compile alsa 1.1 with linux kernel 2.4.24, patch ck1 (O(1) Scheduler) and it fails with: make[2]: Entering directory `/usr/src/packages/alsa/1.1/alsa-lib-1.0.1/src/control' source='cards.c' object='cards.lo' libtool=yes \ depfile='.deps/cards.Plo' tmpdepfile='.deps/cards.TP

Re: [Alsa-user] compile fails with kernel 2.4.24

2004-01-15 Thread James Colannino
Arne Jacobsen wrote: Hi James, I am also using a 2.4.24 kernel and I have a modversions.h header. I think you have to enable the kernel option CONFIG_MODVERSIONS to get this file. Regards, Arne Hmm...where would I find this under 'make menuconfig'? I can enable it in .config, but I'd like to k

Re: [Alsa-user] compile fails with kernel 2.4.24

2004-01-15 Thread Arne Jacobsen
Hi James, I am also using a 2.4.24 kernel and I have a modversions.h header. I think you have to enable the kernel option CONFIG_MODVERSIONS to get this file. Regards, Arne > Hey everyone. Alsa always fails to compile with kernel version 2.4.24 > because it does not contain a header called mod

[Alsa-user] compile fails with kernel 2.4.24

2004-01-15 Thread James Colannino
Hey everyone. Alsa always fails to compile with kernel version 2.4.24 because it does not contain a header called modversions.h. I have no idea what to do :( Earlier versions of the kernel don't work on my laptop so I'm stuck :( If anyone has any idea what could be done, please help. Thank