Disable System Beep Sound in Ubuntu
Disable System Beep Sound in Ubuntu
To temporarly disable system beep for current session use following command. 
  sudo rmmod pcspkr 
 To perminently disable system beep add following line to /etc/modprobe.d/blacklist file. 
  blacklist pcspkr 
 
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.