hmm, I already have this, and the crash happens even on boot when bss transition is not enabled as long as the qcn9000 radio is up
okay. i started porting the same device on my side. i will take care about this. once i have a device in my hand (ordered one some hours ago)
first you need to know how nss works. nss hooks directly to the wifi driver using share memory which is defined in the dts file. now comes the problem. the qcn9000 cannot be accelerated using nss in the wifi driver since it has no shared memory defined for nss usage. but the ath11k handles all chipsets with nss enabled and does not support indiviual nss handling per chipset. i think this needs to be fixed. just my guess
edit. i was not correct here. it does have such shared memory support. but it must be defined in dts file. i reviewed the original dts from linksys/qca. it defines shared memory addresses for this chipset. i think this is missing
That's a good speculation, still don't get why NSS works as it seems when the radio is disabled first.
And from htop I can see no crazy regular core usage so NSS must have been working during a speed test cuz previously without NSS core 0 goes to 100% and caps the speed at 80 vs. 120 w/ NSS.
nss is invisible for htop. nss is a own multithreaded ubicom32 cpu but if the shared memory regions arent correct any shit can happen. but in any way. as soon as i get my device i can work on such issues. based on dd-wrt in my case. but i contribute back my patches to qosmios tree and will post here any update about fixes i have.
nss is invisible for htop. nss is a own multithreaded ubicom32 cpu
Right, I'm saying cuz htop can see the regular cores not utilizing (if at all), then NSS must have been working to some extent. (Correct me if I'm having the wrong assumption).
Bet.
nss works complete independend. it has a own ethernet driver implementation and communicates with the wifi firmware which is running on a own cpu core on the wifi chipset (qualcomm hexagon). so alot of things can be offloaded. only actions done with the host arm64 cpu can be seen. os the ethernet driver you stmmac you use without nss is running in the nss core itself if you make use of the nss patches. the nss-dp driver is basicly a bridge between nss core and the host for ethernet based traffic
I prepared this file because regdomain is defined a bit differently in BDF, there is a double entry at one of the addresses:
00000450 48 83 48 83 00 a1 00 00 00 00 00 00 00 00 00 00 |H.H.............|
I don't know if this is an error in preparing BDF or if this definition is correct.
In the file that I prepared it is removed completely.
Doesn't seem like anything is broken w/ or w/o the patch.
I think it could be the same value in two fields that happen to be consecutive?
At another address it is defined only once:
00000030 34 5b 00 00 48 83 00 00 00 00 a4 43 00 00 00 00 |4[..H......C....|
I don't know the specifications.
regarding your log. can i get he full log please. everything above "ath11k_pci 0000:01:00.0: failed to vdev 0 create peer for AP: -110" is missing. the crash is caused by some strange firmware behaviour here. i remember the following. on a ipq6018 device with pci card i have even seen problems with ath10k. i think the issue is pci bus/driver related here which needs to be fixed in any way i cannot find any full openwrt bootlog here. all is cut off and so important formations are missing in the bootlog
in addition. try this patch https://github.com/mirror/dd-wrt/commit/0f3a6fc93f4d838076959758ca0d14bd695b254b
only the first part of this patch is relevant for you (pipe_clock_rate)
the phy driver has a wrong clock configured it must be 250 mhz for pci gen3 devices
root@OpenWrt:~# dmesg|grep -i ath11k
[ 21.926528] ath11k c000000.wifi: ipq6018 hw1.0
[ 21.926559] ath11k c000000.wifi: FW memory mode: 1
[ 22.934121] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0xff soc_id 0xffffffff
[ 22.938357] ath11k c000000.wifi: fw_version 0x25008f8e fw_build_timestamp 2024-03-01 03:54 fw_build_id WLAN.HK.2.5.0.1-03982-QCAHKSWPL_SILICONZ-3
[ 22.938957] ath11k_pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit]
[ 22.959858] ath11k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 22.968098] ath11k_pci 0000:01:00.0: MSI vectors: 16
[ 22.973806] ath11k_pci 0000:01:00.0: qcn9074 hw1.0
[ 22.978956] ath11k_pci 0000:01:00.0: FW memory mode: 2
[ 23.081388] ath11k c000000.wifi: nss init soc nss if_num 203 userpd_id 0
[ 23.948330] ath11k_pci 0000:01:00.0: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[ 23.948377] ath11k_pci 0000:01:00.0: fw_version 0x290b8862 fw_build_timestamp 2024-09-23 10:51 fw_build_id
[ 24.428157] ath11k_pci 0000:01:00.0: htt event 48 not handled
[ 24.430146] ath11k_pci 0000:01:00.0: nss init soc nss if_num 215 userpd_id 0
[ 24.438127] debugfs: Directory 'dbg_infra' with parent 'ath11k' already present!
doesn't look like there's anything abnormal to me
Edit: full oops:
root@OpenWrt:~# cat /sys/fs/pstore/dmesg-ramoops-0
Oops#1 Part1
<6>[ 26.968308] br-lan: port 2(lan2) entered blocking state
<6>[ 26.968351] br-lan: port 2(lan2) entered disabled state
<6>[ 26.972464] nss-dp 3a001200.dp2 lan2: entered allmulticast mode
<6>[ 26.978292] nss-dp 3a001200.dp2 lan2: entered promiscuous mode
<6>[ 26.986842] br-lan: port 3(lan3) entered blocking state
<6>[ 26.989362] br-lan: port 3(lan3) entered disabled state
<6>[ 26.994594] nss-dp 3a001400.dp3 lan3: entered allmulticast mode
<6>[ 27.000002] nss-dp 3a001400.dp3 lan3: entered promiscuous mode
<6>[ 27.008753] br-lan: port 4(lan4) entered blocking state
<6>[ 27.011554] br-lan: port 4(lan4) entered disabled state
<6>[ 27.016663] nss-dp 3a001600.dp4 lan4: entered allmulticast mode
<6>[ 27.022402] nss-dp 3a001600.dp4 lan4: entered promiscuous mode
<6>[ 27.032109] br-lan: port 5(wan) entered blocking state
<6>[ 27.033637] br-lan: port 5(wan) entered disabled state
<6>[ 27.038795] nss-dp 3a003000.dp5-syn wan: entered allmulticast mode
<6>[ 27.044725] nss-dp 3a003000.dp5-syn wan: entered promiscuous mode
<6>[ 27.095988] ECM init: selected_front_end=1
<6>[ 27.096064] ECM database jhash random seed: 0x3df38511
<6>[ 27.241562] ECM init complete
<6>[ 30.071520] nss-dp 3a001400.dp3 lan3: PHY Link up speed: 1000
<4>[ 30.071684] _adpt_hppe_instance0_mode_get[2299]:ERROR:when the port_interface_mode of port 3 is 5, mode0:0 cannot be supported
<4>[ 31.351132] ath11k_pci 0000:01:00.0: failed to vdev 0 create peer for AP: -110
<6>[ 32.231689] nss-dp 3a003000.dp5-syn wan: PHY Link up speed: 2500
<4>[ 36.391134] ath11k_pci 0000:01:00.0: Timeout in receiving vdev delete response
<6>[ 36.443016] br-lan: port 3(lan3) entered blocking state
<6>[ 36.443071] br-lan: port 3(lan3) entered forwarding state
<6>[ 36.447240] br-lan: port 5(wan) entered blocking state
<6>[ 36.452649] br-lan: port 5(wan) entered forwarding state
<1>[ 36.488225] Unable to handle kernel read from unreadable memory at virtual address 0000000000000000
<1>[ 36.488272] Mem abort info:
<1>[ 36.496145] ESR = 0x0000000096000005
<1>[ 36.498871] EC = 0x25: DABT (current EL), IL = 32 bits
<1>[ 36.502710] SET = 0, FnV = 0
<1>[ 36.508143] EA = 0, S1PTW = 0
<1>[ 36.511007] FSC = 0x05: level 1 translation fault
<1>[ 36.514071] Data abort info:
<1>[ 36.518907] ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
<1>[ 36.522053] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
<1>[ 36.527340] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
<1>[ 36.532473] user pgtable: 4k pages, 39-bit VAs, pgdp=0000000052f4f000
<1>[ 36.537837] [0000000000000000] pgd=0800000055675003, p4d=0800000055675003, pud=0800000055675003, pmd=0000000000000000
<0>[ 36.544202] Internal error: Oops: 0000000096000005 [#1] SMP
<4>[ 36.554764] Modules linked in: ecm(O) jitterentropy_rng pppoe ppp_async nft_fib_inet nf_flow_table_inet l2tp_ppp ath11k_pci(O) ath11k_ahb(O) ath11k(O) xt_DSCP pptp pppox ppp_generic nft_reject_ipv6 nft_reject_ipv4 nft_reject_inet nft_reject_bridge nft_reject nft_redir nft_quota nft_numgen nft_nat nft_meta_bridge nft_masq nft_log nft_limit nft_hash nft_fwd_netdev nft_flow_offload nft_fib_ipv6 nft_fib_ipv4 nft_fib nft_dup_netdev nft_ct nft_compat nft_chain_nat nf_tables nf_nat nf_flow_table nf_conntrack_bridge nf_conntrack mac80211(O) iptable_mangle iptable_filter ipt_REJECT ipt_ECN ip_tables cfg80211(O) xt_time xt_tcpudp xt_tcpmss xt_statistic xt_multiport xt_mark xt_mac xt_limit xt_length xt_hl xt_ecn xt_dscp xt_comment xt_TCPMSS xt_LOG xt_HL xt_CLASSIFY x_tables slhc sch_cake rfcomm qrtr_smd qrtr_mhi qrtr qmi_helpers(O) nfnetlink nf_reject_ipv6 nf_reject_ipv4 nf_log_syslog nf_dup_netdev nf_defrag_ipv6 nf_defrag_ipv4 mhi libcrc32c hidp hci_uart compat(O) btusb btrtl btmtk btintel bnep bluetooth ntfs3 sch_tbf
<4>[ 36.554950] sch_ingress sch_htb sch_hfsc em_u32 cls_u32 cls_route cls_matchall cls_fw cls_flow cls_basic act_skbedit act_mirred act_gact hid evdev input_core qca_nss_wifi_meshmgr(O) qca_nss_bridge_mgr(O) qca_nss_vlan(O) qca_mcs(O) ip_gre gre ifb qca_nss_drv(O) l2tp_netlink l2tp_core udp_tunnel ip6_udp_tunnel ip_tunnel nls_utf8 nls_iso8859_1 nls_cp437 ecdh_generic ecc sha512_generic sha512_arm64 seqiv sha3_generic drbg michael_mic kpp hmac geniv cmac usb_storage leds_gpio xhci_plat_hcd xhci_pci xhci_hcd dwc3 dwc3_qcom qca_nss_dp(O) qca_ssdk(O) ramoops reed_solomon pstore gpio_button_hotplug(O) vfat fat ext4 mbcache jbd2 aquantia hwmon crc_ccitt crc32c_generic
<4>[ 36.685481] CPU: 0 PID: 3890 Comm: utpl Tainted: G O 6.6.69 #0
<4>[ 36.707716] Hardware name: Linksys MR7500 (DT)
<4>[ 36.715003] pstate: 60400005 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
<4>[ 36.719433] pc : ath11k_peer_map_v2_event+0x48/0x4fc [ath11k]
<4>[ 36.726290] lr : ath11k_dp_htt_htc_t2h_msg_handler+0x94/0x13e4 [ath11k]
<4>[ 36.732194] sp : ffffffc080003bd0
<4>[ 36.738611] x29: ffffffc080003bd0 x28: 0000000000000001 x27: 0000000000000000
<4>[ 36.742090] x26: 0000000000000000 x25: ffffffc079c9feb8 x24: 0000000001c452c3
<4>[ 36.749208] x23: ffffff80081c8048 x22: 000000000001001e x21: ffffffc080003d1a
<4>[ 36.756325] x20: 0000000000000000 x19: ffffff80040dd300 x18: 0000000000001068
<4>[ 36.763444] x17: 0000000000000300 x16: 0000000000000100 x15: 0000000000000000
<4>[ 36.770563] x14: ffffffc07941c248 x13: ffffffc08450340c x12: ffffffc084400000
<4>[ 36.777680] x11: 00000000ffff9911 x10: 000000000000340c x9 : 0000000000000100
<4>[ 36.784798] x8 : ffffff8003540000 x7 : 0000000000000100 x6 : 0000000000000000
<4>[ 36.791917] x5 : 00000000000001c4 x4 : 00000000000001c4 x3 : ffffffc080003d1a
<4>[ 36.799034] x2 : 00000000000001c4 x1 : 0000000000000000 x0 : 0000000000000000
<4>[ 36.806154] Call trace:
<4>[ 36.813263] ath11k_peer_map_v2_event+0x48/0x4fc [ath11k]
<4>[ 36.815524] ath11k_dp_htt_htc_t2h_msg_handler+0x94/0x13e4 [ath11k]
<4>[ 36.821081] ath11k_htc_rx_completion_handler+0x568/0x718 [ath11k]
<4>[ 36.827158] ath11k_ce_per_engine_service+0x290/0x398 [ath11k]
<4>[ 36.833407] ath11k_pcic_ext_irq_enable+0x1a8/0x294 [ath11k]
<4>[ 36.839224] tasklet_action_common.isra.0+0x110/0x148
<4>[ 36.845037] tasklet_action+0x24/0x30
<4>[ 36.849983] handle_softirqs+0xf8/0x230
<4>[ 36.853629] __do_softirq+0x14/0x20
<4>[ 36.857275] ____do_softirq+0x10/0x1c
<4>[ 36.860746] call_on_irq_stack+0x24/0x4c
<4>[ 36.864567] do_softirq_own_stack+0x1c/0x28
<4>[ 36.868560] irq_exit_rcu+0x90/0xc8
<4>[ 36.872464] el0_interrupt+0x48/0xb0
<4>[ 36.875938] __el0_irq_handler_common+0x18/0x24
<4>[ 36.879759] el0t_64_irq_handler+0x10/0x1c
<4>[ 36.884012] el0t_64_irq+0x178/0x17c
<0>[ 36.888181] Code: 12003ca2 12001cdb b9401107 b9006fe2 (f9400018)
<4>[ 36.891916] ---[ end trace 0000000000000000 ]---
Is there any way to verify the clock? I can't seem to find a sysfs node for that.
its not about the full oops. i want the full log. straight from the beginning. all kernel messages. have you checked my patch suggestion?
and i verified the clock already. just read the original code linaro code for 4.4 and 5.4 kernel. in 5.4 a dts flag is added named "gen3" in the phy driver the clock is configured to 250 mhz if this flag is set. in 4.4 kernel its the same but different implementation.
and the clocks can be seen in the clk sysfs. there is a node which prints out all clocks . but why do you not just try it. thats the quickest way to find out
ah and btw. /sys/kernel/debug/clk/clk_summary
this is what im looking for, also i tried the patch and immediately it panics ill get the log from uart this time. Oops is from pstore
full log w/o 250MHz patch:
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x51af8014]
[ 0.000000] Linux version 6.6.69 (pppig@Gentoo) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r28659+10-b03f663afc8) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Sun Jan 12 16:36:33 2025
[ 0.000000] Machine model: Linksys MR7500
[ 0.000000] OF: reserved mem: 0x0000000000060000..0x0000000000065fff (24 KiB) nomap non-reusable memory@60000
[ 0.000000] OF: reserved mem: 0x0000000040000000..0x0000000040ffffff (16384 KiB) nomap non-reusable memory@40000000
[ 0.000000] OF: reserved mem: 0x000000004a100000..0x000000004a4fffff (4096 KiB) nomap non-reusable bootloader@4a100000
[ 0.000000] OF: reserved mem: 0x000000004a600000..0x000000004a9fffff (4096 KiB) nomap non-reusable memory@4a600000
[ 0.000000] OF: reserved mem: 0x000000004aa00000..0x000000004aafffff (1024 KiB) nomap non-reusable memory@4aa00000
[ 0.000000] OF: reserved mem: 0x000000004ab00000..0x000000004e1fffff (56320 KiB) nomap non-reusable memory@4ab00000
[ 0.000000] OF: reserved mem: 0x000000004e200000..0x000000004e2fffff (1024 KiB) nomap non-reusable ramoops@50000000
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x000000005fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x0000000040ffffff]
[ 0.000000] node 0: [mem 0x0000000041000000-0x000000004a0fffff]
[ 0.000000] node 0: [mem 0x000000004a100000-0x000000004a4fffff]
[ 0.000000] node 0: [mem 0x000000004a500000-0x000000004a5fffff]
[ 0.000000] node 0: [mem 0x000000004a600000-0x000000004e2fffff]
[ 0.000000] node 0: [mem 0x000000004e300000-0x000000005fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.0
[ 0.000000] percpu: Embedded 19 pages/cpu s37800 r8192 d31832 u77824
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: init=/sbin/init rootfstype=squashfs ubi.mtd=alt_rootfs root=mtd:squashfs rootwait root=/dev/ubiblock0_0 coherent_pool=2M swiotlb=noforce
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129024
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
[ 0.000000] Memory: 413832K/524288K available (11264K kernel code, 1016K rwdata, 2552K rodata, 1792K init, 279K bss, 110456K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv2m: range[mem 0x0b00a000-0x0b00affc], SPI[448:479]
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 and mmio timer(s) running at 24.00MHz (virt/virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000473] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.000487] pid_max: default: 32768 minimum: 301
[ 0.006183] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.006196] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.010779] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.010998] rcu: Hierarchical SRCU implementation.
[ 0.011002] rcu: Max phase no-delay instances is 1000.
[ 0.012122] smp: Bringing up secondary CPUs ...
[ 0.012754] Detected VIPT I-cache on CPU1
[ 0.012858] CPU1: Booted secondary processor 0x0000000001 [0x51af8014]
[ 0.013541] Detected VIPT I-cache on CPU2
[ 0.013612] CPU2: Booted secondary processor 0x0000000002 [0x51af8014]
[ 0.014291] Detected VIPT I-cache on CPU3
[ 0.014357] CPU3: Booted secondary processor 0x0000000003 [0x51af8014]
[ 0.014426] smp: Brought up 1 node, 4 CPUs
[ 0.014435] SMP: Total of 4 processors activated.
[ 0.014440] CPU features: detected: 32-bit EL0 Support
[ 0.014445] CPU features: detected: CRC32 instructions
[ 0.014511] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[ 0.014517] CPU: All CPU(s) started at EL1
[ 0.014520] alternatives: applying system-wide alternatives
[ 0.024846] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.024874] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.026922] pinctrl core: initialized pinctrl subsystem
[ 0.029017] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.029892] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.030234] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.030531] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.030923] thermal_sys: Registered thermal governor 'step_wise'
[ 0.030980] cpuidle: using governor menu
[ 0.031212] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.031298] ASID allocator initialised with 65536 entries
[ 0.040857] /soc@0/pinctrl@1000000/sd_ldo_pins: Fixed dependency cycle(s) with /soc@0/pinctrl@1000000/sd_ldo_pins
[ 0.040969] /soc@0/interrupt-controller@b000000: Fixed dependency cycle(s) with /soc@0/interrupt-controller@b000000
[ 0.042630] /soc@0/pinctrl@1000000/sd_ldo_pins: Fixed dependency cycle(s) with /soc@0/pinctrl@1000000/sd_ldo_pins
[ 0.082421] Modules: 28496 pages in range for non-PLT usage
[ 0.082433] Modules: 520016 pages in range for PLT usage
[ 0.087943] SCSI subsystem initialized
[ 0.088168] usbcore: registered new interface driver usbfs
[ 0.088204] usbcore: registered new interface driver hub
[ 0.088269] usbcore: registered new device driver usb
[ 0.088560] qcom_scm: convention: smc arm 64
[ 0.090848] clocksource: Switched to clocksource arch_sys_counter
[ 0.091044] s2: Bringing 0uV into 725000-725000uV
[ 0.092174] l2: Bringing 0uV into 1800000-1800000uV
[ 0.092328] qcom_rpm_smd_regulator remoteproc:glink-edge:rpm-requests:regulators: Supply for l2 (l2) resolved to itself
[ 0.095264] NET: Registered PF_INET protocol family
[ 0.095424] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.097750] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.097769] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.097782] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.097830] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.097967] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.098497] MPTCP token hash table entries: 512 (order: 1, 12288 bytes, linear)
[ 0.098679] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.098706] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.099168] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.099206] PCI: CLS 0 bytes, default 64
[ 0.100966] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[ 0.101797] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.101804] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.110117] qcom-qmp-usb-phy 78000.ssphy: supply vdda-phy not found, using dummy regulator
[ 0.110254] qcom-qmp-usb-phy 78000.ssphy: supply vdda-pll not found, using dummy regulator
[ 0.111917] qcom-qusb2-phy 79000.qusb: supply vdd not found, using dummy regulator
[ 0.112091] qcom-qusb2-phy 79000.qusb: supply vdda-pll not found, using dummy regulator
[ 0.112135] qcom-qusb2-phy 79000.qusb: supply vdda-phy-dpdm not found, using dummy regulator
[ 0.112297] qcom-qusb2-phy 79000.qusb: Registered Qcom-QUSB2 phy
[ 0.114651] qcom-pcie 20000000.pci: host bridge /soc@0/pci@20000000 ranges:
[ 0.114745] qcom-pcie 20000000.pci: IO 0x0020200000..0x002020ffff -> 0x0000000000
[ 0.114773] qcom-pcie 20000000.pci: MEM 0x0020220000..0x002fffffff -> 0x0020220000
[ 0.121879] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.123078] msm_serial 78b0000.serial: msm_serial: detected port #1
[ 0.123131] msm_serial 78b0000.serial: uartclk = 24000000
[ 0.123461] 78b0000.serial: ttyMSM1 at MMIO 0x78b0000 (irq = 22, base_baud = 1500000) is a MSM
[ 0.123924] msm_serial 78b1000.serial: msm_serial: detected port #0
[ 0.123974] msm_serial 78b1000.serial: uartclk = 1843199
[ 0.124295] 78b1000.serial: ttyMSM0 at MMIO 0x78b1000 (irq = 23, base_baud = 115199) is a MSM
[ 0.124326] msm_serial: console setup on port #0
[ 0.124398] printk: console [ttyMSM0] enabled
[ 0.232545] qcom-pcie 20000000.pci: iATU: unroll T, 8 ob, 8 ib, align 4K, limit 1024G
[ 0.235102] msm_serial: driver initialized
[ 0.330856] qcom-pcie 20000000.pci: PCIe Gen.3 x1 link up
[ 0.994809] qcom-pcie 20000000.pci: PCI host bridge to bus 0000:00
[ 0.999875] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.005958] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 1.011424] pci_bus 0000:00: root bus resource [mem 0x20220000-0x2fffffff]
[ 1.017611] pci 0000:00:00.0: [17cb:1003] type 01 class 0x060400
[ 1.024456] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff]
[ 1.030658] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 1.039586] pci 0000:01:00.0: [17cb:1104] type 00 class 0x028000
[ 1.042939] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[ 1.049418] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 1.055750] pci 0000:01:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
[ 1.062149] pci 0000:00:00.0: BAR 8: assigned [mem 0x20400000-0x205fffff]
[ 1.076449] pci 0000:00:00.0: BAR 0: assigned [mem 0x20220000-0x20220fff]
[ 1.083394] pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit]
[ 1.090192] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 1.097276] pci 0000:00:00.0: bridge window [mem 0x20400000-0x205fffff]
[ 1.102489] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 1.109418] pci_bus 0000:00: resource 5 [mem 0x20220000-0x2fffffff]
[ 1.114817] pci_bus 0000:01: resource 1 [mem 0x20400000-0x205fffff]
[ 1.123677] pcieport 0000:00:00.0: PME: Signaling with IRQ 26
[ 1.127564] pcieport 0000:00:00.0: AER: enabled with IRQ 26
[ 1.132306] loop: module loaded
[ 1.139921] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xac
[ 1.141790] nand: Hynix H27S4G8F2EDA-BC
[ 1.148303] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[ 1.152234] 19 fixed-partitions partitions found on MTD device qcom_nand.0
[ 1.159517] Creating 19 MTD partitions on "qcom_nand.0":
[ 1.166470] 0x000000000000-0x000000180000 : "0:sbl1"
[ 1.173908] 0x000000180000-0x000000280000 : "0:mibib"
[ 1.178362] 0x000000280000-0x000000600000 : "0:qsee"
[ 1.185577] 0x000000600000-0x000000680000 : "0:devcfg"
[ 1.187818] 0x000000680000-0x000000700000 : "0:rpm"
[ 1.192835] 0x000000700000-0x000000780000 : "0:cdt"
[ 1.197567] 0x000000780000-0x000000800000 : "0:appsblenv"
[ 1.202470] 0x000000800000-0x000000980000 : "0:appsbl"
[ 1.208851] 0x000000980000-0x000000a00000 : "0:art"
[ 1.213060] 0x000000a00000-0x000000a80000 : "0:ethphyfw"
[ 1.217762] 0x000000a80000-0x000000b00000 : "u_env"
[ 1.223386] 0x000000b00000-0x000000b40000 : "s_env"
[ 1.227696] 0x000000b40000-0x000000b80000 : "devinfo"
[ 1.232635] 0x000000b80000-0x000005d80000 : "kernel"
[ 1.314994] 0x000001380000-0x000005d80000 : "rootfs"
[ 1.385234] mtd: setting mtd14 (rootfs) as root device
[ 1.385595] mtdsplit: no squashfs found in "rootfs"
[ 1.389299] 0x000005d80000-0x00000af80000 : "alt_kernel"
[ 1.471745] 0x000006580000-0x00000af80000 : "alt_rootfs"
[ 1.542070] 0x00000af80000-0x00000b380000 : "sysdiag"
[ 1.546429] 0x00000b380000-0x00001f080000 : "syscfg"
[ 1.869048] i2c_dev: i2c /dev entries driver
[ 1.874226] sdhci: Secure Digital Host Controller Interface driver
[ 1.874268] sdhci: Copyright(c) Pierre Ossman
[ 1.879303] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.887180] remoteproc remoteproc0: releasing cd00000.remoteproc
[ 1.891030] hw perfevents: enabled with armv8_cortex_a73 PMU driver, 7 counters available
[ 1.897173] NET: Registered PF_INET6 protocol family
[ 1.904353] Segment Routing with IPv6
[ 1.908582] In-situ OAM (IOAM) with IPv6
[ 1.912220] NET: Registered PF_PACKET protocol family
[ 1.916172] Bridge firewalling registered
[ 1.921081] 8021q: 802.1Q VLAN Support v1.8
[ 1.952960] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 799999 KHz, changing to: 864000 KHz
[ 1.955034] remoteproc remoteproc0: cd00000.remoteproc is available
[ 1.963034] ubi0: attaching mtd16
[ 2.370859] random: crng init done
[ 2.394843] ubi0: scanning is finished
[ 2.402707] ubi0: attached mtd16 (name "alt_rootfs", size 74 MiB)
[ 2.402751] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 2.407792] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 2.414591] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 2.421431] ubi0: good PEBs: 592, bad PEBs: 0, corrupted PEBs: 0
[ 2.428188] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[ 2.434449] ubi0: max/mean erase counter: 7/3, WL threshold: 4096, image sequence number: 1736211632
[ 2.441483] ubi0: available PEBs: 0, total reserved PEBs: 592, PEBs reserved for bad PEB handling: 80
[ 2.450774] ubi0: background thread "ubi_bgt0d" started, PID 608
[ 2.460316] block ubiblock0_0: created from ubi0:0(ro�[ 2.474832] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[ 2.475383] Freeing unused kernel memory: 1792K
[ 2.481092] Run /sbin/init as init process
[ 2.697237] init: Console is alive
[ 2.697356] init: - watchdog -
[ 3.859528] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 3.972757] Aquantia AQR114C 90000.mdio-1:08: loading firmware version 'v5.6.5 Cybertan Divo 090221 14:43:44' from 'FS'
[ 14.781081] init: - preinit -
Cannot parse config file '/etc/fw_env.config': No such file or directory
Failed to find NVMEM device
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[ 15.721974] hwmon hwmon0: temp1_input not attached to any thermal zone
[ 15.777890] gpio_button_hotplug: loading out-of-tree module taints kernel.
[ 15.783063] pstore: Using crash dump compression: deflate
[ 15.783663] pstore: Registered ramoops as persistent store backend
[ 15.789131] ramoops: using 0x100000@0x4e200000, ecc: 0
[ 15.868989] ssdk_dt_parse_interrupt[941]:INFO:intr-gpio does not exist
[ 15.922864] aquantia_phy_api_ops_init[1485]:INFO:qca probe aquantia phy driver succeeded!
[ 16.281259] __adpt_hppe_uniphy_psgmii_mode_set[1194]:INFO:uniphy 0 psgmii channel selection
[ 17.220932] regi_init[2525]:INFO:Initializing CPPE Done!!
[ 17.221058] regi_init[2574]:INFO:qca-ssdk module init succeeded!
[ 17.227988] EDMA ver 1 hw init
[ 17.231643] EDMA HW Reset completed succesfully
[ 17.234289] Num rings - TxDesc:1 (23-23) TxCmpl:1 (23-23)
[ 17.238687] RxDesc:1 (15-15) RxFill:1 (7-7)
[ 17.244624] dp1: ppe offload disabled: 0 for macid 1
[ 17.248255] dp1: Switch attached to macid 1 status: 0
[ 17.451660] Qualcomm QCA8075 90000.mdio-1:00: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:00, irq=POLL)
[ 17.452539] GMAC2(ffffff80027df900) Invalid MAC@ - using ba:20:b4:e9:f7:f3
[ 17.460555] dp2: ppe offload disabled: 0 for macid 2
[ 17.467453] dp2: Switch attached to macid 2 status: 0
sendto(): Network unreachable
[ 17.531226] Qualcomm QCA8075 90000.mdio-1:01: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:01, irq=POLL)
[ 17.532208] GMAC3(ffffff8003305900) Invalid MAC@ - using 1e:30:ac:ca:93:8f
[ 17.540131] dp3: ppe offload disabled: 0 for macid 3
[ 17.547008] dp3: Switch attached to macid 3 status: 0
[ 17.631237] Qualcomm QCA8075 90000.mdio-1:02: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:02, irq=POLL)
[ 17.632180] GMAC4(ffffff8005578900) Invalid MAC@ - using 7a:13:b6:ae:3f:76
[ 17.640135] dp4: ppe offload disabled: 0 for macid 4
[ 17.647034] dp4: Switch attached to macid 4 status: 0
[ 17.731251] Qualcomm QCA8075 90000.mdio-1:03: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:03, irq=POLL)
[ 17.732255] GMAC5(ffffff8005579900) Invalid MAC@ - using ee:34:45:7c:cd:ec
[ 17.740145] dp5-syn: ppe offload disabled: 0 for macid 5
[ 17.747040] dp5-syn: Switch attached to macid 5 status: 0
[ 17.763076] Aquantia AQR114C 90000.mdio-1:08: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:08, irq=POLL)
[ 17.763916] **********************************************************
[ 17.771981] * NSS Data Plane driver
[ 17.778465] **********************************************************
[ 17.794626] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 17.794674] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 17.799892] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000008000000010
[ 17.806628] xhci-hcd xhci-hcd.1.auto: irq 41, io mem 0x08a00000
[ 17.816046] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 17.821847] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 17.827399] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 17.835410] hub 1-0:1.0: USB hub found
[ 17.841578] hub 1-0:1.0: 1 port detected
[ 17.845589] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 17.849753] hub 2-0:1.0: USB hub found
[ 17.857562] hub 2-0:1.0: 1 port detected
[ 17.863912] usbcore: registered new interface driver usb-storage
[ 17.865321] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
sendto(): Network unreachable
[ 19.678790] UBIFS (ubi0:1): Mounting in unauthenticated mode
[ 19.678908] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 881
[ 19.716861] UBIFS (ubi0:1): recovery needed
[ 19.840278] UBIFS (ubi0:1): recovery completed
[ 19.840384] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[ 19.843645] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 19.851546] UBIFS (ubi0:1): FS size: 34156544 bytes (32 MiB, 269 LEBs), max 279 LEBs, journal size 1650688 bytes (1 MiB, 13 LEBs)
[ 19.861434] UBIFS (ubi0:1): reserved for root: 1613297 bytes (1575 KiB)
[ 19.873057] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 03D3DCCF-D19F-456B-8C57-48FEF33D915A, small LPT model
[ 19.883662] mount_root: switching to ubifs overlay
[ 19.895037] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[ 19.900733] urandom-seed: Seeding with /etc/urandom.seed
[ 19.979062] procd: - early -
[ 19.979153] procd: - watchdog -
[ 20.539197] procd: - watchdog -
[ 20.541460] procd: - ubus -
[ 20.693606] procd: - init -
Please press Enter to activate this console.
[ 21.140432] kmodloader: loading kernel modules from /etc/modules.d/*
[ 21.255474] l2tp_core: L2TP core driver, V2.0
[ 21.256226] l2tp_netlink: L2TP netlink interface
[ 21.276044] urngd: v1.0.2 started.
[ 21.386548] qca-nss 39000000.nss: NSS FW Version: NSS.CP.11.4.0.5-6-R
[ 21.386587] qca-nss 39000000.nss: fw of size 862880 bytes copied to addr: 40000000, nss_id: 0
[ 21.393367]
[ 21.400729] ffffffc0794c6040: NSS core 0 DDR from 40000000 to 41000000
[ 21.429178] qca-nss 39000000.nss: NSS core 0 booted successfully
[ 21.523840] gre: GRE over IPv4 demultiplexor driver
[ 21.524680] ip_gre: GRE over IPv4 tunneling driver
[ 21.530445] QCA multicast snooping installed successfully
[ 21.542844] hid: raw HID events driver (C) Jiri Kosina
[ 21.543813] GACT probability on
[ 21.547648] Mirror/redirect action on
[ 21.554532] u32 classifier
[ 21.554562] input device check on
[ 21.556332] Actions configured
[ 21.662500] ntfs3: Enabled Linux POSIX ACLs support
[ 21.728610] Bluetooth: Core ver 2.22
[ 21.728724] NET: Registered PF_BLUETOOTH protocol family
[ 21.731277] Bluetooth: HCI device and connection manager initialized
[ 21.736572] Bluetooth: HCI socket layer initialized
[ 21.742914] Bluetooth: L2CAP socket layer initialized
[ 21.747512] Bluetooth: SCO socket layer initialized
[ 21.754399] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 21.757390] Bluetooth: BNEP filters: protocol multicast
[ 21.762996] Bluetooth: BNEP socket layer initialized
[ 21.772918] usbcore: registered new interface driver btusb
[ 21.773912] Loading modules backported from Linux version v6.12.6-0-ge9d65b48ce1a
[ 21.778401] Backport generated by backports.git v6.1.110-1-35-g410656ef04d2
[ 21.787032] Bluetooth: HCI UART driver ver 2.3
[ 21.792745] Bluetooth: HCI UART protocol H4 registered
[ 21.797231] Bluetooth: HCI UART protocol BCSP registered
[ 21.803445] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 21.807832] Bluetooth: HIDP socket layer initialized
[ 21.822385] NET: Registered PF_QIPCRTR protocol family
[ 21.825134] Bluetooth: RFCOMM TTY layer initialized
[ 21.826425] Bluetooth: RFCOMM socket layer initialized
[ 21.831247] Bluetooth: RFCOMM ver 1.11
[ 21.846264] xt_time: kernel timezone is -0000
[ 21.952747] PPP generic driver version 2.4.2
[ 21.953754] NET: Registered PF_PPPOX protocol family
[ 21.957089] PPTP driver version 0.8.5
[ 21.971945] ath11k c000000.wifi: ipq6018 hw1.0
[ 21.971977] ath11k c000000.wifi: FW memory mode: 1
[ 22.034118] remoteproc remoteproc0: powering up cd00000.remoteproc
[ 22.050348] remoteproc remoteproc0: Booting fw image IPQ6018/q6_fw.mdt, size 7340
[ 22.973042] remoteproc remoteproc0: remote processor cd00000.remoteproc is now up
[ 22.975430] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0xff soc_id 0xffffffff
[ 22.979524] ath11k c000000.wifi: fw_version 0x25008f8e fw_build_timestamp 2024-03-01 03:54 fw_build_id WLAN.HK.2.5.0.1-03982-QCAHKSWPL_SILICONZ-3
[ 22.979972] ath11k_pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit]
[ 23.001022] ath11k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 23.009311] ath11k_pci 0000:01:00.0: MSI vectors: 16
[ 23.014966] ath11k_pci 0000:01:00.0: qcn9074 hw1.0
[ 23.020131] ath11k_pci 0000:01:00.0: FW memory mode: 2
[ 23.117447] ath11k c000000.wifi: nss init soc nss if_num 203 userpd_id 0
[ 23.217651] mhi mhi0: Requested to power ON
[ 23.217701] mhi mhi0: Power on setup success
[ 23.970890] mhi mhi0: Wait for device to enter SBL or Mission mode
[ 24.021212] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 24.025186] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 24.038466] ath11k_pci 0000:01:00.0: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[ 24.038517] ath11k_pci 0000:01:00.0: fw_version 0x290b8862 fw_build_timestamp 2024-09-23 10:51 fw_build_id
[ 24.539497] ath11k_pci 0000:01:00.0: htt event 48 not handled
[ 24.541377] ath11k_pci 0000:01:00.0: nss init soc nss if_num 215 userpd_id 0
[ 24.549513] debugfs: Directory 'dbg_infra' with parent 'ath11k' already present!
[ 26.888422] br-lan: port 1(lan1) entered blocking state
[ 26.888463] br-lan: port 1(lan1) entered disabled state
[ 26.891374] ECM init: selected_front_end=1
[ 26.892543] nss-dp 3a001000.dp1 lan1: entered allmulticast mode
[ 26.897697] ECM database jhash random seed: 0xcf6f8a5a
[ 26.902371] nss-dp 3a001000.dp1 lan1: entered promiscuous mode
[ 26.918965] br-lan: port 2(lan2) entered blocking state
[ 26.919007] br-lan: port 2(lan2) entered disabled state
[ 26.923933] nss-dp 3a001200.dp2 lan2: entered allmulticast mode
[ 26.929787] nss-dp 3a001200.dp2 lan2: entered promiscuous mode
[ 26.938010] br-lan: port 3(lan3) entered blocking state
[ 26.940814] br-lan: port 3(lan3) entered disabled state
[ 26.946024] nss-dp 3a001400.dp3 lan3: entered allmulticast mode
[ 26.951502] nss-dp 3a001400.dp3 lan3: entered promiscuous mode
[ 26.960135] br-lan: port 4(lan4) entered blocking state
[ 26.963007] br-lan: port 4(lan4) entered disabled state
[ 26.968106] nss-dp 3a001600.dp4 lan4: entered allmulticast mode
[ 26.974107] nss-dp 3a001600.dp4 lan4: entered promiscuous mode
[ 26.987433] br-lan: port 5(wan) entered blocking state
[ 26.987473] br-lan: port 5(wan) entered disabled state
[ 26.991558] nss-dp 3a003000.dp5-syn wan: entered allmulticast mode
[ 26.997027] nss-dp 3a003000.dp5-syn wan: entered promiscuous mode
[ 27.031098] ECM init complete
[ 30.071526] nss-dp 3a001400.dp3 lan3: PHY Link up speed: 1000
[ 31.030876] _adpt_hppe_instance0_mode_get[2299]:ERROR:when the port_interface_mode of port 3 is 5, mode0:0 cannot be supported
[ 31.110883] ath11k_pci 0000:01:00.0: failed to vdev 0 create peer for AP: -110
[ 32.151603] nss-dp 3a003000.dp5-syn wan: PHY Link up speed: 2500
assuming now 250MHz is applied correctly:
cat /sys/kernel/debug/clk/clk_summary |grep -i pci
gcc_pcie0_pipe_clk_src 0 0 0 250000000 0 0 50000 Y deviceless no_connection_id
w/ 250MHz:
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x51af8014]
[ 0.000000] Linux version 6.6.69 (pppig@Gentoo) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r28659+10-b03f663afc8) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Sun Jan 12 16:36:33 2025
[ 0.000000] Machine model: Linksys MR7500
[ 0.000000] OF: reserved mem: 0x0000000000060000..0x0000000000065fff (24 KiB) nomap non-reusable memory@60000
[ 0.000000] OF: reserved mem: 0x0000000040000000..0x0000000040ffffff (16384 KiB) nomap non-reusable memory@40000000
[ 0.000000] OF: reserved mem: 0x000000004a100000..0x000000004a4fffff (4096 KiB) nomap non-reusable bootloader@4a100000
[ 0.000000] OF: reserved mem: 0x000000004a600000..0x000000004a9fffff (4096 KiB) nomap non-reusable memory@4a600000
[ 0.000000] OF: reserved mem: 0x000000004aa00000..0x000000004aafffff (1024 KiB) nomap non-reusable memory@4aa00000
[ 0.000000] OF: reserved mem: 0x000000004ab00000..0x000000004e1fffff (56320 KiB) nomap non-reusable memory@4ab00000
[ 0.000000] OF: reserved mem: 0x000000004e200000..0x000000004e2fffff (1024 KiB) nomap non-reusable ramoops@50000000
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x000000005fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x0000000040ffffff]
[ 0.000000] node 0: [mem 0x0000000041000000-0x000000004a0fffff]
[ 0.000000] node 0: [mem 0x000000004a100000-0x000000004a4fffff]
[ 0.000000] node 0: [mem 0x000000004a500000-0x000000004a5fffff]
[ 0.000000] node 0: [mem 0x000000004a600000-0x000000004e2fffff]
[ 0.000000] node 0: [mem 0x000000004e300000-0x000000005fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.0
[ 0.000000] percpu: Embedded 19 pages/cpu s37800 r8192 d31832 u77824
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: init=/sbin/init rootfstype=squashfs ubi.mtd=alt_rootfs root=mtd:squashfs rootwait root=/dev/ubiblock0_0 coherent_pool=2M swiotlb=noforce
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129024
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
[ 0.000000] Memory: 413832K/524288K available (11264K kernel code, 1016K rwdata, 2552K rodata, 1792K init, 279K bss, 110456K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv2m: range[mem 0x0b00a000-0x0b00affc], SPI[448:479]
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 and mmio timer(s) running at 24.00MHz (virt/virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000472] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.000485] pid_max: default: 32768 minimum: 301
[ 0.006171] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.006184] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.010766] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.010985] rcu: Hierarchical SRCU implementation.
[ 0.010990] rcu: Max phase no-delay instances is 1000.
[ 0.012107] smp: Bringing up secondary CPUs ...
[ 0.012744] Detected VIPT I-cache on CPU1
[ 0.012846] CPU1: Booted secondary processor 0x0000000001 [0x51af8014]
[ 0.013530] Detected VIPT I-cache on CPU2
[ 0.013601] CPU2: Booted secondary processor 0x0000000002 [0x51af8014]
[ 0.014283] Detected VIPT I-cache on CPU3
[ 0.014348] CPU3: Booted secondary processor 0x0000000003 [0x51af8014]
[ 0.014417] smp: Brought up 1 node, 4 CPUs
[ 0.014426] SMP: Total of 4 processors activated.
[ 0.014431] CPU features: detected: 32-bit EL0 Support
[ 0.014436] CPU features: detected: CRC32 instructions
[ 0.014500] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[ 0.014506] CPU: All CPU(s) started at EL1
[ 0.014508] alternatives: applying system-wide alternatives
[ 0.024846] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.024873] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.026911] pinctrl core: initialized pinctrl subsystem
[ 0.029027] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.029899] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.030241] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.030538] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.030931] thermal_sys: Registered thermal governor 'step_wise'
[ 0.030988] cpuidle: using governor menu
[ 0.031218] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.031304] ASID allocator initialised with 65536 entries
[ 0.040864] /soc@0/pinctrl@1000000/sd_ldo_pins: Fixed dependency cycle(s) with /soc@0/pinctrl@1000000/sd_ldo_pins
[ 0.040977] /soc@0/interrupt-controller@b000000: Fixed dependency cycle(s) with /soc@0/interrupt-controller@b000000
[ 0.042638] /soc@0/pinctrl@1000000/sd_ldo_pins: Fixed dependency cycle(s) with /soc@0/pinctrl@1000000/sd_ldo_pins
[ 0.082556] Modules: 28496 pages in range for non-PLT usage
[ 0.082568] Modules: 520016 pages in range for PLT usage
[ 0.088078] SCSI subsystem initialized
[ 0.088297] usbcore: registered new interface driver usbfs
[ 0.088331] usbcore: registered new interface driver hub
[ 0.088392] usbcore: registered new device driver usb
[ 0.088683] qcom_scm: convention: smc arm 64
[ 0.090975] clocksource: Switched to clocksource arch_sys_counter
[ 0.091169] s2: Bringing 0uV into 725000-725000uV
[ 0.092296] l2: Bringing 0uV into 1800000-1800000uV
[ 0.092449] qcom_rpm_smd_regulator remoteproc:glink-edge:rpm-requests:regulators: Supply for l2 (l2) resolved to itself
[ 0.095424] NET: Registered PF_INET protocol family
[ 0.095582] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.097902] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.097921] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.097936] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.097984] TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.098121] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.098645] MPTCP token hash table entries: 512 (order: 1, 12288 bytes, linear)
[ 0.098827] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.098865] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.099314] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.099351] PCI: CLS 0 bytes, default 64
[ 0.101100] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[ 0.101974] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.101982] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.110304] qcom-qmp-usb-phy 78000.ssphy: supply vdda-phy not found, using dummy regulator
[ 0.110445] qcom-qmp-usb-phy 78000.ssphy: supply vdda-pll not found, using dummy regulator
[ 0.112105] qcom-qusb2-phy 79000.qusb: supply vdd not found, using dummy regulator
[ 0.112248] qcom-qusb2-phy 79000.qusb: supply vdda-pll not found, using dummy regulator
[ 0.112323] qcom-qusb2-phy 79000.qusb: supply vdda-phy-dpdm not found, using dummy regulator
[ 0.112504] qcom-qusb2-phy 79000.qusb: Registered Qcom-QUSB2 phy
[ 0.114906] qcom-pcie 20000000.pci: host bridge /soc@0/pci@20000000 ranges:
[ 0.114984] qcom-pcie 20000000.pci: IO 0x0020200000..0x002020ffff -> 0x0000000000
[ 0.115014] qcom-pcie 20000000.pci: MEM 0x0020220000..0x002fffffff -> 0x0020220000
[ 0.122070] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.123279] msm_serial 78b0000.serial: msm_serial: detected port #1
[ 0.123318] msm_serial 78b0000.serial: uartclk = 24000000
[ 0.123646] 78b0000.serial: ttyMSM1 at MMIO 0x78b0000 (irq = 22, base_baud = 1500000) is a MSM
[ 0.124123] msm_serial 78b1000.serial: msm_serial: detected port #0
[ 0.124157] msm_serial 78b1000.serial: uartclk = 1843199
[ 0.124497] 78b1000.serial: ttyMSM0 at MMIO 0x78b1000 (irq = 23, base_baud = 115199) is a MSM
[ 0.124531] msm_serial: console setup on port #0
[ 0.124606] printk: console [ttyMSM0] enabled
[ 0.242671] qcom-pcie 20000000.pci: iATU: unroll T, 8 ob, 8 ib, align 4K, limit 1024G
[ 0.245994] msm_serial: driver initialized
[ 0.350984] qcom-pcie 20000000.pci: PCIe Gen.3 x1 link up
[ 0.994993] qcom-pcie 20000000.pci: PCI host bridge to bus 0000:00
[ 1.000082] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.006172] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 1.011633] pci_bus 0000:00: root bus resource [mem 0x20220000-0x2fffffff]
[ 1.017818] pci 0000:00:00.0: [17cb:1003] type 01 class 0x060400
[ 1.024663] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff]
[ 1.030867] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 1.039793] pci 0000:01:00.0: [17cb:1104] type 00 class 0x028000
[ 1.043146] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[ 1.049624] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 1.055959] pci 0000:01:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
[ 1.062370] pci 0000:00:00.0: BAR 8: assigned [mem 0x20400000-0x205fffff]
[ 1.076657] pci 0000:00:00.0: BAR 0: assigned [mem 0x20220000-0x20220fff]
[ 1.083609] pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit]
[ 1.090400] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 1.097484] pci 0000:00:00.0: bridge window [mem 0x20400000-0x205fffff]
[ 1.102696] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 1.109626] pci_bus 0000:00: resource 5 [mem 0x20220000-0x2fffffff]
[ 1.115017] pci_bus 0000:01: resource 1 [mem 0x20400000-0x205fffff]
[ 1.123880] pcieport 0000:00:00.0: PME: Signaling with IRQ 26
[ 1.127794] pcieport 0000:00:00.0: AER: enabled with IRQ 26
[ 1.132607] loop: module loaded
[ 1.140115] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xac
[ 1.141971] nand: Hynix H27S4G8F2EDA-BC
[ 1.148510] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
[ 1.152462] 19 fixed-partitions partitions found on MTD device qcom_nand.0
[ 1.159725] Creating 19 MTD partitions on "qcom_nand.0":
[ 1.166676] 0x000000000000-0x000000180000 : "0:sbl1"
[ 1.174095] 0x000000180000-0x000000280000 : "0:mibib"
[ 1.178504] 0x000000280000-0x000000600000 : "0:qsee"
[ 1.185840] 0x000000600000-0x000000680000 : "0:devcfg"
[ 1.188007] 0x000000680000-0x000000700000 : "0:rpm"
[ 1.192986] 0x000000700000-0x000000780000 : "0:cdt"
[ 1.197722] 0x000000780000-0x000000800000 : "0:appsblenv"
[ 1.202640] 0x000000800000-0x000000980000 : "0:appsbl"
[ 1.209075] 0x000000980000-0x000000a00000 : "0:art"
[ 1.213249] 0x000000a00000-0x000000a80000 : "0:ethphyfw"
[ 1.217933] 0x000000a80000-0x000000b00000 : "u_env"
[ 1.223619] 0x000000b00000-0x000000b40000 : "s_env"
[ 1.227928] 0x000000b40000-0x000000b80000 : "devinfo"
[ 1.232780] 0x000000b80000-0x000005d80000 : "kernel"
[ 1.312189] 0x000001380000-0x000005d80000 : "rootfs"
[ 1.381049] mtd: setting mtd14 (rootfs) as root device
[ 1.381410] mtdsplit: no squashfs found in "rootfs"
[ 1.385096] 0x000005d80000-0x00000af80000 : "alt_kernel"
[ 1.465724] 0x000006580000-0x00000af80000 : "alt_rootfs"
[ 1.534574] 0x00000af80000-0x00000b380000 : "sysdiag"
[ 1.538839] 0x00000b380000-0x00001f080000 : "syscfg"
[ 1.855007] i2c_dev: i2c /dev entries driver
[ 1.860182] sdhci: Secure Digital Host Controller Interface driver
[ 1.860226] sdhci: Copyright(c) Pierre Ossman
[ 1.865283] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.873093] remoteproc remoteproc0: releasing cd00000.remoteproc
[ 1.876893] hw perfevents: enabled with armv8_cortex_a73 PMU driver, 7 counters available
[ 1.883150] NET: Registered PF_INET6 protocol family
[ 1.890312] Segment Routing with IPv6
[ 1.894587] In-situ OAM (IOAM) with IPv6
[ 1.898134] NET: Registered PF_PACKET protocol family
[ 1.902155] Bridge firewalling registered
[ 1.907013] 8021q: 802.1Q VLAN Support v1.8
[ 1.939154] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 799999 KHz, changing to: 864000 KHz
[ 1.941233] remoteproc remoteproc0: cd00000.remoteproc is available
[ 1.949067] ubi0: attaching mtd16
[ 2.350993] random: crng init done
[ 2.378181] ubi0: scanning is finished
[ 2.385928] ubi0: attached mtd16 (name "alt_rootfs", size 74 MiB)
[ 2.385973] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 2.391031] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 2.397784] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 2.404649] ubi0: good PEBs: 592, bad PEBs: 0, corrupted PEBs: 0
[ 2.411418] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128
[ 2.417662] ubi0: max/mean erase counter: 7/3, WL threshold: 4096, image sequence number: 1736211632
[ 2.424706] ubi0: available PEBs: 0, total reserved PEBs: 592, PEBs reserved for bad PEB handling: 80
[ 2.433997] ubi0: background thread "ubi_bgt0d" started, PID 613
[ 2.443668] block ubiblock0_0: created from ubi0:0(ro�[ 2.458041] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[ 2.458566] Freeing unused kernel memory: 1792K
[ 2.464337] Run /sbin/init as init process
[ 2.677257] init: Console is alive
[ 2.677374] init: - watchdog -
[ 3.845131] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 3.992538] Aquantia AQR114C 90000.mdio-1:08: loading firmware version 'v5.6.5 Cybertan Divo 090221 14:43:44' from 'FS'
[ 14.761780] init: - preinit -
Cannot parse config file '/etc/fw_env.config': No such file or directory
Failed to find NVMEM device
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[ 15.743788] hwmon hwmon0: temp1_input not attached to any thermal zone
[ 15.799065] gpio_button_hotplug: loading out-of-tree module taints kernel.
[ 15.804014] pstore: Using crash dump compression: deflate
[ 15.804837] pstore: Registered ramoops as persistent store backend
[ 15.810303] ramoops: using 0x100000@0x4e200000, ecc: 0
[ 15.890191] ssdk_dt_parse_interrupt[941]:INFO:intr-gpio does not exist
[ 15.943582] aquantia_phy_api_ops_init[1485]:INFO:qca probe aquantia phy driver succeeded!
[ 16.301368] __adpt_hppe_uniphy_psgmii_mode_set[1194]:INFO:uniphy 0 psgmii channel selection
[ 17.241048] regi_init[2525]:INFO:Initializing CPPE Done!!
[ 17.241175] regi_init[2574]:INFO:qca-ssdk module init succeeded!
[ 17.248126] EDMA ver 1 hw init
[ 17.251763] EDMA HW Reset completed succesfully
[ 17.254407] Num rings - TxDesc:1 (23-23) TxCmpl:1 (23-23)
[ 17.258802] RxDesc:1 (15-15) RxFill:1 (7-7)
[ 17.264750] dp1: ppe offload disabled: 0 for macid 1
[ 17.268372] dp1: Switch attached to macid 1 status: 0
[ 17.471800] Qualcomm QCA8075 90000.mdio-1:00: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:00, irq=POLL)
[ 17.472676] GMAC2(ffffff80027de900) Invalid MAC@ - using ce:b7:c2:34:b9:0e
[ 17.480694] dp2: ppe offload disabled: 0 for macid 2
[ 17.487595] dp2: Switch attached to macid 2 status: 0
sendto(): Network unreachable
[ 17.571395] Qualcomm QCA8075 90000.mdio-1:01: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:01, irq=POLL)
[ 17.572420] GMAC3(ffffff80043a1900) Invalid MAC@ - using 3e:c2:df:5f:55:b0
[ 17.580300] dp3: ppe offload disabled: 0 for macid 3
[ 17.587215] dp3: Switch attached to macid 3 status: 0
[ 17.681408] Qualcomm QCA8075 90000.mdio-1:02: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:02, irq=POLL)
[ 17.682504] GMAC4(ffffff8003fb2900) Invalid MAC@ - using 2a:c6:84:39:25:66
[ 17.690304] dp4: ppe offload disabled: 0 for macid 4
[ 17.697181] dp4: Switch attached to macid 4 status: 0
[ 17.791350] Qualcomm QCA8075 90000.mdio-1:03: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:03, irq=POLL)
[ 17.792341] GMAC5(ffffff80043a6900) Invalid MAC@ - using 3e:2f:b5:5d:ba:d0
[ 17.800247] dp5-syn: ppe offload disabled: 0 for macid 5
[ 17.807156] dp5-syn: Switch attached to macid 5 status: 0
[ 17.821086] Aquantia AQR114C 90000.mdio-1:08: attached PHY driver (mii_bus:phy_addr=90000.mdio-1:08, irq=POLL)
[ 17.821814] **********************************************************
[ 17.829971] * NSS Data Plane driver
[ 17.836493] **********************************************************
[ 17.852745] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 17.852792] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[ 17.858012] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000008000000010
[ 17.864746] xhci-hcd xhci-hcd.1.auto: irq 41, io mem 0x08a00000
[ 17.874180] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 17.879958] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[ 17.885545] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 17.893509] hub 1-0:1.0: USB hub found
[ 17.899680] hub 1-0:1.0: 1 port detected
[ 17.903803] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 17.907863] hub 2-0:1.0: USB hub found
[ 17.915627] hub 2-0:1.0: 1 port detected
[ 17.922057] usbcore: registered new interface driver usb-storage
[ 17.923435] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
sendto(): Network unreachable
[ 19.638737] UBIFS (ubi0:1): Mounting in unauthenticated mode
[ 19.638845] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 884
[ 19.676279] UBIFS (ubi0:1): recovery needed
[ 19.774902] UBIFS (ubi0:1): recovery completed
[ 19.775009] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[ 19.778248] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 19.786176] UBIFS (ubi0:1): FS size: 34156544 bytes (32 MiB, 269 LEBs), max 279 LEBs, journal size 1650688 bytes (1 MiB, 13 LEBs)
[ 19.796057] UBIFS (ubi0:1): reserved for root: 1613297 bytes (1575 KiB)
[ 19.807690] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 03D3DCCF-D19F-456B-8C57-48FEF33D915A, small LPT model
[ 19.819010] mount_root: switching to ubifs overlay
[ 19.829734] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off.
[ 19.836624] urandom-seed: Seeding with /etc/urandom.seed
[ 19.905058] procd: - early -
[ 19.905149] procd: - watchdog -
[ 20.463424] procd: - watchdog -
[ 20.465520] procd: - ubus -
[ 20.617915] procd: - init -
Please press Enter to activate this console.
[ 21.053146] kmodloader: loading kernel modules from /etc/modules.d/*
[ 21.170207] l2tp_core: L2TP core driver, V2.0
[ 21.171031] l2tp_netlink: L2TP netlink interface
[ 21.227420] urngd: v1.0.2 started.
[ 21.300115] qca-nss 39000000.nss: NSS FW Version: NSS.CP.11.4.0.5-6-R
[ 21.300154] qca-nss 39000000.nss: fw of size 862880 bytes copied to addr: 40000000, nss_id: 0
[ 21.306895]
[ 21.314306] ffffffc0794ca040: NSS core 0 DDR from 40000000 to 41000000
[ 21.342720] qca-nss 39000000.nss: NSS core 0 booted successfully
[ 21.433988] gre: GRE over IPv4 demultiplexor driver
[ 21.434870] ip_gre: GRE over IPv4 tunneling driver
[ 21.440762] QCA multicast snooping installed successfully
[ 21.453379] hid: raw HID events driver (C) Jiri Kosina
[ 21.454461] GACT probability on
[ 21.458304] Mirror/redirect action on
[ 21.465531] u32 classifier
[ 21.465560] input device check on
[ 21.467155] Actions configured
[ 21.562948] ntfs3: Enabled Linux POSIX ACLs support
[ 21.628392] Bluetooth: Core ver 2.22
[ 21.628510] NET: Registered PF_BLUETOOTH protocol family
[ 21.631056] Bluetooth: HCI device and connection manager initialized
[ 21.636352] Bluetooth: HCI socket layer initialized
[ 21.642697] Bluetooth: L2CAP socket layer initialized
[ 21.647293] Bluetooth: SCO socket layer initialized
[ 21.654693] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 21.657171] Bluetooth: BNEP filters: protocol multicast
[ 21.662764] Bluetooth: BNEP socket layer initialized
[ 21.672650] usbcore: registered new interface driver btusb
[ 21.673581] Loading modules backported from Linux version v6.12.6-0-ge9d65b48ce1a
[ 21.678180] Backport generated by backports.git v6.1.110-1-35-g410656ef04d2
[ 21.686837] Bluetooth: HCI UART driver ver 2.3
[ 21.692521] Bluetooth: HCI UART protocol H4 registered
[ 21.697011] Bluetooth: HCI UART protocol BCSP registered
[ 21.703175] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 21.707614] Bluetooth: HIDP socket layer initialized
[ 21.722134] NET: Registered PF_QIPCRTR protocol family
[ 21.724967] Bluetooth: RFCOMM TTY layer initialized
[ 21.726173] Bluetooth: RFCOMM socket layer initialized
[ 21.730954] Bluetooth: RFCOMM ver 1.11
[ 21.745891] xt_time: kernel timezone is -0000
[ 21.852151] PPP generic driver version 2.4.2
[ 21.853129] NET: Registered PF_PPPOX protocol family
[ 21.856460] PPTP driver version 0.8.5
[ 21.871210] ath11k c000000.wifi: ipq6018 hw1.0
[ 21.871242] ath11k c000000.wifi: FW memory mode: 1
[ 21.937367] remoteproc remoteproc0: powering up cd00000.remoteproc
[ 21.954127] remoteproc remoteproc0: Booting fw image IPQ6018/q6_fw.mdt, size 7340
[ 22.881706] remoteproc remoteproc0: remote processor cd00000.remoteproc is now up
[ 22.883725] ath11k c000000.wifi: chip_id 0x0 chip_family 0x4 board_id 0xff soc_id 0xffffffff
[ 22.888230] ath11k c000000.wifi: fw_version 0x25008f8e fw_build_timestamp 2024-03-01 03:54 fw_build_id WLAN.HK.2.5.0.1-03982-QCAHKSWPL_SILICONZ-3
[ 22.898760] ath11k_pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit]
[ 22.909703] ath11k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 22.918063] ath11k_pci 0000:01:00.0: MSI vectors: 16
[ 22.923628] ath11k_pci 0000:01:00.0: qcn9074 hw1.0
[ 22.928797] ath11k_pci 0000:01:00.0: FW memory mode: 2
[ 23.028884] ath11k c000000.wifi: nss init soc nss if_num 203 userpd_id 0
[ 23.132376] mhi mhi0: Requested to power ON
[ 23.132425] mhi mhi0: Power on setup success
[ 23.831012] mhi mhi0: Wait for device to enter SBL or Mission mode
[ 23.881381] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 23.885078] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 23.898556] ath11k_pci 0000:01:00.0: chip_id 0x0 chip_family 0x0 board_id 0xff soc_id 0xffffffff
[ 23.898608] ath11k_pci 0000:01:00.0: fw_version 0x290b8862 fw_build_timestamp 2024-09-23 10:51 fw_build_id
[ 24.391640] ath11k_pci 0000:01:00.0: htt event 48 not handled
[ 24.393254] ath11k_pci 0000:01:00.0: nss init soc nss if_num 215 userpd_id 0
[ 24.401670] debugfs: Directory 'dbg_infra' with parent 'ath11k' already present!
[ 26.667800] br-lan: port 1(lan1) entered blocking state
[ 26.667845] br-lan: port 1(lan1) entered disabled state
[ 26.671923] nss-dp 3a001000.dp1 lan1: entered allmulticast mode
[ 26.677370] nss-dp 3a001000.dp1 lan1: entered promiscuous mode
[ 26.689650] br-lan: port 2(lan2) entered blocking state
[ 26.689692] br-lan: port 2(lan2) entered disabled state
[ 26.694094] nss-dp 3a001200.dp2 lan2: entered allmulticast mode
[ 26.699683] nss-dp 3a001200.dp2 lan2: entered promiscuous mode
[ 26.708977] br-lan: port 3(lan3) entered blocking state
[ 26.711041] br-lan: port 3(lan3) entered disabled state
[ 26.716155] nss-dp 3a001400.dp3 lan3: entered allmulticast mode
[ 26.721822] nss-dp 3a001400.dp3 lan3: entered promiscuous mode
[ 26.728993] ECM init: selected_front_end=1
[ 26.731513] br-lan: port 4(lan4) entered blocking state
[ 26.733180] ECM database jhash random seed: 0x3ec647ea
[ 26.737208] br-lan: port 4(lan4) entered disabled state
[ 26.747597] nss-dp 3a001600.dp4 lan4: entered allmulticast mode
[ 26.753065] nss-dp 3a001600.dp4 lan4: entered promiscuous mode
[ 26.766844] br-lan: port 5(wan) entered blocking state
[ 26.766886] br-lan: port 5(wan) entered disabled state
[ 26.770913] nss-dp 3a003000.dp5-syn wan: entered allmulticast mode
[ 26.776702] nss-dp 3a003000.dp5-syn wan: entered promiscuous mode
[ 26.851331] ECM init complete
[ 29.751163] nss-dp 3a001000.dp1 lan1: PHY Link up speed: 1000
[ 29.751319] _adpt_hppe_instance0_mode_get[2280]:ERROR:when the port_interface_mode of port 2 is 0, mode0:11 cannot be supported
[ 30.871009] ath11k_pci 0000:01:00.0: failed to vdev 0 create peer for AP: -110
[ 35.911003] ath11k_pci 0000:01:00.0: Timeout in receiving vdev delete response
[ 35.967193] br-lan: port 1(lan1) entered blocking state
[ 35.967242] br-lan: port 1(lan1) entered forwarding state
[ 36.573954] qca-nss 39000000.nss: Configuring additional NSS pbufs
[ 36.582412] qca-nss 39000000.nss: Additional pbufs of size 3100672 got added to NSS
[ 36.612503] Unable to handle kernel read from unreadable memory at virtual address 0000000000000000
[ 36.612554] Mem abort info:
[ 36.620374] ESR = 0x0000000096000005
[ 36.623154] EC = 0x25: DABT (current EL), IL = 32 bits
[ 36.626954] SET = 0, FnV = 0
[ 36.632425] EA = 0, S1PTW = 0
[ 36.635283] FSC = 0x05: level 1 translation fault
[ 36.638326] Data abort info:
[ 36.643189] ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
[ 36.646313] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[ 36.651611] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[ 36.656731] user pgtable: 4k pages, 39-bit VAs, pgdp=0000000053717000
[ 36.662118] [0000000000000000] pgd=0800000055570003, p4d=0800000055570003, pud=0800000055570003, pmd=0000000000000000
[ 36.668459] Internal error: Oops: 0000000096000005 [#1] SMP
[ 36.679039] Modules linked in: ecm(O) pppoe ppp_async nft_fib_inet nf_flow_table_inet l2tp_ppp ath11k_pci(O) ath11k_ahb(O) ath11k(O) xt_DSCP pptp pppox ppp_generic nft_reject_ipv6 nft_reject_ipv4 nft_reject_inet nft_reject_bridge nft_reject nft_redir nft_quota nft_numgen nft_nat nft_meta_bridge nft_masq nft_log nft_limit nft_hash nft_fwd_netdev nft_flow_offload nft_fib_ipv6 nft_fib_ipv4 nft_fib nft_dup_netdev nft_ct nft_compat nft_chain_nat nf_tables nf_nat nf_flow_table nf_conntrack_bridge nf_conntrack mac80211(O) iptable_mangle iptable_filter ipt_REJECT ipt_ECN ip_tables cfg80211(O) xt_time xt_tcpudp xt_tcpmss xt_statistic xt_multiport xt_mark xt_mac xt_limit xt_length xt_hl xt_ecn xt_dscp xt_comment xt_TCPMSS xt_LOG xt_HL xt_CLASSIFY x_tables slhc sch_cake rfcomm qrtr_smd qrtr_mhi qrtr qmi_helpers(O) nfnetlink nf_reject_ipv6 nf_reject_ipv4 nf_log_syslog nf_dup_netdev nf_defrag_ipv6 nf_defrag_ipv4 mhi libcrc32c hidp hci_uart compat(O) btusb btrtl btmtk btintel bnep bluetooth ntfs3 sch_tbf sch_ingress sch_htb
[ 36.679220] sch_hfsc em_u32 cls_u32 cls_route cls_matchall cls_fw cls_flow cls_basic act_skbedit act_mirred act_gact hid evdev input_core qca_nss_wifi_meshmgr(O) qca_nss_bridge_mgr(O) qca_nss_vlan(O) qca_mcs(O) ip_gre gre ifb qca_nss_drv(O) l2tp_netlink l2tp_core udp_tunnel ip6_udp_tunnel ip_tunnel nls_utf8 nls_iso8859_1 nls_cp437 ecdh_generic ecc sha512_generic sha512_arm64 seqiv sha3_generic jitterentropy_rng drbg michael_mic kpp hmac geniv cmac usb_storage leds_gpio xhci_plat_hcd xhci_pci xhci_hcd dwc3 dwc3_qcom qca_nss_dp(O) qca_ssdk(O) ramoops reed_solomon pstore gpio_button_hotplug(O) vfat fat ext4 mbcache jbd2 aquantia hwmon crc_ccitt crc32c_generic
[ 36.809930] CPU: 0 PID: 4279 Comm: jshn Tainted: G O 6.6.69 #0
[ 36.832166] Hardware name: Linksys MR7500 (DT)
[ 36.839280] pstate: 60400005 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 36.843711] pc : ath11k_peer_map_v2_event+0x48/0x4fc [ath11k]
[ 36.850566] lr : ath11k_dp_htt_htc_t2h_msg_handler+0x94/0x13e4 [ath11k]
[ 36.856470] sp : ffffffc080003bd0
[ 36.862888] x29: ffffffc080003bd0 x28: 0000000000000001 x27: 0000000000000000
[ 36.866367] x26: 0000000000000000 x25: ffffffc079be9eb8 x24: 0000000001c452c3
[ 36.873485] x23: ffffff80038e3048 x22: 000000000001001e x21: ffffffc080003d1a
[ 36.880604] x20: 0000000000000000 x19: ffffff8005716100 x18: 0000000000001068
[ 36.887722] x17: 0000000000000300 x16: 0000000000000100 x15: 0000000000000000
[ 36.894839] x14: ffffffc079399248 x13: ffffffc08470340c x12: ffffffc084600000
[ 36.901958] x11: 00000000ffff991e x10: 000000000000340c x9 : 0000000000000100
[ 36.909076] x8 : ffffff8003e38d40 x7 : 0000000000000100 x6 : 0000000000000000
[ 36.916194] x5 : 00000000000001c4 x4 : 00000000000001c4 x3 : ffffffc080003d1a
[ 36.923312] x2 : 00000000000001c4 x1 : 0000000000000000 x0 : 0000000000000000
[ 36.930431] Call trace:
[ 36.937539] ath11k_peer_map_v2_event+0x48/0x4fc [ath11k]
[ 36.939802] ath11k_dp_htt_htc_t2h_msg_handler+0x94/0x13e4 [ath11k]
[ 36.945359] ath11k_htc_rx_completion_handler+0x568/0x718 [ath11k]
[ 36.951436] ath11k_ce_per_engine_service+0x290/0x398 [ath11k]
[ 36.957685] ath11k_pcic_ext_irq_enable+0x1a8/0x294 [ath11k]
[ 36.963500] tasklet_action_common.isra.0+0x110/0x148
[ 36.969316] tasklet_action+0x24/0x30
[ 36.974260] handle_softirqs+0xf8/0x230
[ 36.977907] __do_softirq+0x14/0x20
[ 36.981552] ____do_softirq+0x10/0x1c
[ 36.985026] call_on_irq_stack+0x24/0x4c
[ 36.988846] do_softirq_own_stack+0x1c/0x28
[ 36.992839] irq_exit_rcu+0x90/0xc8
[ 36.996744] el0_interrupt+0x48/0xb0
[ 37.000216] __el0_irq_handler_common+0x18/0x24
[ 37.004037] el0t_64_irq_handler+0x10/0x1c
[ 37.008290] el0t_64_irq+0x178/0x17c
[ 37.012460] Code: 12003ca2 12001cdb b9401107 b9006fe2 (f9400018)
[ 37.016195] ---[ end trace 0000000000000000 ]---
[ 37.026708] pstore: backend (ramoops) writing error (-28)
[ 37.026873] Kernel panic - not syncing: Oops: Fatal exception in interrupt
[ 37.032166] SMP: stopping secondary CPUs
[ 37.038938] Kernel Offset: disabled
[ 37.043010] CPU features: 0x0,00000000,10000000,0000400b
[ 37.046227] Memory Limit: none
[ 37.656275] Rebooting in 3 seconds..
[ 27.021247] ECM init complete
[ 27.028944] br-lan: port 5(wan) entered blocking state
[ 27.029492] br-lan: port 5(wan) entered disabled state
[ 27.034615] nss-dp 3a003000.dp5-syn wan: entered allmulticast mode
[ 27.040099] nss-dp 3a003000.dp5-syn wan: entered promiscuous mode
[ 29.494226] qca-nss 39000000.nss: Configuring additional NSS pbufs
[ 29.502545] qca-nss 39000000.nss: Additional pbufs of size 3100672 got added to NSS
Format: Log Type - Time(microsec) - Message - Optional Info
Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic
S - QC_IMAGE_VERSION_STRING=BOOT.XF.0.3-00098-IPQ60xxLZB-1
S - IMAGE_VARIANT_STRING=IPQ6018LA
S - OEM_IMAGE_VERSION_STRING=crm-ubuntu121
S - Boot Interface: NAND
S - Secure Boot: Off
S - Boot Config @ 0x000a602c = 0x000002e5
S - JTAG ID @ 0x000a607c = 0x001260e1
S - OEM ID @ 0x000a6080 = 0x00000000
S - Serial Number @ 0x000a4128 = 0xdb870ac3
S - OEM Config Row 0 @ 0x000a4188 = 0x0000000000000000
S - OEM Config Row 1 @ 0x000a4190 = 0x0000000000000000
S - Feature Config Row 0 @ 0x000a4130 = 0x0000000008200001
S - Feature Config Row 1 @ 0x000a4138 = 0x02c3e80383000009
S - PBL Patch Ver: 1
S - I-cache: On
S - D-cache: On
B - 3413 - PBL, Start
B - 592 - bootable_media_detect_entry, Start
B - 4339 - bootable_media_detect_success, Start
B - 5207 - elf_loader_entry, Start
B - 5380 - auth_hash_seg_entry, Start
B - 7847 - auth_hash_seg_exit, Start
B - 8345 - elf_segs_hash_verify_entry, Start
B - 103705 - elf_segs_hash_verify_exit, Start
B - 107894 - auth_xbl_sec_hash_seg_entry, Start
B - 108040 - auth_xbl_sec_hash_seg_exit, Start
B - 114596 - xbl_sec_segs_hash_verify_entry, Start
B - 114597 - xbl_sec_segs_hash_verify_exit, Start
B - 115527 - PBL, End
B - 97447 - SBL1, Start
B - 237351 - GCC [RstStat:0x10, RstDbg:0x700100] WDog Stat : 0x4
B - 239791 - clock_init, Start
D - 3538 - clock_init, Delta
B - 249490 - boot_flash_init, Start
D - 26260 - boot_flash_init, Delta
B - 278007 - sbl1_ddr_set_default_params, Start
D - 274 - sbl1_ddr_set_default_params, Delta
B - 284626 - boot_config_data_table_init, Start
D - 4849 - boot_config_data_table_init, Delta - (575 Bytes)
B - 294630 - CDT Version:2,Platform ID:8,Major ID:3,Minor ID:0,Subtype:2
B - 299296 - Image Load, Start
D - 6619 - OEM_MISC Image Loaded, Delta - (0 Bytes)
B - 308629 - Image Load, Start
D - 5063 - PMIC Image Loaded, Delta - (0 Bytes)
B - 316498 - sbl1_ddr_set_params, Start
B - 321500 - CPR configuration: 0x366
B - 324703 - Pre_DDR_clock_init, Start
D - 213 - Pre_DDR_clock_init, Delta
D - 0 - sbl1_ddr_set_params, Delta
B - 359717 - Image Load, Start
D - 549 - APDP Image Loaded, Delta - (0 Bytes)
B - 378596 - Image Load, Start
D - 519 - QTI_MISC Image Loaded, Delta - (0 Bytes)
B - 381128 - Image Load, Start
D - 946 - Auth Metadata
D - 701 - Segments hash check
D - 23180 - QSEE Dev Config Image Loaded, Delta - (36490 Bytes)
B - 406260 - Image Load, Start
D - 6588 - Auth Metadata
D - 10431 - Segments hash check
D - 347395 - QSEE Image Loaded, Delta - (1436620 Bytes)
B - 754204 - Image Load, Start
D - 793 - Auth Metadata
D - 976 - Segments hash check
D - 35959 - RPM Image Loaded, Delta - (102800 Bytes)
B - 791810 - Image Load, Start
D - 701 - Auth Metadata
D - 3202 - Segments hash check
D - 130662 - APPSBL Image Loaded, Delta - (568944 Bytes)
B - 939796 - SBL1, End
D - 842746 - SBL1, Delta
S - Flash Throughput, 4000 KB/s (2145429 Bytes, 454407 us)
S - Core 0 Frequency, 800 MHz
S - DDR Frequency, 466 MHz
looks like a poweron reset for no obvious reason...
okay. i will forward for usual other changes. like clk driver or pci driver.
i found out something new. while playing with a different 6018 device i found out that your wifi driver crash happens if the calibration data you provide to the firmware is corrupt or not correct. can you check this?
The caldata is from ART and I have not touched it so it should be correct. Also there's really no reason for it to work on the first enable if the caldata is just bork I suppose.