I'm here because today, suddenly, the network interface no longer appears. When I try ifconfig -a
, I get:
juanch0x@Juan-Notebook:~$ sudo ifconfig -a
eno1 Link encap:Ethernet direcciónHW 38:ea:a7:f6:d7:1a
ACTIVO DIFUSIÓN MULTICAST MTU:1500 Métrica:1
Paquetes RX:0 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:0 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:1000
Bytes RX:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Bucle local
Direc. inet:127.0.0.1 Másc:255.0.0.0
Dirección inet6: ::1/128 Alcance:Anfitrión
ACTIVO BUCLE FUNCIONANDO MTU:65536 Métrica:1
Paquetes RX:23231 errores:0 perdidos:0 overruns:0 frame:0
Paquetes TX:23231 errores:0 perdidos:0 overruns:0 carrier:0
colisiones:0 long.colaTX:1
Bytes RX:2839707 (2.8 MB) TX bytes:2839707 (2.8 MB)
Before this happened I had other network called "rename3". EDIT: Last time it works was before download the automatic updates from ubuntu
lspci -knn | grep Net -A2
Result
juanch0x@Juan-Notebook:~$ lspci -knn | grep Net -A2
02:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]
DeviceName: Ralink RT3290LE 802.11bgn 1x1 Wi-Fi Adapter
Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter [103c:18ec]
SOLVED
I solved the problem reinstalling the drivers, for some reason, when i used the automatic updates, it was deleted, that was the reason of all this problem
Thanks Celtic Warrior for your help!
lspci -knn | grep Net -A2
. – Feb 15 '17 at 21:21