How to get Wifi working on Ubuntu 14.04 (Macbook Pro Retina 15 inch - 2014)

44,483

Solution 1

You need to install dkms and bcmwl-kernel-source.

Without internet connection

Both are located on the Ubuntu installation medium (possibly in different versions as reflected in the file names):

pool/main/d/dkms/dkms_2.2.0.3-1.1ubuntu5_all.deb
pool/restricted/b/bcmwl/bcmwl-kernel-source_6.30.223.141+bdcom-0ubuntu2_amd64.deb

Alternatively you can download the current versions:

  1. Ask your friends to have them download the .deb files of the newest versions of the packages dkms and bcmwl-kernel-source. Both links lead to a list with the current versions of the respective package at the top for the right release (Trusty) and the right architecture (amd64).

  2. Then copy these two files on your flash drive (1GB recommended).

Now, using the terminal, navigate to Desktop and type in this command:

sudo dpkg -i "drag one of the files here"

Then press enter. And click install if anything pops up. And you're done :)

With internet connection

If you can somehow establish a internet connection (e. g. through a wired ethernet connection), you just need to install those package normally:

sudo apt-get install dkms bcmwl-kernel-source

Solution 2

I have been endlessly trying to find the best solution of upgrading the Wi-Fi Ubuntu 14.04.2 LTS drivers on my 2014 13.3" MacbookPro Retina and I have tried every possible solution - going onto different website and trying to install from the boot drive, or trying to get all kinds of files which would mimic the files described by the gentleman above.

The answer for all latest MacBook Pros(after 2014 december) is to follow the instructions above(many thanks), but make sure you downloads the LATEST version. I have used previous versions of the driver - and they failed.

dkms bcmwl-kernel-source

So, if you want to save about 4 hours of searching, then download the latest drivers and

sudo dpkg -i /filepath(drag and drop works as well)

Now you are good to go. Many thanks to the first publisher of the solution. It is his merit, but I just wanted to highlight the importance of his answer, as I was on the verge of abandoning Ubuntu and shifting to Mint after 4 hours of trying :) ( don't know why his answer was not highly rated)

Best of luck!

Share:
44,483

Related videos on Youtube

Genius Billionaire
Author by

Genius Billionaire

Updated on September 18, 2022

Comments

  • Genius Billionaire
    Genius Billionaire over 1 year

    I just downloaded Ubuntu 14.04 on my Macbook Pro Retina 15 inch 2014 version using usb. My problem is I can't get the Wifi working. No wifi connections would display on the wifi menu. I've tried searching for solutions all over the internet, but I could only find one solution, and that was using the Ethernet cable and downloading external software. Problem is, I currently don't have an ethernet cable, nor do I have a port to connect the ethernet cable (I live in a dorm). Basically, I have no way to connect to ethernet cable, yet need the wifi. Is there any way I could download the wifi driver probably using sudo-apt get? Please help me out.

    Thanks in advance.

    • user68186
      user68186 over 9 years
      You will need an USB to Ethernet adapter and an Ethernet cable.
    • pilona
      pilona over 9 years
      It's not trivial to get the hardware info for your computer. Please at least post the output of lspci or lsusb here. We need to know what wireless chipset you have. In all likelyhood, it's a Broadcom chipset that's not supported in the already outdated version of the Linux kernel shipped with Ubuntu.
    • pilona
      pilona over 9 years
      In a jiffy, you could use a cheap wireless dongle. Realtek and Ralink (not branded as such though) ones are most likely supported.
    • user68186
      user68186 over 9 years
      Check out the instructions on copying the drivers in an USB (using another computer (or booting to OSX) cberner.com/2014/04/20/…
  • OSdave
    OSdave over 8 years
    The command to install the .deb files is actually dpkg, not dpgk
  • Zanna
    Zanna almost 8 years
    @OSdave if you find a typo, suggest an edit to the post :)
  • OSdave
    OSdave almost 8 years
    @Zanna I tried, but Edits must be at least 6 characters
  • Zanna
    Zanna almost 8 years
    @OSdave ahh that's true, but you could just find some wording to change somewhere without changing the meaning... anyway I will fix this one.