trying modprobe thing for asus mic
This commit is contained in:
parent
27c8c8b2c1
commit
8cbc1db6b5
1 changed files with 6 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue