mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6a409344413917eaa4a1ba367b0c86d3a386208d
parent ae887daa6002689b7da80c3e8f3510ca7c5f9d5d
Author: mayfrost <mayfrost@cock.li>
Date:   Wed, 13 Jun 2018 22:16:39 +0000

Update KERNEL.md
Diffstat:
MKERNEL.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/KERNEL.md b/KERNEL.md @@ -27,6 +27,7 @@ Compiling a kernel has the advantage to make it as minimal and featureful as you 8.2. [OPTION 1: Git](#option-1-git) 8.3. [OPTION 2: Patch command](#option-2-patch-command) 8.4. [OPTION 3: Patch with zcat](#option-2-patch-with-zcat) +8. [DRIVERS](#drives) --- @@ -229,3 +230,8 @@ Git can be used to fallback from the patch and revert to the upatched source. `zcat <PATCH_FILE>.gz | patch -p1` Compile the kernel with the patch now included. + +--- + +## DRIVERS +The drivers have different names depending on your device (like "iwlwifi" and its "ucode" for WiFi). In part they can be installed from a package usually named "linux-firmware", but they may not be complete (this provides "ucode" but not "iwlwifi").