# HG changeset patch # User Steve Losh # Date 1701039387 18000 # Node ID 1793e70c7b32c6502557bbb43db0a0085e574b85 # Parent 7adad56571fe0e675806a2acbcb99734f98a9b7e Update diff -r 7adad56571fe -r 1793e70c7b32 README.markdown --- a/README.markdown Wed Nov 22 20:43:20 2023 -0500 +++ b/README.markdown Sun Nov 26 17:56:27 2023 -0500 @@ -432,3 +432,16 @@ running. From my notes I figured out I needed to use WPA2+PEAP+user/pass, and this time I used `nmtui` to add the connection. The trick was selecting enterprise WPA2 and also changing TLS auth to PEAP. + +## 2023-11-26 + +Figured out how to disable the stupid PC speaker on this laptop. From the Arch +wiki: + + sudo rmmod pcspkr + sudo rmmod snd_pcsp + +And to fix on boot, create `/etc/modprobe.d/nobeep.conf`: + + blacklist pcspkr + blacklist snd_pcsp