Wireless disabled after connecting ethernet cable
Posted
by
user1716672
on Super User
See other posts from Super User
or by user1716672
Published on 2013-11-06T09:36:42Z
Indexed on
2013/11/06
9:57 UTC
Read the original article
Hit count: 421
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?
© Super User or respective owner