0

I have recently installed Ubuntu 19.04 in my Lenovo ideapad along with windows 10 .

I could not find how to turn on WiFi.I could not even get anything like " No WiFi adapter found" or something like that.

I do not have any experience of using Linux.

Help me.

Edit

Output of lspci -knn | grep Net -A3; rfkill list:

Network controller [ 0280 ] : Realtek semiconductor co ., ltd RTL8821CE 802.11ac
PCIe wireless network Adapter [ 10ec : c821 ] 0: ideapad_WLAN: wireless soft blocked : none , hard blocked : none
kya hai
  • 11
  • Please [edit] your question and add output of lspci -knn | grep Net -A3; rfkill list terminal command. – Pilot6 Aug 22 '19 at 07:52
  • Network controller [ 0280 ] : Realtek semiconductor co ., ltd RTL8821CE 802.11ac PCIe wireless network Adapter [ 10ec : c821 ] 0: ideapad_WLAN: wireless soft blocked : none , hard blocked : none @pilot6 – kya hai Aug 22 '19 at 10:42

1 Answers1

1

You can connect the Ethernet and run:

sudo apt-get update

This worked for me.

Eliah Kagan
  • 117,780