Walter McKelvie

Results 39 comments of Walter McKelvie

I have tested this patch and confirmed that it fixes the issue.

I don't have the time or skill set to work on it, but I ran into this issue running ZFS on my Macbook Air with Asahi Linux. It seems that...

Yes I do--the setup was working perfectly prior to the nixpkgs update. My apple silicon-specific config is [here](https://github.com/waltmck/dotfiles/blob/main/hardware/asahi/default.nix), and there is some additional audio-related config [here](https://github.com/waltmck/dotfiles/blob/main/services/audio/default.nix).

I did see that issue on the NixOS discord, so I tried restarting `pipewire` and other related services (`wireplumber`, `pipewire-pulse`). Unfortunately this does not fix the issue for me. Additionally,...

After again updating `nixpkgs` and this project, the issue still persists with the same symptoms.

I was messing around with `coppwr` and notice that the `output_MONO` node of the built-in speakers was actually producing audible sound (this was the muffled sound I heard when setting...

Some Asahi people on Matrix pointed out that there are some known issues with `libgnome-volume-control` which incorrectly expose the raw speaker interface and might be causing this issue (I am...

After much experimentation I found that `droidcam` was the source of the problem. The issue was fixed by disabling it.

A rootfs makes sense for FHS distros where programs look for specific locations in `/lib` to link against, but why is it necessary on NixOS? Shouldn't it be possible to...

According to Conan Kudo on Matrix, the next Fedora version will switch to upstream mesa (and Rawhide has already made the switch). However, this did break the emulation stack as...