fedora14에서 realtek audio 드라이버를 설치하던 중에 문제가 발생합니다.

dltkddyd의 이미지

realtek 오디오 카드가 달린 컴퓨터에 realtek 오디오 드라이버를 설치하기 위해

./configure --with-cards=hda-intel

명령을 실행했는데 다음과 같은 메시지가 뜹니다.

checking for directory with kernel build ... /lib/modules/2.6.35.14-106.fc14.i686/build
checking for kernel linux/versoin.h ... no
The file /include/INCLUDE_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
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /lib/modules/2.6.35.14-106.fc14.i686.fc14.i686/source).

드라이버 설치 어떻게 해야 하나요? 설치된 커널 버전은 2.6.35.14-106.fc14.i686입니다.

hys545의 이미지

아마
kernel-source 설치되었는지 확인하고
없으묜
yum update kernel-source
해보세여

즐린