To disable the system beep on your Linux system, as root, enter:
rmmod pcspkrThen to prevent the module from loading on reboot, enter:
echo "blacklist pcspkr" >> /etc/modprobe.d/blacklistTo disable the system beep on your Linux system, as root, enter:
rmmod pcspkrThen to prevent the module from loading on reboot, enter:
echo "blacklist pcspkr" >> /etc/modprobe.d/blacklist