Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

RTL8821CE Wireless Wifi drivers

Need help with peripherals or devices?
Post Reply
Message
Author
Elle
Posts: 4
Joined: 2014-03-30 00:24

RTL8821CE Wireless Wifi drivers

#1 Post by Elle »

Greetings

I recently got a laptop which has the RTL8821CE Wireless card. This card is not supported in Linux from what I understand, but someone at: https://github.com/tomaspinho/rtl8821ce created drivers for it, but they're no longer being maintained by the author I think. I don't feel too keen on getting the drivers from GitHub, perhaps the repository is safe though? I noticed Ubuntu seem to have drivers in their repository: https://packages.ubuntu.com/eoan-updates/rtl8821ce-dkms. Is it possible to install their package on Debian? Or does this card has support in for example the testing version of Debian?

Thank you in advance!

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: RTL8821CE Wireless Wifi drivers

#2 Post by Head_on_a_Stick »

Elle wrote:I noticed Ubuntu seem to have drivers in their repository: https://packages.ubuntu.com/eoan-updates/rtl8821ce-dkms. Is it possible to install their package on Debian?
I've just tried a simulated installation of that .deb package and it seemed to work but that doesn't involve actually building the driver. Backup your system before trying and don't add any Ubuntu repositories.
Elle wrote:Or does this card has support in for example the testing version of Debian?
Perhaps. Have you tried the kernel & firmware from buster-backports?

See also https://bugs.debian.org/cgi-bin/bugrepo ... bug=917941
deadbang

Elle
Posts: 4
Joined: 2014-03-30 00:24

Re: RTL8821CE Wireless Wifi drivers

#3 Post by Elle »

Thank you for your reply and for trying the .deb package!

I looked for the RTL8821CE module in backports, but couldn't find one and doesn't seem to be any other RealTek firmware I can use. I also tried installing kernel 5.4 from it, but it had an error:

Error! Bad return status for module build on kernel: 5.4.0-0.bpo.4-amd64 (x86_64)
Consult /var/lib/dkms/nvidia-current/418.74/build/make.log for more information.

The log file error:

ERROR: Kernel configuration is invalid."; \
echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \

It's unfortunately beyond me what to do about it.

I'll give the Ubuntu package a try tomorrow.

likid
Posts: 1
Joined: 2022-03-02 10:24

Re: RTL8821CE Wireless Wifi drivers

#4 Post by likid »

sudo apt install bc module-assistant build-essential dkms
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
sudo m-a prepare
sudo ./dkms-install.sh

User avatar
sunrat
Administrator
Administrator
Posts: 6476
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 474 times

Re: RTL8821CE Wireless Wifi drivers

#5 Post by sunrat »

@likid It is preferred to not bump old topics and this one is 2 years old. The OP included a link to that driver page on which the build instructions identical to your post are clearly posted.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Post Reply