Files
lk/fundamentals/kernel.md
Malin Freeborn 6befc5d3c1 initial commit
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