less than 1 minute read

this beep comes up in terminals and for each error in matlab. just annoying.... fix this by disabling the right kernel module.

    1. append to /etc/modprobe.d/blacklist.conf:
      blacklist pcspkr
    2. include in /etc/mkinitcpio.conf:
      ...
      FILES="/etc/modprobe.d/blacklist.conf"
      ...
    3. Then rebuild the initramfs and reboot:
      $ mkinitcpio -p linux
      $ reboot