Ubuntu 14.04 不辨識音效卡

Ubuntu 14.04 不辨識音效卡

大家午安!我會客觀地處理我的問題。

之前我在筆記本上使用 Windows 8,在桌面上使用 ubuntu。我決定在筆記本上測試更新14.04,安裝並運行得很好,當有一天我打電話時,聲音不再工作,我去查看音頻配置,發現他無法識別聲卡。有人能幫我嗎?

$ aplay: device_list:268: No sound card found...

$ lspci -v | grep -A7 -i "audio"
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    Subsystem: COMPAL Electronics Inc Device 0032
    Flags: fast devsel, IRQ 22
    Memory at f2a00000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>

00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0

列印配置

列印我的配置

答案1

我有同樣的問題。您可以使用以下命令解決它:

sudo aptitude --purge reinstall linux-sound-base alsa-base alsa-utils linux-image-`uname -r` linux-ubuntu-modules-`uname -r` libasound2

然後只需重新啟動計算機即可。

答案2

我正在運行不同版本的 Linux(基於 Ubuntu),但我的問題是由硬體引起的,所以我的解決方案可能會對某人有所幫助。

我在 Dell XPS 13 (9360) 上運行 Linux Mint 18.1 Cinnamon。我也有類似的問題;聲音停止工作,重新啟動也無法解決問題。當我運行時我看到:

aplay: device_list:268: No sound card found...

XPS 似乎有聲音錯誤,有時會因插入耳機或低電量關機而觸發。

https://wiki.archlinux.org/index.php/Dell_XPS_15#Sound

https://bugs.archlinux.org/task/49157

對我有用的:

  1. 啟動時按F2進入Bios

  2. 在「系統配置」>「音訊」中,取消選取該方塊以完全停用聲音。

  3. 儲存變更並繼續啟動。

  4. 重新啟動計算機,再次進入 BIOS,然後重新啟用聲音。

  5. 儲存變更並繼續啟動。

答案3

aplay: device_list:268: No sound card found...使用後有aplay l.按照下面的 Ubuntu 故障排除指南,我安裝apt install linux-generic並重新啟動後,它在 ova 的 Ubuntu Server 20.04 中從 VirtualBox 中找到了我的音效卡。

https://help.ubuntu.com/community/SoundTroubleshooting

相關內容