: : 무슨무슨 사이트 가서..
: :
: : 파일을 다운 받아서..
: :
: : 압축을 풀고..
: :
: : ./configure라고 눌렀는데...
: :
: : # ./configure
: : checking~~~~~~~~~~~~yes
: : checking~~~~~~~~~~~~yes
: : checking~~~~~~~~~~~~yes
: : checking~~~~~~~~~~~~~~~yes
: : checking~~~~~~~~~~~~yes
: : checking~~~~~~~~~~~~~yes
: : checking~~~~~~~~~~~~yes
: : checking~~~~~~~~~~~~yes
: : checking~~~~~~~~~~~~~~~~~~~~~~~yes
: : checking~~~~~~~~~~~~yes
: : checking~~~~~~~~~~~~~~~yes
: : checking~~~~~~~~~~~~yes
: : checking~~~~~~~~~~~~~yes
: :
: : checking for kernel version... expr: syntax error
: : expr: syntax error
: : expr: syntax error
: : failed (probbly missing /usr/src/linux/include/linux/version.h)
: :
: : 이렇게 나오네여...
: :
: : 뭐가 문젠지...
: : 데비안 우디에...사운드카드는 ac97
:
:
: alsa드라이브를 설치 하시나 보군요...
: 커널 버젼 헤더가 없어서 그럽니다
: 커널소스가 /usr/src/linux에 있다면 /usr/src/linux로 가셔서 make dep이라고
: 한번만 치시면 헤더가 생성됩니다.
: 그런후에 alsa를 다시 컴파일 하시면 됩니다
그거 했는데여...
# make dep
make[1]: Entering directory '/root/alsa-driver-0.9.0bata3/kernel'
Makefile:8:../Makefile.conf: No such file or directory
make[1]: *** No rule to make target '../Makefile.conf'. Stop.
make[1]: Leaving directory '/root/alsa-driver-0.9.0beta3/kernel'
make: *** [dep] error1
이렇게 나오는데여...
제가 아는게 하나도 없어서...더 이상 진행을 못시키겠어여...