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.8k 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.
    • D Offline
      danswartz
      last edited by

      If you go back to an older snap, does the problem go away?  If not, it could just be coincidence.  The ath issues are one reason I gave up over a year ago using pfsense for wireless access…

      1 Reply Last reply Reply Quote 0
      • X Offline
        xbipin
        last edited by

        around a month and a half backs snap doesnt give the error.

        any recommendation on a different brand of wifi card which works flawless?

        1 Reply Last reply Reply Quote 0
        • D Offline
          danswartz
          last edited by

          Not really.

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

            @xbipin:

            is it just me with this?

            Nope, same problem here with a snapshot-iso (regular install) from a few days a go. Which is gonna be nanobsd eventually, right now I'm just trying to get the card to work.

            Using a DWA-552.

            edit: I'm not sure how, but I just got rid of the error ??? :)

            1 Reply Last reply Reply Quote 0
            • C Offline
              cmb
              last edited by

              @xbipin:

              around a month and a half backs snap doesnt give the error.

              Then it's voodoo since nothing in the ath driver has changed since we went to FreeBSD 8.1 somewhere around a year ago.  :)  Nothing in the config really has changed either as there's only one way to set things up, and that's not a config-related condition.

              There's a lot of info on this issue in general on FreeBSD lists if you search on it.

              My ath cards all work fine, only APs I use, so not sure what to suggest.

              1 Reply Last reply Reply Quote 0
              • T Offline
                the6thday
                last edited by

                @xbipin:

                is it just me with this?

                Same thing here with current i386 snapshots…. (this didn't happen the last time i tested v2 about a month ago...)

                "kernel: ath0: stuck beacon; resetting (bmiss count 4)"

                1 Reply Last reply Reply Quote 0
                • C Offline
                  cmb
                  last edited by

                  It may be possible this is related to one of our mbuf patches that was reverted and deferred to a future version, I really doubt it as it would likely be universal and cause panics but it's possible, try today's snapshot or newer.

                  1 Reply Last reply Reply Quote 0
                  • U Offline
                    UrbanSk
                    last edited by

                    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

                    1 Reply Last reply Reply Quote 0
                    • X Offline
                      xbipin
                      last edited by

                      i was surprised to see replies to this thread coz i just stopped getting mails regarding new posts from the forum for some reason.

                      1 Reply Last reply Reply Quote 0
                      • jimpJ Offline
                        jimp Rebel Alliance Developer Netgate
                        last edited by

                        @xbipin:

                        i was surprised to see replies to this thread coz i just stopped getting mails regarding new posts from the forum for some reason.

                        Looks like the mail queue is backlogged. I'm getting the notifications, they're just extremely slow.

                        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                        Need help fast? Netgate Global Support!

                        Do not Chat/PM for help!

                        1 Reply Last reply Reply Quote 0
                        • S Offline
                          strumf666
                          last edited by

                          For me changing wifi channel worked a few times already (as I get this error from time to time).

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

                            @xbipin:

                            i was surprised to see replies to this thread coz i just stopped getting mails regarding new posts from the forum for some reason.

                            Hmm, weird :P

                            Here it seemed like I just had to choose the right settings, although I haven't got a clue which setting it might have been that solved it…
                            (About the issue you created this topic for, not the email problem ;) )

                            1 Reply Last reply Reply Quote 0
                            • X Offline
                              xbipin
                              last edited by

                              i was planning to post a bounty to start with $100 and mayb more ppl can contribute to it to make wireless hotspot more robust and alos get rid of these stuck beacon if any1 was willing to complete it.

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

                                Which wifi card are you using btw?

                                1 Reply Last reply Reply Quote 0
                                • X Offline
                                  xbipin
                                  last edited by

                                  Compex WLM54G atheros 5414 chipset but it reports as this:
                                  dev.ath.0.%desc: Atheros 5413

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

                                    Hmm…

                                    Well, maybe this bug is fixed in a newer version of the ath(4) driver.
                                    I've been told someone is working on it and also adding N support.

                                    Only I don't know where to get the most recent version of this driver and how to update the one that currently comes with pfSense.

                                    1 Reply Last reply Reply Quote 0
                                    • T Offline
                                      the6thday
                                      last edited by

                                      same problem here:

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

                                      hardware is:

                                      kernel: ath0: <atheros 5212="">mem 0xfd8f0000-0xfd8fffff irq 17 at device 1.0 on pci5
                                      kernel: ath0: [ITHREAD]
                                      kernel: ath0: AR2413 mac 7.9 RF2413 phy 4.5

                                      Version 2.0-BETA5 (i386)
                                      built on Thu Feb 24 17:17:04 EST 2011</atheros>

                                      1 Reply Last reply Reply Quote 0
                                      • X Offline
                                        xbipin
                                        last edited by

                                        probably only the devs would know i guess on how and where to get the updated drivers, i would be very much interested in it.

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

                                          I asked on the FreeBSD forum, got this:

                                          svn co http://svn.freebsd.org/base/head/sys/dev/ath
                                          

                                          But does pfSense have svn? Haven't looked at that yet…

                                          • might not work if there where changes in the kernel that are needed by the updated driver.
                                          1 Reply Last reply Reply Quote 0
                                          • B Offline
                                            bartgrefte
                                            last edited by

                                            Installed svn using```
                                            pkg_add -r subversion

                                            Then I used scp to copy over these from my FreeBSD virtual pc because svn needed them.
                                            /usr/lib/libgssapi.so.10
                                            /usr/lib/libheimntlm.so.10
                                            /usr/lib/libkrb5.so.10
                                            /usr/lib/libhx509.so.10
                                            /usr/lib/libasn1.so.10
                                            /usr/lib/libroken.so.10
                                            
                                            The svn command downloaded all files from that link. Now have to figure out what to do next.
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.