Update 3.5 out now

Well I had serious problems trying to upgrade. It would bomb out trying to upgrade squid (creating the cache directories), possibly because I have them on a mSATA attached drive. So I uninstalled squid, or so I thought, because it kept trying to re-install squid and bombing out again. When I finally got squid out it would start updating and then hang, for over 35 minutes. Please don’t tell me I didn’t “wait long enough”. What kind of update process pauses for 35 minutes? Why would such a long wait be necessary? I’m not loading from tape here. Rebooting after the pauses would result in various issues from non-responsive web pages, error messages spammed on login via ssh, dead wifi, and broken packages. I haven’t customized my Omnia much, I have installed some packages through LuCI, and tweaked the settings quite a bit, I understand if updater is choking on additional packages, but there should also be a way to take that into account. Fortunately schnapps has been able to roll back for me every time.

For me, 3.5 is a broken update. Turris is saying it’s smooth, but there’s enough posts here to make me think otherwise.

So do I. I have only standard Omnia packages…

Can you please update the medkit flash to the current release? https://api.turris.cz/openwrt-repo/omnia/medkit/

The on device updates work very poorly and I’m not interested in breaking my current setup.

Upgrade was smooth for me. There was only one minor issue: lighttpd&nuci stopped working when I tried to see notification messages after running updater.sh script but before rebooting. After reboot 3.5 has worked fine for me. I’m still waiting a fix for nftables’ kernel modules (opkg refuses to install them from Turris’ official repository due being incorrectly packaged).

I tried your suggested command and the result is following

root@router:~# opkg-trans -j
Output from foris.postinst:

  • [ -n ]
  • [ -f /www2/forris.pyc ]
  • /etc/init.d/lighttpd enable
  • /etc/init.d/lighttpd restart
    Output from openssh-server.postinst:
    rm: can’t remove ‘/etc/uci-defaults/sshd’: No such file or directory
    Output from knot-resolver.postinst:
  • [ -z ]
  • /etc/init.d/dnsmasq restart
    udhcpc: started, v1.25.1
    udhcpc: sending discover
    udhcpc: no lease, failing
  • sleep 2
  • /etc/init.d/resolver restartOutput from foris.postinst:
  • [ -n ]
  • [ -f /www2/forris.pyc ]
  • /etc/init.d/lighttpd enable
  • /etc/init.d/lighttpd restart
    Output from openssh-server.postinst:
    rm: can’t remove ‘/etc/uci-defaults/sshd’: No such file or directory
    Output from knot-resolver.postinst:
  • [ -z ]
  • /etc/init.d/dnsmasq restart
    udhcpc: started, v1.25.1
    udhcpc: sending discover
    udhcpc: no lease, failing
  • sleep 2
  • /etc/init.d/resolver restart
    root@router:~# opkg-trans -j
    Output from foris.postinst:
  • [ -n ]
  • [ -f /www2/forris.pyc ]
  • /etc/init.d/lighttpd enable
  • /etc/init.d/lighttpd restart
    Output from openssh-server.postinst:
    rm: can’t remove ‘/etc/uci-defaults/sshd’: No such file or directory
    Output from knot-resolver.postinst:
  • [ -z ]
  • /etc/init.d/dnsmasq restart
    udhcpc: started, v1.25.1
    udhcpc: sending discover
    udhcpc: no lease, failing
  • sleep 2
  • /etc/init.d/resolver restartOutput from foris.postinst:
  • [ -n ]
  • [ -f /www2/forris.pyc ]
  • /etc/init.d/lighttpd enable
  • /etc/init.d/lighttpd restart
    Output from openssh-server.postinst:
    rm: can’t remove ‘/etc/uci-defaults/sshd’: No such file or directory
    Output from knot-resolver.postinst:
  • [ -z ]
  • /etc/init.d/dnsmasq restart
    udhcpc: started, v1.25.1
    udhcpc: sending discover
    udhcpc: no lease, failing
  • sleep 2
  • /etc/init.d/resolver restart

command listing freeze on resolver restart…

Hi, the latest medkit is there: https://api.turris.cz/openwrt-repo/omnia/medkit/omnia-medkit-latest-full.tar.gz There is 6/1/2017 date (compiled that day in nightly), but it is the right one :wink:

I had the same problem - updater failed due to me messing around with the ath10k drivers. I tried to remove them and the updater went through but after it started the 5Ghz card would never come up, after many reboot tries. I eventually just rolled back to prior snapshot and 5Ghz came right up. I’m reluctant to try as the driver/firmware I’m using seems to be the best one so far.

@iddqd what did you do to remove all your ath10k kmod/firmware? Maybe I missed something or the reboot before updating. I’ll give it another try this weekend since I have a good snapshot to fall back on now.

Thank you! This is right solution for me.

@Jason_A: here are my steps …

FORCED RE-INSTALLL OF WIFI DRIVER ATH10K

  1. LuCI: disable wireless interfaces

  2. LuCI: remove software:
    a) kmod-ath10k
    b) ath10k-firmware-qca988x
    c) ath10k-firmware-qca988x-ct

  3. Reboot

  4. Run updater.sh

  5. LuCI: check available & installed software
    a) kmod-ath10k
    b) ath10k-firmware-qca988x

  6. LuCI: re-enable wireless interfaces

  7. Reboot

  8. Check /lib/firmware/ath10k/QCA988/hw2.0 for files:
    a) board.bin
    b) firmware-5.bin

  9. Check for correct wireless driver version: ethtool -i wlan0

    (driver: ath10k_pci, firmware-version: 10.2.4.70.54)

3 Likes

3.5 update working fine here.
Wifi 5GHZ problems are over, also no more ath10k errors in the system log.

I had a stock firmware, did not mess around with the wifi drivers before.

I have no complaints whatsoever after about 40 hours of uptime.
Thanks Turris team!

Same here, standard firmware, 30hrs uptime and I now have working 5Ghz where I had none before.

5 Ghz worked for me before the upgrade and it still works after.

Did you solve your problems or are they still happening?

No. I have not been successful in an upgrade. I even let it run overnight once, still had errors. The only thing I haven’t done yet is a factory reset and then upgrade, but that will require more work fixing my settings so I’m reluctant to do it. 3.4 is working ok for me, I will just continue with that for now.

You can also backup your settings, reflash Omnia from medkit, update and upload settings.

yes but I don’t know if I trust that something in the settings isn’t contributing to the problem. if I wait for 3.6, are there issues with jumping over versions in upgrades that you know of?

Still problems when bringing up wifi:

root@Mik2:~# dmesg 
[137824.789411] hostapd: page allocation failure: order:4, mode:0x24000c0
[137824.789424] CPU: 0 PID: 11768 Comm: hostapd Not tainted 4.4.39-80079e1c1e5f9ca7ad734044462a761a-3 #1
[137824.789428] Hardware name: Marvell Armada 380/385 (Device Tree)
[137824.789431] Backtrace: 
[137824.789444] [<c001c604>] (dump_backtrace) from [<c001c7f4>] (show_stack+0x18/0x1c)
[137824.789448]  r6:00000000 r5:60000013 r4:c06ae224 r3:00000000
[137824.789459] [<c001c7dc>] (show_stack) from [<c02e9c04>] (dump_stack+0x98/0xac)
[137824.789467] [<c02e9b6c>] (dump_stack) from [<c00ab23c>] (warn_alloc_failed+0xec/0x120)
[137824.789470]  r6:00000001 r5:00000004 r4:024000c0 r3:00000000
[137824.789481] [<c00ab154>] (warn_alloc_failed) from [<c00adae8>] (__alloc_pages_nodemask+0x6b0/0x86c)
[137824.789484]  r3:00000001 r2:00000000
[137824.789488]  r6:b6db6db7 r5:c06a2900 r4:00000000
[137824.789498] [<c00ad438>] (__alloc_pages_nodemask) from [<c002088c>] (__dma_alloc_buffer+0x34/0x18c)
[137824.789501]  r10:0000e000 r9:00000001 r8:ecd11e40 r7:024000c0 r6:00000004 r5:0000e000
[137824.789510]  r4:ffffffff
[137824.789516] [<c0020858>] (__dma_alloc_buffer) from [<c0020b9c>] (__dma_alloc+0x1b8/0x22c)
[137824.789519]  r9:00000001 r8:ecd11e40 r7:024000c0 r6:eeb2b468 r5:00000001 r4:ffffffff
[137824.789530] [<c00209e4>] (__dma_alloc) from [<c0020c48>] (arm_coherent_dma_alloc+0x38/0x40)
[137824.789533]  r10:0000de80 r9:ecd11e40 r8:c06a4008 r7:ecd115e0 r6:eeb2b468 r5:ecd11d90
[137824.789541]  r4:00000000
[137824.789617] [<c0020c10>] (arm_coherent_dma_alloc) from [<bf94784c>] (ath10k_htt_tx_alloc+0x98/0x420 [ath10k_core])
[137824.789621]  r4:ecd11cb0
[137824.789660] [<bf9477b4>] (ath10k_htt_tx_alloc [ath10k_core]) from [<bf941194>] (ath10k_core_start+0x588/0xa04 [ath10k_core])
[137824.789663]  r10:0003acf1 r9:ecd11cb0 r8:00000000 r7:00000000 r6:ecd115e0 r5:f1902c64
[137824.789671]  r4:00000000
[137824.789704] [<bf940c0c>] (ath10k_core_start [ath10k_core]) from [<bf93b638>] (ath10k_start+0xbc/0x5a0 [ath10k_core])
[137824.789707]  r10:00008914 r9:00000001 r8:00000000 r7:00001002 r6:00000000 r5:ecd120f4
[137824.789715]  r4:ecd115e0
[137824.789784] [<bf93b57c>] (ath10k_start [ath10k_core]) from [<bf8acde0>] (drv_start+0x34/0x64 [mac80211])
[137824.789787]  r6:ecd10ba0 r5:e7a79000 r4:ecd10ba0 r3:bf93b57c
[137824.789842] [<bf8acdac>] (drv_start [mac80211]) from [<bf8bebd8>] (ieee80211_do_open+0x1cc/0x908 [mac80211])
[137824.789845]  r4:e7a79488 r3:00000000
[137824.789898] [<bf8bea0c>] (ieee80211_do_open [mac80211]) from [<bf8bf36c>] (ieee80211_open+0x58/0x5c [mac80211])
[137824.789901]  r10:00008914 r9:ec0f5000 r8:00000000 r7:00001002 r6:e7a79030 r5:bf8fcd7c
[137824.789909]  r4:e7a79480
[137824.789940] [<bf8bf314>] (ieee80211_open [mac80211]) from [<c0424bf0>] (__dev_open+0xb0/0x114)
[137824.789943]  r4:e7a79000 r3:bf8bf314
[137824.789950] [<c0424b40>] (__dev_open) from [<c0424eac>] (__dev_change_flags+0x9c/0x160)
[137824.789953]  r7:00001002 r6:00000001 r5:00001003 r4:e7a79000
[137824.789962] [<c0424e10>] (__dev_change_flags) from [<c0424f90>] (dev_change_flags+0x20/0x50)
[137824.789964]  r8:00000000 r7:00000001 r6:00001002 r5:00000140 r4:e7a79000 r3:00008914
[137824.789976] [<c0424f70>] (dev_change_flags) from [<c04925dc>] (devinet_ioctl+0x6ec/0x7c0)
[137824.789979]  r8:00000000 r7:00000001 r6:ec0f500c r5:00000000 r4:00000000 r3:00008914
[137824.789989] [<c0491ef0>] (devinet_ioctl) from [<c0493dfc>] (inet_ioctl+0x19c/0x1c8)
[137824.789992]  r10:00000000 r9:bee1ed10 r8:d1a8b360 r7:c06bf3c0 r6:bee1ed10 r5:ffffff24
[137824.790000]  r4:00008914
[137824.790009] [<c0493c60>] (inet_ioctl) from [<c04067fc>] (sock_ioctl+0x22c/0x2f4)
[137824.790015] [<c04065d0>] (sock_ioctl) from [<c00f96b0>] (do_vfs_ioctl+0x4b4/0x6ec)
[137824.790018]  r7:00008914 r6:bee1ed10 r5:ec8e3100 r4:ec8e3100
[137824.790027] [<c00f91fc>] (do_vfs_ioctl) from [<c00f9924>] (SyS_ioctl+0x3c/0x64)
[137824.790030]  r10:00000000 r9:ddca2000 r8:00000006 r7:00008914 r6:bee1ed10 r5:ec8e3100
[137824.790038]  r4:ec8e3100
[137824.790044] [<c00f98e8>] (SyS_ioctl) from [<c0009d00>] (ret_fast_syscall+0x0/0x3c)
[137824.790047]  r8:c0009ec4 r7:00000036 r6:00000001 r5:00000006 r4:00000000 r3:bee1ed00
[137824.790055] Mem-Info:
[137824.790066] active_anon:17957 inactive_anon:2166 isolated_anon:0
[137824.790066]  active_file:96860 inactive_file:329576 isolated_file:0
[137824.790066]  unevictable:0 dirty:0 writeback:0 unstable:0
[137824.790066]  slab_reclaimable:37648 slab_unreclaimable:3408
[137824.790066]  mapped:11937 shmem:4989 pagetables:290 bounce:0
[137824.790066]  free:14212 free_pcp:0 free_cma:0
[137824.790085] Normal free:49692kB min:3484kB low:4352kB high:5224kB active_anon:22376kB inactive_anon:3528kB active_file:231956kB inactive_file:231936kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:786432kB managed:760128kB mlocked:0kB dirty:0kB writeback:0kB mapped:29780kB shmem:6768kB slab_reclaimable:150592kB slab_unreclaimable:13632kB kernel_stack:1200kB pagetables:1160kB unstable:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
[137824.790088] lowmem_reserve[]: 0 10240 10240
[137824.790103] HighMem free:7156kB min:512kB low:2012kB high:3516kB active_anon:49452kB inactive_anon:5136kB active_file:155484kB inactive_file:1086368kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:1310720kB managed:1310720kB mlocked:0kB dirty:0kB writeback:0kB mapped:17968kB shmem:13188kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
[137824.790106] lowmem_reserve[]: 0 0 0
[137824.790154] Normal: 3365*4kB (UME) 2601*8kB (UME) 968*16kB (UME) 1*32kB (M) 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 49788kB
[137824.790174] HighMem: 38*4kB (UM) 32*8kB (UM) 143*16kB (UM) 78*32kB (UM) 14*64kB (UM) 7*128kB (M) 1*256kB (M) 0*512kB 0*1024kB 0*2048kB 0*4096kB = 7240kB
[137824.790195] 431417 total pagecache pages
[137824.790200] 0 pages in swap cache
[137824.790204] Swap cache stats: add 0, delete 0, find 0/0
[137824.790206] Free swap  = 0kB
[137824.790208] Total swap = 0kB
[137824.790211] 524288 pages RAM
[137824.790213] 327680 pages HighMem/MovableOnly
[137824.790216] 6576 pages reserved
[137824.790224] ath10k_pci 0000:02:00.0: failed to alloc tx buffer
[137824.796161] ath10k_pci 0000:02:00.0: failed to alloc htt tx: -12
[137824.802293] ath10k_pci 0000:02:00.0: Could not init core: -12
[137835.111945] ------------[ cut here ]------------
[137835.116666] Kernel BUG at bf9874e8 [verbose debug info unavailable]
[137835.123034] Internal error: Oops - BUG: 0 [#1] SMP ARM
[137835.128269] Modules linked in: qcserial option iptable_nat ip6table_nat ath9k usb_wwan rndis_host qmi_wwan pppoe nf_nat_pptp nf_nat_ipv6 nf_nat_ipv4 nf_nat_amanda nf_conntrack_pptp nf_conntrack_ipv6 nf_conntrack_ipv4 nf_conntrack_amanda ipt_REJECT ipt_MASQUERADE ebtable_nat ebtable_filter ebtable_broute cdc_ether ath9k_common armada_thermal xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_socket xt_recent xt_nfacct xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_id xt_hl xt_helper xt_ecn xt_dscp xt_conntrack xt_connmark xt_connlimit xt_connbytes xt_comment xt_TPROXY xt_TCPMSS xt_REDIRECT xt_LOG xt_HL xt_DSCP xt_CT xt_CLASSIFY usbserial usbnet ums_usbat ums_sddr55 ums_sddr09 ums_karma ums_jumpshot ums_isd200 ums_freecom ums_datafab ums_cypress ums_alauda ts_kmp ts_fsm ts_bm thermal_sys pppox ppp_mppe ppp_async nfnetlink_acct nf_reject_ipv4 nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_redirect nf_nat_proto_gre nf_nat_masquerade_ipv4 nf_nat_irc nf_nat_h323 nf_nat_ftp nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_tftp nf_conntrack_snmp nf_conntrack_sip nf_conntrack_rtcache nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp nf_conntrack_broadcast mvsdio iptable_raw iptable_mangle iptable_filter ipt_ECN ip_tables hwmon ebtables ebt_vlan ebt_stp ebt_redirect ebt_pkttype ebt_mark_m ebt_mark ebt_limit ebt_among ebt_802_3 crc_ccitt cdc_wdm ath9k_hw fuse sch_teql sch_tbf sch_sfq sch_red sch_prio sch_pie sch_netem sch_htb sch_gred sch_fq sch_dsmark sch_codel em_text em_nbyte em_meta em_cmp cls_basic act_police act_ipt act_skbedit act_mirred em_u32 cls_u32 cls_tcindex cls_flow cls_route cls_fw sch_hfsc sch_ingress ath10k_pci ath10k_core ath mac80211 cfg80211 compat ledtrig_usbdev ledtrig_oneshot xt_LED ledtrig_morse ledtrig_heartbeat ledtrig_gpio cryptodev xt_set ip_set_list_set ip_set_hash_netiface ip_set_hash_netport ip_set_hash_netnet ip_set_hash_net ip_set_hash_netportnet ip_set_hash_mac ip_set_hash_ipportnet ip_set_hash_ipportip ip_set_hash_ipport ip_set_hash_ipmark ip_set_hash_ip ip_set_bitmap_port ip_set_bitmap_ipmac ip_set_bitmap_ip ip_set ip6t_NPT ip6t_MASQUERADE nf_nat_masquerade_ipv6 nf_nat nf_conntrack ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 nf_log_common ip6table_raw ip6table_mangle ip6table_filter ip6_tables pppoatm ppp_generic slhc nfsd nfsv3 nfs msdos ip_gre gre ifb sit ip6_tunnel tunnel6 tunnel4 ip_tunnel veth tun snd_compress snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd_rawmidi snd_seq_device snd_hwdep snd input_core soundcore rxkad vfat fat udf crc_itu_t ntfs lockd sunrpc grace minix isofs hfsplus hfs cramfs configfs cifs autofs4 kafs af_rxrpc dns_resolver dm_crypt dm_mirror dm_region_hash dm_log dm_mod br2684 atm multipath fscache raid456 async_raid6_recov async_pq async_xor async_memcpy async_tx raid10 raid1 raid0 linear md_mod xt_NFLOG x_tables nfnetlink_log nfnetlink nls_utf8 nls_koi8_r nls_cp1255 nls_iso8859_6 nls_iso8859_2 nls_iso8859_15 nls_iso8859_13 nls_iso8859_1 nls_cp932 nls_cp866 nls_cp864 nls_cp862 nls_cp852 nls_cp850 nls_cp775 nls_cp437 nls_cp1251 nls_cp1250 xts algif_skcipher algif_hash af_alg sha512_generic sha256_generic sha1_generic seqiv jitterentropy_rng drbg pcbc md5 md4 marvell_cesa hmac gf128mul fcrypt ecb des_generic ctr cmac ccm cbc authenc usb_storage xhci_plat_hcd xhci_pci xhci_hcd orion_wdt uhci_hcd ledtrig_transient ahci_mvebu ahci ehci_orion ehci_platform ehci_hcd sd_mod ahci_platform libahci_platform libahci libata scsi_mod xfs libcrc32c jfs f2fs exfat usbcore nls_base usb_common mii aead crypto_null
[137835.443172] CPU: 0 PID: 11995 Comm: hostapd Not tainted 4.4.39-80079e1c1e5f9ca7ad734044462a761a-3 #1
[137835.452411] Hardware name: Marvell Armada 380/385 (Device Tree)
[137835.458429] task: ed0548c0 ti: d9098000 task.ti: d9098000
[137835.463951] PC is at ath10k_pci_hif_power_up+0x190/0x194 [ath10k_pci]
[137835.470500] LR is at ath10k_bus_pci_write32+0x50/0xc8 [ath10k_pci]
[137835.476781] pc : [<bf9874e8>]    lr : [<bf986198>]    psr: 60000013
[137835.476781] sp : d9099d60  ip : d9099d38  fp : d9099d7c
[137835.488457] r10: 00008914  r9 : 00000001  r8 : 00000000
[137835.493779] r7 : 00001002  r6 : ecd155e0  r5 : 00009000  r4 : ecd115e0
[137835.500408] r3 : 00000000  r2 : 00200000  r1 : 00009000  r0 : ecd115e0
[137835.507036] Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
[137835.514274] Control: 10c5387d  Table: 1de7804a  DAC: 00000051
[137835.520119] Process hostapd (pid: 11995, stack limit = 0xd9098210)
[137835.526398] Stack: (0xd9099d60 to 0xd909a000)
[137835.530852] 9d60: bf987358 ecd115e0 ecd120f4 ecd10ba0 d9099d9c d9099d80 bf93b5ec bf987364
[137835.539136] 9d80: bf93b57c ecd10ba0 e9e7c000 ecd10ba0 d9099db4 d9099da0 bf8acde0 bf93b588
[137835.547420] 9da0: 00000000 e9e7c488 d9099dec d9099db8 bf8bebd8 bf8acdb8 ed29be00 00008914
[137835.555703] 9dc0: d9099dec e9e7c480 bf8fcd7c e9e7c030 00001002 00000000 ed29be00 00008914
[137835.563987] 9de0: d9099e04 d9099df0 bf8bf36c bf8bea18 bf8bf314 e9e7c000 d9099e2c d9099e08
[137835.572270] 9e00: c0424bf0 bf8bf320 d9099e2c e9e7c000 e9e7c000 00001003 00000001 00001002
[137835.580553] 9e20: d9099e54 d9099e30 c0424eac c0424b4c 00008914 e9e7c000 00000140 00001002
[137835.588836] 9e40: 00000001 00000000 d9099e7c d9099e58 c0424f90 c0424e1c 00008914 00000000
[137835.597120] 9e60: 00000000 ed29be0c 00000001 00000000 d9099ee4 d9099e80 c04925dc c0424f7c
[137835.605403] 9e80: 00000000 bebc0d10 e9e7c000 ed29be0c 00000014 bebc0d10 6e616c77 00000030
[137835.613687] 9ea0: 00000000 00000000 00001003 00000000 00000000 00000000 00001002 00008914
[137835.621971] 9ec0: ffffff24 bebc0d10 c06bf3c0 e985eb20 bebc0d10 00000000 d9099ef4 d9099ee8
[137835.630255] 9ee0: c0493dfc c0491efc d9099f14 d9099ef8 c04067fc c0493c6c ec8e1dc0 ec8e1dc0
[137835.638539] 9f00: bebc0d10 00008914 d9099f7c d9099f18 c00f96b0 c04065dc bebc0c5c 00000129
[137835.646822] 9f20: c0009ec4 d9098000 d9099f94 d9099f38 c0408eb8 c0407fe8 00000000 d9099f48
[137835.655106] 9f40: d9099f7c 00000000 00000024 d9099e90 0000000c ec8e1dc0 ec8e1dc0 bebc0d10
[137835.663390] 9f60: 00008914 00000006 d9098000 00000000 d9099fa4 d9099f80 c00f9924 c00f9208
[137835.671674] 9f80: bebc0d00 00000000 00000006 00000001 00000036 c0009ec4 00000000 d9099fa8
[137835.679957] 9fa0: c0009d00 c00f98f4 00000000 00000006 00000006 00008914 bebc0d10 bebc0d00
[137835.688240] 9fc0: 00000000 00000006 00000001 00000036 b6f0e7b8 b6f0e770 00000000 b6ef8768
[137835.696524] 9fe0: 00113d70 bebc0ce8 00064df4 b6f6df2c 60000010 00000006 00000000 00000000
[137835.704805] Backtrace: 
[137835.707386] [<bf987358>] (ath10k_pci_hif_power_up [ath10k_pci]) from [<bf93b5ec>] (ath10k_start+0x70/0x5a0 [ath10k_core])
[137835.718453]  r6:ecd10ba0 r5:ecd120f4 r4:ecd115e0 r3:bf987358
[137835.724311] [<bf93b57c>] (ath10k_start [ath10k_core]) from [<bf8acde0>] (drv_start+0x34/0x64 [mac80211])
[137835.733898]  r6:ecd10ba0 r5:e9e7c000 r4:ecd10ba0 r3:bf93b57c
[137835.739742] [<bf8acdac>] (drv_start [mac80211]) from [<bf8bebd8>] (ieee80211_do_open+0x1cc/0x908 [mac80211])
[137835.749677]  r4:e9e7c488 r3:00000000
[137835.753410] [<bf8bea0c>] (ieee80211_do_open [mac80211]) from [<bf8bf36c>] (ieee80211_open+0x58/0x5c [mac80211])
[137835.763605]  r10:00008914 r9:ed29be00 r8:00000000 r7:00001002 r6:e9e7c030 r5:bf8fcd7c
[137835.771591]  r4:e9e7c480
[137835.774249] [<bf8bf314>] (ieee80211_open [mac80211]) from [<c0424bf0>] (__dev_open+0xb0/0x114)
[137835.782966]  r4:e9e7c000 r3:bf8bf314
[137835.786657] [<c0424b40>] (__dev_open) from [<c0424eac>] (__dev_change_flags+0x9c/0x160)
[137835.794764]  r7:00001002 r6:00000001 r5:00001003 r4:e9e7c000
[137835.800563] [<c0424e10>] (__dev_change_flags) from [<c0424f90>] (dev_change_flags+0x20/0x50)
[137835.809105]  r8:00000000 r7:00000001 r6:00001002 r5:00000140 r4:e9e7c000 r3:00008914
[137835.817007] [<c0424f70>] (dev_change_flags) from [<c04925dc>] (devinet_ioctl+0x6ec/0x7c0)
[137835.825287]  r8:00000000 r7:00000001 r6:ed29be0c r5:00000000 r4:00000000 r3:00008914
[137835.833187] [<c0491ef0>] (devinet_ioctl) from [<c0493dfc>] (inet_ioctl+0x19c/0x1c8)
[137835.840945]  r10:00000000 r9:bebc0d10 r8:e985eb20 r7:c06bf3c0 r6:bebc0d10 r5:ffffff24
[137835.848929]  r4:00008914
[137835.851566] [<c0493c60>] (inet_ioctl) from [<c04067fc>] (sock_ioctl+0x22c/0x2f4)
[137835.859067] [<c04065d0>] (sock_ioctl) from [<c00f96b0>] (do_vfs_ioctl+0x4b4/0x6ec)
[137835.866739]  r7:00008914 r6:bebc0d10 r5:ec8e1dc0 r4:ec8e1dc0
[137835.872538] [<c00f91fc>] (do_vfs_ioctl) from [<c00f9924>] (SyS_ioctl+0x3c/0x64)
[137835.879948]  r10:00000000 r9:d9098000 r8:00000006 r7:00008914 r6:bebc0d10 r5:ec8e1dc0
[137835.887932]  r4:ec8e1dc0
[137835.890569] [<c00f98e8>] (SyS_ioctl) from [<c0009d00>] (ret_fast_syscall+0x0/0x3c)
[137835.898240]  r8:c0009ec4 r7:00000036 r6:00000001 r5:00000006 r4:00000000 r3:bebc0d00
[137835.906139] Code: e1a00004 ebfffe42 e1a00005 e89da878 (e7f001f2) 
[137835.912333] ---[ end trace 7215396ac5ee360c ]---

Here the same, the Software is 95% standard! Have only sqm with cake, openwrt theme, material theme still installed additionally. sqm as a replacement for wondershaper but wondershaper not uninstalled but only disabled in the autostart. Also in LuCi only the settings made and minimally adjusted. This update definitely has errors. Turris Team please fix that.

I have also sqm instead of wondershaper.

Seeing openVPN gets some lov ein the next update. I’d love to see wireguard luci interface also added to the repo’s!