1793e70c7b32

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 26 Nov 2023 17:56:27 -0500
parents 7adad56571fe
children 2f59f2a694a8
branches/tags (none)
files README.markdown

Changes

--- 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