You are not logged in.

#1 2014-02-12 04:03:37

Aurel07
Member
Registered: 2010-04-18
Posts: 24

Wifi: stuck on "waiting for beacon from ..."

Hi,

Today, my laptop won't connect to the wifi while I have been using it for 2 weeks now. dmesg says something like this:

authenticate with ...
send auth to ...
authenticated
waiting for beacon from ...

Where ... stands for the SSID, and there is a wlp2s0 before each line. And it stays on this line and does not connect. Btw, I'm using my cell phone on the same wifi network. Can somebody what can solve my problem, or at least what a beacon is?

Thanks!

Offline

#2 2014-02-12 04:10:26

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,815

Re: Wifi: stuck on "waiting for beacon from ..."

Aurel07 wrote:

Can somebody what can solve my problem, or at least what a beacon is?

Thanks!

http://www.wi-fiplanet.com/tutorials/ar … hp/1492071

What does the output of rfkill list have to say?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2014-02-12 04:33:12

Aurel07
Member
Registered: 2010-04-18
Posts: 24

Re: Wifi: stuck on "waiting for beacon from ..."

Thanks for the link. The problem is rfkill is not installed, and I can't install it without internet...

I myself am pretty stuck here...


Edit: I'm more resourceful than I thought, here is the output of rfkill list:

0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

Last edited by Aurel07 (2014-02-12 04:38:49)

Offline

#4 2014-02-12 04:44:03

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,815

Re: Wifi: stuck on "waiting for beacon from ..."

Do you have iw  ?
Try sudo iw wlp2s0 scan
Can you USB tether your phone?
Can you do an off line package install ?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2014-02-12 05:02:27

Aurel07
Member
Registered: 2010-04-18
Posts: 24

Re: Wifi: stuck on "waiting for beacon from ..."

I've installed iw and rfkill by downloading them from the repos, and transferring to my laptop. USB tethering don't work either, but I don't think it ever worked.

iw wlp2s0 scan gives me lots of output. What should I look for?
(beacon interval 100TUs)

And thanks a lot for your help and patience.

Offline

#6 2014-02-12 05:10:13

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,815

Re: Wifi: stuck on "waiting for beacon from ..."

Hey, no problem.  If iw gives a lot of output, then your wireless is working and you do not have a problem with the radio being disabled.  Check to see if you can see your access point in the output.

So, moving to the next step, what are you using to control your network? netctl? wicd? NetworkManger?  Ensure you are using only one.
What kind of network is it? Open? WEP? WPA1/2? 

Assuming you are using netctl, did you write your configuration file by hand? Or did you use a tool like wifi-menu?
Do you have administrative rights on the access point to which you are trying to attach?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#7 2014-02-12 05:17:29

Aurel07
Member
Registered: 2010-04-18
Posts: 24

Re: Wifi: stuck on "waiting for beacon from ..."

I have access to it, I see its SSID in the output of iw scan, and I can't find any error. I use networkmanager through gnome, so everything is automatic. The network is WPA 1/2 and the pass is good. Unfortunately, I have no admin right on it.

Offline

#8 2014-02-12 05:48:01

Aurel07
Member
Registered: 2010-04-18
Posts: 24

Re: Wifi: stuck on "waiting for beacon from ..."

Ok, out of despair, I braved my landlady and restarted the router... and I can now connect. I don't get it, is it possible that it didn't come from my laptop? Here are the output of dmesg before and after:

Before

[ 6000.173873] wlp2s0: authenticate with e0:46:9a:83:41:xx
[ 6000.177037] wlp2s0: send auth to e0:46:9a:83:41:xx (try 1/3)
[ 6000.178922] wlp2s0: authenticated
[ 6000.179015] wlp2s0: waiting for beacon from e0:46:9a:83:41:xx

After

[ 6185.269891] wlp2s0: authenticate with e0:46:9a:83:41:xx
[ 6185.272631] wlp2s0: send auth to e0:46:9a:83:41:xx (try 1/3)
[ 6185.275366] wlp2s0: authenticated
[ 6185.277335] wlp2s0: associate with e0:46:9a:83:41:xx (try 1/3)
[ 6185.281206] wlp2s0: RX AssocResp from e0:46:9a:83:41:xx (capab=0x411 status=0 aid=2)
[ 6185.300304] wlp2s0: associated
[ 6185.300332] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready

Offline

#9 2014-02-12 05:50:23

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,815

Re: Wifi: stuck on "waiting for beacon from ..."

I am running out of ideas here.  I have not had a great relationship with NetworkManager; it has let me down often enough that I avoid it when I can.

Were I you, I would disable and stop NetworkManager, start netctl, and try wifi-menu.  Not a solution, but a work around to see if you can get it working.
I would suggest ensuring your system is fully up to date, but that is a bear without a working network connection.
Is the kernel you are running the same as the one that is installed? Check the output of uname -a and compare it to the output of pacman -Qi linux
If they are out of sync, try to reboot.

Edit:  I see we were posting at the same time again smile  Disregard.  It sounds to me like the router was in a strange state.  What flavor is it?

Last edited by ewaller (2014-02-12 05:52:21)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#10 2014-02-12 06:09:53

Aurel07
Member
Registered: 2010-04-18
Posts: 24

Re: Wifi: stuck on "waiting for beacon from ..."

It's a Netgear N600 dual band wireless. I wil take advantage of having an internet connection to install most of the core repos, so that I have the tools needed, just in case. And I'll try your suggestion next time too. Thanks again for your help.

Offline

#11 2014-02-12 06:23:52

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,815

Re: Wifi: stuck on "waiting for beacon from ..."

Coincidentally,  that is the exact router I have.  I used to have all kinds of problems with that router and had to reboot it every few days.  I think it has (had) a memory leak. 
That router is well supported by DD-WRT; changing the firmware solved all my issues and  up times measured in months is now common.  I know that doesn't help you in your situation sad


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB