Pulseaudio
Debian 10 上的麥克風問題
我正在嘗試與安裝在 macbook pro 上的 debian 10 建立不和諧聊天。不和諧中列出了兩個輸入設備。預設和內置音頻模擬立體聲。我使用的是預設值,它執行良好。當我關閉電腦並在第二天重新啟動時,discord 說它無法檢測到來自我的麥克風的任何輸入。我只想使用我的內置筆記型電腦麥克風。
alsamixer
: : 我應該改變什麼?
sudo alsamixer
編輯:另外:為什麼“麥克風”級別是空的?
只是做了一個
sudo alsactl init
然後將我的音量改回我想要的方式,這一切都奏效了。
首先我試過:
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:~$
現在麥克風正在工作。