我在/ home以外的系统上安装了Gentoo clean,但删除了所有可能会影响声音的隐藏文件夹(.mplayer .pulse * .config .esd_auth等),对于新用户adduser mistertest -m -G audio,video,users
,结果是相同的,没有在mplayer中播放文件时发出声音。
它是Z68芯片组,我在CPU内使用Intel IGP H2000,所以这不应该是主板上spdif连接器的问题,我想我已经在内核中安装了所有正确的模块。我没有其他硬件可以检查我的声音是否正常运行(没有耳机或外部扬声器),但是我想问题可能出在配置错误或内部spdif(如果有)。
dronemother ~ # lsmod | grep snd
snd_hda_codec_hdmi 22705 1
snd_hda_codec_realtek 190506 1
snd_hda_intel 21727 3
snd_hda_codec 63422 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 5726 1 snd_hda_codec
snd_pcm 69969 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_timer 17697 1 snd_pcm
snd 53814 13 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_ timer
soundcore 5009 1 snd
snd_page_alloc 6641 2 snd_hda_intel,snd_pcm
dronemother ~ # lspci -v
# cut other stuff away here
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
Subsystem: ASRock Incorporation Device 1892
Flags: bus master, fast devsel, latency 0, IRQ 46
Memory at fe600000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel
我安装了pulseaudio,alsa插件,mplayer,混音器和pavucontrol。在mplayer中播放文件时,我没有任何错误,只是没有声音。
那么,如何检查我的问题所在的确切位置?
编辑:我只是从Ubuntu Live USB记忆棒启动PC,声音也无法正常工作。(花了更长的时间,无法每天重启服务器,有些人依靠它的服务。)
alsamixer
(在media-sound / alsa-utils中)使用音量控件是否会发生任何变化?