ubuntu 10.04音效問題 - Linux

Table of Contents

desktop版本沒問題

換server版本
$ alsamixer
cannot open mixer: No such file or directory

要 $ sudo alsamixer 才有控制畫面
看起來也都有抓到聲卡才是
麻煩幫我看看要怎麼找出問題 @ @?

$ lspci
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio
Controller (rev 03)
01:00.1 Audio device: nVidia Corporation High Definition Audio Controller
(rev a1)

$ lsmod
snd_mixer_oss 16107 1 snd_pcm_oss
snd_hda_intel 25741 0
snd_hda_codec_realtek 279008 1
snd_hda_codec 85663 2 snd_hda_intel,snd_hda_codec_realtek


--

All Comments

Ingrid avatarIngrid2010-11-27
發現sudo後都有聲音...
Olga avatarOlga2010-11-30
可能預設沒啟用,如果有程序可以使用就用沒有自己手動。
Lydia avatarLydia2010-12-05
另外用sudo才可以用權限應該有受限,或者看一下你的PATH
Ivy avatarIvy2010-12-09
搞不好alsamixer根本沒在你的PATH下所以找不到,指令