0 Members and 1 Guest are viewing this topic.
sudo rmmod pcspkr
/etc/modprobe.d/nobeep.conf
echo "blacklist pcspkr"
@finottijust heard a couple of years ago pulseaudio should be the better sound solution?!
pactl list sinks # all the sinks in the systempactl set-sink-mute $sink {true|false|toggle} # mute, un-mute, toggle mute pactl set-sink-volume $sink vol% # also +/- vol% are possible
xset b off