ALSA 컴파일하는중에 에러..
사운드 드라아비를 잡기위해서..
ALSA를 받아서 설치하려고 하는데..
아래와 같이.. 에러가 나네요..ㅠ.ㅠ
설명에 있는데로 따라했는데.. 안되는 이유가 뭘까요-_-;;
커널소스도 설치해놓았고..
./configure --with-kernel-/usr/src/linux-2.4
해서.. 소스디렉토리도 지정해줬구요..
snd-pnp.o가 없는게.. 문제인거 같은데..
해결방법아시는 분은 리플 부탁드립니다~
참.. 리눅스9를 깔았고.. 사운드카드는 ASUS P4P800메인보드내장 사운드인..
AD1985입니다.
--- 에러 메세지 ---
[root@localhost alsa-driver-0.9.6]# make install
rm -rf /lib/modules/2.4.20-8smp/kernel/sound
make[1]: 들어감 `/root/temp/Linux/alsa-driver-0.9.6/support' 디렉토리
make -C pnp modules_install
make[2]: 들어감 `/root/temp/Linux/alsa-driver-0.9.6/support/pnp' 디렉토리
mkdir -p /lib/modules/2.4.20-8smp/kernel/sound/support/pnp
cp snd-pnp.o /lib/modules/2.4.20-8smp/kernel/sound/support/pnp
cp: cannot stat `snd-pnp.o': 그런 파일이나 디렉토리가 없음
make[2]: *** [_modinst__] 오류 1
make[2]: 나감 `/root/temp/Linux/alsa-driver-0.9.6/support/pnp' 디렉토리
make[1]: *** [_modinst_pnp] 오류 2
make[1]: 나감 `/root/temp/Linux/alsa-driver-0.9.6/support' 디렉토리
make: *** [install-modules] 오류 1
[root@localhost alsa-driver-0.9.6]#
./configure --with-kernel=/usr/src/linux
./configure --with-kernel=/usr/src/linux-2.4 --with-cards=ice1712 --with-sequencer=yes;make;make install
제 경우입니다.
아무래도 사운드 카드 타입을 정해주지 않으셨네요.
댓글 달기