lk/basics/kernel.md

13 lines
149 B
Markdown
Raw Normal View History

2020-01-02 00:04:35 +00:00
# Living Space
Kernel modules live in lib/modules/$(uname -r)
Load them with
> sudo modprobe ath9k
Or remove one with
> sudo modprove uvcvideo