Package: asahi-scripts
Version: 20250130-3
Severity: important
Tags: upstream fixed-upstream trixie forky sid
X-Debbugs-Cc: [email protected]
Dear Maintainer,
On some Apple machines, asahi-diagnose incorrectly reports that the audio
configuration is in an invalid state:
```
grep: /sys/module/snd_soc_tas2764/parameters/apple_quirks: No such file or
directory
Collecting system diagnostic information...
Saved diagnostic information to
/home/noisycoil/asahi-diagnose-20250828-011433.txt
Pipewire macaudio profile is "".
Headphones and speakers will not work. Select the "Default" or "HiFi" profile.
!! IMPORTANT !!
Your audio configuration is in an invalid state. It is likely that you tried to
enable speakers early, despite numerous and very explicit warnings not to do so.
Potential reason(s) you are seeing this message:
- Required speaker codec settings are not being applied.
Please go to https://asahilinux.org/docs/sw/undoing-early-speaker-hacks/ for
fixes.
Do NOT file audio-related bugs until you have tried ALL fixes suggested at the
page above.
Your bugs will be ignored and you will not be assisted.
```
This happens for two reasons: first, starting from linux 6.16 (as distributed
e.g. by the Debian Bananas Team and other third parties) the snd_soc_tas2764
module always enables the quirks, and the `apple_quirks` parameter does not
exist anymore; second, the asahi-diagnose script has a bug [1], already fixed
upstream, that causes the reported macaudio profile to be empty.
Cheers!
[1] https://github.com/AsahiLinux/asahi-scripts/pull/60