You are not logged in.
I'm installing BL Helium on a Macbook Pro 2015. During the initial setup stages after hardware detection, the installer informs me that non-free packages are required in order successfully install the hardware:
brcm/brcmfmac-43602-pcie
It requests this to be installed from removeable media. However, I
(a) don't have any media with such hardware drivers - because it's a Mac
(b) wouldn't know how to install this during the installation procedure. Is that where it is done?
Judging from the description the installer gives, this looks to be the Broadcom 4360 WLAN that it requires a driver for.
I decided to ignore it during installation as I can rely on Ethernet for that.
What is the BL recommended way of installing such drivers post-installation?
I remember trying to install such drivers on the very same machine with bl-hydrogen and bl-deuterium, having to upgrade the kernel and install those `b43` packages, but never succeeding.
Offline
The Apple branded Airport card has a Broadcom chip on it. So it is really a Broadcom card branded by Apple.
the brcm/brcmfmac-43602-pcie is the driver needed for your "Broadcom" card.
How to install will require another post by someone with more knowledge than I have.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
@jimjamz, that Mac has 2 USB ports, doesn't it? So copy the driver folder to a working USB drive and insert it during the installation when prompted...
https://wiki.debian.org/brcmfmac
If that doesn't work, use the "advanced" installer entry and install BL without networking. Boot into the new install and copy the *.bin to /lib/firmware/brcm and activate the driver...
sudo modprobe brcmfmac
sudo iwconfig
I don't care what you do at home. Would you care to explain?
Offline
Hi. Thanks for the replies. Unfortunately, I was in a rush to get this installed as it is a a primary development machine for work so I needed to get BL installed quickly. I wasn't anticipating running into that message, so couldn't have given any more advance notice on the forums than I already did.
Is it still possible to install this driver post-BL installation?
Offline
It should be possible, although be aware that if you run through the installer with no internet connection, you will need to fix /etc/apt/sources.list with the proper entries because it will be empty.
Offline
you will need to fix /etc/apt/sources.list with the proper entries
What entries should they be? Can you give an example?
Currently, I have:
deb https://deb.debian.org/debian stretch main non-free contrib
# deb-src https://deb.debian.org/debian stretch main non-free contrib
## Debian security updates
deb https://deb.debian.org/debian-security stretch/updates main contrib non-free
# stretch-updates, previously known as 'volatile'
deb https://deb.debian.org/debian stretch-updates main contrib non-free
# deb-src https://deb.debian.org/debian stretch-updates main contrib non-free
Offline
Those look correct.
Offline