Microphone and speakers always muted after reboot (Artix + Dinit) 22 May 2025, 00:00:49 I'm using Artix Linux with Plasma Dinit on an ASUS Zenbook 14 OLED (Alder Lake).At every boot, both my microphone and speakers are muted by default — the mic LED stays orange until I manually unmute it.This doesn't happen on other distros (Arch, Void, etc.). It seems PulseAudio doesn't save or restore the previous audio state between reboots.I haven't found clear solutions on the internet. How could I fix this properly with Dinit?Thank you Quote Selected
Re: Microphone and speakers always muted after reboot (Artix + Dinit) Reply #1 – 22 May 2025, 19:03:18 I noticed that /etc/machine-id changes every time I boot. I suppose that is on purpose ? I commented the lines and it solved my audio problem Quote Selected Last Edit: 23 May 2025, 04:25:54 by RelaxDMJ
Re: Microphone and speakers always muted after reboot (Artix + Dinit) Reply #2 – 22 May 2025, 20:18:02 Quote from: RelaxDMJ – on 22 May 2025, 19:03:18I noticed that /etc/machine-id changes every time I boot. I suppose that is on purpose ? Yes: /etc/local.d/change-machine-id.start Quote Selected