Ubuntu14.04 沒聲音 - Linux

Table of Contents

一開始是Asus K55V 雙系統win8 + Ubuntu12.04

幾天前重灌成14.04LTS

然後一開始是喇叭有聲音但是插上耳機沒聲音 型號是Realtek ALC270

參考這篇:http://ceeji.net/blog/fix-ubuntu-sound/

安裝最新版本的驅動

但是AlsaProject說
alsa-driver contains the ALSA components that run in kernel space (e.g. all the
modules). It also contains a few user-space components, including the alsasound
startup script and a set of ALSA headers.
This package is now obsolete, as kernel.org is now taking updates to the
modules directly from the ALSA GIT server.
The old drivers (alsa-driver) are still available.

所以我就用apt-get update驅動到v1.0.27.2

alsa-lib v1.1.0 alsa-utils v1.1.0

然後
#alsaconf
http://imgbox.com/E3QNuKeI
就找不到聲卡了

# aplay -l
**** PLAYBACK 硬體裝置清單 ****
aplay: device_list:277: control open (1): 不適用的引數

http://imgbox.com/If1dkMJd
音效卡本來有聲音的時候是 HDA Intel PCH的 可是現在都變成PulseAudio

參考了
https://goo.gl/085VqN

/etc/modprobe.d/alsa-base.conf
options snd_mia index=0
options snd_hda_intel index=1
也沒用

#cat/proc/asound/cards
1 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xf7a10000 irq 32

# cat /proc/asound/devices
1: : sequencer
2: [ 1] : control
3: [ 1- 0]: digital audio playback
4: [ 1- 0]: digital audio capture
5: [ 1- 3]: digital audio playback
6: [ 1- 0]: hardware dependent
7: [ 1- 3]: hardware dependent
33: : timer

# cat /proc/asound/modules
1 snd_hda_intel


不好意思麻煩各位大大了

--

All Comments

Zora avatarZora2015-12-04
裝 pavucontrol
Freda avatarFreda2015-12-05
ALSA 一般來說沒開 dmix dsnoop asym 那些 plugins 是
Carol avatarCarol2015-12-09
沒辦法全雙工的(除了少數硬體混音的晶片)
所以桌面會用 PulseAudio 這種 sound server 來做路由和
Ivy avatarIvy2015-12-11
混音。
Xanthe avatarXanthe2015-12-11
沒特別調過的 ALSA 一次只能有一個程式獨占音效卡資源
所以 PulseAudio 接管你的 ALSA 裝置後你就沒辦法直接用