Evandro Fernandes Giovanini wrote:
> 
> alsa requires the use of kernel-headers version 2.2.16-22 in order to compile
> for that kernel. i changed the version.h file to tell alsa it was 2.2.16-22
> (when it was 2.4.0, as in RH7) but then compilation failed.
> 
> can someone tell me if rebuilding the kernel-2.2.16-22.src.rpm package
> creates a kernel-headers-2.2.16-22

Install the kernel-source package.
in /usr/src/linux, copy the correct config
from configs/* to .config
make mrproper
make oldconfig
make dep
make bzImage
make modules

edit the ALSA Make file to
use /usr/src/linux/include/linux
and /usr/src/linux/include/asm
so the correct headers are used.

        -Thomas



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to