|  | 
| I've installed Armbian 5.03 on OPI 2 and it looks like it's working quite well  Quick look - wifi works, eth works, still the same duplicated wlan iface like in Loboris image:
 
 Copy code$ sudo ifconfig -a
wlan0     Link encap:Ethernet  HWaddr 00:e0:4c:f0:1c:fd
          inet addr:192.168.5.6  Bcast:192.168.5.255  Mask:255.255.255.0
          inet6 addr: fd30:5399:8e1b:0:2e0:4cff:fef0:1cfd/64 Scope:Global
          inet6 addr: fe80::2e0:4cff:fef0:1cfd/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:33397 errors:0 dropped:356 overruns:0 frame:0
          TX packets:14745 errors:0 dropped:2 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:30425175 (29.0 MiB)  TX bytes:2997028 (2.8 MiB)
wlan1     Link encap:Ethernet  HWaddr 02:e0:4c:f0:1c:fd
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:6294 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 The only thing I've noticed is quite high idle load, about ~1.0, and some proces w1_bus_master1 taking proc time:
 
 Copy codetop - 10:16:46 up 1 day, 20:02,  2 users,  load average: 1.40, 1.61, 1.39
Tasks:  95 total,   1 running,  94 sleeping,   0 stopped,   0 zombie
%Cpu(s):  0.3 us,  1.5 sy,  0.0 ni, 98.1 id,  0.0 wa,  0.0 hi,  0.1 si,  0.0 st
KiB Mem:   1025324 total,   445192 used,   580132 free,    31204 buffers
KiB Swap:   131068 total,        0 used,   131068 free.   324700 cached Mem
  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND
  108 root      20   0       0      0      0 S   5.2  0.0  44:41.76 [w1_bus_master1]
 2645 root      20   0       0      0      0 S   0.3  0.0   6:28.04 [kworker/0:1]
  376 root      20   0       0      0      0 S   0.0  0.0   4:10.97 [RTW_CMD_THREAD]
  107 root      -2   0       0      0      0 S   0.0  0.0   2:15.91 [ksdioirqd/mmc1]
   37 root      rt   0       0      0      0 S   1.6  0.0   1:48.59 [cfinteractive]
One question - what are supported cpu speeds?
 | 
 |