fixed microphone issue
This commit is contained in:
parent
8cbc1db6b5
commit
09ded0d112
4 changed files with 15 additions and 11 deletions
|
@ -13,15 +13,11 @@
|
|||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
#boot.kernelPackages = pkgs.linuxPackages_6_14;
|
||||
# sound card microphone only works on this, so far...
|
||||
# 6.14 and 6.12 it is broken
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_1;
|
||||
|
||||
boot.extraModprobeConfig = "options snd-hda-intel model=alc256-asus-mic";
|
||||
|
||||
#didn't work
|
||||
#boot.extraModprobeConfig = ''
|
||||
# options snd slots=snd-hda-intel
|
||||
#'';
|
||||
hardware.firmware = [ pkgs.sof-firmware ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/27986c46-1dd1-4444-b732-7e7c36f2ed29";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue