lk/fundamentals/kernel.md
2020-01-02 01:04:35 +01:00

13 lines
149 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