On Sun, 9 Mar 2003, tod wrote:
> [EMAIL PROTECTED] alsa-driver-0.9.0rc7]#

Please use the latest version (0.9.0rc8d).

> ./configure --with-cards=usb-audio --with-cards=intel8x0
> --with-sequencer=yes;make;make install
> ...
> checking for which soundcards to compile driver for... intel8x0

The second --with-cards parameter overwrites the first one. Use
./configure --with-cards=usb-audio,intel8x0

> make[1]: Entering directory `/usr/src/alsa/alsa-driver-0.9.0rc7/acore'
> make[1]: *** No rule to make target
> `/lib/modules/2.4.18-3/build/include/linux/config.h', needed by
> `pcm.o'.  Stop.
> make[1]: Leaving directory `/usr/src/alsa/alsa-driver-0.9.0rc7/acore'
> make: *** [compile] Error 1
> ...

ALSA needs the kernel source (headers), with the correct configuration.
On RedHat, you have to install the kernel source package.


HTH
Clemens




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to