lk/basics/kernel.md
2020-01-05 21:06:49 +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