RTL8821CE 802.11ac PCIe Wireless Network Adapter
Forum rules
Before you post please read how to get help
Before you post please read how to get help
-
- Level 1
- Posts: 8
- Joined: Sun Dec 08, 2013 9:59 am
- Location: Vancouver, Washington
Re: RTL8821CE 802.11ac PCIe Wireless Network Adapter
I have installed the 5.2.5.2.1 and the 5.5.2.1 version of the RTL8821ce-dkms for 5.3* kernels, 5.4* kernels, and 5.5* kernels. Only the 5.3* kernels recognize and use the drivers. No wifi capability with the 5.4 and 5.5 lines of the kernel. I've tried several other suggestions from as far back as 2017, and no luck. I wouldn't mind using the 5.3.0-40 or the 5.3.18 kernels, but support for them disappears soon. Is RealTek or anyone else working on an update to the driver?
- kelebek333
- Level 4
- Posts: 278
- Joined: Sat Jun 25, 2011 11:57 am
Re: RTL8821CE 802.11ac PCIe Wireless Network Adapter
rtl8821ce-dkms driver currently supports up to 5.6.x of the kernel. However, there is a issue with gcc-7 for newer version of kernels. This issue will be resolved with the 7.5 update of gcc-7. 7.5 version of gcc-7 is currently in the proposed test repository. it's not just related rtl8122ce, it affects many modules installed with dkms.johnmc98683 wrote: ↑Tue Mar 03, 2020 2:57 pmI have installed the 5.2.5.2.1 and the 5.5.2.1 version of the RTL8821ce-dkms for 5.3* kernels, 5.4* kernels, and 5.5* kernels. Only the 5.3* kernels recognize and use the drivers. No wifi capability with the 5.4 and 5.5 lines of the kernel. I've tried several other suggestions from as far back as 2017, and no luck. I wouldn't mind using the 5.3.0-40 or the 5.3.18 kernels, but support for them disappears soon. Is RealTek or anyone else working on an update to the driver?
In fact, this issue can be solved by compiling the rtl8188ce driver with gcc8. But this is not necessary for now, because this will result in the installation of additional packages to the system.
If you have a special reason to use the versions of mainline kernel, I can prepare another package that can be installed with gcc-8.
-
- Level 1
- Posts: 8
- Joined: Sun Dec 08, 2013 9:59 am
- Location: Vancouver, Washington
Re: RTL8821CE 802.11ac PCIe Wireless Network Adapter
Thanks for the quick reply.
I'm not a newbie by any means, but I'm also not up to snuff on compiling the drivers. I've compiled other things, but don't feel competent about this. Can you refer me to some info?
I like to stay fairly up-to-date with the kernels, so I don't miss the latest and greatest tidbits.
The current driver works only up to kernel 5.3.18 on a new laptop with no ethernet port. I bought an ethernet dongle for use at home, but don't want to rely on that, especially since my plan is to use the laptop where there are no ethernet drops.
J
I'm not a newbie by any means, but I'm also not up to snuff on compiling the drivers. I've compiled other things, but don't feel competent about this. Can you refer me to some info?
I like to stay fairly up-to-date with the kernels, so I don't miss the latest and greatest tidbits.

J
- kelebek333
- Level 4
- Posts: 278
- Joined: Sat Jun 25, 2011 11:57 am
Re: RTL8821CE 802.11ac PCIe Wireless Network Adapter
If the rtl8821ce-dkms package is installed, run the following command on the terminal for installing gcc-8.
Then, open rtl8821ce-dkms package's Makefile file with following command.
Add following line to top of opened file, then save it.
Finally run following command for compaling driver module.
If you can establish internet connection, remove the rtl8821ce-dkms package with following command.
Then install rtl8821ce-gcc8-dkms package. This package auto installs gcc-8 and include Makefile fix.
Code: Select all
sudo apt install gcc-8
Code: Select all
sudo xed /usr/src/rtl8821ce-5.5.2.1~ppa/Makefile
Code: Select all
CC = gcc-8
Code: Select all
sudo dkms install rtl8821ce/5.5.2.1~ppa
If you can establish internet connection, remove the rtl8821ce-dkms package with following command.
Code: Select all
sudo apt purge rtl8821ce-dkms
Code: Select all
sudo apt purge rtl8821ce-gcc8-dkms
-
- Level 1
- Posts: 8
- Joined: Sun Dec 08, 2013 9:59 am
- Location: Vancouver, Washington
Re: RTL8821CE 802.11ac PCIe Wireless Network Adapter
Eureka! You've nailed it. I appreciate the help. I can't mark the thread as solved, but if I could, I would.
John
John
- kelebek333
- Level 4
- Posts: 278
- Joined: Sat Jun 25, 2011 11:57 am
Re: RTL8821CE 802.11ac PCIe Wireless Network Adapter
You're welcome.
Re: RTL8821CE 802.11ac PCIe Wireless Network Adapter
the ez way to install it is to go to the software manager do a wifi search and there it is rtl8821ce-dkms