arch: disable linux error beep
this beep comes up in terminals and for each error in matlab. just annoying.... fix this by disabling the right kernel module.
-
- append to /etc/modprobe.d/blacklist.conf:
blacklist pcspkr
- include in /etc/mkinitcpio.conf:
...
FILES="/etc/modprobe.d/blacklist.conf"
... - Then rebuild the initramfs and reboot:
$ mkinitcpio -p linux
$ reboot
- append to /etc/modprobe.d/blacklist.conf: