Hello All,
I am trying out Parrot OS home edition (with the idea of, at some point, looking at their security tools)
Fresh install, wifi not operational, have to thether my phone’s Wifi over USB and that is an annoying workaround…
Posted my issue a few days ago in the Parrot Community but not getting much feedback (yet?)
It seems like the latest Parrot OS 6.3 has issues with wifi, quite a few threads in the parrot community are stating wifi not operational after upgrade or on new installs
6.3 (lorikeet)
6.11+parrot-amd64
wlan0: Broadcom BCM43a0 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)
$lspci -k
02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter (rev 03)
Subsystem: Apple Inc. BCM4360 802.11ac Dual Band Wireless Network Adapter
Kernel driver in use: wl
Kernel modules: bcma, wl
$lspci -vvnn | grep -A 9 Network
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03)
Subsystem: Apple Inc. BCM4360 802.11ac Dual Band Wireless Network Adapter [106b:0134]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort+ <TAbort- SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 256 bytes
Interrupt: pin A routed to IRQ 18
IOMMU group: 7
Region 0: Memory at a0600000 (64-bit, non-prefetchable) [size=32K]
Region 2: Memory at a0400000 (64-bit, non-prefetchable) [size=2M]
Capabilities:
Kernel driver in use: wl
$dkms status:
broadcom-sta/6.30.223.271, 6.11+parrot-amd64, x86_64: installed
$ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state DORMANT mode DORMANT group default qlen 1000
link/ether 34:36:3b:d4:8f:9a brd ff:ff:ff:ff:ff:ff
trying to force enp2s0 from dormant to default does not activate the wifi either
$ip link set enp2s0 mode default
$ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state DORMANT mode DEFAULT group default qlen 1000
link/ether 34:36:3b:d4:8f:9a brd ff:ff:ff:ff:ff:ff
$iwlist enp2s0 scanning does list the available wifi networks so What am I missing???