Debian 10의 마이크 문제

Debian 10의 마이크 문제

내 맥북 프로에 데비안 10을 설치하여 디스코드 채팅을 설정하려고 합니다. 불일치에는 두 가지 입력 장치가 나열되어 있습니다. 기본 및 내장 오디오는 스테레오를 시뮬레이션합니다. 나는 기본을 사용하고 훌륭하게 작동합니다. 컴퓨터를 종료하고 다음 날 다시 시작했을 때 Discord에서는 마이크에서 어떤 입력도 감지할 수 없다고 말했습니다. 내장된 노트북 마이크를 사용하고 싶습니다.

alsamixer:
여기에 이미지 설명을 입력하세요.
sudo alsamixer:
여기에 이미지 설명을 입력하세요.
여기에 이미지 설명을 입력하세요.
무엇을 바꿔야 하나요?

편집: 또한: "마이크" 레벨이 비어 있는 이유는 무엇입니까?

답변1

먼저 다음을 시도합니다.

felipe@SDF-1:~$ apulse
felipe@SDF-1:~$ sudo apt-get install  tetraproc
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libclthreads2 libclxclient3
The following NEW packages will be installed:
  libclthreads2 libclxclient3 tetraproc
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 111 kB of archives.
After this operation, 390 kB of additional disk space will be used.
Do you want to continue? [Y/n]`I installed the whole Alsa 

작동하지 않습니다.

그런 다음 다음을 시도합니다.

felipe@SDF-1:~$ sudo apt-get purge pulseaudio
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  hyphen-en-us libpulsedsp libreoffice-help-common libreoffice-help-en-us
  mythes-en-us node-normalize.css pulseaudio-utils rtkit
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  gnome* gnome-core* libcanberra-pulse* pulseaudio*
  pulseaudio-module-bluetooth* task-gnome-desktop*
0 upgraded, 0 newly installed, 6 to remove and 0 not upgraded.
After this operation, 6,953 kB disk space will be freed.
Do you want to continue? [Y/n] 
(Reading database ... 233627 files and directories currently installed.)
Removing gnome (1:3.30+1) ...
Removing task-gnome-desktop (3.53) ...
Removing gnome-core (1:3.30+1) ...
Removing libcanberra-pulse:amd64 (0.30-7) ...
Removing pulseaudio-module-bluetooth (12.2-4+deb10u1) ...
Removing pulseaudio (12.2-4+deb10u1) ...
Processing triggers for man-db (2.8.5-2) ...
(Reading database ... 233381 files and directories currently installed.)
Purging configuration files for pulseaudio (12.2-4+deb10u1) ...
Processing triggers for dbus (1.12.20-0+deb10u1) ...

그냥... 죽여...

그 다음에,

felipe@SDF-1:~$ 
felipe@SDF-1:~$ sudo alsactl init
Found hardware: "HDA-Intel" "Conexant CX20549 (Venice)" "HDA:14f15045,103c30cd,00100100" "0x103c" "0x30cd"
Hardware is initialized using a generic method
felipe@SDF-1:~$ alsamixer
felipe@SDF-1:~$ 
felipe@SDF-1:~$ 
felipe@SDF-1:~$ 
felipe@SDF-1:~$ sudo apt autoremove
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  hyphen-en-us libpulsedsp libreoffice-help-common libreoffice-help-en-us
  mythes-en-us node-normalize.css pulseaudio-utils rtkit
0 upgraded, 0 newly installed, 8 to remove and 0 not upgraded.
After this operation, 51.2 MB disk space will be freed.
Do you want to continue? [Y/n] 
(Reading database ... 233376 files and directories currently installed.)
Removing hyphen-en-us (2.8.8-7) ...
Removing pulseaudio-utils (12.2-4+deb10u1) ...
Removing libpulsedsp:amd64 (12.2-4+deb10u1) ...
Removing libreoffice-help-en-us (1:6.1.5-3+deb10u7) ...
Removing libreoffice-help-common (1:6.1.5-3+deb10u7) ...
Removing mythes-en-us (1:6.2.0-1) ...
Removing node-normalize.css (8.0.1-3) ...
Removing rtkit (0.11-6) ...
Processing triggers for dbus (1.12.20-0+deb10u1) ...
Processing triggers for man-db (2.8.5-2) ...
felipe@SDF-1:~$ 

이제 마이크가 작동 중입니다.

답변2

방금 한 sudo alsactl init다음 볼륨을 내가 원하는 대로 다시 변경했는데 모두 작동했습니다.

관련 정보