lk/basics/kernel.md
2022-01-18 13:24:25 +01:00

21 lines
308 B
Markdown

---
title: "kernel"
tags: [ "Documentation", "basics" ]
---
# Living Space
Kernel modules live in lib/modules/$(uname -r)
Load them with
> sudo modprobe ath9k
Or remove one with
> sudo modprove uvcvideo
The PC's irritating speaker beep can be really annoying. Disable it with:
> sudo rmmod pcspeaker