still trying to fix microphone
This commit is contained in:
parent
3bacea612b
commit
d5ddba32d5
3 changed files with 14 additions and 9 deletions
|
@ -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."/" =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue