我已经安装了 Ubuntu 14.04 Desktop。我之前使用的是 Windows 8.1,笔记本电脑内置扬声器工作正常。但是现在,自从我安装了 Ubuntu 后,我的笔记本电脑扬声器就完全没有声音了。我有一台“Acer Extensa 5235”笔记本电脑,配有 Conexant CX20561 (Hermosa),带有 PulseAudio 服务器和 Alsa 基座。
声音没有从 Bios 禁用。我不知道如何让内置扬声器工作。以下是 aplay -L 命令的结果 $aplay -L
default
Playback/recording through the PulseAudio sound server
null
Discard all samples (playback) or generate zero samples (capture)
pulse
PulseAudio Sound Server
equal
sysdefault:CARD=Intel
HDA Intel, CX20561 Analog
Default Audio Device
front:CARD=Intel,DEV=0
HDA Intel, CX20561 Analog
Front speakers
surround40:CARD=Intel,DEV=0
HDA Intel, CX20561 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
HDA Intel, CX20561 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
HDA Intel, CX20561 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
HDA Intel, CX20561 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
HDA Intel, CX20561 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Intel,DEV=0
HDA Intel, CX20561 Digital
IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=Intel,DEV=0
HDA Intel, CX20561 Analog
Direct sample mixing device
dmix:CARD=Intel,DEV=1
HDA Intel, CX20561 Digital
Direct sample mixing device
dsnoop:CARD=Intel,DEV=0
HDA Intel, CX20561 Analog
Direct sample snooping device
dsnoop:CARD=Intel,DEV=1
HDA Intel, CX20561 Digital
Direct sample snooping device
hw:CARD=Intel,DEV=0
HDA Intel, CX20561 Analog
Direct hardware device without any conversions
hw:CARD=Intel,DEV=1
HDA Intel, CX20561 Digital
Direct hardware device without any conversions
plughw:CARD=Intel,DEV=0
HDA Intel, CX20561 Analog
Hardware device with all software conversions
plughw:CARD=Intel,DEV=1
HDA Intel, CX20561 Digital
Hardware device with all software conversions
答案1
PulseAudio 控制底层 ALSA 级音量控制。打开终端。输入alsamixer
并按下 Enter 键。
您现在将看到如下所示的用户界面。
使用 F6 选择正确的声卡。使用“M”键静音/取消静音。“MM”表示静音,“OO”表示取消静音。
这是我曾经遇到过的问题。
答案2
Babbzzz 回答的另一个选项是使用 GNOME ALSA Mixer。它与终端程序完全相同,alsamixer
但它是 GUI 版本。
只需sudo apt-get install gnome-alsamixer
在终端中运行(或在软件中心/Synaptic 中搜索/安装它)。安装后,您应该能够从 HUD 菜单启动它。
它提供了 ALSA Mixer 的所有相同功能,只是采用 GUI 形式 - 有些人可能更喜欢这样: