From 8cbc1db6b58c7f9d224d12b2011e4ed3e2c21746 Mon Sep 17 00:00:00 2001 From: Tootbrute Date: Thu, 5 Jun 2025 13:44:07 +0800 Subject: [PATCH] trying modprobe thing for asus mic --- hardware-configuration.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 31cac95..9901f79 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -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";