Im running LXLE (lubuntu based) dual boot with Windows 8.1
Recently I installed 3.13.0-77-generic headers and everything was fine until I did a reboot and chose 3.13.0-65-generic. My network was disabled as this image indicates and everytime I do
Code:
$ sudo service network-manager status
I get:
Code:
network-status stop/waiting
I tried several solutions
In /etc/network/interfaces I did:
Code:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto wlan0 iface wlan0 inet dhcp
Also I deleted /var/lib/NetworkManager/NetworkManager.state and restarted but always get:
Code:
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true WimaxEnabled=true
This is the output of ifconfig -a
Code:
eth0 Link encap:Ethernet HWaddr a0:48:1c:e9:bd:23 UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1175 errors:0 dropped:0 overruns:0 frame:0
TX packets:1175 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:106331 (106.3 KB) TX bytes:106331 (106.3 KB)
virbr0 Link encap:Ethernet HWaddr ee:81:01:14:b8:75
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr 48:d2:24:ae:88:a5
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
By the way the network is working fine on Windows.
UPDATE
I removed the 3.13.0-77 headers and nothing changed