13 September 2011

Hardware beep on/off in FreeBSD

To enable or disable hardware beep in FreeBSD operating systems use MIB hw.syscons.bell. Type the following command to disable for current session:
$sudo sysctl hw.syscons.bell=0
To keep the setting permanently use following in your sysctl.conf file
#echo "hw.syscons.bell=0" >> /etc/sysctl.conf

No comments: