Remove beeping from linux


/ Published in: Bash
Save to your folder(s)

To remove the annoying beeping of linux (so far tested in ubuntu and slackware)
the module pcspkr needs to be removed. this code would help to remove it.


Copy this code and paste it in your HTML
  1. sudo modprobe -r pcspkr

Report this snippet


Comments


You need to login to view comments.