Thread: wireless down!
View Single Post
Posts: 33 | Thanked: 1 time | Joined on Nov 2006
#6
works now; here's what i did:
Code:
sudo gainroot
ifconfig wlan0 up
then i ran ifconfig an found wlan0 listed and "UP RUNNING" etc.

then
Code:
shutdown -r now
when it came up, it still didn't work; restarting my home router did the trick.

as always when i fix things in linux, i have no idea what the actual problem was, how i caused it in the first place, or exactly what i did to fix it. i know the following things:

-wlan0 wasn't listed under ifconfig; this should not be the case if the interface is up and running. i don't know how i took it down.
-when trying to connect, my home network was detected and (presumably) available.

if anyone can shed some light on this, it'd be great! thanks for the replies and suggestions, guys!

-steve