原文ArchWiki:https://wiki.archlinux.org/index.php/PC_speaker

全局禁用喇叭,可以从内核中移除模块

# rmmod pcspkr

或者添加Blacklist

# echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf

或者在bootloader中内核这行添加

modprobe.blacklist=pcspkr

Leave a Reply

Your email address will not be published. Required fields are marked *