Debian

Debian 虛擬輸出 alsa 掛鉤失敗

  • November 5, 2018

昨天我的音頻工作正常。但是,今天在我使用 dist-upgrade pulseaudio 升級軟體包後,沒有檢測到任何卡,只是在音量控制中顯示虛擬輸出。

經過一些研究,我認為它與 alsa 有關,所以我做了 aplay -l 但它返回了這個

ALSA lib conf.c:3639:(config_file_open) cannot access file /etc/alsa/conf.d/10-rate-lav.conf
ALSA lib conf.c:3559:(snd_config_hooks_call) function 
snd_config_hook_load returned error: No such file or directory
ALSA lib conf.c:4013:(snd_config_update_r) hooks failed, removing configuration

我不知道出了什麼問題,我也將核心恢復到這個版本

Linux deb 4.17.0-3-amd64 #1 SMP Debian 4.17.17-1 (2018-08-18) x86_64 GNU/Linux

摻雜一點探勘產生了這一點。最新版本libasound2-plugins修復了這個問題:

sudo apt-get install libasound2-plugins=1.1.7-2

引用自:https://unix.stackexchange.com/questions/479688