
Ubuntu 21.04가 USB 마이크가 연결된 상태로 실행되는 경우 pulseaudio가 시작되지 않습니다. 그러나 USB 없이 Ubuntu 21.04를 실행하면 pulseaudio가 정상적으로 시작되고, 시스템 부팅 후 USB를 연결해도 여전히 제대로 작동합니다.
pulseaudio 시작에 실패했을 때 Journalctl의 로그 메시지는 다음과 같습니다.
-- Boot 37de7028dfda47569d03504658160650 --
Dec 11 04:46:09 hirsute-server systemd[1958]: Starting Sound Service...
Dec 11 04:46:10 hirsute-server pulseaudio[1967]: No such profile: output:hdmi-stereo
Dec 11 04:46:10 hirsute-server pulseaudio[1967]: Failed to initialize daemon due to errors while executing startup commands. Source of commands: /etc/pulse/>
Dec 11 04:46:10 hirsute-server systemd[1958]: pulseaudio.service: Main process exited, code=exited, status=1/FAILURE
Dec 11 04:46:10 hirsute-server systemd[1958]: pulseaudio.service: Failed with result 'exit-code'.
Dec 11 04:46:10 hirsute-server systemd[1958]: Failed to start Sound Service.
Dec 11 04:46:10 hirsute-server systemd[1958]: pulseaudio.service: Scheduled restart job, restart counter is at 1.
Dec 11 04:46:10 hirsute-server systemd[1958]: Stopped Sound Service.
Dec 11 04:46:10 hirsute-server systemd[1958]: Starting Sound Service...
Dec 11 04:46:11 hirsute-server pulseaudio[2087]: No such profile: output:hdmi-stereo
Dec 11 04:46:11 hirsute-server pulseaudio[2087]: Failed to initialize daemon due to errors while executing startup commands. Source of commands: /etc/pulse/>
Dec 11 04:46:11 hirsute-server systemd[1958]: pulseaudio.service: Main process exited, code=exited, status=1/FAILURE
Dec 11 04:46:11 hirsute-server systemd[1958]: pulseaudio.service: Failed with result 'exit-code'.
Dec 11 04:46:11 hirsute-server systemd[1958]: Failed to start Sound Service.
Dec 11 04:46:11 hirsute-server systemd[1958]: pulseaudio.service: Scheduled restart job, restart counter is at 2.
어떤 아이디어가 있나요? 더 많은 정보가 필요하면 언제든지 알려주시기 바랍니다.