summaryrefslogtreecommitdiffstats
path: root/network/rtl8821ce/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-04 16:34:15 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-07 08:45:22 +0700
commit8873450359dbca2ecdcae0f783bfb4ca7dad34a6 (patch)
treeb78f3eded546cd2422e2fe59bc6d3601a67c644a /network/rtl8821ce/README
parentff5ee4c70c6f32bc93688d08e80ba9b6e334aefe (diff)
downloadslackbuilds-8873450359dbca2ecdcae0f783bfb4ca7dad34a6.tar.gz
slackbuilds-8873450359dbca2ecdcae0f783bfb4ca7dad34a6.tar.xz
network/rtl8821ce: Re-added (fixed build for 15.0).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/rtl8821ce/README')
-rw-r--r--network/rtl8821ce/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/network/rtl8821ce/README b/network/rtl8821ce/README
new file mode 100644
index 0000000000..0c7cf68af3
--- /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. ;-)