![]() |
Pine Wifi Module - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: RockPro64 Hardware and Accessories (https://forum.pine64.org/forumdisplay.php?fid=102) +--- Thread: Pine Wifi Module (/showthread.php?tid=16402) |
Pine Wifi Module - williamdieter - 03-30-2022 Has anyone gotten the Wifi module working? https://pine64.com/product/rockpro64-1x1-dual-band-wifi-802-11ac-bluetooth-5-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. RE: Pine Wifi Module - evilbunny - 03-30-2022 (03-30-2022, 10:16 AM)williamdieter Wrote: Has anyone gotten the Wifi module working? 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 RE: Pine Wifi Module - imianz - 07-20-2022 (03-30-2022, 10:16 AM)williamdieter Wrote: Has anyone gotten the Wifi module working? 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 |