Since a lot of people work in runlevel 3 the previous tip may not work.

So I’ve searched for other solutions found another way of disabling system beep (on tab completion).

Just edit /etc/inputrc

vi /etc/inputrc

and uncomment following line:

# do not bell on tab-completion
set bell-style none

Then after next login system beep on tab completion will be disabled system-wide.

And another one:

as root type:

rmmod pcspkr

This one will remove the module responsible for playing sound on system speaker.

Adding

blacklist pcspkr
in /etc/modprobe.d/blacklist

Should disable the module too, but it is not working for me under CentOS 5 – submitted as bug.

Another one (Hardware):

If you have PC simply open the case and unplug speaker cable from the motherboard.

NOTE: PC speaker could be very usefull when troubleshooting problems so this option is not really recommended.

OR search in your BIOS for option to disable it.

Part I

Comments

3 Responses to “Disable system beep – RHEL or CentOS part II”

  1. Mr. Saif on December 3rd, 2010 3:35 pm

    Thanks Is working …

  2. Brian Cunnie on May 2nd, 2011 6:36 pm

    Thanks

  3. dannomaxx on October 4th, 2011 3:46 am

    thanks

Leave a Reply

You must be logged in to post a comment.