0

It's my first question in this amazing hub, net, so a lot of thinks are realy new for me. I install Ubuntu 20.04 in my computer Lenovo V15-IIL, all the thinks work pretty good, but, I can not active the wifi connection and, the computer hasn't have ethernet.

I was reading a lot of diferent questions, related on that topic. One of the main solutions was install this driver: https://github.com/lwfinger/rtw88

But when I try to install de "requiremens": sudo apt-get update sudo apt-get install make gcc linux-headers-$(uname -r) build-essential git

The computer can not fix them. "Fallo temporal al resolver ..." & "No se han podido descargar algunos archivos del índice, se han omitido, o se han utilizado unos antiguos en su lugar"

So, I can not finish the installation process. Can someone help me on fix it? ( :

1 Answers1

1

Connect your laptop to internet by using a LAN cable or USB tethering, then run the following commands:

sudo apt-get update && sudo apt-get upgrade
Kevin Bowen
  • 19,615
  • 55
  • 79
  • 83