![]() |
PINE A64-LTS v2 - Can't get WiFi to work - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64-LTS / SOPINE Compute Module (https://forum.pine64.org/forumdisplay.php?fid=66) +--- Forum: P64-LTS / SOPINE Hardware, Accessories and POT (https://forum.pine64.org/forumdisplay.php?fid=70) +--- Thread: PINE A64-LTS v2 - Can't get WiFi to work (/showthread.php?tid=18091) |
PINE A64-LTS v2 - Can't get WiFi to work - Voidwatcher - 03-31-2023 My WiFi/Bluetooth daughter board just arrived today for my PINE A64-LTS V2 that I've been integrating into a project. I've been using the SBC with a wired Ethernet connection for weeks (although that had its own challenges, I eventually had to limit it to 10/100) and finally now I'm trying to get wireless going. Unfortunately, I cannot get it to work after several hours of troubleshooting and I'm hoping someone out there has some ideas. First, the basics... Issuing uname -a produces this: Code: Linux pine64so 5.15.80-sunxi64 #22.11.1 SMP Wed Nov 30 11:23:00 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux This is the only distro image that I was able to find that works on this specific hardware. I guess the V2 board is based off of the SOPINE modules. The one I downloaded is "Armbian_22.11.1_Pine64so_jammy_current_5.15.80.img.xz" image up on https://armbian.hosthatch.com/archive/pine64so/archive/ ifconfig just shows eth0 and lo. iwconfig shows this: Code: lo no wireless extensions. Snippit from /etc/network/interfaces: Code: # Interface wlan0 Contents of wpa_supplicant.conf, although I originally started out with a more complex version, but I whittled it down to just this, as this bare minimum should still work I think. (Please correct me on this.) Code: network={ If I issue the ifup wlan0 command it shows me that the daemon doesn't start: Code: wpa_supplicant: /sbin/wpa_supplicant daemon failed to start I'm also using a GUI desktop environment and WiFi doesn't show up in Network Manager because of my manual definition in the interfaces file. If I remove the wlan0 definition from interfaces, then WiFi does show up in the Network Manager, however even though it lets me turn off and on the WiFi connection itself, it doesn't enumerate any wireless networks. The list is just blank. I've tried both my 5G network and my 2.44Ghz network; neither work when specifying them manually in the wpa_supplicant.conf file. So it seems to me that the wpa_supplicant daemon failing to start must be the direction I need to be troubleshooting, but at this point I'm out of ideas on how to go further. Can anyone help? RE: PINE A64-LTS v2 - Can't get WiFi to work - Voidwatcher - 04-01-2023 Not quite sure how to interpret all of this yet but there might be something relevant in my /var/log/syslog here. I'm looking at the "direct firmware load for rtlwifi/rtl8723bs_nic.bin error". I'm wondering if that's actually correct for my Wifi module for the PINE64 A64-LTS V2. Code: Apr 1 11:23:09 pine64so wpa_supplicant[3945]: Successfully initialized wpa_supplicant Is the driver for the RealTek chipset on the Wifi module not actually correct? I had "assumed" that this Armbian distro for "pine64so" would contain the correct driver for the very module that the PINE64 store sells but is that assumption incorrect? Again I'm using Armbian_22.11.1_Pine64so_jammy_current_5.15.80.img.xz for my PINE A64-LTS V2. Is anyone using a different distro with more success? Am I the only one who's purchased this SBC so far and wants to use it with WiFi? (That would seem really strange to me.) RE: PINE A64-LTS v2 - Can't get WiFi to work - Voidwatcher - 04-01-2023 Follow-up: The wifi subsystem started to work after I forced Armbian to download the full set of firmware with a single command: Code: armbian-firmware-full Cheers all! Gary |