LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 10-28-2015, 10:51 PM   #1
guerlando
LQ Newbie
 
Registered: Aug 2015
Posts: 29

Rep: Reputation: Disabled
macbook air 13" 2011 wireless firmware missing


I've just loaded a live image of debian 8 into my USB, and everything works: (I tested function keys keyboard, trackpad, and brightness control). However, when I try to connect to the wireless, it says: firmware missing. So I searched and found that this page https://wiki.debian.org/MacBook/Wireless tells me to use the utility b43-fwcutter. I've detected and my chip is indeed a broadcom 4322X... So, how to use it? What version do I have to download and how to install it without internet? Do I have to download another dependencies? How to install them too?

Last edited by guerlando; 10-28-2015 at 10:53 PM.
 
Old 10-28-2015, 11:06 PM   #2
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by guerlando View Post
I've just loaded a live image of debian 8 into my USB, and everything works: (I tested function keys keyboard, trackpad, and brightness control). However, when I try to connect to the wireless, it says: firmware missing. So I searched and found that this page https://wiki.debian.org/MacBook/Wireless tells me to use the utility b43-fwcutter. I've detected and my chip is indeed a broadcom 4322X... So, how to use it? What version do I have to download and how to install it without internet? Do I have to download another dependencies? How to install them too?
Hi...

Have a look at this page. If your chipset is indeed the BCM4322, then running the following command should install the firmware on your system (after performing the previous steps listed)...

Code:
apt-get install firmware-b43-installer
Let us know how it goes.

Regards...

Last edited by ardvark71; 10-28-2015 at 11:13 PM. Reason: Added information.
 
Old 10-28-2015, 11:10 PM   #3
guerlando
LQ Newbie
 
Registered: Aug 2015
Posts: 29

Original Poster
Rep: Reputation: Disabled
but how if I don't have internet???
 
Old 10-28-2015, 11:22 PM   #4
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by guerlando View Post
but how if I don't have internet???
If your system has an ethernet port, you can connect your computer (via an ethernet cable) to your modem or router. Or use another computer and download the file and any needed dependencies here and save them to a USB stick. You can then trasfer them to your Macbook and proceed to install the dependencies first and then the firmware file by double clicking on them.

However, make sure the device ID number is "14e4:432b" before you begin.

Regards...

Last edited by ardvark71; 10-28-2015 at 11:25 PM. Reason: Added information.
 
Old 10-28-2015, 11:23 PM   #5
guerlando
LQ Newbie
 
Registered: Aug 2015
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ardvark71 View Post
If your system has an ethernet port, you can connect your computer (via an ethernet cable) to your modem or router. Or use another computer and download the file and any needed dependencies here and save them to a USB stick. You can then trasfer them to your Macbook and proceed to install the dependencies first and then the firmware file by double clicking on them.

Regards...
that's why I asked help, I don't know how to download them from another computer and install everything
 
Old 10-28-2015, 11:25 PM   #6
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
First, make sure the device ID number is: 14e4:432b

Regards...

Last edited by ardvark71; 10-28-2015 at 11:32 PM. Reason: Correction.
 
Old 10-28-2015, 11:34 PM   #7
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi...

You can check this by opening a terminal and running the following command...

Code:
lspci -nnk
Regards...
 
Old 10-29-2015, 10:23 AM   #8
guerlando
LQ Newbie
 
Registered: Aug 2015
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ardvark71 View Post
Hi...

You can check this by opening a terminal and running the following command...

Code:
lspci -nnk
Regards...
Thanks, I did it and the number is: 14e4:4353
 
Old 10-29-2015, 01:12 PM   #9
guerlando
LQ Newbie
 
Registered: Aug 2015
Posts: 29

Original Poster
Rep: Reputation: Disabled
this page contains a firmware that supports this board number, but in order to install it I have to do some things that require internet, could you help me? Macbook air does not have ethernet cable.
 
Old 10-29-2015, 04:12 PM   #10
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by guerlando View Post
this page contains a firmware that supports this board number, but in order to install it I have to do some things that require internet, could you help me? Macbook air does not have ethernet cable.
Hi...

In order to do this, you will need to find another computer that you can use to download and transfer the file(s) to a thumb (USB) drive. Unfortunately, there is no getting around that.

Once you are in front of this system, simply do the following...

1. Go to this page and download the firmware file to the Desktop and then transfer the file to your thumb drive.

2. Remove the thumb drive from that computer and then insert it into your Macbook. Wait for it to come up.

3. Debian may offer or automatically bring up the thumb drive's contents in a separate window. I'm not sure what it may look like but click whatever button that brings up the contents in a window. If nothing happens when you insert the thumb drive, you may need to search the file system manually and click on the drive to bring it up.

4. Find the firmware file and transfer it to your Desktop. I'm pretty sure you can just drag and drop it.

5. Double click on the firmware file, which will be a .deb file that the installer, gdebi, will process. When the install window appears, click the button the install the firmware. When it gets done, you can either reboot the system or run the following command in a terminal, as mentioned here....

Code:
modprobe -r brcmsmac ; modprobe brcmsmac
6. Configure as needed and enjoy.

If you experience any problems, let us know.

Regards...
 
Old 11-10-2015, 03:28 PM   #11
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 829

Rep: Reputation: 229Reputation: 229Reputation: 229
If you absolutely cant get it working, but you probably will with the advice given above, you can buy a new Intel wireless card for it. They are cheap, less than 30 dollars. The kernel comes with drivers for them already. just fyi.
 
  


Reply

Tags
firmware, wireless



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Issues with xrandr and setting up native display in Ubuntu on 2011 Macbook Air jnoble Linux - Newbie 1 06-27-2012 07:47 AM
Wireless Firmware Missing... rayratliff Linux - Newbie 7 05-02-2012 10:24 PM
Wireless Network: "Device Not Ready (firmware missing)" czechhoslovakia Linux - Newbie 7 04-22-2012 12:13 AM
Mid-2011 MacBook Air intel HD3000 Xorg video fix gmuench Linux - Laptop and Netbook 0 09-06-2011 11:37 PM
HP Pavilion ze5620us Laptop Wireless "Firmware Missing" Error cnwtx Linux - Wireless Networking 9 06-26-2011 04:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 03:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration