View Single Post
Posts: 502 | Thanked: 366 times | Joined on Jun 2010 @ /dev/null
#3
I think when you used the qtmobilehotspot, it may have left your wireless interface for your device in Ad-Hoc mode which renders it not able to see any nearby wireless networks.

You maybe able to get it working again by doing this (as root and you will need internet connectivity):
Code:
apt-get install wireless-tools && ifconfig wlan0 down && iwconfig wlan0 mode managed && ifconfig wlan0 up
__________________
 

The Following User Says Thank You to tuxsavvy For This Useful Post: