我正在使用Ubuntu 12.04和Skype。
我的麦克风无法正常工作。我的系统上连接了1个麦克风,而耳机上还有1个(Dre博士的节拍)。
我遵循以下步骤:
关闭PulseAudio自动生成,通常:$ echo "autospawn = no" > ~/.pulse/client.conf
killall pulseaudio
但这对我没有帮助,并且在系统重新启动后禁用了声音。然后我尝试
echo "autospawn = yes" > ~/.pulse/client.conf
然后
pulseaudio -D
它修复了我的系统声音,但在Skype麦克风上仍然没有声音。
之后,我尝试了此命令
echo "options snd-hda-intel model=acer" | sudo tee -a /etc/modprobe.d/alsa-base.conf > /dev/null
我还通过运行以下命令升级了alsa声音驱动程序:
sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
sudo apt-get update
sudo apt-get install linux-alsa-driver-modules-$(uname -r)
但是在最后一条命令上:
sudo apt-get install linux-alsa-driver-modules-$(uname -r)
[sudo] password for gaurav:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-alsa-driver-modules-3.2.0-27-generic-pae
E: Couldn't find any package by regex 'linux-alsa-driver-modules-3.2.0-27-generic-pae'
当我输入pulseaudio
终端时,它显示我
E: [pulseaudio] pid.c: Daemon already running.
E: [pulseaudio] main.c: pa_pid_file_create() failed.
经历了所有这些之后,我的音响系统开始表现异常。内部扬声器和耳机或5.1扬声器都可以同时工作,但麦克风仍无法工作。当我什么都不玩时,我什至听到声音。我吓坏了,我的麦克风问题在12.04之后。我可以使用耳机麦克风吗?我有拍子耳机。
我的系统alsamixer的详细信息
即使是现在,我的系统声音输出连接器选项也消失了,这里是屏幕截图