"Wifi adapter not found"

My friend's ASUS VivoBook 17 X705UB does not appear to have Wifi when using Zorin. She is trying to switch some of her study and work to Linux using Zorin and this could be a serious deal-breaker if it doesn't work.
How do I find the drivers/what command should she input?


https://driverscollection.com/?H=VivoBook%2017%20X705UB&By=ASUS

Or maybe read this ...... [Solved] WiFi not Working in Ubuntu Linux ..... just a suggestion .... someone will come along with an answer for you directly .....

DKMS is preferred in order to avoid having to reinstall the driver with every kernel upgrade:

sudo apt install git dkms build-essential

git clone https://github.com/tomaspinho/rtl8821ce.git

cd rtl8821ce

sudo ./dkms-install.sh

1 Like

Marked Solution. 329

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.