I tried installing the latest FriendlyWrt (rk3399-sd-friendlywrt-5.10-20211029.img) on my new NanoPi R4S but I can't seem to get any 802.1Q VLAN tagging to work on either my LAN or WAN ports. It always fails with a "DEVICE_CLAIM_FAILED" error.

However it works perfectly (with the same config) when I use the latest build from https://github.com/quintus-lab/openwrt-rockchip. For background, my ISP requires VLAN tagging and PPPoE on my WAN port.

Here's the output from ifstatus wan (currently disconnected, but I get "DEVICE_CLAIM_FAILED" either way):

Code: Select all

{
   "up": false,
   "pending": false,
   "available": true,
   "autostart": true,
   "dynamic": false,
   "proto": "pppoe",
   "device": "eth0.201",
   "data": {
      
   },
   "errors": [
      {
         "subsystem": "interface",
         "code": "DEVICE_CLAIM_FAILED"
      }
   ]
}