Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: No wifi on Macbook Pro?

  1. #1
    Join Date
    Apr 2012
    Location
    Oakville, Ontario, Canada
    Beans
    160
    Distro
    Ubuntu 14.04 Trusty Tahr

    No wifi on Macbook Pro?

    I've just installed Ubuntu 12.04 on my Macbook Pro 13-inch (late 2011). How do I get the wireless working? It says "Missing firmware" under what I'd normally click to use the wifi. Also, are there any other drivers I'll need to download? So far it looks as if everything is working fine (other than my wifi).

  2. #2
    Join Date
    Apr 2012
    Location
    Oakville, Ontario, Canada
    Beans
    160
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: No wifi on Macbook Pro?

    I'm not sure which drivers to download or where to download them from; could someone help? I've looked around on Google for awhile and haven't found anything.

  3. #3
    Join Date
    Dec 2009
    Location
    Southern Maryland
    Beans
    1,575
    Distro
    Ubuntu

    Re: No wifi on Macbook Pro?

    Can you open a terminal and type in
    Code:
    lspci | Network
    and paste the output back here? Probably Broadcom, but not sure which.

  4. #4
    Join Date
    Aug 2008
    Beans
    197
    Distro
    Xubuntu 11.10 Oneiric Ocelot

    Re: No wifi on Macbook Pro?

    I used the following steps to get it working on my MBP:

    There is no official support yet in Ubuntu 11.10, but you can get it working with the following repository:


    sudo add-apt-repository ppa:mpodroid/mactel
    sudo apt-get update
    sudo apt-get install b43-fwcutter firmware-b43-installer
    Then install the linux-backports-modules-cw-3.2-oneiric-generic or, if you have the pae kernel installed, the linux-backports-modules-cw-3.2-oneiric-generic-pae package.

    Edit the /etc/modprobe.d/blacklist.conf and add the line:


    blacklist ndiswrapper
    Create or edit the file /etc/pm/config.d/modules and make sure the wireless modules (b43 and bcma) are blacklisted:


    SUSPEND_MODULES="b43 bcma"
    Reboot and the wireless should work.

    https://help.ubuntu.com/community/Ma...eiric#Wireless

  5. #5
    Join Date
    Apr 2012
    Location
    Oakville, Ontario, Canada
    Beans
    160
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: No wifi on Macbook Pro?

    Quote Originally Posted by TBABill View Post
    Can you open a terminal and type in
    Code:
    lspci | Network
    and paste the output back here? Probably Broadcom, but not sure which.
    This is what comes up under network after doing the lspci command.
    Code:
    03:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 02)

  6. #6
    Join Date
    Apr 2012
    Location
    Oakville, Ontario, Canada
    Beans
    160
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: No wifi on Macbook Pro?

    Does anyone know where I could get the drivers for this?

  7. #7
    Join Date
    Oct 2010
    Beans
    151
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: No wifi on Macbook Pro?

    Quote Originally Posted by Zukaro View Post
    Does anyone know where I could get the drivers for this?
    Plug your computer into your router with ethernet
    Go into the Ubuntu dash and look up Drivers
    click on "Additional drivers" let it load
    Select the one that says broadcom and on it and install
    reboot and u have wifi
    Where is the Love?

  8. #8
    Join Date
    Apr 2012
    Location
    Oakville, Ontario, Canada
    Beans
    160
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: No wifi on Macbook Pro?

    Quote Originally Posted by Hatsune Miku View Post
    Plug your computer into your router with ethernet
    Go into the Ubuntu dash and look up Drivers
    click on "Additional drivers" let it load
    Select the one that says broadcom and on it and install
    reboot and u have wifi
    When I go to additional drivers after it loads it says "No proprietary drivers are in use on this system." (and I am connected to the Internet through Ethernet).

  9. #9
    Join Date
    May 2009
    Location
    Moscow,Russian
    Beans
    2
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: No wifi on Macbook Pro?

    Have you tried:

    Code:
    sudo add-apt-repository ppa:mpodroid/mactel
    sudo apt-get update
    sudo apt-get install b43-fwcutter firmware-b43-installer
    
    and after that reboot your MacBook Pro.
    ?

    I have 13-inch 8.1 MacBook Pro with the same WiFi card as yours and this steps helped.

  10. #10
    Join Date
    Apr 2012
    Location
    Oakville, Ontario, Canada
    Beans
    160
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: No wifi on Macbook Pro?

    I just found this guide and followed it. Everything is working fine now.


    guide:
    https://help.ubuntu.com/community/MacBookPro8-2/Oneiric

Page 1 of 2 12 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
  •