diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2020-10-15 21:03:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:18 +0700 |
commit | ac204e86ded627976b9835f80d6d14119651b576 (patch) | |
tree | dd51accd03b78077f9da78da30338aef0d0fb9db /network/rtl8821ce/README | |
parent | 7c80a6a6af5d36ba619ee77629f22f64d197862c (diff) |
network/rtl8821ce: Added (Realtek RTL8821CE Driver)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/rtl8821ce/README')
-rw-r--r-- | network/rtl8821ce/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/network/rtl8821ce/README b/network/rtl8821ce/README new file mode 100644 index 0000000000000..0c7cf68af3e40 --- /dev/null +++ b/network/rtl8821ce/README @@ -0,0 +1,24 @@ +Realtek RTL8821CE Driver maintained by Tomás Pinho for Arch Linux. +Still, can serve Slackers as well! + +NOTE: + + Although the driver builds for kernel 4.4.x as found in -14.2, + I only tested it in the field on kernel 5.4.x as found in -current. + Also, upstream warns that the source is targeting kernels > 4.14. + +To build the package for a kernel different from the running one, +start the script setting the KERNEL variable as in: + + KERNEL=4.4.14 ./rtl8821ce.SlackBuild + +NOTE: + +1. If you experience problems using this driver (e.g. a non-working + WiFi or Bluetooth), visit project's homepage to learn about possible + solutions. +2. If you want to use this driver on -14.2, but with the kernel from + -current, you will need to compile the kernel yourself on -14.2. + Otherwise, you will run into compilation errors while building + the driver. I have no intent of fixing that, unless you provide me + with a working patch. ;-) |