0dca2957ccf7

Merge
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 27 Nov 2023 17:20:27 -0500
parents 2f59f2a694a8 (diff) 00b66f7a71f6 (current diff)
children e9b51ce63241
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Thu Nov 23 12:04:05 2023 -0500
+++ b/README.markdown	Mon Nov 27 17:20:27 2023 -0500
@@ -436,3 +436,25 @@
 ## 2023-11-23
 
 Watched BS521 class I missed.
+
+## 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
+
+Met with HG545 group about the homework.  We disagreed more on this one than any
+other, which is probably not a good sign…
+
+## 2023-11-27
+
+Getting back into the swing of things after a short Thanksgiving break.
+
+HG545 discussion.  This homework was… not great.