Page 1 of 7 123 ... LastLast
Results 1 to 10 of 98

Thread: Broadcom BCM4311, Ubuntu 12.04 / 13.04

Hybrid View

  1. #1
    Join Date
    Jun 2012
    Beans
    7

    Broadcom BCM4311, Ubuntu 12.04 / 13.04

    hi all i just recently installed ubuntu 12.04 and since install i havent been able to get wireless internet to work. when i plug in the ethernet cable it works i just dont have wireless. i have been searching around and have run out of things to do. here is the terminal i was just doing:


    dell@dell-Inspiron-1501:~$ lspci -nn | grep 0280
    05:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
    dell@dell-Inspiron-1501:~$ rfkill list all
    0: dell-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    dell@dell-Inspiron-1501:~$ lspci -nn | grep 0280
    05:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
    dell@dell-Inspiron-1501:~$ sudo apt-get install --reinstall bcmwl-kernel-source
    [sudo] password for dell:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 14 not upgraded.
    Need to get 0 B/1,202 kB of archives.
    After this operation, 0 B of additional disk space will be used.
    WARNING: The following packages cannot be authenticated!
    bcmwl-kernel-source
    Install these packages without verification [y/N]? y
    (Reading database ... 169051 files and directories currently installed.)
    Preparing to replace bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu6.1 (using .../bcmwl-kernel-source_5.100.82.38+bdcom-0ubuntu6.1_i386.deb) ...
    Removing all DKMS Modules
    Done.
    Unpacking replacement bcmwl-kernel-source ...
    Setting up bcmwl-kernel-source (5.100.82.38+bdcom-0ubuntu6.1) ...
    Loading new bcmwl-5.100.82.38+bdcom DKMS files...
    Building only for 3.2.0-24-generic-pae
    Building for architecture i686
    Building initial module for 3.2.0-24-generic-pae
    Done.

    wl:
    Running module version sanity check.
    - Original module
    - No original module exists within this kernel
    - Installation
    - Installing to /lib/modules/3.2.0-24-generic-pae/updates/dkms/

    depmod...........

    DKMS: install completed.
    update-initramfs: deferring update (trigger activated)
    Processing triggers for initramfs-tools ...
    update-initramfs: Generating /boot/initrd.img-3.2.0-24-generic-pae
    dell@dell-Inspiron-1501:~$ sudo modprobe wl

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

    Re: ubuntu 12.04 no wireless internet

    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.
    "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
    Jun 2012
    Beans
    7

    Re: ubuntu 12.04 no wireless internet

    here is the terminal:
    dell@dell-Inspiron-1501:~$ sudo apt-get remove --purge bcmwl-kernel-source
    [sudo] password for dell:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    fakeroot dkms patch
    Use 'apt-get autoremove' to remove them.
    The following packages will be REMOVED:
    bcmwl-kernel-source*
    0 upgraded, 0 newly installed, 1 to remove and 14 not upgraded.
    After this operation, 3,252 kB disk space will be freed.
    Do you want to continue [Y/n]? y
    (Reading database ... 169050 files and directories currently installed.)
    Removing bcmwl-kernel-source ...
    Removing all DKMS Modules
    Done.
    update-initramfs: deferring update (trigger activated)
    Purging configuration files for bcmwl-kernel-source ...
    update-initramfs: deferring update (trigger activated)
    Processing triggers for initramfs-tools ...
    update-initramfs: Generating /boot/initrd.img-3.2.0-24-generic-pae
    dell@dell-Inspiron-1501:~$ sudo apt-get install linux-firmware-nonfree
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    fakeroot dkms patch
    Use 'apt-get autoremove' to remove them.
    The following NEW packages will be installed:
    linux-firmware-nonfree
    0 upgraded, 1 newly installed, 0 to remove and 14 not upgraded.
    Need to get 3,947 kB of archives.
    After this operation, 8,962 kB of additional disk space will be used.
    WARNING: The following packages cannot be authenticated!
    linux-firmware-nonfree
    Install these packages without verification [y/N]? y
    Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/multiverse linux-firmware-nonfree all 1.11ubuntu1 [3,947 kB]
    Fetched 3,947 kB in 7s (535 kB/s)
    Selecting previously unselected package linux-firmware-nonfree.
    (Reading database ... 169001 files and directories currently installed.)
    Unpacking linux-firmware-nonfree (from .../linux-firmware-nonfree_1.11ubuntu1_all.deb) ...
    Setting up linux-firmware-nonfree (1.11ubuntu1) ...


    now i just need to reboot

  4. #4
    Join Date
    Jun 2012
    Beans
    7

    Re: ubuntu 12.04 no wireless internet

    i now have wireless! Thank you very very much!!

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

    Re: ubuntu 12.04 no wireless internet

    Would you please use thread tools at the top to mark Solved?

    For the searchers: This is the prescribed fix for pci.id 14e4:4311. If this is not your device, keep searching or start a new thread.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #6
    Join Date
    Jun 2012
    Beans
    7

    Re: ubuntu 12.04 no wireless internet

    Marked as solved. Thank you again

  7. #7
    Join Date
    Dec 2009
    Beans
    2

    Re: ubuntu 12.04 no wireless internet

    @chili555

    I re-registered for the forum just to tell you:

    YOU ARE A BOSS!!!

    I can't tell you how many other BS posts I read elsewhere on the web about how to solve this issue and your solution does it in 2 simple commands. I was about to go out and buy a USB Wireless Adapter at Fry's tomorrow.

    YOU ARE A BOSS!!!

    THANK YOU.


    p.s. thanks to Josh the OP of the thread for starting it

  8. #8
    Join Date
    Apr 2011
    Beans
    2

    Re: ubuntu 12.04 no wireless internet

    @chili555

    thank you.

  9. #9
    Join Date
    Jan 2013
    Beans
    2

    Re: ubuntu 12.04 no wireless internet

    @chili555

    Thanks.

  10. #10
    Join Date
    Oct 2012
    Beans
    8

    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.
    I am new to Linux. Installed Ubuntu 12.04 on a Dell Latitude D430. After installing, I was suggested to wire connect the machine to get Internet, which I did, updated the system, and it works wired. Wireless is what's killing me.

    In systems settings, under additional drivers, the driver for the machine is there and active.

    I tried 2 two commands:
    sudo apt-get remove --purge bcmwl-kernel-source sudo apt-get install linux-firmware-nonfree



    Got the same terminal response as Josh Rabbit, rebooted, I still don't get signal at the hot spot.

    One question though, Do I soppose to get a message saying "Networks Available"? like in Windows?

Page 1 of 7 123 ... 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
  •