linux-beacon-artix

Patched Artix/Arch kernel that fixes iwlwifi driver
git clone git://mattcarlson.org/repos/linux-beacon-artix.git
Log | Files | Refs | README

commit e1c9aba84c219ec4c13184a43e828e3377f1fc60
parent 127f660a9745e520e95cbd9994e503db865f06db
Author: Matthew Carlson <matt@mcarlson.xyz>
Date:   Thu,  2 Jun 2022 11:16:38 -0400

better wording

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -6,7 +6,7 @@ The patch is basically [mikezackles's](https://github.com/mikezackles/linux-beac But that repository is not always updated, so I created my own to be updated at my discretion. It uses the namesake of Artix, but Arch and Artix use virtually (or even exactly) the same kernel, as far as I am aware. ## Usage -First, create a file (e.g., in /etc/modprobe.d/wifi-fix.conf) with this line: +First, create a file (e.g., in /etc/modprobe.d/wifi-fix.conf) containing this line: ``` options iwlwifi beacon_timeout=256 @@ -14,7 +14,7 @@ options iwlwifi beacon_timeout=256 The number 256 is the number of beacons that must be missed before the driver disconnects. -Second, either tediously build the packages or download prebuilt versions of them. +Second, either tediously build the packages yourself or download prebuilt versions of them. To install the prebuilt packages, navigate to [https://github.com/mlscarlson/linux-beacon-artix/releases](https://github.com/mlscarlson/linux-beacon-artix/releases) and download the two .pkg.tar.zst files associated with the most recent release.