You are not logged in.

#1 2017-01-12 05:01:23

keltek
Member
Registered: 2017-01-08
Posts: 53

[Solved] Wireless interface not showing up

I'm currently trying to set up wifi on my mid-2012 MacBook Pro and I'm running into an odd issue. Through lspci I discovered that my network controller is BCM4331, corresponding to b43-firmware. I installed this since it is explicitly mentioned to use b43-firmware and not one of the other two though. I must be missing a step though because after the install, I still can't find my wifi interface. "ip a" only gives me the loopback interface and ethernet.

Thanks in advance!

Last edited by keltek (2017-01-12 22:20:50)

Offline

#2 2017-01-12 12:04:14

cafe
Member
Registered: 2014-03-20
Posts: 156

Re: [Solved] Wireless interface not showing up

My first suggestion would be to check if the module is loaded with lsmod. You might wanna add this module to your mkinitcpio.conf so it can be loaded in early boot. There's a caveat though, if I remember correctly, there's a b43legacy besides the b43 driver. I guess you should check which one is the correct for you. There's some good information on the Broadcom wireless page on the wiki.

Offline

#3 2017-01-12 17:26:41

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,793

Re: [Solved] Wireless interface not showing up

Also, search for [Ff]irmware in your journal.  It might be that the system is missing the required firmware blob.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#4 2017-01-12 22:20:34

keltek
Member
Registered: 2017-01-08
Posts: 53

Re: [Solved] Wireless interface not showing up

Wow yeah I'm just an idiot. All it took was

 modprobe bcma 

thanks for the help

Offline

Board footer

Powered by FluxBB