lk/basics/kernel.md
2021-05-15 16:41:45 +02:00

17 lines
248 B
Markdown

# 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