You are not logged in.

#1 2022-06-01 20:29:25

Vindskygge
Member
Registered: 2022-06-01
Posts: 3

Broadcom 4328 Network Device (Apple MacBook Mid 2007) not detected

Hi guys,

I posted this in the Newbie Corner, sorry for duplicating the post.

This is my first Arch Install and everything runs fine with wired network, these are the network devices listed (ethernet is not connected right now):


[usrname@archmachine ]$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc nonqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2. ens5: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_code1 state DOWN mode DEFAULT group default qlen 1000
    link/ether 00:1f:f3:d5:1c:c8 brd ff:ff:ff:ff:ff:ff
    altname enp3s0

Then if I look for the device using lspci, this is what I get:

 sudo lspci -vnn -d 14e4:
[usrname@archmachine ]$
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4321 802.11a/b/g/n [14e4:4328] (rev 03)
             Subystem_ Apple Inc. AirPort Extreme [106b:0088]
             Physical Slot: 4
             Flags: bus master, fast devsel, latency 0, IRQ 16
             Memory at d0500000 (64-bit, non-prefetchable) [size=16K]
             Memory at d0000000 (64-bit, prefetchable) [size=1M]
             Capabilities: [40] Power Management version 2
             Capabilities: [58] Vendor Specific Information: Len=78 <?>
             Capabilities: [e8] MSI: Enable- Count=1/1 Maskable- 64bit+
             Capabilities: [d0] Express Endpoint, MSI 00
             Capabilities: [100] Advanced Error Reporting
             Capabilities: [13c] Virtual Channel
             Capabilities: [160] Power Budgeting <?>
             Kernel driver in use: b43-pci-bridge
             Kernel modules: ssb, wl

I have no output for rfkill list nor fkill unblock wifi or rfkill unblock all with or without sudo .
Also I have installed b43-firmware, and blacklisted everything, however, when I do iw dev list nothing appears.

Thanks in advance, and sorry if I didn't include any relevant stuff.

Offline

#2 2022-06-02 05:37:43

-thc
Member
Registered: 2017-03-15
Posts: 502

Re: Broadcom 4328 Network Device (Apple MacBook Mid 2007) not detected

Your MacBook is way older than mine, but my Broadcom (4360) didn't work out of the box either.

If you read the corresponding section of the Wiki one tip is to use the driver "broadcom-wl", which worked for me (I use "broadcom-wl-dkms").

I blacklisted all other Broadcom modules:

/etc/modprobe.d/broadcom.conf:

blacklist b43
blacklist b43legacy
blacklist bcm43xx
blacklist bcma
blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist ssb

Offline

#3 2022-06-06 02:15:39

Vindskygge
Member
Registered: 2022-06-01
Posts: 3

Re: Broadcom 4328 Network Device (Apple MacBook Mid 2007) not detected

Hi,

It is weird that it actually was solved after doing:

pacman -R broadcom-wl-dkms

and then blacklisting ssb, rebooting and following all the regular steps with iwctl.


Thanks!

Offline

Board footer

Powered by FluxBB