You are not logged in.

#1 2012-07-27 23:02:28

ephan
Member
Registered: 2011-11-02
Posts: 171

Can't connect to Wifi router

I always managed to connect to Wireless networks normally. However, today I didn't manage to connect to a Wireless network, but other laptops can connect normally to it (I tried both Arch and Linux Mint on my laptop, and I get the same error).

On my dmesg, I get:

wlan0: director probe to 00:26:5b:58:88:89 (try 1/3)
wlan0: director probe to 00:26:5b:58:88:89 (try 2/3)
wlan0: director probe to 00:26:5b:58:88:89 (try 3/3)
authentication with 00:26:5b:58:88:89 timed out

I get that a ton of times, both on Awesome WM, Gnome Shell, etc.

lspci -vv | grep -i network
02:00.0 Network controller: Atheros Communications Inc. AR9285 Wierless Network Adapter (PCI-Express) (rev 01)
iwlan scan
(...)
wlan 0                        No scan results
iwconfig
(...)
wlan0      IEEE 802.11bgn ESSID:off/any
              Mode: managed access point: not-associated Tx-power=14 dBm
              Retry long limit: 7 RTS thr:off Fragment thr:off
              Power management:on
dhcpcd wlan0
wlan0: waiting for carrier
timed out

Important note: yesterday I managed to connect to this network, for like 2 hours, but now I can't anymore, and it's not a matter of location, I've tried several locations/positions including the same one as yesterday.

It's a FON ZON network by the way.

Offline

#2 2012-07-28 00:52:23

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,692

Re: Can't connect to Wifi router

ephan wrote:
iwlan scan
(...)
wlan 0                        No scan results

hmm
Is that supposed to be iwlist scan
If it is, make sure you run that with root permissions -- otherwise it just serves up extant (stale) data.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2012-07-28 13:22:16

ephan
Member
Registered: 2011-11-02
Posts: 171

Re: Can't connect to Wifi router

Yeah, it was iwlist scan, I also tried "sudo iwlist scan", and it gave a huge output which I can't rewrite right now. It had all the information on the router, ESSID, Mac Address, etc. It seemed fine.

Offline

#4 2012-07-28 13:32:30

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,498
Website

Re: Can't connect to Wifi router

ephan wrote:

It seemed fine.

It sounds fine.  Is this solved then, or are there problems in the next steps of connecting?  dhcpcd is not the next step, and shouldn't be expected to work until you connect to a network.

Last edited by Trilby (2012-07-28 13:32:54)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#5 2012-07-28 13:42:39

ephan
Member
Registered: 2011-11-02
Posts: 171

Re: Can't connect to Wifi router

Trilby wrote:
ephan wrote:

It seemed fine.

It sounds fine.  Is this solved then, or are there problems in the next steps of connecting?  dhcpcd is not the next step, and shouldn't be expected to work until you connect to a network.

What seems fine is the information about the router, I can't connect, I get the same error I posted about in the first post :S

Offline

#6 2012-07-28 13:48:22

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,498
Website

Re: Can't connect to Wifi router

What do you mean you can't connect?  Show the commands you are using and the errors you get when you attempt to connect.  The first post didn't have any of this.

Is your network open or secure? WPA(1/2) or WEP? If it's open you should use `iwconfig wlan0 essid "YOUR ESSID"` as root/sudo.  If it's secure[1] you need to use wpa_supplicant, and perhaps wpa_passphrase to get a configuration set up.  Without these, dhcpcd should not work.

[1]: this should be for WPA, if it's WEP, you should really consider WPA, but if you stick with WEP, then you'd just use iwconfig with the key.

Last edited by Trilby (2012-07-28 13:51:35)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#7 2012-07-28 17:15:52

ephan
Member
Registered: 2011-11-02
Posts: 171

Re: Can't connect to Wifi router

I am using network manager's applet, it's a security-free router by the way. I am using nm-applet, but when I run "dmesg" after it fails, I get:

wlan0: director probe to 00:26:5b:58:88:89 (try 1/3)
wlan0: director probe to 00:26:5b:58:88:89 (try 2/3)
wlan0: director probe to 00:26:5b:58:88:89 (try 3/3)
authentication with 00:26:5b:58:88:89 timed out

Offline

Board footer

Powered by FluxBB