There is a readline variable "bell-style" but I can't figure out how to us it. I can't find the file "inputrc.
As root edit the file /etc/inputrc and add the line
set bell-style none
(it should be there just uncomment it) to give all users no bell or add the same line to ~/.inputrc (you'll need to create it) to just give no bell to userself.
For some reason this doesn't seem to work in the linux console does anyone know why?
-- OoberMick