더미 출력은 Ubuntu 18.04의 설정 -> 사운드 에 표시됩니다 .
나는 시도했다 :
sudo alsa force-reload
아무것도하지 않습니다. 다른 무엇을 시도 해야할지 모르겠습니다.
$ lsb_release -a 사용 가능한 LSB 모듈이 없습니다. 배급 자 ID : 우분투 설명 : 우분투 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, snd_hda_intel $ lspci -nnk | grep -A2 오디오 00 : 1f.3 오디오 장치 : Intel Corporation Sunrise Point-H HD 오디오 [8086 : a170] (rev 31) 서브 시스템 : Micro-Star International Co., Ltd. [MSI] 선 라이즈 포인트 -H HD 오디오 [1462 : fa15] 사용중인 커널 드라이버 : snd_hda_intel 커널 모듈 : snd_hda_intel $ 고양이 /etc/modprobe.d/alsa-base.conf # 오토로더 별명 사운드 슬롯 -0 / sbin / modprobe snd-card-0 설치 사운드 슬롯 -1 / sbin / modprobe snd-card-1 설치 사운드 슬롯 -2 / sbin / modprobe snd-card-2 설치 사운드 슬롯 -3 / sbin / modprobe snd-card-3 설치 사운드 슬롯 -4 / sbin / modprobe snd-card-4 설치 사운드 슬롯 -5 / sbin / modprobe snd-card-5 설치 사운드 슬롯 -6 / sbin / modprobe snd-card-6 설치 사운드 슬롯 -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의 해결 방법 (우분투에서 복귀하면 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-install 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-install 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 대신 saa7134-alsa를로드하십시오. 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- 모뎀 색인 = -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 # 우분투 # 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 aplay : device_list : 270 : 사운드 카드가 없습니다 ...
추가 참고 사항 : USB 사운드 카드를 사용할 때 부팅시 작동하지 않으며 전혀 표시되지 않습니다. 연결을 끊었다가 다시 연결하면 작동하기 시작합니다. 사운드 카드를 캡처하는 응용 프로그램을 어떻게 설정합니까?