PINE64

Full Version: Pine Wifi Module
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Has anyone gotten the Wifi module working?

https://pine64.com/product/rockpro64-1x1...-0-module/

"Based on Azurewave AW-CM256SM Combo Module and made specifically for the ROCKPro64 SBC"

I'm not a linux expert, and have never made packages to install drivers before so any kind of tutorial would be great. 
(03-30-2022, 10:16 AM)williamdieter Wrote: [ -> ]Has anyone gotten the Wifi module working?

https://pine64.com/product/rockpro64-1x1...-0-module/

"Based on Azurewave AW-CM256SM Combo Module and made specifically for the ROCKPro64 SBC"

I'm not a linux expert, and have never made packages to install drivers before so any kind of tutorial would be great. 

I've packaged wifi drivers in the past by finding a similar driver and updating the source code/config and then building it for debian
(03-30-2022, 10:16 AM)williamdieter Wrote: [ -> ]Has anyone gotten the Wifi module working?

https://pine64.com/product/rockpro64-1x1...-0-module/

"Based on Azurewave AW-CM256SM Combo Module and made specifically for the ROCKPro64 SBC"

I'm not a linux expert, and have never made packages to install drivers before so any kind of tutorial would be great. 


Hello,
I am using a dual boot system with Armbian and Devuan (a Debian fork).
Armbian supports rockpro64 wifi/bt module, Devuan (like Debian) does not.

A quick and dirty solution is to copy all Broadcom drivers from Armbian to Devuan/Debian (keeping the same path):
/ lib / firmware / brcm / *
/ usr / lib / firmware / rkwifi / *
The file drivers for rockpro64 are named *43456* for wifi and *4345C5* for bluetooth but I had some strange problems using only these files, while copying the entire contents of the two folders the system works better (these are considerations that I made without having still had time to investigate).
Bye.

https://github.com/armbian/firmware