FrontPage › esound
- 사블 라이브 계열외의 사운드카드에서 멀티웨이브 패치하기 (젠투 & 데비안 버전)
- Gentoo
# emerge esound # rc-update add esound default- Debian
# apt-get install libesd-alsa02. /etc/asound.conf
pcm.card0 { type hw card 0 } pcm.!default { type plug slave.pcm "dmixer" } pcm.dmixer { type dmix ipc_key 1025 slave { pcm "hw:0,0" period_time 0 period_size 1024 buffer_size 4096 periods 128 rate 44100 } bindings { 0 0 1 1 } }\3. /etc/esound/esd.conf
[esd] auto_spawn=1 spawn_options=-terminate -nobeeps -as 2 -d default spawn_wait_ms=100 # default options are used in spawned and non-spawned mode default_options=4. System->Preference->소리 메뉴에서 "사운드 서버 시작하기"가 체크되었는지 확인
5. System->Preference->멀티미디어 시스템 설정 프로그램 메뉴에서 ALSA나 ESD로 설정
6. 재부팅