I am using Mandriva 2010 One. I feel annoyed by its beep sound whenever I shut down or restart my computer and go to next items where there is not any.
From any soundmixer try muting the Beep channel.
You can use kmix, or alsamixer from terminal:
Code:
alsamixer -c 0
Select the Beep the channel then press M to mute it.
After muting it do this as root:
Code:
su
alsactl store
see if this makes it stick.
Advertisement