Skip to content

Audible artifacts on M2 MBA #306

@AYM1607

Description

@AYM1607

Running release 2025-05-30, unsure if this repros on older releases. This is the relevant subset of my config:

{...} : {
  imports =
    [ # Include the results of the hardware scan.
      ./hardware-configuration.nix
      apple-silicon.nixosModules.apple-silicon-support
    ];
  # More stuff here...
  hardware.asahi = {
    enable = true;
    setupAsahiSound = true;
    peripheralFirmwareDirectory = ./firmware;
    useExperimentalGPUDriver = true;
    experimentalGPUInstallMode = "overlay";
  };
  # More stuff here...
}

I initially didn't set setupAsahiSound to true and heard ocassional audio artifacts. After setting it to true the behavior didn't change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions