still trying to fix microphone

This commit is contained in:
Elias Gasparis 2025-05-16 18:25:29 +08:00
parent 3bacea612b
commit d5ddba32d5
3 changed files with 14 additions and 9 deletions

View file

@ -14,13 +14,19 @@
boot.kernelModules = [ "kvm-intel" "snd_hda_intel"];
boot.extraModulePackages = [ ];
#microphone start
boot.extraModprobeConfig = ''
options snd-hda-intel model=auto
'';
boot.kernelParams = [ "snd-intel-dspcfg.dsp_driver=1" ];
boot.blacklistedKernelModules = [
"snd_soc_avs"
];
boot.extraModprobeConfig =''
options snd-hda-intel dmic_detect=0
'';
# boot.extraModprobeConfig = ''
# options snd-hda-intel model=auto
# '';
# boot.kernelParams = [ "snd-intel-dspcfg.dsp_driver=1" ];
# boot.blacklistedKernelModules = [
# "snd_soc_avs"
# ];
# microphone stuff end
fileSystems."/" =