How to mute volume on every boot in Kubuntu 18.04?
772
I want to set the speaker and microphone volume to zero or mute them every time my laptop starts, even if the last time I shut down my computer they where not muted. Just like what Kali Linux does.
Thanks in advanced.
This answer from stack exchange should do the trick: Set Ubuntu Sound Volume on boot
From the question you want to use this command:
From the answer you want to add the command in:
Insert the command after the first line and before the last line:
In my Ubuntu 16.04 LTS sound is already muted on boot. This happens to others as well: How to make my microphone unmuted on startup?
Check the file
/etc/modprobe.d/alsa-base.conf
and look for the line:If it exists either delete it or put
#
in the first character position.