我最近换成了 Kubuntu,但不知为何它总是检测不到我的耳机麦克风,我试了很多方法,但我想我按照我在这个问题。
我这样做了:
You will need to add an option on GRUB.
To edit grub options:
sudo nano /etc/default/grub
Find GRUB_CMDLINE_LINUX_DEFAULT and add snd_hda_intel.dmic_detect=0 to the end of it. It will look something like this:
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 snd_hda_intel.dmic_detect=0"
Then rebuild grub menu:
sudo grub-mkconfig -o /boot/grub/grub.cfg
After you reboot the system the device should work.
但是在我这样做之后,与音频输入相关的一切都直接停止了工作,当我转到时PulseAudio Volume Control
,我看到的有关音频输入的所有信息都已拔出或不可用。
我做了什么?
- 我尝试多次重新启动我的机器。
- 撤消我在 GRUB 中所做的所有更改