Jump to content

Recommended Posts

Posted

My setup includes orange pi 5 plus, Samsung NVME SSD M2 4 TB with Armbain os. 256 GB eMMC and Intel BE 200 Wi-Fi. There are no drivers for the intel BE 200 Wi-Fi or any instructions to make it work. 

Posted

That will need mainline kernel since drivers for it have been merged into 6.5 but legacy is 5.10.y

However mainline support for RK3588 is still experimental. The decision if you prefer using the most recent WiFi or everything else mostly functional is up to you. There is nothing we can do further.

Posted
On 1/13/2024 at 4:32 AM, A bambah said:

There are no drivers for the intel BE 200 Wi-Fi

Did you try any of the rolling builds from GitHub, to check it could work?

 

As DroZDI said: we need kernel 6.1 as a minimum.

Posted

I am using a Rock5a with an RK3588s, and it won't even work on the Edge version. I think the adapter is bound with Intel chipsets, AMD users also complained about this on Windows 

Posted

Did anybody resolve this? I just picked up a 5 plus and want to go with either a be200 or a be1750x but I can't find any info about compatibility.

Posted (edited)

Just got my new Intel BE200 working on my Orange Pi 5 Plus. You can try the following steps:

 

0. If your kernel version is >= 6.5, skip to step 3

 

1. Follow this official tutorial to build Armbian with the latest kernel: https://docs.armbian.com/Developer-Guide_Build-Preparation/

 

2. After successfully compiling, you'll find the image file under output/images. Burn this image to your TF card.

 

3. Boot into the new system and run 

dmesg | grep iwl

If you see a message like "Direct firmware load for iwlwifi-gl-c0-fm-c0-96.ucode failed..." then you're on the right track. 

 

4. Clone the latest Linux firmware repository

git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

 

5. Copy iwlwifi-gl-c0-fm-c0.pnvm and iwlwifi-gl-c0-fm-c0-96.ucode (depends on the highest ver # from the message you got at step 3) from the cloned repo to /lib/firmware.

 

6. chmod  644 on those files.

 

7. Regenerate the initramfs to include the firmware

sudo update-initramfs -u

 

8. Reboot

be200_opi5p.jpg

Edited by Thomas Book

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines