Skip to content

framework: disable kernel module on 6.12+ #1437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

griffi-gh
Copy link
Member

@griffi-gh griffi-gh commented Apr 5, 2025

...except intel 11-13th gen

needs testing but apparently the module is upstreamed?

Description of changes
Things done
  • Tested the changes in your own NixOS Configuration
  • Tested the changes end-to-end by using your fork of nixos-hardware and
    importing it via <nixos-hardware> or Flake input

...except intel 11-13th gen
@nyabinary
Copy link

prob should run nixfmt?

@griffi-gh
Copy link
Member Author

prob should run nixfmt?

files in the repo are not formatted
i actaully spent like a couple of minutes undoing nixfmt formatting changes to random parts of the modified files so that diff wouldnt be filled with noise

];

# Requires at least 5.16 for working wi-fi and bluetooth.
# https://community.frame.work/t/using-the-ax210-with-linux-on-the-framework-laptop/1844/89
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") (lib.mkDefault pkgs.linuxPackages_latest);

hardware.framework.laptop13.audioEnhancement.rawDeviceName = lib.mkDefault "alsa_output.pci-0000_00_1f.3.analog-stereo";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missed a part (two extra spaces)

Copy link

@nyabinary nyabinary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants