Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4465  / 2 Years ago, tue, march 29, 2022, 3:48:29

I just installed Ubuntu 14.04 LTS Server on my machine. Its network connection will be through wifi. However, my Wifi connection is not working.



My /etc/network/interfaces file is:



auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp
pre-up /etc/init.d/wpa.sh start
post-down /etc/init.d/wpa.sh stop


When I run the command "iwlist wlan0 scan" it returns:



wlan0     Interface doesn't support scanning : Network is down


In the syslog I see:



May  9 17:59:15 andyhyatt-server kernel: [  361.085482] ieee80211 phy0: brcmsmac: fail to load firmware brcm/bcm43xx-0.fw


This leads me to believe that it is a driver issue. I checked in /lib/firmware/brcm/ for bcm43xx-0.fw, but the only driver in that directory is bcm4329-fullmac-4.bin, which makes sense because I am on a Mac Mini mid 2010 (Macmini4,1).



I have a BCM43224 802.11a/b/g/n for my network adapter.



Configuring WPA_Supplicant is not my problem, I will get to that after I obtain proper drivers. Also how do i install it.



TL;DR: I need to get a driver for my BCM43224 802.11a/b/g/n.


More From » wireless

 Answers
2

To fix this, I downloaded the deb for the firmware-brcm80211 package. You can not use apt-get because it is on the Debian APT repository.



http://http.us.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-brcm80211_0.36+wheezy.1_all.deb



This can be done with the wget command.



Then, simply use dpkg install firmware-brcm80211_0.36+wheezy.1_all.deb to install the package. Reboot, and Wifi should be working for your BRCM43224!


[#25317] Tuesday, March 29, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oleard

Total Points: 344
Total Questions: 105
Total Answers: 113

Location: Bonaire
Member since Tue, Sep 20, 2022
2 Years ago
oleard questions
Mon, Sep 26, 22, 18:21, 2 Years ago
Mon, Nov 1, 21, 21:27, 3 Years ago
Sat, May 7, 22, 20:47, 2 Years ago
Sun, Oct 2, 22, 01:10, 2 Years ago
;