我已经装了内核,但在配置声卡时出现了以下信息---
.
checking for directory with kernel source... /lib/modules/2.4.18-14/build
checking for kernel version... The file /lib/modules/2.4.18-14/build/include/linux/version.h does not exist.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).
[root@localhost alsa-driver-0.9.0rc5]#
不知道为什么?
[quote:7af0726146="hello128"]我已经装了内核,但在配置声卡时出现了以下信息---
.
checking for directory with kernel source... /lib/modules/2.4.18-14/build
checking for kernel version... The file /lib/modules/2.4.18-14/build/include/linux/version.h does not exist.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).
[root@localhost alsa-driver-0.9.0rc5]#
不知道为什么?[/quote]
1) ls /usr/src, do u have linux-2.4.18-14? if not follow llc instruction to install kernel-source-xxx.rpm from cd.
2) ln /usr/src/linux-2.4.18-14 /usr/src/linux.
3) compile alsa again.