Ubuntu
如何恢復到 ALSA?
我想嘗試一下,
oss
因為聲音alsa
不是很好。我elementaryOS Loki
是建立在它之上的ubuntu
。無論如何,我
alsa-oss
使用安裝sudo apt-get install alsa-oss
但它無法辨識我的音效卡(它的Realtek ac290
)。所以我解除安裝了它,現在我沒有任何聲音。我嘗試使用重新alsa
安裝sudo aptitude --purge reinstall linux-sound-base alsa-base alsa-utils linux-image-`uname -r` linux-ubuntu-modules-`uname -r` libasound2
但這並不能解決任何問題,仍然沒有聲音。當我輸入
alsamixer
終端時,我得到:cannot open mixer: No such file or directory
請幫忙!
sudo apt-get install --reinstall linux-image-extra-$(uname -r)
此命令重新安裝了所有缺少的驅動程序並修復了問題。我將把它留在這裡,以便將來可以幫助其他人。
來源:https ://askubuntu.com/questions/940091/ubuntu-16-04-reinstall-all-drivers