PINE64
5GHz wifi not working - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: 5GHz wifi not working (/showthread.php?tid=17133)

Pages: 1 2


5GHz wifi not working - snorwood - 08-12-2022

I have a new Pinebook Pro (August 2022 run).  It works fine in all other respects, but I have had zero luck with it recognizing 5GHz wireless networks with the included Manjaro distribution, a new Fedora installation, and a new Manjaro installation.  The 2.4GHz wireless service works fine, if a bit slowly.  The only way that I have managed to get 5GHz wireless to work is with an external RTL8812AU USB device (which worked immediately without any necessary configuration).

Is this a known issue?  If so, is it a hardware problem or a software one?  Am I missing a firmware update?


RE: 5GHz wifi not working - cypresstwist - 08-15-2022

(08-12-2022, 06:56 AM)snorwood Wrote: I have a new Pinebook Pro (August 2022 run).  It works fine in all other respects, but I have had zero luck with it recognizing 5GHz wireless networks with the included Manjaro distribution, a new Fedora installation, and a new Manjaro installation.  The 2.4GHz wireless service works fine, if a bit slowly.  The only way that I have managed to get 5GHz wireless to work is with an external RTL8812AU USB device (which worked immediately without any necessary configuration).

Is this a known issue?  If so, is it a hardware problem or a software one?  Am I missing a firmware update?

Same issue here. Same batch from early August. I can see 2.4GHz networks and connect to them but no 5GHz.


RE: 5GHz wifi not working - KC9UDX - 08-22-2022

I have this issue as well, but haven't been able to narrow down the cause yet.


RE: 5GHz wifi not working - snorwood - 08-22-2022

(08-22-2022, 02:08 AM)KC9UDX Wrote: I have this issue as well, but haven't been able to narrow down the cause yet.

Interesting.  I opened a case with Pine64, and they suggested that it is not a hardware problem.  But, it appears that neither 802.11ac nor 5GHz are working for me, and I am limited to 2.4GHz 802.11n.  Again, this has been tested on my machine with the default Manjaro installation, a new Fedora installation, and a new Manjaro installation.


RE: 5GHz wifi not working - wdt - 08-22-2022

You might try an older firmware,,, it is ap6256-firmware
In settings, 3rd party, enable AUR
Install downgrade, a shell script,,,refresh
(as root, in term,,,, downgrade package and follow prompts)
Since it seems to work OK, and the update at the time didn't
I am still using (and pinned) the mid jan 2020 firmware


RE: 5GHz wifi not working - KC9UDX - 08-23-2022

Fwiw, I tried it with the Manjaru that came with it, and DietPi.
I haven't done anything else with it yet. 5GHz does work on the 2020 PBP I have with Manjaru. But frankly I'll have to check if that's what it's still using since it's been updated.


RE: 5GHz wifi not working - cypresstwist - 08-23-2022

I have just tried different older commits of the ap6256-firmware:

056d5f67 (the latest),
007c6dd1,
910f0df6,
eb15da6a,
90e56f5a,
83212fbe,
af1986f2,
a30bf312,
1f72cede

Compiled them into packages, installed them, rebooted, verified wifi with nmcli. Nothing. None of them have drivers that can see the 5GHz WiFi network. Maybe if you try some of the others we might get lucky, but I doubt it.


RE: 5GHz wifi not working - agreenbhm - 08-25-2022

I think a fix might be from Kali: https://gitlab.com/kalilinux/build-scripts/kali-arm/-/issues/286

Try downloading the 3 files here to your /usr/lib/firmware/brcm folder: https://gitlab.com/kalilinux/build-scripts/kali-arm/-/tree/master/bsp/firmware/pbp

I found that I didn't have 5ghz wifi with my fresh Armbian install but adding those firmware files from Kali fixed it.


RE: 5GHz wifi not working - cypresstwist - 08-26-2022

(08-25-2022, 10:13 AM)agreenbhm Wrote: I think a fix might be from Kali: https://gitlab.com/kalilinux/build-scripts/kali-arm/-/issues/286

Try downloading the 3 files here to your /usr/lib/firmware/brcm folder: https://gitlab.com/kalilinux/build-scripts/kali-arm/-/tree/master/bsp/firmware/pbp

I found that I didn't have 5ghz wifi with my fresh Armbian install but adding those firmware files from Kali fixed it.

Tried it. Still not working...

Code:
sudo dmesg | grep -i brcm

[    5.948548] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    5.950241] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.pine64,pinebook-pro.bin failed with error -2
[    5.978492] usbcore: registered new interface driver brcmfmac
[    6.055131] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    6.060272] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2
[    6.788981] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.pine64,pinebook-pro.hcd'
[    6.788986] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd'
[    6.788989] Bluetooth: hci0: BCM: 'brcm/BCM.pine64,pinebook-pro.hcd'
[    6.788993] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'



RE: 5GHz wifi not working - cypresstwist - 08-26-2022

I booted Armbian from MicroSD and it sees the 5GHz WiFi networks.