Forum › Forums › Official Releases › antiX-23 “Arditi del Popolo › Broadcom BCM 4360 › Reply To: Broadcom BCM 4360
Hi, broadcom is a pain, did you already do as suggested by BobC repeated in in
http://www.antixforum.com/forums/topic/broadcom-bcm4318-on-antix-23-wifi-connects-but-no-internet-no-ping/#post-177965
When wifi worked on antiX-21, I followed ChatGPT, which explicitly stated that b43 module (and other network modules) conflict with wl module, and to remove them with modprobe. Anyway, removing and inserting b43 module, then using ‘ip a’ shows nothing.
Please share the output of
inxi -Naz
so I can search the device ID.If you initially had the wl driver working in antiX 21, then it should probably still work on antiX 23. If Xunzi’s suggestion doesn’t work, then check the Network Assistant app that the wl module is not being blocked.
$ inxi -Naz
Network:
Device-1: Broadcom BCM4360 802.11ac Wireless Network Adapter vendor: ASUSTeK
driver: bcma-pci-bridge v: N/A modules: bcma,wl pcie: gen: 1 speed: 2.5 GT/s
lanes: 1 bus-ID: 07:00.0 chip-ID: 14e4:43a0 class-ID: 0280
Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
vendor: ASUSTeK PRIME B450M-A driver: r8169 v: kernel pcie: gen: 1
speed: 2.5 GT/s lanes: 1 port: e000 bus-ID: 08:00.0 chip-ID: 10ec:8168
class-ID: 0200
wlan0 shows up with ‘ip a’:
$ sudo modprobe -r b43 bcma
$ sudo modprobe -r wl
$ sudo modprobe wl
$ ip a
1: lo
2: eth0
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
‘ip link set up wlan0’ changes state to ‘UNKNOWN’. Similarly, ‘nmcli’ scan brings up no results.
- This reply was modified 1 year, 3 months ago by 3TRAINERPOKe.