I've seen a few post similar to this, but I still have the network unreachable.
How do I bring up my wireless network at boot?
"Waiting for network configuration" adding 3 to 5 minutes to boot time
I can't reinstall because I have mysql databases in the system.
I don't know what any other thing I can do.
Thanks.
/etc/network/interfaces
#The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto wlan0
iface wlan0 inet dhcp
wpa-ssid xxxxxxx
wpa-psk xxxxxxxx
cat /etc/network/interfaces
and a few screenshot of the interesting parts ofnetwork-manager
. But it will be a long thread... – Avio May 31 '12 at 19:44