Skip to content

Commit

Permalink
release 2023-12-22
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwrules committed Dec 23, 2023
1 parent 29177cb commit feb12e2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
19 changes: 19 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/uefi-standalone.md
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down

1 comment on commit feb12e2

@vilvo
Copy link

@vilvo vilvo commented on feb12e2 Dec 23, 2023

Choose a reason for hiding this comment

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

Thank you! Audio via speakers works now great on M1. As an added bonus - I was unassuming on audio control keys (mute, down, up) working right after the update on sway so I tried capturing key events on wayland (to no avail) to remap the audio controls in sway config. Then I continued playing music again and wondered what happened to audio, just to realized from SW mixer that it's on mute with volume down. Only at that point I realized the HW keys actually work right after the update to this release.

Anyway - please let us know if you take donations. I really appreciate your work and would like to support it.

Please sign in to comment.