1

I recently installed Ubuntu 19.04, and it says I have no WiFi adapter connected, and will not allow me to connect to wireless internet. I have seen many places that this may be because Ubuntu hasn't released a driver supported with Ubuntu, for Realtek drivers, but I feel like there is a way to get it to work for RTL8821ce. My Ubuntu 19.04 is running along side Windows 10 Home (Build 19.09), as I would like to keep Windows too. An answer would be greatly appreciated, as I've tried many methods in the terminal, and nothing has worked.

1 Answers1

1

Apparently, tomaspinho's driver is not working on Kernel version 5.3; check yours:

~$ uname -a

In any case, this driver is, according to its README.md, "being developed for Arch Linux and Ubuntu 18.10. No support will be provided for other Linux distributions or Linux Kernel versions outside of that range". I wouldn't recommend this driver for 18.10 users either, since there is a better solution:

Solution

Try the new driver available in the ubuntu repos. For this, first unistall tomaspinho's and then do:

# Perform the following AFTER UNINSTALLING tomaspinho's driver
sudo add-apt-repository universe
sudo apt update
sudo apt install rtl8821ce-dkms

This solution may only work in Ubuntu 19.10. Consider ditching the 19.04 version in favor of the 19.10.

Working for me in an ASUS fx505dy-bq024 with the Realtek RTL8821CE wifi card under Ubuntu 19.10.

  • 1
    If I were to ditch 19.04, how do I upgrade to 19.10? I have 19.04 installed and to overwrite it, is there a way I can do it straight from 19.04? I dont really want to have to uninstall Ubuntu and reinstall it. – BeTheBestGOAT Jan 21 '20 at 03:09
  • 1
    You can upgrade via the Software Updater. Go to Software & Updates and open the "Updates" tab. For "Notify me of a new Ubuntu Version", select "for any new version". Now run Software Updater and the upgrade to 19.10 will be available. You should know that support for Ubuntu 19.04 will finish this month, in that it is worth the upgrade to 19.10. Neither of them are Long Term Support versions (LTS), the next being due this April. Also, it is a good idea to be comfortable installing and uninstalling your distro for many (and good) reasons. – Á. F. López de Quadros Jan 21 '20 at 12:56
  • 1
    I upgraded Ubuntu 19.04 to 19.10, and the wireless driver now works! Thank you for your help, and the issue has now been resolved. – BeTheBestGOAT Jan 22 '20 at 23:59
  • Hi @BeTheBestGOAT , in order to close the question, don't change the original title, click on the tick that you will find next to the answer. Best wishes for you and your Ubuntu! – Á. F. López de Quadros Feb 01 '20 at 20:17
  • @ÁlvaroF.LópezdeQuadros how do you sign this so secure boot can be enabled? I have a related question - https://askubuntu.com/questions/1240517/signing-dkms-module-automatically-enabled-in-ubuntu-20-04 – sgldiv May 20 '20 at 03:18