Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Kernel: ath0: stuck beacon; resetting (bmiss count 4)

    Scheduled Pinned Locked Moved 2.0-RC Snapshot Feedback and Problems - RETIRED
    50 Posts 12 Posters 49.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      johbra
      last edited by

      I just want to share my experience with this problem. I was running PfSense 1.2.3 with a ath card and no problems. When i upgraded to "2.0-RC1 (i386) built on Sat Feb 26 15:30:26 EST 2011" wireless stopped working (with the same error).

      The only setting i changed to get this working was channel (wireless channel).

      1 Reply Last reply Reply Quote 0
      • B
        bartgrefte
        last edited by

        Changing the channel has worked for some people, but all channels are busy here and I have tried all of them without luck.

        Right know I'm considering switching to a Linux based alternative for pfSense, hoping that the Linux equivalent of the Atheros driver does not contain this bug and because that one does (as far as I know) offer support for the N standard.

        1 Reply Last reply Reply Quote 0
        • F
          fthomasr
          last edited by

          I have the same issue: kernel: ath0: stuck beacon; resetting (bmiss count 4)

          Alix 6E1 board, .99H BIOS, Mikrotik r52h Atheros 5414 chipset card.

          On startup mine also reports it as this:
          ath0: <atheros 5413="">mem 0xe0080000-0xe008ffff irq 9 at device 12.0 on pci0
          ath0: [ITHREAD]
          ath0: AR5413 mac 10.5 RF5413 phy 6.1

          Which I thought might be significant.

          I'm trying the tunables suggested below as we speak to see if it gets better:

          @UrbanSk:

          Hi!
          I have had this for a while also.

          Try setting hw.ath.bstuck to 8 in system/advanced/system tunables (add new row).

          I also added hw.ath.longcal  and value 30.

          For me WiFi now works better.

          /UrbanSk</atheros>

          1 Reply Last reply Reply Quote 0
          • B
            bartgrefte
            last edited by

            Tunables? That setting is not present here, or is only present in pfSense 2?

            And to quote myself:
            @bartgrefte:

            Changing the channel has worked for some people, but all channels are busy here and I have tried all of them without luck.

            Right know I'm considering switching to a Linux based alternative for pfSense, hoping that the Linux equivalent of the Atheros driver does not contain this bug and because that one does (as far as I know) offer support for the N standard.

            I haven't been able to find a decent alternative for pfSense….

            1 Reply Last reply Reply Quote 0
            • stephenw10S
              stephenw10 Netgate Administrator
              last edited by

              The system tunables table is only present in the 2.0 GUI. You can still set that stuff manually though.
              My experience is that changing the channel works for a short time and then the stuck beacon messages start again. I am in an area of very high wifi density however and I'm sure people changing their channel or getting new hardware could account for that.

              I have found that selecting a seemingly empty channel does not necessarily help. E.g. right now I am using channel 1 without errors but there are 6 other APs shown under status>>wireless on that channel.

              It's also worth noting that I have never actually had a problem with wifi, just with hundreds of messages clogging the logs.

              I'll try setting the tunables. Edit: hw.ath.longcal already set to 30 (default)

              Steve

              1 Reply Last reply Reply Quote 0
              • F
                fthomasr
                last edited by

                So far in one day of testing the two tunable entries, the error has not returned. I'm going to observe it until Monday in the lab, however IMO at this point already it would have produced a new error so I think it's resolved.

                1 Reply Last reply Reply Quote 0
                • stephenw10S
                  stephenw10 Netgate Administrator
                  last edited by

                  Good to hear.  :)
                  Are we not just masking the problem though? It looks like hw.ath.bstuck just defines the number of beacons before an error is shown. I can't find a good description of the sysctls though.

                  Steve

                  Edit: From the source:

                  
                  static	int ath_bstuck_threshold = 4;		/* max missed beacons */
                  SYSCTL_INT(_hw_ath, OID_AUTO, bstuck, CTLFLAG_RW, &ath_bstuck_threshold,
                  	    0, "max missed beacon xmits before chip reset");
                  
                  
                  /*
                   * Reset the hardware after detecting beacons have stopped.
                   */
                  static void
                  ath_bstuck_proc(void *arg, int pending)
                  {
                  	struct ath_softc *sc = arg;
                  	struct ifnet *ifp = sc->sc_ifp;
                  
                  	if_printf(ifp, "stuck beacon; resetting (bmiss count %u)\n",
                  		sc->sc_bmisscount);
                  	sc->sc_stats.ast_bstuck++;
                  	ath_reset(ifp);
                  }
                  

                  By setting the value to 8 all we are doing is increasing the number of missed beacons before the hardware is reset. There shouldn't ever be any missed beacons, this is a symptom not a cause.

                  1 Reply Last reply Reply Quote 0
                  • B
                    bartgrefte
                    last edited by

                    @stephenw10:

                    The system tunables table is only present in the 2.0 GUI. You can still set that stuff manually though.
                    My experience is that changing the channel works for a short time and then the stuck beacon messages start again. I am in an area of very high wifi density however and I'm sure people changing their channel or getting new hardware could account for that.

                    I have found that selecting a seemingly empty channel does not necessarily help. E.g. right now I am using channel 1 without errors but there are 6 other APs shown under status>>wireless on that channel.

                    It's also worth noting that I have never actually had a problem with wifi, just with hundreds of messages clogging the logs.

                    I'll try setting the tunables. Edit: hw.ath.longcal already set to 30 (default)

                    Steve

                    Okay.
                    Changing the channel still does not do anything here, lot's of errors no matter what setting and no access to my WLAN.
                    But I haven't tried RC3 yet, maybe that will make a difference. But still miss support for 802.11n, so I'm continuing looking for a Linux based alternative for pfSense.

                    I'm in a very high density area as well:

                    This was a few months a go and I only ran inSSIDer while standing at the back of my house (didn't check the front), I am expecting a lot more networks if I run inSSIDer again right now. Partially because the local (tv-)cable internet provider is issuing cablemodems with build-in router and AP at the moment.

                    1 Reply Last reply Reply Quote 0
                    • stephenw10S
                      stephenw10 Netgate Administrator
                      last edited by

                      RC3 made no difference to me, I don't think the ath driver has changed for a while. There are updates in the head code for FreeBSD though.
                      'Ravens Lair', nice!  ;D

                      Steve

                      1 Reply Last reply Reply Quote 0
                      • F
                        fthomasr
                        last edited by

                        I have a also read that if you drop back to 802.11b the problem is gone. I know this is probably not desirable for most but I thought I'd throw it out there for some as an alternative:

                        http://forum.pfsense.org/index.php?topic=30355.0

                        1 Reply Last reply Reply Quote 0
                        • B
                          bartgrefte
                          last edited by

                          @stephenw10:

                          RC3 made no difference to me, I don't think the ath driver has changed for a while. There are updates in the head code for FreeBSD though.
                          'Ravens Lair', nice!  ;D

                          Steve

                          Hmm, okay.
                          Got tired of my Hotmail account that mostly receives spam, so got my own domain name :).
                          (If you trigger the custom 404, you will see where I got the "Raven" part from ;) )

                          1 Reply Last reply Reply Quote 0
                          • stephenw10S
                            stephenw10 Netgate Administrator
                            last edited by

                            Since setting hw.ath.bstuck to 8 this problem has almost completely disappeared for me.
                            I have had less than 10 stuck beacon reports in the last 4 days which, although still not great, means the logs are readable again.
                            At least they would be if they weren't full of messages from hostapd!  ::)
                            These need their own log section.

                            Steve

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post
                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.