다시 시작한 후에는 오디오가 꽤 오랫동안 작동하지 않습니다. 몇 분 후에 스피커에서 펑하는 소리가 들리고 그 소리가 다시 작동할 것이라는 것을 알았습니다. Pulseaudio와 Alsa를 설치했습니다. 왜 지연되나요? 어떻게 해결할 수 있나요?
$ aptitude search pulseaudio alsa jack| grep ^i
i A alsa-base - dummy package to ease purging of obsolete
i alsa-firmware-loaders - ALSA software loaders for specific hardwar
i alsa-oss - ALSA wrapper for OSS applications
i alsa-tools - Console based ALSA utilities for specific
i alsa-tools-gui - GUI based ALSA utilities for specific hard
i A alsa-utils - Utilities for configuring and using ALSA
i alsamixergui - graphical soundcard mixer for ALSA soundca
i alsaplayer-common - audio player (common files)
i alsaplayer-gtk - alsaplayer gtk interface
i alsaplayer-jack - alsaplayer output module for JACK
i alsaplayer-oss - alsaplayer output module for OSS
i A gstreamer0.10-alsa - GStreamer plugin for ALSA
i gstreamer1.0-alsa - GStreamer plugin for ALSA
i libalsaplayer0 - alsaplayer plugin library
iBA libjack-jackd2-0 - JACK Audio Connection Kit (libraries)
i libjack-jackd2-dev - JACK Audio Connection Kit (development fil
i A libjackrabbit-java - content repository implementation (JCR API
i A libsox-fmt-alsa - SoX alsa format I/O library
i pulseaudio - PulseAudio sound server
i A pulseaudio-module-x11 - X11 module for PulseAudio sound server
i A pulseaudio-utils - Command line tools for the PulseAudio soun
i python-alsaaudio - Alsa bindings for Python
$ sudo lspci | grep [Aa]udio
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
HDMI 오디오가 아닌 표준 1/4인치 오디오 잭을 사용하고 있습니다.
답변1
/etc/modprobe.d/alsa-base.conf
생성/수정 기준bdl_pos_adj: hda-intel에 대한 IRQ 타이밍 솔루션 설정
options snd-hda-intel enable=1,1 bdl_pos_adj=-1,32
실제 bdl_pos_adj
값이 정확하지 않을 수도 있지만 저에게는 효과가 있었습니다.