Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. To disable the system beep, as root, enter:
  2.  
  3. `rmmod pcspkr`
  4.  
  5. Then to prevent the module from loading on reboot, enter:
  6.  
  7. `echo "blacklist pcspkr" >> /etc/modprobe.d/blacklist`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement