07-13-2019, 05:45 PM 
		
	
	
		I used the following four commands in the terminal to install the driver.  Worked perfectly.
Assuming you already have the driver stored on your computer -
Open the terminal and enter following:
The first command is to change directories to the location of your rtl8821ce driver. As an example, the line below is what I used on my computer, change it to match whatever path yours is on. After entering each command hit the enter key.
  
cd /home/richard/rtl8821ce
sudo ./dkms-install.sh
sudo modprobe 8821ce
iwconfig
After entering these commands (with no errors) you should be able to click on your network icon and find your wi-fi network.
Richard Mockler
	
	
	
	
Assuming you already have the driver stored on your computer -
Open the terminal and enter following:
The first command is to change directories to the location of your rtl8821ce driver. As an example, the line below is what I used on my computer, change it to match whatever path yours is on. After entering each command hit the enter key.
cd /home/richard/rtl8821ce
sudo ./dkms-install.sh
sudo modprobe 8821ce
iwconfig
After entering these commands (with no errors) you should be able to click on your network icon and find your wi-fi network.
Richard Mockler

 
 

