阅读内容

Ubuntu能识别声卡但无声的解决办法

[日期:2007-07-05] 来源:Linux公社  作者:Linuxidc


配置alsa(如果你出现声卡独占现象,请执行这步)
sudo apt-get install alsa-oss
sudo gedit /etc/asound.conf

添加如下内容:
pcm.card0 {

type hw

card 0

}

pcm.!default {

type plug


slave.pcm "dmixer"

}

pcm.dmixer {

type dmix

ipc_key 1025

slave {

pcm "hw:0,0"

period_time 0

period_size 1024

buffer_size 4096

periods 128

rate 44100

}

bindings {

0 0

1 1

}

}

修改ESD配置文件:
sudo gedit /etc/esound/esd.conf

改成如下:
[esd]

auto_spawn=1

spawn_options=-terminate -nobeeps -as 2 -d default

spawn_wait_ms=100

# default options are used in spawned and non-spawned mode

default_options=



相关资讯       Ubuntu 
本文评论       全部评论
发表评论
  • 尊重网上道德,遵守中华人民共和国的各项有关法律法规
  • 承担一切因您的行为而直接或间接导致的民事或刑事法律责任
  • 本站管理人员有权保留或删除其管辖留言中的任意内容
  • 本站有权在网站内转载或引用您的评论
  • 参与本评论即表明您已经阅读并接受上述条款


点评: 字数
姓名:

L
I
N
U
X


GOOGLE搜索
Google