Results 1 to 4 of 4

Thread: BCM 4313 lots of problems. HELP

  1. #1
    Join Date
    Feb 2013
    Beans
    10

    BCM 4313 lots of problems. HELP

    Hello all,

    I am currently running a HP g6 with the broadcom bcm 4313 wifi card. (on ubuntu 12.04) Believe me when I tell you that for days I have been trying everything possible to connect to wifi. I have tried numerous drivers, I have tried blacklisting my way, and nothing has worked. Currently it will not even connect to the signal, It will just keep trying.

  2. #2
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: BCM 4313 lots of problems. HELP

    Hi, please copy and paste the following commands
    and post the output.

    Code:
    arch
     lspci -n | grep -v 8086 | egrep '0200|0280' |  awk '{print$2,$3}'
    lsmod | egrep 'b43|ssb|wl'
    thanks
    Craving anchovy, herring and squid pizza.....with clam sauce

  3. #3
    Join Date
    Nov 2008
    Location
    Las Cruces, NM
    Beans
    2
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: BCM 4313 lots of problems. HELP

    I did not see any further information on this thread, but since I am experiencing the same issues with a BCM4311 in a Compaq Presario V6105NR that I am moving (I hope) from XP to Xubuntu 12.04; here is the output from the commands provided:

    $ arch
    i686

    $ lspci -n | grep -v 8086 | egrep '0200|0280' | awk '{print$2,$3}'
    0280: 14e4:4311

    $ lsmod | egrep 'b43|ssb|wl'
    wl 3032542 1
    cfg80211 178877 1 wl
    lib80211 14040 1 wl

    drphysic

  4. #4
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: BCM 4313 lots of problems. HELP

    Hi drphysic
    try this..
    Code:
    sudo apt-get remove --purge bcmwl-kernel-source
    sudo apt-get install linux-firmware-nonfree 
    sudo modprobe b43
    thanks.
    Craving anchovy, herring and squid pizza.....with clam sauce

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
  •