does not work wifi linux mint 18.1 serena

0

I have a problem with wifi. I do not get any option to connect to a network, only usb cable or the network cable allows me to access. Use Linux Mint 18.1 Serena 64-bit Try several things but without success. I know that the problem is because of driver that I can not install correctly. data:

placing the command "inxi -Fxzc0" in the network part I get this

Placing the command "iwconfig"; I get it

I do not know if it is enough information with the things that it offers, in any case if it is needed more they ask me. Greetings, I hope someone can help me.

    
asked by Maxi Gonzalez 26.02.2018 в 00:16
source

1 answer

0

Update the repositories of your S.O

You use:

sudo apt-get update

then

sudo apt-get install r8168-dkms

That's the driver you need, then restart the services

service networking restart
service network-manager restart

If it does not work just reboot and go.

    
answered by 26.02.2018 / 22:01
source