거기 안에 보면 doc 라고 해서 readme 가 있거든요...
전 그거 보고 설치해서 성공했는데..
다시한번 해보세요..
밑에는 영어 별로 안어려우니까..
보고 한번 해보세요.
Installation
------------
1. As root type:
make install
2. Add a new reference to the driver in /etc/conf.modules:
alias sound emu10k1
3. Play some sound. The module should be auto-loaded.
If this doesn't work:
1. Determine your kernel sound modules installation location,
usually /lib/modules/2.x.y/misc
2. Copy the driver to that location:
cp emu10k1.o emu10k1-joy.o /lib/modules/2.x.y/misc
3. Unload all existing soundcard drivers, including soundcore
4. Remove all old soundcard references from /etc/conf.modules
5. Add a new reference to the driver in /etc/conf.modules:
alias sound emu10k1
or
alias char-major-14 emu10k1
6. Generate module dependencies:
depmod -a
7. Load the driver:
modprobe emu10k1
Note for Debians' users: use /etc/modutils directory,
create file emu10k1 here with the same content as is suggested in
the paragraph (5.) and run update-modules afterwards - this
will create the correct /etc/modules.conf file)
: 커널 2.2.17에는 emu10k1이 지원되길래 받아다 컴파일했습니다.
: 새로 컴파일한 커널을 설치하고 리부팅을 하니 모듈은 올라왔는데
: 이상하게 소리가 안나네요.
: $cat /dev/sndstat 해봐도 안잡히고,
: xmms등에서도 장치가 안나옵니다.
: Document디렉토리에 이에 대한 문서도 없으니 어떻게 해야할 지 모르겠네요.
:
: 현재 ALSA드라이버로 바꿔서 소리는 납니다만, 뭔가 가래끓는듯한 잡음이
: 섞여나와 매우 신경이 쓰입니다. 차라리 초기 드라이버로 바꾸는게
: 나을것도 같기도 합니다.
:
: 2.2.17에서 emu10k1 소리 잘 나시는 분은 도움 좀 주시기 바랍니다.
:
: 참고로 lsmod를 해보면 soundcore, emu10k1은 분명 올라와있는 상태입니다.----- 리눅스 초보...배
: 울께 너무 많다... ---