Albretch Mueller wrote: > I test a MacBook Air 1,1 with Debian Live DVD > > $ uname -a > Linux debian 4.9.0-6-amd64 #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) > x86_64 GNU/Linux > > and all seems to be fine and dandy, except for the wireless network > card. This is what dmidecode and hwinfo tell me about it: > > Model: "Apple AirPort Extreme" > Vendor: pci 0x14e4 "Broadcom" > Device: pci 0x4328 "BCM4321 802.11a/b/g/n" > > 26: PCI 200.0: 0280 Network controller > Driver: "b43-pci-bridge" > Driver Modules: "ssb"
apt install firmware-b43-installer will be needed, I think. -dsr-