general review

This commit is contained in:
2022-01-26 22:29:48 +01:00
parent 48be8dd112
commit f806bc35f5
20 changed files with 49 additions and 190 deletions

View File

@@ -1,11 +1,13 @@
---
title: "kernel"
tags: [ "Documentation", "basics" ]
tags: [ "Documentation", "Basics" ]
---
# Living Space
## Living Space
Kernel modules live in lib/modules/$(uname -r)
## Change
Load them with
> sudo modprobe ath9k
@@ -16,5 +18,9 @@ Or remove one with
The PC's irritating speaker beep can be really annoying. Disable it with:
> sudo rmmod pcspeaker
> sudo modprobe -r pcspeaker
Permanently disable a module by blacklisting it in `/etc/modprobe.d`:
> echo 'blacklist pcspkr' > /etc/modprobe.d/*nobeep*.conf