trying modprobe thing for asus mic

This commit is contained in:
Elias Gasparis 2025-06-05 13:44:07 +08:00
parent 27c8c8b2c1
commit 8cbc1db6b5

View file

@ -16,9 +16,12 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
#boot.kernelPackages = pkgs.linuxPackages_6_14;
boot.extraModprobeConfig = ''
options snd slots=snd-hda-intel
'';
boot.extraModprobeConfig = "options snd-hda-intel model=alc256-asus-mic";
#didn't work
#boot.extraModprobeConfig = ''
# options snd slots=snd-hda-intel
#'';
fileSystems."/" =
{ device = "/dev/disk/by-uuid/27986c46-1dd1-4444-b732-7e7c36f2ed29";