PPPoE not working (18.2.2021) [SOLVED]

Hello.
Having two non-Turis routers running OpenWrt 19.07.7 connected using PPPoE working with no problems.
Not able to connect via PPPoE with Turris. Running the latest version from 18th of February 2021.
Same PPPoE settings and cables as for non-Turris working routers.

Connecting the Turris using DHCP works.

Any idea how to make PPPoE working?

/etc/config/network

config interface ‘loopback’
option proto ‘static’
option ipaddr ‘127.0.0.1’
option netmask ‘255.0.0.0’
option ifname ‘lo’

config globals ‘globals’
option ula_prefix ‘fded:4ce5:5c0f::/48’

config interface ‘lan’
option force_link ‘1’
option type ‘bridge’
option proto ‘static’
option netmask ‘255.255.255.0’
option ip6assign ‘60’
option ipaddr ‘192.168.8.1’
list ifname ‘lan0’
list ifname ‘lan1’
list ifname ‘lan2’
list ifname ‘lan3’
list ifname ‘lan4’

config interface ‘wan’
option proto ‘pppoe’
option password ‘my_password’
option username ‘my_user’
option macaddr ‘A0:xx:xx:xx:xx:34’
option ifname ‘eth2’
option ipv6 ‘0’

config interface ‘wan6’
option proto ‘dhcpv6’
option noserverunicast ‘1’
option ifname ‘@wan

system log:

Feb 24 11:00:32 turris syslog-ng[3581]: syslog-ng starting up; version=‘3.30.1’
Feb 24 11:00:32 turris kernel: [ 0.000000] Booting Linux on physical CPU 0x0
Feb 24 11:00:32 turris kernel: [ 0.000000] Linux version 4.14.221 (packaging@turris.cz) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 6bf5bfc)) #0 SMP Thu Feb 18 03:57:20 2021
Feb 24 11:00:32 turris kernel: [ 0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
Feb 24 11:00:32 turris kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Feb 24 11:00:32 turris kernel: [ 0.000000] OF: fdt: Machine model: Turris Omnia
Feb 24 11:00:32 turris kernel: [ 0.000000] Memory policy: Data cache writealloc
Feb 24 11:00:32 turris kernel: [ 0.000000] On node 0 totalpages: 262144
Feb 24 11:00:32 turris kernel: [ 0.000000] free_area_init_node: node 0, pgdat c0b3b340, node_mem_map ef6f9000
Feb 24 11:00:32 turris kernel: [ 0.000000] Normal zone: 1728 pages used for memmap
Feb 24 11:00:32 turris kernel: [ 0.000000] Normal zone: 0 pages reserved
Feb 24 11:00:32 turris kernel: [ 0.000000] Normal zone: 196608 pages, LIFO batch:31
Feb 24 11:00:32 turris kernel: [ 0.000000] HighMem zone: 65536 pages, LIFO batch:15
Feb 24 11:00:32 turris kernel: [ 0.000000] random: get_random_bytes called from start_kernel+0x8c/0x4cc with crng_init=0
Feb 24 11:00:32 turris kernel: [ 0.000000] percpu: Embedded 11 pages/cpu s15372 r8192 d21492 u45056
Feb 24 11:00:32 turris kernel: [ 0.000000] pcpu-alloc: s15372 r8192 d21492 u45056 alloc=114096
Feb 24 11:00:32 turris kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1
Feb 24 11:00:32 turris kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260416
Feb 24 11:00:32 turris kernel: [ 0.000000] Kernel command line: earlyprintk console=ttyS0,115200 rootfstype=btrfs rootdelay=2 root=b301 rootflags=subvol=@,commit=5 rw cfg80211.freg=**
Feb 24 11:00:32 turris kernel: [ 0.000000] Bootloader command line not present
Feb 24 11:00:32 turris kernel: [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Feb 24 11:00:32 turris kernel: [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Feb 24 11:00:32 turris kernel: [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Feb 24 11:00:32 turris kernel: [ 0.000000] Memory: 1027608K/1048576K available (7168K kernel code, 239K rwdata, 1680K rodata, 1024K init, 257K bss, 20968K reserved, 0K cma-reserved, 262144K highmem)
Feb 24 11:00:32 turris kernel: [ 0.000000] Virtual kernel memory layout:
Feb 24 11:00:32 turris kernel: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Feb 24 11:00:32 turris kernel: [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
Feb 24 11:00:32 turris kernel: [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
Feb 24 11:00:32 turris kernel: [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
Feb 24 11:00:32 turris kernel: [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
Feb 24 11:00:32 turris kernel: [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
Feb 24 11:00:32 turris kernel: [ 0.000000] .text : 0xc0008000 - 0xc0800000 (8160 kB)
Feb 24 11:00:32 turris kernel: [ 0.000000] .init : 0xc0a00000 - 0xc0b00000 (1024 kB)
Feb 24 11:00:32 turris kernel: [ 0.000000] .data : 0xc0b00000 - 0xc0b3bc40 ( 240 kB)
Feb 24 11:00:32 turris kernel: [ 0.000000] .bss : 0xc0b3bc40 - 0xc0b7c3d8 ( 258 kB)
Feb 24 11:00:32 turris kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Feb 24 11:00:32 turris kernel: [ 0.000000] Hierarchical RCU implementation.
Feb 24 11:00:32 turris kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
Feb 24 11:00:32 turris kernel: [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Feb 24 11:00:32 turris kernel: [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
Feb 24 11:00:32 turris kernel: [ 0.000000] L2C: DT/platform modifies aux control register: 0x06070000 → 0x16070000
Feb 24 11:00:32 turris kernel: [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
Feb 24 11:00:32 turris kernel: [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
Feb 24 11:00:32 turris kernel: [ 0.000000] L2C-310 D prefetch enabled, offset 1 lines
Feb 24 11:00:32 turris kernel: [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
Feb 24 11:00:32 turris kernel: [ 0.000000] L2C-310 Coherent cache controller enabled, 16 ways, 1024 kB
Feb 24 11:00:32 turris kernel: [ 0.000000] L2C-310 Coherent: CACHE_ID 0x410054c9, AUX_CTRL 0x56070001
Feb 24 11:00:32 turris kernel: [ 0.000006] sched_clock: 64 bits at 800MHz, resolution 1ns, wraps every 4398046511103ns
Feb 24 11:00:32 turris kernel: [ 0.000016] clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0xb881274fa3, max_idle_ns: 440795210636 ns
Feb 24 11:00:32 turris kernel: [ 0.000029] Switching to timer-based delay loop, resolution 1ns
Feb 24 11:00:32 turris kernel: [ 0.000159] Ignoring duplicate/late registration of read_current_timer delay
Feb 24 11:00:32 turris kernel: [ 0.000165] clocksource: armada_370_xp_clocksource: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
Feb 24 11:00:32 turris kernel: [ 0.000329] Console: colour dummy device 80x30
Feb 24 11:00:32 turris kernel: [ 0.000347] Calibrating delay loop (skipped), value calculated using timer frequency… 1600.00 BogoMIPS (lpj=8000000)
Feb 24 11:00:32 turris kernel: [ 0.000354] pid_max: default: 32768 minimum: 301
Feb 24 11:00:32 turris kernel: [ 0.000414] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Feb 24 11:00:32 turris kernel: [ 0.000420] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Feb 24 11:00:32 turris kernel: [ 0.000701] CPU: Testing write buffer coherency: ok
Feb 24 11:00:32 turris kernel: [ 0.000713] CPU0: Spectre v2: using BPIALL workaround
Feb 24 11:00:32 turris kernel: [ 0.000831] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Feb 24 11:00:32 turris kernel: [ 0.000956] Setting up static identity map for 0x100000 - 0x100060
Feb 24 11:00:32 turris kernel: [ 0.001030] mvebu-soc-id: MVEBU SoC ID=0x6820, Rev=0x4
Feb 24 11:00:32 turris kernel: [ 0.001108] mvebu-pmsu: Initializing Power Management Service Unit
Feb 24 11:00:32 turris kernel: [ 0.001158] Hierarchical SRCU implementation.
Feb 24 11:00:32 turris kernel: [ 0.001350] smp: Bringing up secondary CPUs …
Feb 24 11:00:32 turris kernel: [ 0.001482] Booting CPU 1
Feb 24 11:00:32 turris kernel: [ 0.001633] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Feb 24 11:00:32 turris kernel: [ 0.001636] CPU1: Spectre v2: using BPIALL workaround
Feb 24 11:00:32 turris kernel: [ 0.001687] smp: Brought up 1 node, 2 CPUs
Feb 24 11:00:32 turris kernel: [ 0.001692] SMP: Total of 2 processors activated (3200.00 BogoMIPS).
Feb 24 11:00:32 turris kernel: [ 0.001695] CPU: All CPU(s) started in SVC mode.
Feb 24 11:00:32 turris kernel: [ 0.002147] devtmpfs: initialized
Feb 24 11:00:32 turris kernel: [ 0.003715] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
Feb 24 11:00:32 turris kernel: [ 0.003770] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Feb 24 11:00:32 turris kernel: [ 0.003778] futex hash table entries: 512 (order: 3, 32768 bytes)
Feb 24 11:00:32 turris kernel: [ 0.003832] xor: measuring software checksum speed
Feb 24 11:00:32 turris kernel: [ 0.100065] arm4regs : 2392.800 MB/sec
Feb 24 11:00:32 turris kernel: [ 0.200066] 8regs : 1936.000 MB/sec
Feb 24 11:00:32 turris kernel: [ 0.300064] 32regs : 2050.800 MB/sec
Feb 24 11:00:32 turris kernel: [ 0.400066] neon : 1830.000 MB/sec
Feb 24 11:00:32 turris kernel: [ 0.400069] xor: using function: arm4regs (2392.800 MB/sec)
Feb 24 11:00:32 turris kernel: [ 0.400075] pinctrl core: initialized pinctrl subsystem
Feb 24 11:00:32 turris kernel: [ 0.400418] NET: Registered protocol family 16
Feb 24 11:00:32 turris kernel: [ 0.400920] DMA: preallocated 256 KiB pool for atomic coherent allocations
Feb 24 11:00:32 turris kernel: [ 0.401474] cpuidle: using governor ladder
Feb 24 11:00:32 turris kernel: [ 0.401559] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
Feb 24 11:00:32 turris kernel: [ 0.401563] hw-breakpoint: maximum watchpoint size is 4 bytes.
Feb 24 11:00:32 turris kernel: [ 0.401683] mvebu-pmsu: CPU hotplug support is currently broken on Armada 38x: disabling
Feb 24 11:00:32 turris kernel: [ 0.401689] mvebu-pmsu: CPU idle is currently broken on Armada 38x: disabling
Feb 24 11:00:32 turris kernel: [ 0.570292] raid6: int32x1 gen() 171 MB/s
Feb 24 11:00:32 turris kernel: [ 0.740106] raid6: int32x1 xor() 243 MB/s
Feb 24 11:00:32 turris kernel: [ 0.910162] raid6: int32x2 gen() 255 MB/s
Feb 24 11:00:32 turris kernel: [ 1.080170] raid6: int32x2 xor() 290 MB/s
Feb 24 11:00:32 turris kernel: [ 1.250231] raid6: int32x4 gen() 304 MB/s
Feb 24 11:00:32 turris kernel: [ 1.420113] raid6: int32x4 xor() 263 MB/s
Feb 24 11:00:32 turris kernel: [ 1.590153] raid6: int32x8 gen() 328 MB/s
Feb 24 11:00:32 turris kernel: [ 1.760133] raid6: int32x8 xor() 229 MB/s
Feb 24 11:00:32 turris kernel: [ 1.930094] raid6: neonx1 gen() 1111 MB/s
Feb 24 11:00:32 turris kernel: [ 2.100094] raid6: neonx1 xor() 1058 MB/s
Feb 24 11:00:32 turris kernel: [ 2.270081] raid6: neonx2 gen() 1303 MB/s
Feb 24 11:00:32 turris kernel: [ 2.440079] raid6: neonx2 xor() 1351 MB/s
Feb 24 11:00:32 turris kernel: [ 2.610089] raid6: neonx4 gen() 1070 MB/s
Feb 24 11:00:32 turris kernel: [ 2.780072] raid6: neonx4 xor() 1328 MB/s
Feb 24 11:00:32 turris kernel: [ 2.950118] raid6: neonx8 gen() 1014 MB/s
Feb 24 11:00:32 turris kernel: [ 3.120099] raid6: neonx8 xor() 914 MB/s
Feb 24 11:00:32 turris kernel: [ 3.120103] raid6: using algorithm neonx2 gen() 1303 MB/s
Feb 24 11:00:32 turris kernel: [ 3.120106] raid6: … xor() 1351 MB/s, rmw enabled
Feb 24 11:00:32 turris kernel: [ 3.120109] raid6: using neon recovery algorithm
Feb 24 11:00:32 turris kernel: [ 3.120393] SCSI subsystem initialized
Feb 24 11:00:32 turris kernel: [ 3.120492] libata version 3.00 loaded.
Feb 24 11:00:32 turris kernel: [ 3.120596] usbcore: registered new interface driver usbfs
Feb 24 11:00:32 turris kernel: [ 3.120625] usbcore: registered new interface driver hub
Feb 24 11:00:32 turris kernel: [ 3.120648] usbcore: registered new device driver usb
Feb 24 11:00:32 turris kernel: [ 3.121333] clocksource: Switched to clocksource arm_global_timer
Feb 24 11:00:32 turris kernel: [ 3.125114] NET: Registered protocol family 2
Feb 24 11:00:32 turris kernel: [ 3.125368] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
Feb 24 11:00:32 turris kernel: [ 3.125407] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
Feb 24 11:00:32 turris kernel: [ 3.125467] TCP: Hash tables configured (established 8192 bind 8192)
Feb 24 11:00:32 turris kernel: [ 3.125516] UDP hash table entries: 512 (order: 2, 16384 bytes)
Feb 24 11:00:32 turris kernel: [ 3.125542] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
Feb 24 11:00:32 turris kernel: [ 3.125636] NET: Registered protocol family 1
Feb 24 11:00:32 turris kernel: [ 3.125651] PCI: CLS 0 bytes, default 64
Feb 24 11:00:32 turris kernel: [ 3.125960] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
Feb 24 11:00:32 turris kernel: [ 3.126900] Crashlog allocated RAM at address 0x3f00000
Feb 24 11:00:32 turris kernel: [ 3.127045] workingset: timestamp_bits=14 max_order=18 bucket_order=4
Feb 24 11:00:32 turris kernel: [ 3.128942] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Feb 24 11:00:32 turris kernel: [ 3.128949] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
Feb 24 11:00:32 turris kernel: [ 3.130603] bounce: pool size: 64 pages
Feb 24 11:00:32 turris kernel: [ 3.130613] io scheduler noop registered
Feb 24 11:00:32 turris kernel: [ 3.130617] io scheduler deadline registered (default)
Feb 24 11:00:32 turris kernel: [ 3.131073] armada-38x-pinctrl f1018000.pinctrl: registered pinctrl driver
Feb 24 11:00:32 turris kernel: [ 3.133193] mvebu-pcie soc:pcie: PCI host bridge to bus 0000:00
Feb 24 11:00:32 turris kernel: [ 3.133204] pci_bus 0000:00: root bus resource [io 0x1000-0xfffff]
Feb 24 11:00:32 turris kernel: [ 3.133209] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xe7ffffff]
Feb 24 11:00:32 turris kernel: [ 3.133214] pci_bus 0000:00: root bus resource [bus 00-ff]
Feb 24 11:00:32 turris kernel: [ 3.133230] pci 0000:00:01.0: [11ab:6820] type 01 class 0x060400
Feb 24 11:00:32 turris kernel: [ 3.133316] pci 0000:00:02.0: [11ab:6820] type 01 class 0x060400
Feb 24 11:00:32 turris kernel: [ 3.133383] pci 0000:00:03.0: [11ab:6820] type 01 class 0x060400
Feb 24 11:00:32 turris kernel: [ 3.133452] PCI: bus0: Fast back to back transfers disabled
Feb 24 11:00:32 turris kernel: [ 3.133458] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Feb 24 11:00:32 turris kernel: [ 3.133464] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Feb 24 11:00:32 turris kernel: [ 3.133470] pci 0000:00:03.0: bridge configuration invalid ([bus 00-00]), reconfiguring
Feb 24 11:00:32 turris kernel: [ 3.133504] PCI: bus1: Fast back to back transfers enabled
Feb 24 11:00:32 turris kernel: [ 3.133511] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
Feb 24 11:00:32 turris kernel: [ 3.133562] pci 0000:02:00.0: [168c:003c] type 00 class 0x028000
Feb 24 11:00:32 turris kernel: [ 3.133590] pci 0000:02:00.0: reg 0x10: [mem 0xe8000000-0xe81fffff 64bit]
Feb 24 11:00:32 turris kernel: [ 3.133618] pci 0000:02:00.0: reg 0x30: [mem 0xe8200000-0xe820ffff pref]
Feb 24 11:00:32 turris kernel: [ 3.133680] pci 0000:02:00.0: supports D1 D2
Feb 24 11:00:32 turris kernel: [ 3.133739] PCI: bus2: Fast back to back transfers disabled
Feb 24 11:00:32 turris kernel: [ 3.133745] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
Feb 24 11:00:32 turris kernel: [ 3.133796] pci 0000:03:00.0: [168c:002e] type 00 class 0x028000
Feb 24 11:00:32 turris kernel: [ 3.133824] pci 0000:03:00.0: reg 0x10: [mem 0xea000000-0xea00ffff 64bit]
Feb 24 11:00:32 turris kernel: [ 3.133913] pci 0000:03:00.0: supports D1
Feb 24 11:00:32 turris kernel: [ 3.133916] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
Feb 24 11:00:32 turris kernel: [ 3.133968] PCI: bus3: Fast back to back transfers disabled
Feb 24 11:00:32 turris kernel: [ 3.133974] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 03
Feb 24 11:00:32 turris kernel: [ 3.133995] pci 0000:00:02.0: BAR 8: assigned [mem 0xe0000000-0xe02fffff]
Feb 24 11:00:32 turris kernel: [ 3.134001] pci 0000:00:03.0: BAR 8: assigned [mem 0xe0300000-0xe03fffff]
Feb 24 11:00:32 turris kernel: [ 3.134006] pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 24 11:00:32 turris kernel: [ 3.134016] pci 0000:02:00.0: BAR 0: assigned [mem 0xe0000000-0xe01fffff 64bit]
Feb 24 11:00:32 turris kernel: [ 3.134027] pci 0000:02:00.0: BAR 6: assigned [mem 0xe0200000-0xe020ffff pref]
Feb 24 11:00:32 turris kernel: [ 3.134031] pci 0000:00:02.0: PCI bridge to [bus 02]
Feb 24 11:00:32 turris kernel: [ 3.134037] pci 0000:00:02.0: bridge window [mem 0xe0000000-0xe02fffff]
Feb 24 11:00:32 turris kernel: [ 3.134044] pci 0000:03:00.0: BAR 0: assigned [mem 0xe0300000-0xe030ffff 64bit]
Feb 24 11:00:32 turris kernel: [ 3.134053] pci 0000:00:03.0: PCI bridge to [bus 03]
Feb 24 11:00:32 turris kernel: [ 3.134058] pci 0000:00:03.0: bridge window [mem 0xe0300000-0xe03fffff]
Feb 24 11:00:32 turris kernel: [ 3.134284] mv_xor f1060800.xor: Marvell shared XOR driver
Feb 24 11:00:32 turris kernel: [ 3.191820] mv_xor f1060800.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
Feb 24 11:00:32 turris kernel: [ 3.191929] mv_xor f1060900.xor: Marvell shared XOR driver
Feb 24 11:00:32 turris kernel: [ 3.251766] mv_xor f1060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
Feb 24 11:00:32 turris kernel: [ 3.251971] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
Feb 24 11:00:32 turris kernel: [ 3.253112] console [ttyS0] disabled
Feb 24 11:00:32 turris kernel: [ 3.273180] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 22, base_baud = 15625000) is a 16550A
Feb 24 11:00:32 turris kernel: [ 4.158309] console [ttyS0] enabled
Feb 24 11:00:32 turris kernel: [ 4.182071] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 23, base_baud = 15625000) is a 16550A
Feb 24 11:00:32 turris kernel: [ 4.192838] loop: module loaded
Feb 24 11:00:32 turris kernel: [ 4.196283] ahci-mvebu f10a8000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
Feb 24 11:00:32 turris kernel: [ 4.205370] ahci-mvebu f10a8000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
Feb 24 11:00:32 turris kernel: [ 4.214533] scsi host0: ahci-mvebu
Feb 24 11:00:32 turris kernel: [ 4.218084] scsi host1: ahci-mvebu
Feb 24 11:00:32 turris kernel: [ 4.221569] ata1: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x100 irq 44
Feb 24 11:00:32 turris kernel: [ 4.229505] ata2: SATA max UDMA/133 mmio [mem 0xf10a8000-0xf10a9fff] port 0x180 irq 44
Feb 24 11:00:32 turris kernel: [ 4.238227] m25p80 spi0.0: s25fl164k (8192 Kbytes)
Feb 24 11:00:32 turris kernel: [ 4.243111] 2 fixed-partitions partitions found on MTD device spi0.0
Feb 24 11:00:32 turris kernel: [ 4.249478] Creating 2 MTD partitions on “spi0.0”:
Feb 24 11:00:32 turris kernel: [ 4.254299] 0x000000000000-0x000000100000 : “U-Boot”
Feb 24 11:00:32 turris kernel: [ 4.259608] 0x000000100000-0x000000800000 : “Rescue system”
Feb 24 11:00:32 turris kernel: [ 4.265664] libphy: Fixed MDIO Bus: probed
Feb 24 11:00:32 turris kernel: [ 4.270078] libphy: orion_mdio_bus: probed
Feb 24 11:00:32 turris kernel: [ 4.274692] mv88e6085 f1072004.mdio-mii:10: switch 0x1760 detected: Marvell 88E6176, revision 1
Feb 24 11:00:32 turris kernel: [ 4.423035] libphy: mv88e6xxx SMI: probed
Feb 24 11:00:32 turris kernel: [ 4.430831] mvneta f1070000.ethernet eth0: Using hardware mac address d8:::::4b
Feb 24 11:00:32 turris kernel: [ 4.439589] mvneta f1030000.ethernet eth1: Using hardware mac address d8:::::49
Feb 24 11:00:32 turris kernel: [ 4.448284] mvneta f1034000.ethernet eth2: Using hardware mac address d8:::::4a
Feb 24 11:00:32 turris kernel: [ 4.456465] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
Feb 24 11:00:32 turris kernel: [ 4.463015] ehci-pci: EHCI PCI platform driver
Feb 24 11:00:32 turris kernel: [ 4.467494] ehci-platform: EHCI generic platform driver
Feb 24 11:00:32 turris kernel: [ 4.472798] ehci-orion: EHCI orion driver
Feb 24 11:00:32 turris kernel: [ 4.476903] orion-ehci f1058000.usb: EHCI Host Controller
Feb 24 11:00:32 turris kernel: [ 4.482330] orion-ehci f1058000.usb: new USB bus registered, assigned bus number 1
Feb 24 11:00:32 turris kernel: [ 4.489960] orion-ehci f1058000.usb: irq 40, io mem 0xf1058000
Feb 24 11:00:32 turris kernel: [ 4.521334] orion-ehci f1058000.usb: USB 2.0 started, EHCI 1.00
Feb 24 11:00:32 turris kernel: [ 4.527553] hub 1-0:1.0: USB hub found
Feb 24 11:00:32 turris kernel: [ 4.531408] hub 1-0:1.0: 1 port detected
Feb 24 11:00:32 turris kernel: [ 4.535686] xhci-hcd f10f0000.usb3: xHCI Host Controller
Feb 24 11:00:32 turris kernel: [ 4.541018] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 2
Feb 24 11:00:32 turris kernel: [ 4.548590] xhci-hcd f10f0000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010
Feb 24 11:00:32 turris kernel: [ 4.557858] xhci-hcd f10f0000.usb3: irq 46, io mem 0xf10f0000
Feb 24 11:00:32 turris kernel: [ 4.563855] hub 2-0:1.0: USB hub found
Feb 24 11:00:32 turris kernel: [ 4.567522] ata1: SATA link down (SStatus 0 SControl 300)
Feb 24 11:00:32 turris kernel: [ 4.567626] hub 2-0:1.0: 1 port detected
Feb 24 11:00:32 turris kernel: [ 4.573058] ata2: SATA link down (SStatus 0 SControl 300)
Feb 24 11:00:32 turris kernel: [ 4.577056] xhci-hcd f10f0000.usb3: xHCI Host Controller
Feb 24 11:00:32 turris kernel: [ 4.587705] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 3
Feb 24 11:00:32 turris kernel: [ 4.595218] xhci-hcd f10f0000.usb3: Host supports USB 3.0 SuperSpeed
Feb 24 11:00:32 turris kernel: [ 4.601707] usb usb3: We don’t know the algorithms for LPM for this host, disabling LPM.
Feb 24 11:00:32 turris kernel: [ 4.610015] hub 3-0:1.0: USB hub found
Feb 24 11:00:32 turris kernel: [ 4.613795] hub 3-0:1.0: 1 port detected
Feb 24 11:00:32 turris kernel: [ 4.617894] xhci-hcd f10f8000.usb3: xHCI Host Controller
Feb 24 11:00:32 turris kernel: [ 4.623233] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 4
Feb 24 11:00:32 turris kernel: [ 4.630781] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010
Feb 24 11:00:32 turris kernel: [ 4.640045] xhci-hcd f10f8000.usb3: irq 47, io mem 0xf10f8000
Feb 24 11:00:32 turris kernel: [ 4.646045] hub 4-0:1.0: USB hub found
Feb 24 11:00:32 turris kernel: [ 4.649815] hub 4-0:1.0: 1 port detected
Feb 24 11:00:32 turris kernel: [ 4.653853] xhci-hcd f10f8000.usb3: xHCI Host Controller
Feb 24 11:00:32 turris kernel: [ 4.659181] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 5
Feb 24 11:00:32 turris kernel: [ 4.666695] xhci-hcd f10f8000.usb3: Host supports USB 3.0 SuperSpeed
Feb 24 11:00:32 turris kernel: [ 4.673182] usb usb5: We don’t know the algorithms for LPM for this host, disabling LPM.
Feb 24 11:00:32 turris kernel: [ 4.681517] hub 5-0:1.0: USB hub found
Feb 24 11:00:32 turris kernel: [ 4.685286] hub 5-0:1.0: 1 port detected
Feb 24 11:00:32 turris kernel: [ 4.689416] usbcore: registered new interface driver usb-storage
Feb 24 11:00:32 turris kernel: [ 4.695867] armada38x-rtc f10a3800.rtc: registered as rtc0
Feb 24 11:00:32 turris kernel: [ 4.701498] i2c /dev entries driver
Feb 24 11:00:32 turris kernel: [ 4.715487] (NULL device ): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Feb 24 11:00:32 turris kernel: [ 4.727950] orion_wdt: Initial timeout 171 sec
Feb 24 11:00:32 turris kernel: [ 4.732661] sdhci: Secure Digital Host Controller Interface driver
Feb 24 11:00:32 turris kernel: [ 4.738855] sdhci: Copyright(c) Pierre Ossman
Feb 24 11:00:32 turris kernel: [ 4.801335] mmc0: SDHCI controller on f10d8000.sdhci [f10d8000.sdhci] using ADMA
Feb 24 11:00:32 turris kernel: [ 4.808836] sdhci-pltfm: SDHCI platform and OF driver helper
Feb 24 11:00:32 turris kernel: [ 4.815343] marvell-cesa f1090000.crypto: CESA device successfully registered
Feb 24 11:00:32 turris kernel: [ 4.822940] NET: Registered protocol family 10
Feb 24 11:00:32 turris kernel: [ 4.828975] Segment Routing with IPv6
Feb 24 11:00:32 turris kernel: [ 4.832691] NET: Registered protocol family 17
Feb 24 11:00:32 turris kernel: [ 4.837158] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Feb 24 11:00:32 turris kernel: [ 4.851435] 8021q: 802.1Q VLAN Support v1.8
Feb 24 11:00:32 turris kernel: [ 4.855695] Registering SWP/SWPB emulation handler
Feb 24 11:00:32 turris kernel: [ 4.861804] Btrfs loaded, crc32c=crc32c-generic
Feb 24 11:00:32 turris kernel: [ 4.867233] mv88e6085 f1072004.mdio-mii:10: switch 0x1760 detected: Marvell 88E6176, revision 1
Feb 24 11:00:32 turris kernel: [ 4.927964] mmc0: new high speed MMC card at address 0001
Feb 24 11:00:32 turris kernel: [ 4.933570] mmcblk0: mmc0:0001 H8G4a� 7.28 GiB
Feb 24 11:00:32 turris kernel: [ 4.938179] mmcblk0boot0: mmc0:0001 H8G4a� partition 1 4.00 MiB
Feb 24 11:00:32 turris kernel: [ 4.944201] mmcblk0boot1: mmc0:0001 H8G4a� partition 2 4.00 MiB
Feb 24 11:00:32 turris kernel: [ 4.950195] mmcblk0rpmb: mmc0:0001 H8G4a� partition 3 4.00 MiB, chardev (250:0)
Feb 24 11:00:32 turris kernel: [ 4.958571] mmcblk0: p1
Feb 24 11:00:32 turris kernel: [ 5.018206] libphy: mv88e6xxx SMI: probed
Feb 24 11:00:32 turris kernel: [ 5.022290] DSA: switch 0 0 parsed
Feb 24 11:00:32 turris kernel: [ 5.025703] DSA: tree 0 parsed
Feb 24 11:00:32 turris kernel: [ 5.736139] mv88e6085 f1072004.mdio-mii:10 lan0 (uninitialized): PHY [mv88e6xxx-1:00] driver [Marvell 88E1540]
Feb 24 11:00:32 turris kernel: [ 5.857668] mv88e6085 f1072004.mdio-mii:10 lan1 (uninitialized): PHY [mv88e6xxx-1:01] driver [Marvell 88E1540]
Feb 24 11:00:32 turris kernel: [ 5.987666] mv88e6085 f1072004.mdio-mii:10 lan2 (uninitialized): PHY [mv88e6xxx-1:02] driver [Marvell 88E1540]
Feb 24 11:00:32 turris kernel: [ 6.117667] mv88e6085 f1072004.mdio-mii:10 lan3 (uninitialized): PHY [mv88e6xxx-1:03] driver [Marvell 88E1540]
Feb 24 11:00:32 turris kernel: [ 6.247665] mv88e6085 f1072004.mdio-mii:10 lan4 (uninitialized): PHY [mv88e6xxx-1:04] driver [Marvell 88E1540]
Feb 24 11:00:32 turris kernel: [ 6.267493] armada38x-rtc f10a3800.rtc: setting system clock to 2021-02-24 10:00:09 UTC (1614160809)
Feb 24 11:00:32 turris kernel: [ 6.276943] Waiting 2 sec before mounting root device…
Feb 24 11:00:32 turris kernel: [ 8.324185] F2FS-fs (mmcblk0p1): Magic Mismatch, valid(0xf2f52010) - read(0x0)
Feb 24 11:00:32 turris kernel: [ 8.331438] F2FS-fs (mmcblk0p1): Can’t find valid F2FS filesystem in 1th superblock
Feb 24 11:00:32 turris kernel: [ 8.339289] F2FS-fs (mmcblk0p1): Magic Mismatch, valid(0xf2f52010) - read(0x0)
Feb 24 11:00:32 turris kernel: [ 8.346533] F2FS-fs (mmcblk0p1): Can’t find valid F2FS filesystem in 2th superblock
Feb 24 11:00:32 turris kernel: [ 8.354227] F2FS-fs (mmcblk0p1): Magic Mismatch, valid(0xf2f52010) - read(0x0)
Feb 24 11:00:32 turris kernel: [ 8.361474] F2FS-fs (mmcblk0p1): Can’t find valid F2FS filesystem in 1th superblock
Feb 24 11:00:32 turris kernel: [ 8.369147] F2FS-fs (mmcblk0p1): Magic Mismatch, valid(0xf2f52010) - read(0x0)
Feb 24 11:00:32 turris kernel: [ 8.376395] F2FS-fs (mmcblk0p1): Can’t find valid F2FS filesystem in 2th superblock
Feb 24 11:00:32 turris kernel: [ 8.385033] BTRFS: device fsid 90fb7990-227d-453a-be79-80b8cf69de04 devid 1 transid 2502 /dev/root
Feb 24 11:00:32 turris kernel: [ 8.394623] BTRFS info (device mmcblk0p1): disk space caching is enabled
Feb 24 11:00:32 turris kernel: [ 8.401352] BTRFS info (device mmcblk0p1): has skinny extents
Feb 24 11:00:32 turris kernel: [ 8.411783] BTRFS info (device mmcblk0p1): enabling ssd optimizations
Feb 24 11:00:32 turris kernel: [ 8.421423] VFS: Mounted root (btrfs filesystem) on device 0:12.
Feb 24 11:00:32 turris kernel: [ 8.427758] devtmpfs: mounted
Feb 24 11:00:32 turris kernel: [ 8.431293] Freeing unused kernel memory: 1024K
Feb 24 11:00:32 turris kernel: 8.509149] init: Console is alive
Feb 24 11:00:32 turris kernel: 8.512646] init: - watchdog -
Feb 24 11:00:32 turris kernel: [ 8.527054] random: fast init done
Feb 24 11:00:32 turris kernel: 8.807280] kmodloader: loading kernel modules from /etc/modules-boot.d/

Feb 24 11:00:32 turris kernel: [ 8.818860] exFAT: Version 1.2.9
Feb 24 11:00:32 turris kernel: [ 8.834079] SGI XFS with ACLs, security attributes, no debug enabled
Feb 24 11:00:32 turris kernel: [ 8.843090] usbcore: registered new interface driver uas
Feb 24 11:00:32 turris kernel: 8.848496] kmodloader: done loading kernel modules from /etc/modules-boot.d/

Feb 24 11:00:32 turris kernel: 8.865919] init: - preinit -
Feb 24 11:00:32 turris kernel: [ 8.947986] random: jshn: uninitialized urandom read (4 bytes read)
Feb 24 11:00:32 turris kernel: [ 8.965271] random: jshn: uninitialized urandom read (4 bytes read)
Feb 24 11:00:32 turris kernel: [ 8.998783] random: jshn: uninitialized urandom read (4 bytes read)
Feb 24 11:00:32 turris kernel: 12.111092] mount_root: mounting /dev/root
Feb 24 11:00:32 turris kernel: [ 12.115779] BTRFS info (device mmcblk0p1): disk space caching is enabled
Feb 24 11:00:32 turris kernel: 12.123325] mount_root: loading kmods from internal overlay
Feb 24 11:00:32 turris kernel: 12.141609] kmodloader: loading kernel modules from //etc/modules-boot.d/*
Feb 24 11:00:32 turris kernel: 12.149467] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
Feb 24 11:00:32 turris kernel: 12.670437] block: attempting to load /etc/config/fstab
Feb 24 11:00:32 turris kernel: 12.676638] block: extroot: not configured
Feb 24 11:00:32 turris kernel: [ 12.692280] urandom_read: 2 callbacks suppressed
Feb 24 11:00:32 turris kernel: [ 12.692283] random: procd: uninitialized urandom read (4 bytes read)
Feb 24 11:00:32 turris kernel: 13.347841] procd: - early -
Feb 24 11:00:32 turris kernel: 13.350753] procd: - watchdog -
Feb 24 11:00:32 turris kernel: 13.976805] procd: - watchdog -
Feb 24 11:00:32 turris kernel: 13.980039] procd: - ubus -
Feb 24 11:00:32 turris kernel: [ 13.986863] random: ubusd: uninitialized urandom read (4 bytes read)
Feb 24 11:00:32 turris kernel: [ 14.034014] random: ubusd: uninitialized urandom read (4 bytes read)
Feb 24 11:00:32 turris kernel: [ 14.040460] random: ubusd: uninitialized urandom read (4 bytes read)
Feb 24 11:00:32 turris kernel: 14.047047] procd: - init -
Feb 24 11:00:32 turris kernel: 14.146978] kmodloader: loading kernel modules from /etc/modules.d/*
Feb 24 11:00:32 turris kernel: [ 14.170109] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
Feb 24 11:00:32 turris kernel: [ 14.182535] Key type dns_resolver registered
Feb 24 11:00:32 turris kernel: [ 14.195320] Key type cifs.idmap registered
Feb 24 11:00:32 turris kernel: [ 14.210342] RPC: Registered named UNIX socket transport module.
Feb 24 11:00:32 turris kernel: [ 14.216310] RPC: Registered udp transport module.
Feb 24 11:00:32 turris kernel: [ 14.221024] RPC: Registered tcp transport module.
Feb 24 11:00:32 turris kernel: [ 14.225745] RPC: Registered tcp NFSv4.1 backchannel transport module.
Feb 24 11:00:32 turris kernel: [ 14.236368] ntfs: driver 2.1.32 [Flags: R/O MODULE].
Feb 24 11:00:32 turris kernel: [ 14.242864] tun: Universal TUN/TAP device driver, 1.6
Feb 24 11:00:32 turris kernel: [ 14.255206] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
Feb 24 11:00:32 turris kernel: [ 14.275190] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Feb 24 11:00:32 turris kernel: [ 14.287687] NFS: Registering the id_resolver key type
Feb 24 11:00:32 turris kernel: [ 14.292827] Key type id_resolver registered
Feb 24 11:00:32 turris kernel: [ 14.297022] Key type id_legacy registered
Feb 24 11:00:32 turris kernel: [ 14.306915] ip6_tables: (C) 2000-2006 Netfilter Core Team
Feb 24 11:00:32 turris kernel: [ 14.317233] Netfilter messages via NETLINK v0.30.
Feb 24 11:00:32 turris kernel: [ 14.324856] ip_set: protocol 6
Feb 24 11:00:32 turris kernel: [ 14.358904] i2c i2c-0: Added multiplexed i2c bus 1
Feb 24 11:00:32 turris kernel: [ 14.364178] i2c i2c-0: Added multiplexed i2c bus 2
Feb 24 11:00:32 turris kernel: [ 14.369283] i2c i2c-0: Added multiplexed i2c bus 3
Feb 24 11:00:32 turris kernel: [ 14.377751] i2c i2c-0: Added multiplexed i2c bus 4
Feb 24 11:00:32 turris kernel: [ 14.383032] i2c i2c-0: Added multiplexed i2c bus 5
Feb 24 11:00:32 turris kernel: [ 14.389174] i2c i2c-0: Added multiplexed i2c bus 6
Feb 24 11:00:32 turris kernel: [ 14.394679] i2c i2c-0: Added multiplexed i2c bus 7
Feb 24 11:00:32 turris kernel: [ 14.400060] pca953x 8-0071: 8-0071 supply vcc not found, using dummy regulator
Feb 24 11:00:32 turris kernel: [ 14.411846] i2c i2c-0: Added multiplexed i2c bus 8
Feb 24 11:00:32 turris kernel: [ 14.416655] pca954x 0-0070: registered 8 multiplexed busses for I2C mux pca9547
Feb 24 11:00:32 turris kernel: [ 14.426947] Mirror/redirect action on
Feb 24 11:00:32 turris kernel: [ 14.435249] u32 classifier
Feb 24 11:00:32 turris kernel: [ 14.437965] input device check on
Feb 24 11:00:32 turris kernel: [ 14.441697] Actions configured
Feb 24 11:00:32 turris kernel: [ 14.449288] sch_cake: Unknown symbol nf_conntrack_find_get (err 0)
Feb 24 11:00:32 turris kernel: [ 14.455619] sch_cake: Unknown symbol nf_ct_get_tuplepr (err 0)
Feb 24 11:00:32 turris kernel: [ 14.483990] fuse init (API version 7.26)
Feb 24 11:00:32 turris kernel: [ 14.491319] Bridge firewalling registered
Feb 24 11:00:32 turris kernel: [ 14.496351] Loading modules backported from Linux version v4.19.161-0-gdaefdc9eb24b
Feb 24 11:00:32 turris kernel: [ 14.501358] random: crng init done
Feb 24 11:00:32 turris kernel: [ 14.504054] Backport generated by backports.git v4.19.161-1-0-g4bb568fe
Feb 24 11:00:32 turris kernel: [ 14.507438] random: 1 urandom warning(s) missed due to ratelimiting
Feb 24 11:00:32 turris kernel: [ 14.519532] Ebtables v2.0 registered
Feb 24 11:00:32 turris kernel: [ 14.525534] ip_tables: (C) 2000-2006 Netfilter Core Team
Feb 24 11:00:32 turris kernel: [ 14.538053] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Feb 24 11:00:32 turris kernel: [ 14.546109] ctnetlink v0.93: registering with nfnetlink.
Feb 24 11:00:32 turris kernel: [ 14.572295] usbcore: registered new interface driver ums-alauda
Feb 24 11:00:32 turris kernel: [ 14.578697] usbcore: registered new interface driver ums-cypress
Feb 24 11:00:32 turris kernel: [ 14.586788] usbcore: registered new interface driver ums-datafab
Feb 24 11:00:32 turris kernel: [ 14.593487] usbcore: registered new interface driver ums-freecom
Feb 24 11:00:32 turris kernel: [ 14.600067] usbcore: registered new interface driver ums-isd200
Feb 24 11:00:32 turris kernel: [ 14.606694] usbcore: registered new interface driver ums-jumpshot
Feb 24 11:00:32 turris kernel: [ 14.613386] usbcore: registered new interface driver ums-karma
Feb 24 11:00:32 turris kernel: [ 14.619855] usbcore: registered new interface driver ums-sddr09
Feb 24 11:00:32 turris kernel: [ 14.626477] usbcore: registered new interface driver ums-sddr55
Feb 24 11:00:32 turris kernel: [ 14.633168] usbcore: registered new interface driver ums-usbat
Feb 24 11:00:32 turris kernel: [ 14.640732] usbcore: registered new interface driver usbserial
Feb 24 11:00:32 turris kernel: [ 14.646694] usbcore: registered new interface driver usbserial_generic
Feb 24 11:00:32 turris kernel: [ 14.653321] usbserial: USB Serial support registered for generic
Feb 24 11:00:32 turris kernel: [ 14.672646] xt_time: kernel timezone is -0000
Feb 24 11:00:32 turris kernel: [ 14.679073] at24 1-0054: 8192 byte 24c64 EEPROM, writable, 1 bytes/write
Feb 24 11:00:32 turris kernel: [ 14.722502] PPP generic driver version 2.4.2
Feb 24 11:00:32 turris kernel: [ 14.727808] NET: Registered protocol family 24
Feb 24 11:00:32 turris kernel: [ 14.747767] pci 0000:00:02.0: enabling device (0140 → 0142)
Feb 24 11:00:32 turris kernel: [ 14.753725] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
Feb 24 11:00:32 turris kernel: [ 14.994848] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:02:00.0.bin failed with error -2
Feb 24 11:00:32 turris kernel: [ 15.005603] ath10k_pci 0000:02:00.0: Falling back to user helper
Feb 24 11:00:32 turris kernel: [ 15.312904] firmware ath10k!pre-cal-pci-0000:02:00.0.bin: firmware_loading_store: map pages failed
Feb 24 11:00:32 turris kernel: [ 15.322063] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2
Feb 24 11:00:32 turris kernel: [ 15.332457] ath10k_pci 0000:02:00.0: Falling back to user helper
Feb 24 11:00:32 turris kernel: [ 15.343076] firmware ath10k!cal-pci-0000:02:00.0.bin: firmware_loading_store: map pages failed
Feb 24 11:00:32 turris kernel: [ 15.351892] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/firmware-6.bin failed with error -2
Feb 24 11:00:32 turris kernel: [ 15.362631] ath10k_pci 0000:02:00.0: Falling back to user helper
Feb 24 11:00:32 turris kernel: [ 15.373562] firmware ath10k!QCA988X!hw2.0!firmware-6.bin: firmware_loading_store: map pages failed
Feb 24 11:00:32 turris kernel: [ 15.390993] ath10k_pci 0000:02:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub 0000:0000
Feb 24 11:00:32 turris kernel: [ 15.400264] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1
Feb 24 11:00:32 turris kernel: [ 15.409791] ath10k_pci 0000:02:00.0: firmware ver 10.2.4-1.0-00047 api 5 features no-p2p,raw-mode,mfp,allows-mesh-bcast crc32 35bd9258
Feb 24 11:00:32 turris kernel: [ 15.454579] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/board-2.bin failed with error -2
Feb 24 11:00:32 turris kernel: [ 15.465048] ath10k_pci 0000:02:00.0: Falling back to user helper
Feb 24 11:00:32 turris kernel: [ 15.475813] firmware ath10k!QCA988X!hw2.0!board-2.bin: firmware_loading_store: map pages failed
Feb 24 11:00:32 turris kernel: [ 15.485515] ath10k_pci 0000:02:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08
Feb 24 11:00:32 turris kernel: [ 16.624829] ath10k_pci 0000:02:00.0: htt-ver 2.1 wmi-op 5 htt-op 2 cal otp max-sta 128 raw 0 hwcrypto 1
Feb 24 11:00:32 turris kernel: [ 16.741753] ath: EEPROM regdomain: 0x0
Feb 24 11:00:32 turris kernel: [ 16.741756] ath: EEPROM indicates default country code should be used
Feb 24 11:00:32 turris kernel: [ 16.741757] ath: doing EEPROM country->regdmn map search
Feb 24 11:00:32 turris kernel: [ 16.741761] ath: country maps to regdmn code: 0x3a
Feb 24 11:00:32 turris kernel: [ 16.741763] ath: Country alpha2 being used: US
Feb 24 11:00:32 turris kernel: [ 16.741764] ath: Regpair used: 0x3a
Feb 24 11:00:32 turris kernel: [ 16.753300] usbcore: registered new interface driver qcserial
Feb 24 11:00:32 turris kernel: [ 16.759114] usbserial: USB Serial support registered for Qualcomm USB modem
Feb 24 11:00:32 turris kernel: [ 16.771864] pci 0000:00:03.0: enabling device (0140 → 0142)
Feb 24 11:00:32 turris kernel: [ 16.865400] ath: EEPROM regdomain: 0x0
Feb 24 11:00:32 turris kernel: [ 16.865406] ath: EEPROM indicates default country code should be used
Feb 24 11:00:32 turris kernel: [ 16.865410] ath: doing EEPROM country->regdmn map search
Feb 24 11:00:32 turris kernel: [ 16.865417] ath: country maps to regdmn code: 0x3a
Feb 24 11:00:32 turris kernel: [ 16.865421] ath: Country alpha2 being used: US
Feb 24 11:00:32 turris kernel: [ 16.865425] ath: Regpair used: 0x3a
Feb 24 11:00:32 turris kernel: [ 16.877765] ieee80211 phy1: Selected rate control algorithm ‘minstrel_ht’
Feb 24 11:00:32 turris kernel: [ 16.878726] ieee80211 phy1: Atheros AR9287 Rev:2 mem=0xf1410000, irq=79
Feb 24 11:00:32 turris kernel: 16.886806] kmodloader: done loading kernel modules from /etc/modules.d/*
Feb 24 11:00:32 turris kernel: [ 18.552888] mvneta f1030000.ethernet eth1: configuring for fixed/rgmii link mode
Feb 24 11:00:32 turris kernel: [ 18.553348] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
Feb 24 11:00:32 turris kernel: [ 18.553388] mvneta f1030000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
Feb 24 11:00:32 turris kernel: [ 18.553396] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Feb 24 11:00:32 turris kernel: [ 18.554503] mv88e6085 f1072004.mdio-mii:10 lan0: configuring for phy/gmii link mode
Feb 24 11:00:32 turris kernel: [ 18.554703] br-lan: port 1(lan0) entered blocking state
Feb 24 11:00:32 turris kernel: [ 18.554706] br-lan: port 1(lan0) entered disabled state
Feb 24 11:00:32 turris kernel: [ 18.556502] device lan0 entered promiscuous mode
Feb 24 11:00:32 turris kernel: [ 18.556505] device eth1 entered promiscuous mode
Feb 24 11:00:32 turris kernel: [ 18.614128] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
Feb 24 11:00:32 turris kernel: [ 18.627917] mv88e6085 f1072004.mdio-mii:10 lan1: configuring for phy/gmii link mode
Feb 24 11:00:32 turris kernel: [ 18.628145] br-lan: port 2(lan1) entered blocking state
Feb 24 11:00:32 turris kernel: [ 18.628149] br-lan: port 2(lan1) entered disabled state
Feb 24 11:00:32 turris kernel: [ 18.635214] device lan1 entered promiscuous mode
Feb 24 11:00:32 turris kernel: [ 18.687336] mv88e6085 f1072004.mdio-mii:10 lan2: configuring for phy/gmii link mode
Feb 24 11:00:32 turris kernel: [ 18.696919] br-lan: port 3(lan2) entered blocking state
Feb 24 11:00:32 turris kernel: [ 18.696924] br-lan: port 3(lan2) entered disabled state
Feb 24 11:00:32 turris kernel: [ 18.702950] device lan2 entered promiscuous mode
Feb 24 11:00:32 turris kernel: [ 18.748300] mv88e6085 f1072004.mdio-mii:10 lan3: configuring for phy/gmii link mode
Feb 24 11:00:32 turris kernel: [ 18.762319] br-lan: port 4(lan3) entered blocking state
Feb 24 11:00:32 turris kernel: [ 18.762324] br-lan: port 4(lan3) entered disabled state
Feb 24 11:00:32 turris kernel: [ 18.770956] device lan3 entered promiscuous mode
Feb 24 11:00:32 turris kernel: [ 18.824538] mvneta f1070000.ethernet eth0: configuring for fixed/rgmii link mode
Feb 24 11:00:32 turris kernel: [ 18.825028] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Feb 24 11:00:32 turris kernel: [ 18.837048] mv88e6085 f1072004.mdio-mii:10 lan4: configuring for phy/gmii link mode
Feb 24 11:00:32 turris kernel: [ 18.837317] mvneta f1070000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
Feb 24 11:00:32 turris kernel: [ 18.856290] br-lan: port 5(lan4) entered blocking state
Feb 24 11:00:32 turris kernel: [ 18.856298] br-lan: port 5(lan4) entered disabled state
Feb 24 11:00:32 turris kernel: [ 18.865833] device lan4 entered promiscuous mode
Feb 24 11:00:32 turris kernel: [ 18.865837] device eth0 entered promiscuous mode
Feb 24 11:00:32 turris kernel: [ 18.916982] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Feb 24 11:00:32 turris kernel: [ 19.062891] mvneta f1034000.ethernet eth2: PHY [f1072004.mdio-mii:01] driver [Marvell 88E1510]
Feb 24 11:00:32 turris kernel: [ 19.063244] mvneta f1034000.ethernet eth2: configuring for phy/sgmii link mode
Feb 24 11:00:32 turris kernel: [ 22.166292] mv88e6085 f1072004.mdio-mii:10 lan3: Link is Up - 1Gbps/Full - flow control off
Feb 24 11:00:32 turris kernel: [ 22.166315] br-lan: port 4(lan3) entered blocking state
Feb 24 11:00:32 turris kernel: [ 22.166320] br-lan: port 4(lan3) entered forwarding state
Feb 24 11:00:32 turris kernel: [ 22.169416] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready

I am running pppoe without problems with the same parameters, except without macaddr
(and with “pppd_sleep 5” option mentioned in different thread)

I don’t see pppd in your log. Should look like this:

Mar  6 02:30:35 turris insmod: module is already loaded - ppp_generic
Mar  6 02:30:35 turris insmod: module is already loaded - pppox
Mar  6 02:30:35 turris insmod: module is already loaded - pppoe
Mar  6 02:30:35 turris netifd: wan (5068): ppp: warning: Sleeping for '5' seconds
Mar  6 02:30:40 turris pppd[6236]: Plugin rp-pppoe.so loaded.
Mar  6 02:30:40 turris pppd[6236]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.7
Mar  6 02:30:41 turris pppd[6236]: pppd 2.4.7 started by root, uid 0
Mar  6 02:30:41 turris pppd[6236]: PPP session is 27971
Mar  6 02:30:41 turris pppd[6236]: Connected to 7c:ad:74:f2:2f:30 via interface eth2
Mar  6 03:30:41 turris kernel: [   27.284051] pppoe-wan: renamed from ppp0
Mar  6 02:30:41 turris pppd[6236]: Renamed interface ppp0 to pppoe-wan
Mar  6 02:30:41 turris pppd[6236]: Using interface pppoe-wan
Mar  6 02:30:41 turris pppd[6236]: Connect: pppoe-wan <--> eth2
Mar  6 02:30:41 turris pppd[6236]: PAP authentication succeeded
Mar  6 02:30:41 turris pppd[6236]: peer from calling number 7C:AD:74:F2:2F:30 authorized
Mar  6 02:30:41 turris pppd[6236]: local  IP address 212.55.yy.yy
Mar  6 02:30:41 turris pppd[6236]: remote IP address 84.16.59.40
Mar  6 02:30:41 turris pppd[6236]: primary   DNS address 195.28.64.99
Mar  6 02:30:41 turris pppd[6236]: secondary DNS address 195.80.171.4
Mar  6 02:30:41 turris netifd: Network device 'pppoe-wan' link is up
Mar  6 02:30:41 turris netifd: Interface 'wan6' is enabled
Mar  6 02:30:41 turris netifd: Network alias 'pppoe-wan' link is up
Mar  6 02:30:41 turris netifd: Interface 'wan6' has link connectivity 
Mar  6 02:30:41 turris netifd: Interface 'wan6' is setting up now
Mar  6 02:30:41 turris netifd: Interface 'wan6' is now up
Mar  6 02:30:41 turris netifd: Interface 'wan' is now up

Dear fantomas,

thank you for posting the log extract with the pppd packets.
My ISP nor Turris support did not provide such information. Didn’t know for what to search in the log.

Solution
Long story short: Used 4 wire Ethernet cable. Omnia is picky. After using 8 wire cable, connection works. For other routers no problem using 4 wire cable.

Looks like if 4 wire cable is used Omnia behives as no cable connected at all. No attempt to connect - no pppd packets in the log.