12.04安裝後聲音不工作

12.04安裝後聲音不工作

我最近安裝了 12.04,但兩個內建揚聲器和連接耳機時都無法發出聲音。

我已按照以下說明進行操作https://wiki.ubuntu.com/DebuggingSoundProblems無濟於事,並提交了錯誤報告。我還嘗試運行 alsamixer 並取消靜音更多的東西,但這沒有用。

我嘗試透過執行以下命令來升級 alsa 聲音驅動程式:

sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
sudo apt-get update
sudo apt-get install linux-alsa-driver-modules-$(uname -r)

但是在最後一個指令上:

$ sudo apt-get install linux-alsa-driver-modules-$(uname -r)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package linux-alsa-driver-modules-3.2.0-24-generic-pae
E: Couldn't find any package by regex 'linux-alsa-driver-modules-3.2.0-24-generic-pae'

我該怎麼做才能獲得好的功能?

值得注意的是,10.04 以前在這台機器上運行沒有任何聲音問題。

答案1

在我的案例中解決這個問題的方法是發佈在 Ubuntu 論壇上

附加/etc/modprobe.d/alsa-base.conf以下行:

options snd-hda-intel model=generic

然後重新啟動你的 Ubuntu 系統。

答案2

只需刪除/重新命名隱藏檔案和資料夾.pulse-cookie然後重新啟動。

如果這不起作用,請嘗試安裝該軟體包帕武控制

相關內容