虚拟输出显示在Ubuntu 18.04 中的“设置” ->“ 声音”中。
我试过了:
sudo alsa force-reload
它什么也没做。我不确定还有什么尝试。
$ lsb_release -a
没有可用的LSB模块。
发行人ID:Ubuntu
说明:Ubuntu 18.04 LTS
发行:18.04
代号:仿生
$ lsmod | grep snd_hda_intel
snd_hda_intel 40960 3
snd_hda_codec 126976 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_core 81920 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_pcm 98304 4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
snd 81920 18 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek
$ lspci -nnk | grep -A2音频
00:1f.3音频设备[0403]:英特尔公司Sunrise Point-H高清音频[8086:a170](修订版31)
子系统:Micro-Star International Co.,Ltd. [MSI] Sunrise Point-H高清音频[1462:fa15]
正在使用的内核驱动程序:snd_hda_intel
内核模块:snd_hda_intel
$ cat /etc/modprobe.d/alsa-base.conf
#自动加载器别名
安装声音插槽-0 / sbin / modprobe snd-card-0
安装声音插槽1 / sbin / modprobe snd-card-1
安装声音插槽2 / sbin / modprobe snd-card-2
安装sound-slot-3 / sbin / modprobe snd-card-3
安装sound-slot-4 / sbin / modprobe snd-card-4
安装sound-slot-5 / sbin / modprobe snd-card-5
安装sound-slot-6 / sbin / modprobe snd-card-6
安装sound-slot-7 / sbin / modprobe snd-card-7
#导致在通用模块上方加载可选模块
安装snd / sbin / modprobe --ignore-install snd $ CMDLINE_OPTS && {/ sbin / modprobe --quiet --use-blacklist snd-ioctl32; / sbin / modprobe --quiet --use-blacklist snd-seq; }
#
#错误的解决方法#499695(在Ubuntu中恢复,请参见LP#319505)
安装snd-pcm / sbin / modprobe --ignore-install snd-pcm $ CMDLINE_OPTS && {/ sbin / modprobe --quiet --use-blacklist snd-pcm-oss; :; }
安装snd-mixer / sbin / modprobe --ignore-安装snd-mixer $ CMDLINE_OPTS && {/ sbin / modprobe --quiet --use-blacklist snd-mixer-oss; :; }
安装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; :; }
#
安装snd-rawmidi / sbin / modprobe --ignore-install snd-rawmidi $ CMDLINE_OPTS && {/ sbin / modprobe --quiet --use-blacklist snd-seq-midi; :; }
#导致在声卡驱动程序模块上方加载可选模块
安装snd-emu10k1 / sbin / modprobe --ignore-安装snd-emu10k1 $ CMDLINE_OPTS && {/ sbin / modprobe --quiet --use-blacklist snd-emu10k1-synth; }
安装snd-via82xx / sbin / modprobe --ignore-install snd-via82xx $ CMDLINE_OPTS && {/ sbin / modprobe --quiet --use-blacklist snd-seq; }
#加载saa7134-alsa而不是saa7134(无论如何都会被它拖入)
安装saa7134 / sbin / modprobe --ignore-install saa7134 $ CMDLINE_OPTS && {/ sbin / modprobe --quiet --use-blacklist saa7134-alsa; :; }
#防止异常驱动程序获取索引0
选项bt87x index = -2
选项cx88_alsa index = -2
选项saa7134-alsa index = -2
选项snd-atiixp-modem index = -2
选项snd-intel8x0m index = -2
选项snd-via82xx-modem index = -2
选项snd-usb-audio index = -2
选项snd-usb-caiaq index = -2
选项snd-usb-ua101 index = -2
选项snd-usb-us122l index = -2
选项snd-usb-usx2y index = -2
#Ubuntu#62691,为snd-cmipci启用MPU
选项snd-cmipci mpu_port = 0x330 fm_port = 0x388
#禁止将snd-pcsp作为第一个声卡加载
选项snd-pcsp index = -2
#避免将snd-usb-audio作为第一个声卡加载
选项snd-usb-audio index = -2
选项snd-hda-intel model = auto
也尝试过:
$ pacmd列表卡 0张卡。 $ aplay -l 播放:device_list:270:找不到声卡...
我将进一步说明:当我使用USB声卡时,它在启动时不起作用,它根本不显示。当我断开连接并再次连接时,它开始工作。如何建立哪个应用程序捕获声卡?
