Re: Help! Wifi wont connect
ok i have done some more research, from what i have read ath9k drivers should run it with no problem. i have turned on my networking. When i plug it in with ethernert i get past obtaining ip address instantly. But when i switch to wireless i get stuck on obtaining ip and get no further.my interfaces folder looks normal compared to the how to networking guide.I have tried other networks same thing. My linux experince is moderate. so i have to just be missing something stupid easy. Not looking for the answer maybe just some help in the right direction. thanks again
Re: Help! Wifi wont connect
I'm new to Linux but I've quickly learnt not to trust wicd so lets try and rule that out by connecting manually. Firstly, well done with disabling encryption on your router, thats a good troubleshooting step.
Try these commands:
ifconfig wlan0 down
iwconfig wlan0 Managed
iwconfig wlan0 essid YourAccessPointName
iwconfig wlan0 key off
ifconfig wlan0 up
dhclient wlan0
Re: Help! Wifi wont connect
Quote:
root@bt:~# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn Mode:Managed Frequency:2.462 GHz
Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thrff Fragment thrff
Encryption keyff
Power Managementff
so then just connect with the command line, it almost always works
Code:
iwconfig wlan0 essid youressidhere
dhclient wlan0
that should have it connect, tell me if it works, and if it doesn't tell us what error msg you get in return!
Re: Help! Wifi wont connect
Woot! it worked! thanks for the help must just be a wicd problem