[Linux]Disable the system beeps

Published by netty5 - Last update on January 31, 2010 09:22 AM by jak58

[Linux]Disable the system beeps






Issue


The system beeps can be very annoying, here's is a simple tip allowing you to effectively disable the system beeps:

Procedure


Log in as root and run the following command:

rmmod pcspkr 


Then edit the /etc/rc.local file(or equivalent, depending on version used) and add the previous command in the line before the last one (before exit 0) so that the command is still effective after rebooting your system.
  • Save and exit.