Wireless disabled after connecting ethernet cable
- by user1716672
Im using Linux Mint 13. Wireless has always worked fine but stopped yesterday after I connected to the internet via an ethernet cable. I ran:
sudo rfkill list
gives me:
0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
sudo rfkill unblock 0
sudo rfkill list
gives me
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
sudo service networking start
results in:
networking stop/waiting
The contents of /etc/network/interfaces is
auto lo
iface lo inet loopback
Any ideas what I can do?