ultra99
December 26, 2025, 11:48am
1
I have the Asus Z13 Flow 2025 and I noticed the following using KDE and GNOME (separate installations), re mic and external ssd.
In KDE:
I have an external ssd that won’t mount automatically.
My mic is available and selected by default in Sound Settings.
My mic is still fine AFTER basing bazzite-dx.
**
In GNOME:**
The same external ssd (as above) MOUNTS automatically, no issues.
My mic is available and selected by default in Sound Settings.
3. However, my mic is BROKEN after basing bazzite-dx, not available in Sound Settings.
Try it in a plain Fedora Live USB to see if its a Fedora or a Bazzite problem.
This appears to be a GNOME + WirePlumber policy issue triggered by bazzite-dx
First, restart the audio stack: systemctl --user restart wireplumber pipewire pipewire-pulse
Then check Sound settings to see if the microphone is back.
If the microphone is still missing, reset the WirePlumber state: systemctl --user stop wireplumber pipewire pipewire-pulse
rm -rf ~/.local/state/wireplumber
systemctl --user start pipewire pipewire-pulse wireplumber
After that, check the Sound settings again.
If the issue persists, please collect diagnostics while the mic is missing using systemctl / wpctl status
the SSD automount difference between KDE and GNOME is expected behavior (udisks/automount policy difference) and likely unrelated… Is automount enabled in kde settings?