您好,感谢您访问我的提问帖。
我的笔记本电脑是华硕 X45A。我全新安装了 Ubuntu 16.04,因为我无法从之前的 LTS 升级它。然后我安装了另一个桌面环境 Lubuntu,因为它轻量级得多。
我的笔记本电脑只有一个音频插孔,用于声音输入、声音输出或两者。因此我用的是三星耳机收听声音并录制我的声音。这可以在我的 Windows 10 上使用 Realtek 很好地完成(我的笔记本电脑是双启动)
当我在 Ubuntu 中尝试时,我可以很好地听到声音,但不幸的是,耳机麦克风不工作。 这检测到麦克风在 pavucontrol 中,范围条会随机移动,并且不取决于我的声音。
我想告诉你的另一件事是,当我按下调高、调低音量或回答耳机上的按钮,酒吧移至右角,例如当输入声音非常大时。
我注意到 pavucontrol 中的输入和输出设备选项卡之间存在差异。输出设备选项卡中列出了耳机,但显示为“(插入)”,因此显示为“耳机(已插入)“但在输出设备中只有”麦克风无需插入文字或其他。
我尝试了一些方法,但都没有成功,不幸的是,我记不清我尝试的所有步骤了。例如,更改 alsa-base.conf 和 alsamixer,以及其他任何步骤。所以我将发布一些可能有助于解决我的问题的命令的结果。
抱歉我的英语不好,看不懂,我还在学习,呵呵。如果我需要运行其他命令,请在此处发布。感谢您的支持 :)
这是我的 pavucontrol“输入设备”选项卡的屏幕截图链接:(我还无法为上传的图像制作缩略图) 如您所见,麦克风被检测到,并且条形图移动,就像有输入声音一样,但它随机移动,不依赖于我的声音
我的 alsamixer: 我正在玩 alsamixer
当我运行“猫/proc/asound/cards“结果是:
0 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xf7e10000 irq 30
的结果 ”sudo gedit /etc/modprobe.d/alsa-base.conf“
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }
# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-caiaq index=-2
options snd-usb-ua101 index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2
options snd-pcsp index=-2
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=asus-x45a
options snd-hda-intel enable_msi=1
options snd-hda-intel position_fix=1 enable=yes
答案1
Alsamixer 很不错,你可以看到意外关闭的设备。不过我认为它的用法并不完全清楚。
我也使用 pavucontrol 来实现相同的目的。对我来说,它提供了更好的设备视图。我经常发现耳机音量设置为 00,必须增加。在录音面板中,它具有出色的自我意识。
这值得测试,我仍然每天使用它在录制屏幕录像时切换声音输入和输出设备。