Results 1 to 10 of 27

Thread: Broadcom4313 random disconnect

Hybrid View

  1. #1
    Join Date
    Mar 2011
    Beans
    33

    [solved] Broadcom4313 random disconnect

    I had an Acer Aspire One 722 with the Atheros Wifi card and it worked fine on 11.04. So we bought 200 of them for our school. However these all came with the Broadcom BCM4313 wireless card and there are issues. It is using the brcmsmac driver and they connect initially. However after a time (sometimes just a few webpages) some of them lose connection. However, they still have an IP and network-manager says they are connected, but no pages load and you can't ping anything on the LAN or internet. A disconnect/reconnect can fix it, but sometimes a restart is required. It happens frequently so is a major issue. Lots of broadcom drivers are blacklisted: bcm43xx, b43, brcm80211. Any ideas or experiences with the broadcom4313 card? Please save these computers from a Windows fate!
    Last edited by biodojo; June 1st, 2012 at 01:52 PM.

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Broadcom4313 random disconnect

    Are you certain that brcmsmac is correct for that device? How about we fine tune one of those babies and then you can fix up 199? Please run and post:
    Code:
    lspci -nn | grep 0280
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Mar 2011
    Beans
    33

    Re: Broadcom4313 random disconnect

    Thanks for the reply and offer of help!

    Here is the lspci output

    07:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)

    I also tried running tail -f /var/log/syslog on a machine that had an issue:
    wpa_supplicant[1029]: Failed to initiate AP scan.
    last message repeated 61 times (which repeats every minute)

    This message is on both netbooks I have with me that have the issue, and the working ones have very different outputs.

  4. #4
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,971
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Broadcom4313 random disconnect

    You need to blacklist the modules bcma and brcmsmac, too, and install the Broadcom-STA driver from "additional drivers". Reboot after that.

  5. #5
    Join Date
    Mar 2011
    Beans
    33

    Re: Broadcom4313 random disconnect

    Thanks for the suggestion.
    I will try this other driver, though other posts say that the brcmsmac is the one to use and that the STA driver is the bad one so I guess it might be just try them both and see which one is the most stable on the particular hardware configuration.

    https://help.ubuntu.com/community/AspireOne522#Wireless

  6. #6
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Broadcom4313 random disconnect

    As much as I respect my esteemed colleague praseodym, I suggest you try brcmsmac first.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #7
    Join Date
    Mar 2011
    Beans
    33

    Intermittent wireless with Broadcom4313 using brcmsmac in 12.04

    We have 200 new Acer Aspire One 722 with the BCM4313 card. There were major connection problems with 11.04, but upgrading to 12.04 on kernel 3.3 has been more reliable. However, there was an issue where the laptops were connecting and then losing the ability to ping. The issue is intermittent, while trying to track it down I ran tail -f /var/log/syslog and see that every 20 seconds or so this message is displayed.

    brcms_ops_bss_info_changed: qos enabled: true (implement)

    About every 60 seconds this message is also mixed in:

    brcms_c_dotxstatus: Intermediate but not AMPDU

    These messages are appearing while the laptop is succefully connected and constantly ping testing (I am getting 97% successful ping returns), so they are aren't error messages per se, but I was wondering if they might be a clue to why there are occasional losses of connectivity. Trouble shooting intermittent issues is tough!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •