Page 6 of 10 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 98

Thread: Broadcom BCM4311, Ubuntu 12.04 / 13.04

  1. #51
    Join Date
    Nov 2008
    Location
    Austin, TX
    Beans
    30
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Broadcom BCM4311, Ubuntu 12.04 / 13.04

    I am out of the home office for a few hours, but I will post the results ASAP. Thank you, chili555!

  2. #52
    Join Date
    Nov 2008
    Location
    Austin, TX
    Beans
    30
    Distro
    Ubuntu 13.04 Raring Ringtail

    Question Re: Broadcom BCM4311, Ubuntu 12.04 / 13.04

    Quote Originally Posted by chili555 View Post
    Please show us:
    Code:
    lspci -nn -d 14e4:
    dmesg | grep b43
    rfkill list all
    Thanks.
    $ lspci -nn -d 14e4:
    09:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express [14e4:1713] (rev 02)
    0c:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
    $ dmesg | grep b43
    $ rfkill list all
    0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

    That's all that came back.

  3. #53
    Join Date
    Jul 2011
    Beans
    1

    Re: Broadcom BCM4311, Ubuntu 12.04 / 13.04

    you guys rocked, I spent most of my day yesterday searching for an answer, with you in less than 10 minutes it was working. Thanks a lot guys!!!!!!!!!!!

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

    Re: Broadcom BCM4311, Ubuntu 12.04 / 13.04

    Quote Originally Posted by cconner94 View Post
    $ lspci -nn -d 14e4:
    09:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express [14e4:1713] (rev 02)
    0c:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
    $ dmesg | grep b43
    $ rfkill list all
    0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

    That's all that came back.
    Let's poke it a little:
    Code:
    sudo modprobe b43
    dmesg | grep b43
    dmesg | grep 0c:00
    Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #55
    Join Date
    Jun 2013
    Beans
    1

    Re: Broadcom BCM4311, Ubuntu 12.04 / 13.04

    Thank you chilli555!!!!!


    This worked for a Latitude D620

    Code:
    sudo apt-get remove --purge bcmwl-kernel-source
    sudo apt-get install linux-firmware-nonfree
    Reboot

    Wireless yay!



  6. #56
    Join Date
    Aug 2013
    Beans
    2

    Re: Broadcom BCM4311, Ubuntu 12.04 / 13.04

    Quote Originally Posted by chili555 View Post
    Let's poke it a little:
    Code:
    sudo modprobe b43
    dmesg | grep b43
    dmesg | grep 0c:00
    Thanks.
    i already try all your comment
    but i still cant see any wireless yet , help me plss!!

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

    Re: Broadcom BCM4311, Ubuntu 12.04 / 13.04

    Quote Originally Posted by aciang2 View Post
    i already try all your comment
    but i still cant see any wireless yet , help me plss!!
    Please confirm your exact device:
    Code:
    lspci -nn | grep 0280
    Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #58
    Join Date
    Aug 2013
    Beans
    1

    Re: Broadcom BCM4311, Ubuntu 12.04 / 13.04

    Hi
    I have a slightly different - if not weird - problem in helping out a mate with an Acer Aspire 5720 with a BCM4311 wireless device. The b43 module loads ok from either a basic install or using "apt-get install linux-firmware-nonfree" and it connects ok with a couple of wireless routers but will not complete a login with a ZTE MF66 broadband modem. It recognises the MF66 and attempts to connect but fails every time. Before you ask, the connection to the MF66 has been separately verified.
    It seems like there is a compatibility issue between the device driver and the MF66 giving some sort of handshake issue.
    No joy from dmesg.
    Any clues for this one? Just about to revert to a usb device.

  9. #59
    Join Date
    Aug 2013
    Beans
    16

    Re: ubuntu 12.04 no wireless internet

    Quote Originally Posted by chili555 View Post
    Please try this:
    Code:
    sudo apt-get remove --purge bcmwl-kernel-source
    sudo apt-get install linux-firmware-nonfree
    Reboot and let us have your report.

    Hi Chili555,

    That's impressive and simple to implement. But will it work for a similar problem on my new Toshiba Sat Pro C850 as well?

    Or, do I need a slightly different (but similar) work around?

    Please help.

    Mike

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

    Re: ubuntu 12.04 no wireless internet

    Quote Originally Posted by mike16 View Post
    Hi Chili555,

    That's impressive and simple to implement. But will it work for a similar problem on my new Toshiba Sat Pro C850 as well?

    Or, do I need a slightly different (but similar) work around?

    Please help.

    Mike
    Does your C850 have the exact, exact same device?
    Code:
    lspci -nn | grep 0280
    Is it 14e4:4311? If so, then yes, indeed. If not, post the result in a new thread and I'll be happy to help.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Page 6 of 10 FirstFirst ... 45678 ... LastLast

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
  •