From feb12e2f0c8500b513de27b6095709bee609cf8a Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Fri, 22 Dec 2023 23:16:34 -0600 Subject: [PATCH] release 2023-12-22 --- README.md | 2 +- docs/release-notes.md | 19 +++++++++++++++++++ docs/uefi-standalone.md | 4 ++-- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d28cc7cb..88b96594 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Please see the documentation and guide below to get started. ## Documentation * [Release Notes](docs/release-notes.md) -* [Setup, Installation, and Maintenance Guide (2023-12-19)](docs/uefi-standalone.md) +* [Setup, Installation, and Maintenance Guide (2023-12-22)](docs/uefi-standalone.md) ## Credits diff --git a/docs/release-notes.md b/docs/release-notes.md index d7bd23b8..4fa8c0bb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,25 @@ This file contains important information for each release. +## 2023-12-22 + +This release updates nixpkgs and includes the necessary components for full +sound support, namely speakersafetyd, bankstown-lv2, and asahi-audio. + +New features and fixes: +* Full speaker and headphone support is finally here! (on supported machines and + nixpkgs versions) + * You will need at least `sound.enable = true;` in your configuration. + * Sound support relies on PipeWire, which is automatically enabled by the + apple-silicon-support module. You must remove any + `hardware.pulseaudio.enable = true;` from your configuration, or building + it will fail. PipeWire's PulseAudio compatibility module is enabled by + default. + * Thanks to yu-re-ka and diamondburned for helping with this support. +* Kernel config is now synced with and will track Fedora Asahi Remix's Apple + Silicon-specific changes + * This fixes a missing option which broke GPU acceleration on M2 hardware. + ## 2023-12-19 This release updates nixpkgs, m1n1, U-Boot, the kernel, and Mesa. diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md index 1209027c..ddd49493 100644 --- a/docs/uefi-standalone.md +++ b/docs/uefi-standalone.md @@ -1,11 +1,11 @@ -# UEFI Boot Standalone NixOS (2023-12-19) +# UEFI Boot Standalone NixOS (2023-12-22) This guide will build and was tested with the following software: * Asahi Linux kernel version 6.6.0-asahi14 * Asahi Linux's Mesa version 24.0.0_asahi-20231213-1 * m1n1 version v1.4.11 * Asahi Linux's U-Boot version 2023.07.02.asahi4-1 -* Nixpkgs, as of 2023-12-17 +* Nixpkgs, as of 2023-12-19 * macOS stub 12.3 NOTE: The latest version of this guide will always be [at its home](https://github.com/tpwrules/nixos-apple-silicon/blob/main/docs/uefi-standalone.md). For more general information about Linux on Apple Silicon Macs, refer to the [Asahi Linux project](https://asahilinux.org/) and [alpha installer release](https://asahilinux.org/2022/03/asahi-linux-alpha-release/).