nmrpflash icon indicating copy to clipboard operation
nmrpflash copied to clipboard

Can’t flash Netgear RBR50 V1 - nprmflash bailing out

Open rwillett1 opened this issue 1 year ago • 20 comments

After an aborted start trying to get a Netgear RBR50 V2 to flash and finding out it's not supported (see here https://forum.openwrt.org/t/solved-flashed-netgear-rbr50-v2-ok-doesnt-seem-to-boot/218845/20)

I've got my hands on a spare RBR50 V1 to try and flash OpenWRT onto. I know this is a V1 as it has the USB port on the back.

I can factory reset the Netgear RBR50 V1 (from now on I'll just say RBR50) by pressing the reset button and holding it down. I've done that probably 15x now to set it back to the beginning so that works very well.

A summary of what I have tried to do is below. More details are below that,

  1. I tried to flash the RBR50 from the GUI with openwrt-23.05.5-ipq40xx-generic-netgear_rbr50-squashfs-factory.img on the faint chance that might work. Not surprisingly that didn't work, but was worth a shot.

  2. I then moved to using nprmflash. I've tried using this on the RBR50 V2 and managed to get it to connect and appeared to upload an IMG file but the image didn't take. I have since found out that the V2 hardware is not supported so I got another RBR50 V1 to test on.

    I never managed to get nprmflash to send the image. I'll provide more details below.

  3. I then tried using artmtd to set the partition to 02 and then use the local GUI to upload the image as per the instructions here https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=2cb24b3f3cd89692f3c0bd137f3f560ada359bfa

None of these methods worked.

More detail nmrpflash

  1. This was all done on a dedicated Mac, using two different Ethernet cables, both checked that they work correctly. One was a patch cable and one was a 'normal' Ethernet cable in case the cable needed to be one or the other. Always had -vv or -vvv flags. Never got any more debug detail being output

  2. Downloaded the latest Mac version from https://github.com/jclehner/nmrpflash

  3. Checked the interfaces using nmrpflash -L and it shows that en0 was the wired connection.

  4. The image file used was openwrt-23.05.5-ipq40xx-generic-netgear_rbr50-squashfs-factory.img and appears to be the correct one based on a) the name and b) https://firmware-selector.openwrt.org/?version=23.05.5&target=ipq40xx%2Fgeneric&id=netgear_rbr50

  5. Ran the nrmpflash program as root with a wide number of parameters 5.1. ./nrmpflash -vv -i en0 -f openwrt-23.05.5-ipq40xx-generic-netgear_rbr50-squashfs-factory.img

    The program would start up, wait for a connection or I could press control-C,

nmrpflash 0.9.24
Waiting for Ethernet connection (Ctrl-C to skip).
Skipped.
Adding 10.164.183.252 to interface en0.
Advertising NMRP server on en0 ... \
No response after 60 seconds.
Bailing out
  1. I have tried setting the IP address for both the host and the target device using -A and -a. Still no response from the RBR50.
  2. I have tried the -B flag. No response from the RBR50.
  3. I have reset the RBR50 circa 15x time and set up each time.
  4. I've read https://github.com/jclehner/nmrpflash and followed the debugging directions.
  5. I've read https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=2cb24b3f3cd89692f3c0bd137f3f560ada359bfa and it simply doesn't work for me.
  6. I've downgraded the Netgear firmware to older versions so I can enable telnet. I've then set artmtd -w boot_part 02 so I can theoretically upload the OpenWRT image from the GUI. Doesn't work.
  7. I've set the IP address of the local Macbook to a 10.164.183.253 address and it didn't work.
  8. I've set the IP address of the local Mac to 192.168.1.2 and to 192.168.2.2 and used the various nrpmflash flags to set the target values.

I have never got a single sync back from the RBR50 V1. I can reflash the RBR50 V1 by doing a factory reset and it works so it's not bricked. But nothing I do gets even a hint there is a connection. The cable works as I can then connect to the RBR50V1 after a factory reset.

To me it's as if the RBR50V1 doesn't go into the mode for ever receiving a file. The V2 model did but that doesn't work as it's different hardware.

Any and all advice welcome.

Rob

rwillett1 avatar Jan 04 '25 14:01 rwillett1

I've just testing using nmrpflash again on a RBR50 V2 (not the V1) and it did appear to flash , I at least got a response from the V2

Password:
nmrpflash 0.9.24
Waiting for Ethernet connection (Ctrl-C to skip).
Adding 10.164.183.252 to interface en0.
Advertising NMRP server on en0 ... |
Received configuration request from 44:a5:6e:59:ef:b2.
Sending configuration: 10.164.183.253/24.
Received upload request: filename 'firmware'.
Using remote filename 'firmware'.
Uploading openwrt-23.05.5-ipq40xx-generic-netgear_rbr50-squashfs-factory.img ... Discarding TFTP_UL_REQ packet
OK (9175173 b)
Waiting for remote to respond.
Remote finished. Closing connection.
Reboot your device now.

The Mac address is the correct Mac address for the RBR50 V2 so it proves there is some communication.

Using the same equipment but putting a RBR50 V1 in place, I get

nmrpflash 0.9.24
Waiting for Ethernet connection (Ctrl-C to skip).
Skipped.
Adding 10.164.183.252 to interface en0.
Advertising NMRP server on en0 ... \
No response after 60 seconds.
Bailing out

So no idea what is going on here. Other people seem to have it working but not me :(

Rob

rwillett1 avatar Jan 06 '25 13:01 rwillett1

Has nobody had a similar issue at all with the Netgear RBR50's?

rwillett1 avatar Jan 14 '25 16:01 rwillett1

Hi Rob.

It appears that the bootloader never starts the NMRP upload process on your device. So no matter what arguments you use to run nmrpflash, it won't work. Since you have telnet access to the device, please try running the following commands, and post their output.

dmesg
cat /proc/mtd
cat /proc/cmdline
strings /dev/mmcblk0p2 | head 

It might be possible to re-enable NMRP somehow...

jclehner avatar Jan 23 '25 11:01 jclehner

Hi Joe

Thanks for the update. Timely as I was just about to pack the RBR50's into boxes and put them back in the basement. The boxes were out and I was just looking at them

I'll telnet in and will post the output, not used the strings command for a loooooong time :)

Best wishes

Rib

rwillett1 avatar Jan 23 '25 11:01 rwillett1

Not sure if I should copy this as a file or directly. Apologies if I get this wrong.

qcrypto 8e20000.qcrypto: qcrypto-hmac-sha1
qcrypto 8e20000.qcrypto: qcrypto-hmac-sha256
qcrypto 8e20000.qcrypto: qcrypto-aes-ccm
qcrypto 8e20000.qcrypto: qcrypto-rfc4309-aes-ccm
qcrypto: FIPS140-2 Known Answer Tests: Skipped
clbr: module license 'Proprietary' taints kernel.
Disabling lock debugging due to kernel taint
client bridge loaded
device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: [email protected]
NTFS driver 2.1.30 [Flags: R/O MODULE].
PPP generic driver version 2.4.2
ess-switch DT exist!
switchreg_base_addr: 0xc000000
switchreg_size: 0x80000
switch_access_mode: local bus
wan bmp:0x20
ess-psgmii DT exist!
mac mode=0
current mac mode = 0
current dts led_source_num is 5
mdio DT exist!
ssdk_plat_init start
enable ess clk
reset ok in probe!
PHY ID is 0x4dd0b1
qca probe malibu phy driver succeeded!
Dakota Chip version 0x1401
qca-ssdk module init succeeded!
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
**********************************************************
* Driver    :NSS GMAC Driver for RTL v(3.72a)
* Version   :1.0
* Copyright :Copyright (c) 2013-2016 The Linux Foundation. All rights reserved.
**********************************************************
mdio bus 'mdio-gpio.0' get FAIL.
l2tp_core: L2TP core driver, V2.0
l2tp_netlink: L2TP netlink interface
qca-nss-drv.ko is loaded for symbol link
dni-qos module init.
bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
QCA Hy-Fi multicast installation successfully
ip6_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack_rtsp v0.6.21 loading
nf_nat_rtsp v0.6.21 loading
NET: Registered protocol family 27
PPPoL2TP kernel driver, V0.16.1
PPTP-GRE-v1.13 2007 (C) Delta Networks Inc.
XHTTP netlink: create netlink OK.
ip_set: protocol 6
fuse init (API version 7.22)
NET: Registered protocol family 24
ECM init
ECM database jhash random seed: 0xc66291e
ECM init complete
u32 classifier
    Performance counters on
    input device check on
    Actions configured
Mirror/redirect action on
Loading DNI-ENET driver
Ebtables v2.0 registered
l2tp_ppp: PPPoL2TP kernel driver, V2.0
ctnetlink v0.93: registering with nfnetlink.
xt_time: kernel timezone is -0000
device eth1 entered promiscuous mode
EXT4-fs (mmcblk0p31): recovery complete
EXT4-fs (mmcblk0p31): mounted filesystem with ordered data mode. Opts: (null)
device eth1 left promiscuous mode
br0: port 1(eth1) entered disabled state
device eth1 entered promiscuous mode
device eth0 entered promiscuous mode
IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
hyfi_netlink_receive:108:hyfi: Not attached to bridge br0
IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
br0: port 1(eth1) entered forwarding state
br0: port 1(eth1) entered forwarding state
IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
IPv6: ADDRCONF(NETDEV_UP): brwan: link is not ready
EXT4-fs (mmcblk0p27): recovery complete
EXT4-fs (mmcblk0p27): mounted filesystem with ordered data mode. Opts: (null)
IPv6: ADDRCONF(NETDEV_UP): brwan: link is not ready
__mm_init_module
ath_dfs: Version 2.0.0
Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved
ath_spectral: Version 2.0.0
Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved
ath_hal: 0.9.17.1 (AR5416, AR9380, WRITE_EEPROM, 11D)
ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved
ath_tx99: Version 2.0
Copyright (c) 2010 Atheros Communications, Inc, All Rights Reserved
ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved
ath_da_pci:  (Atheros/multi-bss)
 *********** IPQ4019  *************Wifi0 CPU frequency 250000000
hif_target_sync_ahb: Got FW signal, retries = 1hif_ahb_enable_bus: X - hif_type = 0xd, target_type = 0xbhif_config_ce: ce_init donehif_config_ce: X, ret = 0hif_set_hia: Ehif_pci_bus_configure: hif_set_hia donehif_configure_irq: Ehif_enable: X OKhif_napi_create: NAPI structures initializedhif_napi_create: NAPI id 6 created for pipe 5qca_napi_create: napi instance 32 created on pipe 4
hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON
__ol_ath_attach() Allocated scn db7c04c0
nss is not enabled on this platform
nss register id -1 offload mode enabled = 0 nss config 0 Target Type b
__ol_ath_attach: dev name wifi0
ol_ath_attach interface_id 0
ol_target_init() BMI inited.
ol_target_init() BMI Get Target Info.
Chip id: 0xb, chip version: 0x1000000

 CE WAR Disabled
NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
ol_target_init() configure Target .

 Target Version is 1000000

 Flash Download Address  c0000
ol_transfer_bin_file: flash data file defined
ol_transfer_bin_file[3799] Get Caldata for wifi0.
qdf_fs_read[59], Open File /tmp/wifi0.caldata SUCCESS!!file system magic:16914836super blocksize:4096inode 4871file size:12064qc98xx_verify_checksum: flash checksum passed: 0xfa8e
ol_transfer_bin_file 3875: Download Flash data len 12064
Board extended Data download address: 0x0

 Board data initialized
ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000

 Selecting  OTP binary for CHIP Version -1610612717
ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
ol_transfer_bin_file 3680: downloading file 0, Download data len 4680

 First OTP send param 8000
ol_ath_download_firmware :First OTP download and Execute is good address:0x5000 return param 4660
ol_ath_download_firmware:##Board Id 20 , CHIP Id 0
ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000

 wifi0: Selecting board data file name boardData_1_0_IPQ4019_DK04_2G.bin
ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_DK04_2G.bin
ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
ol_transfer_bin_file 3680: downloading file 3, Download data len 12064
Board extended Data download address: 0x0
ol_ath_download_firmware: Using 0x1234 for the remainder of init

 Selecting  OTP binary for CHIP Version -1610612717
ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
ol_transfer_bin_file 3680: downloading file 0, Download data len 4680

 [Flash] : Ignore Module param

 Second otp download Param 10000
ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0

 Mission mode: Firmware CHIP Version -1610612717
ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144
ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
Swap: bytes_left to copy: fw:16; dma_page:101685
Swap: wrong length read:0
ol_swap_wlan_memory_expansion: Swap total_bytes copied: 160459 Target address 417c40
scn=db7c04c0  target_write_addr=417c40 seg_info=dd345010
ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2
bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin
ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin
ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully
ol_transfer_bin_file 3680: downloading file 1, Download data len 368932
ol_target_init() Download FW done.
ol_ath_attach() WMI attached. wmi_handle dd2f8000
wmi_unified_register_event_handler: Event id 62 is unavailable
+htc_create ..  HIF :dcba0000-htc_create: (0xde99d000)
htc_wmi_init() HT Create . de99d000
htc_wmi_init 7549 host_enable 0 nss_nwifi_offload 0
ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
 OL_ACBKMinfree : 0
 OL_ACBEMinfree : 0
 OL_ACVIMinfree : 0
 OL_ACVOMinfree : 0
hif_enable_fastpath, Enabling fastpath mode
+HWT
hif_completion_thread_startup: pipe_num:0 pipe_info:0xdcba4578hif_completion_thread_startup: pipe_num:3 pipe_info:0xdcba4650hif_completion_thread_startup: pipe_num:4 pipe_info:0xdcba4698
-HWT
Startup Mode-0 set
pdev attach   (null) -1


htt_peer_map_timer_init Enter pdev dac90000 hrtimer dac94888

 htt_alloc_peer_map_mem : Alloc Success : host q vaddr dac9a000 paddr 9ac9a000

 htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from da920000
Firmware_Build_Number:14
FW wireless modes: 0x680c
num_rf_chain:0x00000002  ht_cap_info:0x0000085b vht_cap_info:0x339959b2  vht_supp_mcs:0x0000fffa
btcoex_support 1, wlan_prio_gpio 52, coex_gpio_pin 0 0 0
wmi_service_coex_gpio 1, wmi_service_4_wire_coex_support 1, coex_version 2

Sending Ext resource cfg: HOST PLATFORM as 0
fw_feature_bitmap as 52 to TGT
ol_ath_service_ready_event: tt_support: 1
ol_ath_service_ready_event: periodic_chan_stats: 1
ol_ath_service_ready_event: sw_cal_support_check_flag: 1
Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17
idx 1 req 2  num_units 1 num_unit_info 12 unit size 256 actual units 53
ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
idx 2 req 3  num_units 1 num_unit_info 12 unit size 1024 actual units 53
ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
idx 3 req 4  num_units 1 num_unit_info 12 unit size 4096 actual units 53
ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
idx 0 req 1  num_units 0 num_unit_info 2 unit size 744 actual units 531
ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 744,
idx 4 req 6  num_units 35 num_unit_info 0 unit size 3072 actual units 35
ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072,
idx 5 req 7  num_units 1 num_unit_info 0 unit size 6144 actual units 1
ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 6144,
idx 6 req 5  num_units 0 num_unit_info 2 unit size 2044 actual units 531
ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 531 unit_len 2044,
Support not added yet for Service 91
Support not added yet for Service 92
No EXT_MSG send INIT now
chunk 0 len 13568 requested , ptr  0x9cbd8000
chunk 1 len 54272 requested , ptr  0x9a910000
chunk 2 len 217088 requested , ptr  0x9a980000
chunk 3 len 395064 requested , ptr  0x9aa00000
chunk 4 len 107520 requested , ptr  0x9a9c0000
chunk 5 len 6144 requested , ptr  0x9c962000
chunk 6 len 1085364 requested , ptr  0x9a400000
ol_ath_service_ready_event[4264] WAPI MBSSID 2
Version = 16777216 3  status = 0
ol_ath_connect_htc() WMI is ready
htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 0
target uses HTT version 2.2; host uses 2.2
ol_ath_attach() connect HTC.
bypasswmi : 0
ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150
ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140
DNI: Freq:2412  POWERLIMIT DISABLE ===
DNI: Freq:2417  POWERLIMIT DISABLE ===
DNI: Freq:2422  POWERLIMIT DISABLE ===
DNI: Freq:2427  POWERLIMIT DISABLE ===
DNI: Freq:2432  POWERLIMIT DISABLE ===
DNI: Freq:2437  POWERLIMIT DISABLE ===
DNI: Freq:2442  POWERLIMIT DISABLE ===
DNI: Freq:2447  POWERLIMIT DISABLE ===
DNI: Freq:2452  POWERLIMIT DISABLE ===
DNI: Freq:2457  POWERLIMIT DISABLE ===
DNI: Freq:2462  POWERLIMIT DISABLE ===
DNI: Freq:2412  POWERLIMIT DISABLE ===
DNI: Freq:2417  POWERLIMIT DISABLE ===
DNI: Freq:2422  POWERLIMIT DISABLE ===
DNI: Freq:2427  POWERLIMIT DISABLE ===
DNI: Freq:2432  POWERLIMIT DISABLE ===
DNI: Freq:2437  POWERLIMIT DISABLE ===
DNI: Freq:2442  POWERLIMIT DISABLE ===
DNI: Freq:2447  POWERLIMIT DISABLE ===
DNI: Freq:2452  POWERLIMIT DISABLE ===
DNI: Freq:2457  POWERLIMIT DISABLE ===
DNI: Freq:2462  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0
ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150
DNI: Freq:2412  POWERLIMIT DISABLE ===
DNI: Freq:2417  POWERLIMIT DISABLE ===
DNI: Freq:2422  POWERLIMIT DISABLE ===
DNI: Freq:2427  POWERLIMIT DISABLE ===
DNI: Freq:2432  POWERLIMIT DISABLE ===
DNI: Freq:2437  POWERLIMIT DISABLE ===
DNI: Freq:2442  POWERLIMIT DISABLE ===
DNI: Freq:2447  POWERLIMIT DISABLE ===
DNI: Freq:2452  POWERLIMIT DISABLE ===
DNI: Freq:2457  POWERLIMIT DISABLE ===
DNI: Freq:2462  POWERLIMIT DISABLE ===
DNI: Freq:2412  POWERLIMIT DISABLE ===
DNI: Freq:2417  POWERLIMIT DISABLE ===
DNI: Freq:2422  POWERLIMIT DISABLE ===
DNI: Freq:2427  POWERLIMIT DISABLE ===
DNI: Freq:2432  POWERLIMIT DISABLE ===
DNI: Freq:2437  POWERLIMIT DISABLE ===
DNI: Freq:2442  POWERLIMIT DISABLE ===
DNI: Freq:2432  POWERLIMIT DISABLE ===
DNI: Freq:2437  POWERLIMIT DISABLE ===
DNI: Freq:2442  POWERLIMIT DISABLE ===
DNI: Freq:2447  POWERLIMIT DISABLE ===
DNI: Freq:2452  POWERLIMIT DISABLE ===
DNI: Freq:2457  POWERLIMIT DISABLE ===
DNI: Freq:2462  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100
ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100
ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100
ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100
ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100
ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100
ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100
ol_regdmn_init_channels: !avail mode 0x680c (0x200000) flags 0x4000100
ol_regdmn_init_channels: !avail mode 0x680c (0x400000) flags 0x8000100
ol_ath_phyerr_attach: called
OL Resmgr Init-ed
ieee80211_bsteering_attach: Band steering initialized
acfg_attach: 2884: Netlink socket created:de9a2c00
ol_if_spectral_setup
SPECTRAL : get_capability not registered
HAL_CAP_PHYDIAG : Capable
SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237)
SPECTRAL : get_capability not registered
HAL_CAP_RADAR   : Capable
SPECTRAL : Need to fix the capablity check for SPECTRAL
 (spectral_attach : 242)
SPECTRAL : get_capability not registered
HAL_CAP_SPECTRAL_SCAN : Capable
SPECTRAL : get_tsf64 not registered
spectral_init_netlink 78 NULL SKB
Green-AP : Green-AP : Attached

Green-AP : Attached
rate power table override is only supported for AR98XX
ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna.
ol_if_dfs_setup: called
ol_if_dfs_attach: called; ptr=db40198c, radar_info=dc93fc30
dfs_attach: event log enabled by default
ol_ath_rtt_meas_report_attach: called
ol_ath_lowi_wmi_event_attach: called
>>>> CB Set   (null)
of_get_named_gpiod_flags: can't parse gpios property of node '/soc/wifi@a000000[0]'
ol_ath_attach() UMAC attach .

 BURSTING enabled by default
ol_ath_attach: Set global_ic[1] ..ptr:bfa9e3ac
ath_lowi_if_netlink_init NETLINK_KERNEL_CREATE FAILED
LOWI driver intferace socket init failed __investigate__
osif_wrap_attach:441 osif wrap attached
osif_wrap_devt_init:402 osif wrap dev table init done
 Wrap Attached: Wrap_com =de9d8a00 ic->ic_wrap_com=de9d8a00 &wrap_com->wc_devt=de9d8a00
__ol_ath_attach: needed_headroom reservation 60
ol_ath_thermal_mitigation_attach: --
ol_ath_ahb_probe num_radios=0, wifi_radios[0].sc = db7c04c0 wifi_radio_type = 2
ath_sysfs_diag_init: diag_fsattr
 *********** IPQ4019  *************Wifi1 CPU frequency 250000000
hif_target_sync_ahb: Got FW signal, retries = 1hif_ahb_enable_bus: X - hif_type = 0xd, target_type = 0xbhif_config_ce: ce_init donehif_config_ce: X, ret = 0hif_set_hia: Ehif_pci_bus_configure: hif_set_hia donehif_configure_irq: Ehif_enable: X OKhif_napi_create: NAPI structures initializedhif_napi_create: NAPI id 6 created for pipe 5qca_napi_create: napi instance 32 created on pipe 4
hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON
__ol_ath_attach() Allocated scn da5404c0
nss is not enabled on this platform
nss register id -1 offload mode enabled = 0 nss config 0 Target Type b
__ol_ath_attach: dev name wifi1
ol_ath_attach interface_id 1
ol_target_init() BMI inited.
ol_target_init() BMI Get Target Info.
Chip id: 0xb, chip version: 0x1000000

 CE WAR Disabled
NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
ol_target_init() configure Target .

 Target Version is 1000000

 Flash Download Address  c0000
ol_transfer_bin_file: flash data file defined
ol_transfer_bin_file[3799] Get Caldata for wifi1.
qdf_fs_read[59], Open File /tmp/wifi1.caldata SUCCESS!!file system magic:16914836super blocksize:4096inode 4874file size:12064qc98xx_verify_checksum: flash checksum passed: 0x39f6
ol_transfer_bin_file 3875: Download Flash data len 12064
Board extended Data download address: 0x0

 Board data initialized
ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000

 Selecting  OTP binary for CHIP Version -1610612717
ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
ol_transfer_bin_file 3680: downloading file 0, Download data len 4680

 First OTP send param 8000
ol_ath_download_firmware :First OTP download and Execute is good address:0x5400 return param 4660
ol_ath_download_firmware:##Board Id 21 , CHIP Id 0
ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000

 wifi1: Selecting board data file name boardData_1_0_IPQ4019_DK04_5G.bin
ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_DK04_5G.bin
ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
ol_transfer_bin_file 3680: downloading file 3, Download data len 12064
Board extended Data download address: 0x0
ol_ath_download_firmware: Using 0x1234 for the remainder of init

 Selecting  OTP binary for CHIP Version -1610612717
ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
ol_transfer_bin_file 3680: downloading file 0, Download data len 4680

 [Flash] : Ignore Module param

 Second otp download Param 10000
ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0

 Mission mode: Firmware CHIP Version -1610612717
ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144
ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
Swap: bytes_left to copy: fw:16; dma_page:101685
Swap: wrong length read:0
ol_swap_wlan_memory_expansion: Swap total_bytes copied: 160459 Target address 417c40
scn=da5404c0  target_write_addr=417c40 seg_info=dca2fb10
ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2
bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin
ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin
ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully
ol_transfer_bin_file 3680: downloading file 1, Download data len 368932
ol_target_init() Download FW done.
ol_ath_attach() WMI attached. wmi_handle dc82a000
wmi_unified_register_event_handler: Event id 62 is unavailable
+htc_create ..  HIF :da9f8000-htc_create: (0xde9e6800)
htc_wmi_init() HT Create . de9e6800
htc_wmi_init 7549 host_enable 0 nss_nwifi_offload 0
ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
 OL_ACBKMinfree : 0
 OL_ACBEMinfree : 0
 OL_ACVIMinfree : 0
 OL_ACVOMinfree : 0
hif_enable_fastpath, Enabling fastpath mode
+HWT
hif_completion_thread_startup: pipe_num:0 pipe_info:0xda9fc578hif_completion_thread_startup: pipe_num:3 pipe_info:0xda9fc650hif_completion_thread_startup: pipe_num:4 pipe_info:0xda9fc698
-HWT
Startup Mode-0 set
pdev attach   (null) -1


htt_peer_map_timer_init Enter pdev da200000 hrtimer da204888

 htt_alloc_peer_map_mem : Alloc Success : host q vaddr da20a000 paddr 9a20a000

 htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from d9e80000
Firmware_Build_Number:14
FW wireless modes: 0x1f9001
num_rf_chain:0x00000002  ht_cap_info:0x0000085b vht_cap_info:0x339959b2  vht_supp_mcs:0x0000fffa
wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0

Sending Ext resource cfg: HOST PLATFORM as 0
fw_feature_bitmap as 50 to TGT
ol_ath_service_ready_event: tt_support: 1
ol_ath_service_ready_event: periodic_chan_stats: 1
ol_ath_service_ready_event: sw_cal_support_check_flag: 1
Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17
idx 1 req 2  num_units 1 num_unit_info 12 unit size 256 actual units 53
ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
idx 2 req 3  num_units 1 num_unit_info 12 unit size 1024 actual units 53
ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
idx 3 req 4  num_units 1 num_unit_info 12 unit size 4096 actual units 53
ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
idx 0 req 1  num_units 0 num_unit_info 2 unit size 744 actual units 531
ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 744,
idx 4 req 6  num_units 35 num_unit_info 0 unit size 3072 actual units 35
ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072,
idx 5 req 7  num_units 1 num_unit_info 0 unit size 6144 actual units 1
ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 6144,
idx 6 req 5  num_units 0 num_unit_info 2 unit size 2044 actual units 531
ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 531 unit_len 2044,
Support not added yet for Service 91
Support not added yet for Service 92
No EXT_MSG send INIT now
chunk 0 len 13568 requested , ptr  0x9c9f8000
chunk 1 len 54272 requested , ptr  0x99ee0000
chunk 2 len 217088 requested , ptr  0x99f00000
chunk 3 len 395064 requested , ptr  0x99f80000
chunk 4 len 107520 requested , ptr  0x99f40000
chunk 5 len 6144 requested , ptr  0x9cadc000
chunk 6 len 1085364 requested , ptr  0x99800000
ol_ath_service_ready_event[4264] WAPI MBSSID 2
Version = 16777216 3  status = 0
ol_ath_connect_htc() WMI is ready
htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1
target uses HTT version 2.2; host uses 2.2
ol_ath_attach() connect HTC.
bypasswmi : 0
ol_ath_attach: low_5ghz: 5150  high_5gh: 5330
ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150
DNI: Freq:5180  POWERLIMIT DISABLE ===
DNI: Freq:5200  POWERLIMIT DISABLE ===
DNI: Freq:5220  POWERLIMIT DISABLE ===
DNI: Freq:5240  POWERLIMIT DISABLE ===
DNI: Freq:5260  POWERLIMIT DISABLE ===
DNI: Freq:5280  POWERLIMIT DISABLE ===
DNI: Freq:5300  POWERLIMIT DISABLE ===
DNI: Freq:5320  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5500 out of range [5150..5330]
ol_regdmn_init_channels: c 5520 out of range [5150..5330]
ol_regdmn_init_channels: c 5540 out of range [5150..5330]
ol_regdmn_init_channels: c 5560 out of range [5150..5330]
ol_regdmn_init_channels: c 5580 out of range [5150..5330]
ol_regdmn_init_channels: c 5600 out of range [5150..5330]
ol_regdmn_init_channels: c 5620 out of range [5150..5330]
ol_regdmn_init_channels: c 5640 out of range [5150..5330]
ol_regdmn_init_channels: c 5660 out of range [5150..5330]
ol_regdmn_init_channels: c 5680 out of range [5150..5330]
ol_regdmn_init_channels: c 5700 out of range [5150..5330]
ol_regdmn_init_channels: c 5720 out of range [5150..5330]
ol_regdmn_init_channels: c 5745 out of range [5150..5330]
ol_regdmn_init_channels: c 5765 out of range [5150..5330]
ol_regdmn_init_channels: c 5785 out of range [5150..5330]
ol_regdmn_init_channels: c 5805 out of range [5150..5330]
ol_regdmn_init_channels: c 5825 out of range [5150..5330]
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080
DNI: Freq:5180  POWERLIMIT DISABLE ===
DNI: Freq:5200  POWERLIMIT DISABLE ===
DNI: Freq:5220  POWERLIMIT DISABLE ===
DNI: Freq:5240  POWERLIMIT DISABLE ===
DNI: Freq:5260  POWERLIMIT DISABLE ===
DNI: Freq:5280  POWERLIMIT DISABLE ===
DNI: Freq:5300  POWERLIMIT DISABLE ===
DNI: Freq:5320  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5500 out of range [5150..5330]
ol_regdmn_init_channels: c 5520 out of range [5150..5330]
ol_regdmn_init_channels: c 5540 out of range [5150..5330]
ol_regdmn_init_channels: c 5560 out of range [5150..5330]
ol_regdmn_init_channels: c 5580 out of range [5150..5330]
ol_regdmn_init_channels: c 5600 out of range [5150..5330]
ol_regdmn_init_channels: c 5620 out of range [5150..5330]
ol_regdmn_init_channels: c 5640 out of range [5150..5330]
ol_regdmn_init_channels: c 5660 out of range [5150..5330]
ol_regdmn_init_channels: c 5680 out of range [5150..5330]
ol_regdmn_init_channels: c 5700 out of range [5150..5330]
ol_regdmn_init_channels: c 5720 out of range [5150..5330]
ol_regdmn_init_channels: c 5745 out of range [5150..5330]
ol_regdmn_init_channels: c 5765 out of range [5150..5330]
ol_regdmn_init_channels: c 5785 out of range [5150..5330]
ol_regdmn_init_channels: c 5805 out of range [5150..5330]
ol_regdmn_init_channels: c 5825 out of range [5150..5330]
DNI: Freq:5180  POWERLIMIT DISABLE ===
DNI: Freq:5220  POWERLIMIT DISABLE ===
DNI: Freq:5260  POWERLIMIT DISABLE ===
DNI: Freq:5300  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5500 out of range [5150..5330]
ol_regdmn_init_channels: c 5540 out of range [5150..5330]
ol_regdmn_init_channels: c 5580 out of range [5150..5330]
ol_regdmn_init_channels: c 5620 out of range [5150..5330]
ol_regdmn_init_channels: c 5660 out of range [5150..5330]
ol_regdmn_init_channels: c 5700 out of range [5150..5330]
ol_regdmn_init_channels: c 5745 out of range [5150..5330]
ol_regdmn_init_channels: c 5785 out of range [5150..5330]
DNI: Freq:5200  POWERLIMIT DISABLE ===
DNI: Freq:5240  POWERLIMIT DISABLE ===
DNI: Freq:5280  POWERLIMIT DISABLE ===
DNI: Freq:5320  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5520 out of range [5150..5330]
ol_regdmn_init_channels: c 5560 out of range [5150..5330]
ol_regdmn_init_channels: c 5600 out of range [5150..5330]
ol_regdmn_init_channels: c 5640 out of range [5150..5330]
ol_regdmn_init_channels: c 5680 out of range [5150..5330]
ol_regdmn_init_channels: c 5720 out of range [5150..5330]
ol_regdmn_init_channels: c 5765 out of range [5150..5330]
ol_regdmn_init_channels: c 5805 out of range [5150..5330]
DNI: Freq:5180  POWERLIMIT DISABLE ===
DNI: Freq:5200  POWERLIMIT DISABLE ===
DNI: Freq:5220  POWERLIMIT DISABLE ===
DNI: Freq:5240  POWERLIMIT DISABLE ===
DNI: Freq:5260  POWERLIMIT DISABLE ===
DNI: Freq:5280  POWERLIMIT DISABLE ===
DNI: Freq:5300  POWERLIMIT DISABLE ===
DNI: Freq:5320  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5500 out of range [5150..5330]
ol_regdmn_init_channels: c 5520 out of range [5150..5330]
ol_regdmn_init_channels: c 5540 out of range [5150..5330]
ol_regdmn_init_channels: c 5560 out of range [5150..5330]
ol_regdmn_init_channels: c 5580 out of range [5150..5330]
ol_regdmn_init_channels: c 5600 out of range [5150..5330]
ol_regdmn_init_channels: c 5620 out of range [5150..5330]
ol_regdmn_init_channels: c 5640 out of range [5150..5330]
ol_regdmn_init_channels: c 5660 out of range [5150..5330]
ol_regdmn_init_channels: c 5680 out of range [5150..5330]
ol_regdmn_init_channels: c 5700 out of range [5150..5330]
ol_regdmn_init_channels: c 5720 out of range [5150..5330]
ol_regdmn_init_channels: c 5745 out of range [5150..5330]
ol_regdmn_init_channels: c 5765 out of range [5150..5330]
ol_regdmn_init_channels: c 5785 out of range [5150..5330]
ol_regdmn_init_channels: c 5805 out of range [5150..5330]
ol_regdmn_init_channels: c 5825 out of range [5150..5330]
DNI: Freq:5180  POWERLIMIT DISABLE ===
DNI: Freq:5220  POWERLIMIT DISABLE ===
DNI: Freq:5260  POWERLIMIT DISABLE ===
DNI: Freq:5300  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5500 out of range [5150..5330]
ol_regdmn_init_channels: c 5540 out of range [5150..5330]
ol_regdmn_init_channels: c 5580 out of range [5150..5330]
ol_regdmn_init_channels: c 5620 out of range [5150..5330]
ol_regdmn_init_channels: c 5660 out of range [5150..5330]
ol_regdmn_init_channels: c 5700 out of range [5150..5330]
ol_regdmn_init_channels: c 5745 out of range [5150..5330]
ol_regdmn_init_channels: c 5785 out of range [5150..5330]
DNI: Freq:5200  POWERLIMIT DISABLE ===
DNI: Freq:5240  POWERLIMIT DISABLE ===
DNI: Freq:5280  POWERLIMIT DISABLE ===
DNI: Freq:5320  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5520 out of range [5150..5330]
ol_regdmn_init_channels: c 5560 out of range [5150..5330]
ol_regdmn_init_channels: c 5600 out of range [5150..5330]
ol_regdmn_init_channels: c 5640 out of range [5150..5330]
ol_regdmn_init_channels: c 5680 out of range [5150..5330]
ol_regdmn_init_channels: c 5720 out of range [5150..5330]
ol_regdmn_init_channels: c 5765 out of range [5150..5330]
ol_regdmn_init_channels: c 5805 out of range [5150..5330]
Add VHT80 channel: 5210
Add VHT80 channel: 5290
Add VHT80 channel: 5530
Add VHT80 channel: 5610
Add VHT80 channel: 5690
Add VHT80 channel: 5775
DNI: Freq:5180  POWERLIMIT DISABLE ===
DNI: Freq:5200  POWERLIMIT DISABLE ===
DNI: Freq:5220  POWERLIMIT DISABLE ===
DNI: Freq:5240  POWERLIMIT DISABLE ===
DNI: Freq:5260  POWERLIMIT DISABLE ===
DNI: Freq:5280  POWERLIMIT DISABLE ===
DNI: Freq:5300  POWERLIMIT DISABLE ===
DNI: Freq:5320  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5500 out of range [5150..5330]
ol_regdmn_init_channels: c 5520 out of range [5150..5330]
ol_regdmn_init_channels: c 5540 out of range [5150..5330]
ol_regdmn_init_channels: c 5560 out of range [5150..5330]
ol_regdmn_init_channels: c 5580 out of range [5150..5330]
ol_regdmn_init_channels: c 5600 out of range [5150..5330]
ol_regdmn_init_channels: c 5620 out of range [5150..5330]
ol_regdmn_init_channels: c 5640 out of range [5150..5330]
ol_regdmn_init_channels: c 5660 out of range [5150..5330]
ol_regdmn_init_channels: c 5680 out of range [5150..5330]
ol_regdmn_init_channels: c 5700 out of range [5150..5330]
ol_regdmn_init_channels: c 5720 out of range [5150..5330]
ol_regdmn_init_channels: c 5745 out of range [5150..5330]
ol_regdmn_init_channels: c 5765 out of range [5150..5330]
ol_regdmn_init_channels: c 5785 out of range [5150..5330]
ol_regdmn_init_channels: c 5805 out of range [5150..5330]
ol_regdmn_init_channels: c 5825 out of range [5150..5330]
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100
ol_ath_phyerr_attach: called
freq=58
OL Resmgr Init-ed
ieee80211_bsteering_attach: Band steering initialized
acfg_attach: Offload using existing sock de9a2c00
ol_if_spectral_setup
SPECTRAL : get_capability not registered
HAL_CAP_PHYDIAG : Capable
SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237)
SPECTRAL : get_capability not registered
HAL_CAP_RADAR   : Capable
SPECTRAL : Need to fix the capablity check for SPECTRAL
 (spectral_attach : 242)
SPECTRAL : get_capability not registered
HAL_CAP_SPECTRAL_SCAN : Capable
SPECTRAL : get_tsf64 not registered
spectral_init_netlink 78 NULL SKB
Green-AP : Green-AP : Attached

Green-AP : Attached
rate power table override is only supported for AR98XX
ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna.
ol_if_dfs_setup: called
ol_if_dfs_attach: called; ptr=d9f3998c, radar_info=dc93fc30
dfs_attach: event log enabled by default
ol_ath_rtt_meas_report_attach: called
ol_ath_lowi_wmi_event_attach: called
>>>> CB Set   (null)
of_get_named_gpiod_flags: can't parse gpios property of node '/soc/wifi@a800000[0]'
ol_ath_attach() UMAC attach .

 BURSTING enabled by default
ol_ath_attach: Set global_ic[2] ..ptr:bfa9e3ac
ath_lowi_if_netlink_init NETLINK_KERNEL_CREATE FAILED
LOWI driver intferace socket init failed __investigate__
osif_wrap_attach:441 osif wrap attached
osif_wrap_devt_init:402 osif wrap dev table init done
 Wrap Attached: Wrap_com =dca25e00 ic->ic_wrap_com=dca25e00 &wrap_com->wc_devt=dca25e00
__ol_ath_attach: needed_headroom reservation 60
ol_ath_thermal_mitigation_attach: --
ol_ath_ahb_probe num_radios=1, wifi_radios[1].sc = da5404c0 wifi_radio_type = 2
ath_sysfs_diag_init: diag_fsattr
ath_ol_pci:  (Atheros/multi-bss)
hif_pci_enable_bus: con_mode = 0x0, device_id = 0x46PCI: enabling device 0000:00:00.0 (0144 -> 0147)
PCI: enabling device 0000:01:00.0 (0140 -> 0142)
hif_pci_enable_bus: hif_enable_pci done *********** QCA9984 *************hif_pci_enable_bus: hif_type = 0xc, target_type = 0xahif_pci_enable_bus: hif_pci_probe_tgt_wakeup donehif_target_sync: Loop checking FW signalhif_target_sync: Got FW signal, retries = 0hif_config_ce: ce_init donehif_config_ce: X, ret = 0hif_set_hia: E
kcg 333 :GPL NetUSB up!
hif_set_hia_extnd: E
chip_id 0xa chip_revision 0x0
kc   90 : run_telnetDBGDServer start
kc  227 : init_DebugD end
INFO18D9: NetUSB 1.02.95, 00030E4D : Jun  5 2017 18:11:16
INFO18DB: 7423: Orbi :Orbi
INFO18DC:  AUTH ISOC
INFO18DD:  MOVE_HEAD emb_lp filterAudio
INFO0746:  0 : tunnelID emusblp 0
INFO0746:  1 : tunnelID emusblp 1
INFO0746:  2 : tunnelID emusblp 2
INFO0746:  3 : tunnelID emusblp 3
INFO0746:  4 : tunnelID emusblp 4
INFO0746:  5 : tunnelID emusblp 5
INFO0746:  6 : tunnelID emusblp 6
INFO0746:  7 : tunnelID emusblp 7
INFO0746:  8 : tunnelID emusblp 8
INFO0746:  9 : tunnelID emusblp 9
INFO01A6: wrap_data->read_proc bfd5dafc, read_proc bfd5dafc
INFO01AD: kc_wrap_create_proc_read_entry 005 wrap_data db77d600
INFO01B2: kc_wrap_create_proc_read_entry 006
INFO008C: Add device intf dee88e00, dev dee84400
INFO05FE: isHub
usbcore: registered new interface driver KC NetUSB General Driver
INFO0B0F:  --- checkSBusTimeoutThread start ---
INFO193A: Reset device when disconnect
INFO01FF:  init proc : PAGE_SIZE 4096
INFO01A6: wrap_data->read_proc bfd5bfd4, read_proc bfd5bfd4
INFO01AD: kc_wrap_create_proc_read_entry 005 wrap_data db77d180
INFO01B2: kc_wrap_create_proc_read_entry 006
INFO17E8:  infomap bfd52afc
INFO17EC:  bndev : br0
INFO17F1:  sleep to wait br0 to wake up
INFO1610: tcpConnector() started... : br0
Switching to Tx Mode-1 Threshold 280

 CLOCK PLL skipped
hif_set_hia_extnd: setting the target pll frac ffffffff intval ffffffff
hif_set_hia_extnd: no frac provided, skipping pre-configuring PLL
hif_set_hia_extnd: targ_clk is not provided, skipping pre-configuring PLL
hif_pci_bus_configure: hif_set_hia donehif_configure_irq: Ehif_pci_configure_legacy_irq: Ehif_pci_configure_legacy_irq: X, ret = 0hif_enable: X OKhif_napi_create: NAPI structures initializedhif_napi_create: NAPI id 6 created for pipe 5qca_napi_create: napi instance 32 created on pipe 4
hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON
__ol_ath_attach() Allocated scn d9a804c0
nss is not enabled on this platform
nss register id -1 offload mode enabled = 0 nss config 0 Target Type a
__ol_ath_attach: dev name wifi2
ol_ath_attach interface_id 2
ol_target_init() BMI inited.
ol_target_init() BMI Get Target Info.
Chip id: 0xa, chip version: 0x1000000

 CE WAR Disabled
NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0
ol_target_init() configure Target .

 Target Version is 1000000

 Flash Download Address  c0000
ol_transfer_bin_file: flash data file defined
ol_transfer_bin_file[3799] Get Caldata for wifi2.
qdf_fs_read[59], Open File /tmp/wifi2.caldata SUCCESS!!file system magic:16914836super blocksize:4096inode 4877file size:12064qc98xx_verify_checksum: flash checksum passed: 0x623d
ol_transfer_bin_file 3875: Download Flash data len 12064
Board extended Data download address: 0x0

 Board data initialized
ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000

 Selecting  OTP binary for CHIP Version 0
ath_ol_pci 0000:01:00.0: Firmware loaded from user helper succesfully
ol_transfer_bin_file 3680: downloading file 0, Download data len 9024

 First OTP send param 8000
xt_CT: netfilter: NOTRACK target is deprecated, use CT instead or upgrade iptables
EXT4-fs (mmcblk0p33): couldn't mount as ext3 due to feature incompatibilities
EXT4-fs (mmcblk0p33): couldn't mount as ext2 due to feature incompatibilities
EXT4-fs (mmcblk0p33): recovery complete
EXT4-fs (mmcblk0p33): mounted filesystem with ordered data mode. Opts: (null)
Switching to Tx Mode-1 Threshold 280
ol_ath_download_firmware :First OTP download and Execute is good address:0x1800 return param 4660
ol_ath_download_firmware:##Board Id 6 , CHIP Id 0
ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000
ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=QCA9984/hw.1/boardData_QCA9984_CUS239_high_band_5G_v1_006.bin
ath_ol_pci 0000:01:00.0: Firmware loaded from user helper succesfully
ol_transfer_bin_file 3680: downloading file 3, Download data len 12064
Board extended Data download address: 0x0
ol_ath_download_firmware: Using 0x1234 for the remainder of init

 Selecting  OTP binary for CHIP Version 0
ath_ol_pci 0000:01:00.0: Firmware loaded from user helper succesfully
ol_transfer_bin_file 3680: downloading file 0, Download data len 9024

 [Flash] : Ignore Module param

 Second otp download Param 10000
guster accel_cb registered; mark shift 20
ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0

 Mission mode: Firmware CHIP Version 0
ath_ol_pci 0000:01:00.0: Firmware loaded from user helper succesfully
ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144
ath_ol_pci 0000:01:00.0: Firmware loaded from user helper succesfully
Swap: bytes_left to copy: fw:16; dma_page:28372
Swap: wrong length read:0
ol_swap_wlan_memory_expansion: Swap total_bytes copied: 233772 Target address 4233c8
scn=d9a804c0  target_write_addr=4233c8 seg_info=dea0e210
ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2
EXT4-fs (mmcblk0p28): couldn't mount as ext3 due to feature incompatibilities
bin_filename=QCA9984/hw.1/athwlan.bin swap_filename=/lib/firmware/QCA9984/hw.1/athwlan.codeswap.bin
ol_transfer_bin_file: Downloading firmware file: QCA9984/hw.1/athwlan.bin
EXT4-fs (mmcblk0p28): couldn't mount as ext2 due to feature incompatibilities
EXT4-fs (mmcblk0p28): recovery complete
EXT4-fs (mmcblk0p28): mounted filesystem with ordered data mode. Opts: (null)
ath_ol_pci 0000:01:00.0: Firmware loaded from user helper succesfully
ol_transfer_bin_file 3680: downloading file 1, Download data len 379644
ol_target_init() Download FW done.
ol_ath_attach() WMI attached. wmi_handle dec52000
wmi_unified_register_event_handler: Event id 62 is unavailable
+htc_create ..  HIF :d9928000-htc_create: (0xdd228000)
htc_wmi_init() HT Create . dd228000
htc_wmi_init 7549 host_enable 0 nss_nwifi_offload 0
ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko)
 OL_ACBKMinfree : 0
 OL_ACBEMinfree : 0
 OL_ACVIMinfree : 0
 OL_ACVOMinfree : 0
hif_enable_fastpath, Enabling fastpath mode
+HWT
hif_completion_thread_startup: pipe_num:0 pipe_info:0xd992c578hif_completion_thread_startup: pipe_num:3 pipe_info:0xd992c650hif_completion_thread_startup: pipe_num:4 pipe_info:0xd992c698
-HWT
Startup Mode-0 set
pdev attach   (null) -1


htt_peer_map_timer_init Enter pdev d7390000 hrtimer d7394888

 htt_alloc_peer_map_mem : Alloc Success : host q vaddr de694000 paddr 9e694000

 htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts
ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from d6800000
Firmware_Build_Number:14
FW wireless modes: 0x7f9001
num_rf_chain:0x00000004  ht_cap_info:0x0000185b vht_cap_info:0x339b79fa  vht_supp_mcs:0x0000ffaa
wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0

Sending Ext resource cfg: HOST PLATFORM as 0
fw_feature_bitmap as 50 to TGT
ol_ath_service_ready_event: tt_support: 1
ol_ath_service_ready_event: periodic_chan_stats: 1
ol_ath_service_ready_event: sw_cal_support_check_flag: 1
Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17
idx 1 req 2  num_units 1 num_unit_info 12 unit size 256 actual units 53
ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256,
idx 2 req 3  num_units 1 num_unit_info 12 unit size 1024 actual units 53
ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024,
idx 3 req 4  num_units 1 num_unit_info 12 unit size 4096 actual units 53
ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096,
idx 0 req 1  num_units 0 num_unit_info 2 unit size 2216 actual units 531
ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 2216,
idx 4 req 6  num_units 35 num_unit_info 0 unit size 3072 actual units 35
ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072,
idx 5 req 7  num_units 1 num_unit_info 0 unit size 12288 actual units 1
ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 12288,
idx 6 req 5  num_units 0 num_unit_info 2 unit size 1980 actual units 531
ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 531 unit_len 1980,
Support not added yet for Service 91
Support not added yet for Service 92
No EXT_MSG send INIT now
chunk 0 len 13568 requested , ptr  0x98650000
chunk 1 len 54272 requested , ptr  0x96860000
chunk 2 len 217088 requested , ptr  0x96880000
chunk 3 len 1176696 requested , ptr  0x96a00000
chunk 4 len 107520 requested , ptr  0x96b20000
chunk 5 len 12288 requested , ptr  0x9eb84000
chunk 6 len 1051380 requested , ptr  0x96400000
ol_ath_service_ready_event[4264] WAPI MBSSID 2
Version = 16777216 3  status = 0
ol_ath_connect_htc() WMI is ready
htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 2
target uses HTT version 2.2; host uses 2.2
ol_ath_attach() connect HTC.
bypasswmi : 0
ol_ath_attach: low_5ghz: 5490  high_5gh: 5850
ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0.
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2) flags 0x2150
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
DNI: Freq:5660  POWERLIMIT DISABLE ===
DNI: Freq:5680  POWERLIMIT DISABLE ===
DNI: Freq:5700  POWERLIMIT DISABLE ===
DNI: Freq:5745  POWERLIMIT DISABLE ===
DNI: Freq:5765  POWERLIMIT DISABLE ===
DNI: Freq:5785  POWERLIMIT DISABLE ===
DNI: Freq:5805  POWERLIMIT DISABLE ===
DNI: Freq:5825  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4) flags 0xa0
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x8) flags 0xc0
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x20) flags 0xd0
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x40) flags 0x150
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x800) flags 0x10080
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2000) flags 0x20080
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4000) flags 0x40080
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
DNI: Freq:5660  POWERLIMIT DISABLE ===
DNI: Freq:5680  POWERLIMIT DISABLE ===
DNI: Freq:5700  POWERLIMIT DISABLE ===
DNI: Freq:5745  POWERLIMIT DISABLE ===
DNI: Freq:5765  POWERLIMIT DISABLE ===
DNI: Freq:5785  POWERLIMIT DISABLE ===
DNI: Freq:5805  POWERLIMIT DISABLE ===
DNI: Freq:5825  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5660  POWERLIMIT DISABLE ===
DNI: Freq:5745  POWERLIMIT DISABLE ===
DNI: Freq:5785  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
DNI: Freq:5680  POWERLIMIT DISABLE ===
DNI: Freq:5765  POWERLIMIT DISABLE ===
DNI: Freq:5805  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
DNI: Freq:5660  POWERLIMIT DISABLE ===
DNI: Freq:5680  POWERLIMIT DISABLE ===
DNI: Freq:5700  POWERLIMIT DISABLE ===
DNI: Freq:5745  POWERLIMIT DISABLE ===
DNI: Freq:5765  POWERLIMIT DISABLE ===
DNI: Freq:5785  POWERLIMIT DISABLE ===
DNI: Freq:5805  POWERLIMIT DISABLE ===
DNI: Freq:5825  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5660  POWERLIMIT DISABLE ===
DNI: Freq:5745  POWERLIMIT DISABLE ===
DNI: Freq:5785  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
DNI: Freq:5680  POWERLIMIT DISABLE ===
DNI: Freq:5765  POWERLIMIT DISABLE ===
DNI: Freq:5805  POWERLIMIT DISABLE ===
Add VHT80 channel: 5210
Add VHT80 channel: 5290
Add VHT80 channel: 5530
Add VHT80 channel: 5610
Add VHT80 channel: 5690
Add VHT80 channel: 5775
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
DNI: Freq:5660  POWERLIMIT DISABLE ===
DNI: Freq:5680  POWERLIMIT DISABLE ===
DNI: Freq:5745  POWERLIMIT DISABLE ===
DNI: Freq:5765  POWERLIMIT DISABLE ===
DNI: Freq:5785  POWERLIMIT DISABLE ===
DNI: Freq:5805  POWERLIMIT DISABLE ===
Skipping VHT80 channel 5825
Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5290
Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5210
Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5610
Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5530
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5530
Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5210
Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5610
Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5210
Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5690
Add VHT160/VHT80_80 pri80 and sec80 centers: 5690,5210
Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5775
Add VHT160/VHT80_80 pri80 and sec80 centers: 5775,5210
Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5530
Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5290
Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5610
Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5290
Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5690
Add VHT160/VHT80_80 pri80 and sec80 centers: 5690,5290
Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5775
Add VHT160/VHT80_80 pri80 and sec80 centers: 5775,5290
Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5690
Add VHT160/VHT80_80 pri80 and sec80 centers: 5690,5530
Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5775
Add VHT160/VHT80_80 pri80 and sec80 centers: 5775,5530
Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5775
Add VHT160/VHT80_80 pri80 and sec80 centers: 5775,5610
Add VHT160/VHT80_80 pri80 and sec80 centers: 5690,5775
Add VHT160/VHT80_80 pri80 and sec80 centers: 5775,5690
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
DNI: Freq:5660  POWERLIMIT DISABLE ===
DNI: Freq:5660  POWERLIMIT DISABLE ===
DNI: Freq:5680  POWERLIMIT DISABLE ===
DNI: Freq:5680  POWERLIMIT DISABLE ===
DNI: Freq:5745  POWERLIMIT DISABLE ===
DNI: Freq:5745  POWERLIMIT DISABLE ===
DNI: Freq:5745  POWERLIMIT DISABLE ===
DNI: Freq:5765  POWERLIMIT DISABLE ===
DNI: Freq:5765  POWERLIMIT DISABLE ===
DNI: Freq:5765  POWERLIMIT DISABLE ===
DNI: Freq:5785  POWERLIMIT DISABLE ===
DNI: Freq:5785  POWERLIMIT DISABLE ===
DNI: Freq:5785  POWERLIMIT DISABLE ===
DNI: Freq:5805  POWERLIMIT DISABLE ===
DNI: Freq:5805  POWERLIMIT DISABLE ===
DNI: Freq:5805  POWERLIMIT DISABLE ===
ol_ath_phyerr_attach: called
freq=106
freq=122
freq=138
OL Resmgr Init-ed
ieee80211_bsteering_attach: Band steering initialized
acfg_attach: Offload using existing sock de9a2c00
ol_if_spectral_setup
SPECTRAL : get_capability not registered
HAL_CAP_PHYDIAG : Capable
SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237)
SPECTRAL : get_capability not registered
HAL_CAP_RADAR   : Capable
SPECTRAL : Need to fix the capablity check for SPECTRAL
 (spectral_attach : 242)
SPECTRAL : get_capability not registered
HAL_CAP_SPECTRAL_SCAN : Capable
SPECTRAL : get_tsf64 not registered
spectral_init_netlink 78 NULL SKB
Green-AP : Green-AP : Attached

Green-AP : Attached
rate power table override is only supported for AR98XX
ol_if_dfs_setup: called
ol_if_dfs_attach: called; ptr=d68b998c, radar_info=dc93fc10
dfs_attach: event log enabled by default
ol_ath_rtt_meas_report_attach: called
ol_ath_lowi_wmi_event_attach: called
>>>> CB Set   (null)
ol_ath_attach() UMAC attach .

 BURSTING enabled by default
ol_ath_attach: Set global_ic[3] ..ptr:bfa9e3ac
ath_lowi_if_netlink_init NETLINK_KERNEL_CREATE FAILED
LOWI driver intferace socket init failed __investigate__
osif_wrap_attach:441 osif wrap attached
osif_wrap_devt_init:402 osif wrap dev table init done
 Wrap Attached: Wrap_com =d843dc00 ic->ic_wrap_com=d843dc00 &wrap_com->wc_devt=d843dc00
__ol_ath_attach: needed_headroom reservation 60
ol_ath_thermal_mitigation_attach: --
ol_ath_pci_probe num_radios=2, wifi_radios[2].sc = d9a804c0 wifi_radio_type = 2
ath_sysfs_diag_init: diag_fsattr
 pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16
+hif_update_pipe_callback pipeid 8
-hif_update_pipe_callback
 pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16
+hif_update_pipe_callback pipeid 8
-hif_update_pipe_callback
 pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16
+hif_update_pipe_callback pipeid 8
-hif_update_pipe_callback
__sa_init_module
Removing athdebug proc file
ath_dev: driver unloaded
ath_tx99: driver unloaded
ath_rate_atheros: driver unloaded
ath_hal: driver unloaded
isCountryCodeValid: EEPROM regdomain 0x0
ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150
ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140
DNI: Freq:2412  POWERLIMIT DISABLE ===
DNI: Freq:2417  POWERLIMIT DISABLE ===
DNI: Freq:2422  POWERLIMIT DISABLE ===
DNI: Freq:2427  POWERLIMIT DISABLE ===
DNI: Freq:2432  POWERLIMIT DISABLE ===
DNI: Freq:2437  POWERLIMIT DISABLE ===
DNI: Freq:2442  POWERLIMIT DISABLE ===
DNI: Freq:2447  POWERLIMIT DISABLE ===
DNI: Freq:2452  POWERLIMIT DISABLE ===
DNI: Freq:2457  POWERLIMIT DISABLE ===
DNI: Freq:2462  POWERLIMIT DISABLE ===
DNI: Freq:2467  POWERLIMIT DISABLE ===
DNI: Freq:2472  POWERLIMIT DISABLE ===
DNI: Freq:2412  POWERLIMIT DISABLE ===
DNI: Freq:2417  POWERLIMIT DISABLE ===
DNI: Freq:2422  POWERLIMIT DISABLE ===
DNI: Freq:2427  POWERLIMIT DISABLE ===
DNI: Freq:2432  POWERLIMIT DISABLE ===
DNI: Freq:2437  POWERLIMIT DISABLE ===
DNI: Freq:2442  POWERLIMIT DISABLE ===
DNI: Freq:2447  POWERLIMIT DISABLE ===
DNI: Freq:2452  POWERLIMIT DISABLE ===
DNI: Freq:2457  POWERLIMIT DISABLE ===
DNI: Freq:2462  POWERLIMIT DISABLE ===
DNI: Freq:2467  POWERLIMIT DISABLE ===
DNI: Freq:2472  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0
ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150
DNI: Freq:2412  POWERLIMIT DISABLE ===
DNI: Freq:2417  POWERLIMIT DISABLE ===
DNI: Freq:2422  POWERLIMIT DISABLE ===
DNI: Freq:2427  POWERLIMIT DISABLE ===
DNI: Freq:2432  POWERLIMIT DISABLE ===
DNI: Freq:2437  POWERLIMIT DISABLE ===
DNI: Freq:2442  POWERLIMIT DISABLE ===
DNI: Freq:2447  POWERLIMIT DISABLE ===
DNI: Freq:2452  POWERLIMIT DISABLE ===
DNI: Freq:2457  POWERLIMIT DISABLE ===
DNI: Freq:2462  POWERLIMIT DISABLE ===
DNI: Freq:2467  POWERLIMIT DISABLE ===
DNI: Freq:2472  POWERLIMIT DISABLE ===
DNI: Freq:2412  POWERLIMIT DISABLE ===
DNI: Freq:2417  POWERLIMIT DISABLE ===
DNI: Freq:2422  POWERLIMIT DISABLE ===
DNI: Freq:2427  POWERLIMIT DISABLE ===
DNI: Freq:2432  POWERLIMIT DISABLE ===
DNI: Freq:2437  POWERLIMIT DISABLE ===
DNI: Freq:2442  POWERLIMIT DISABLE ===
DNI: Freq:2447  POWERLIMIT DISABLE ===
DNI: Freq:2452  POWERLIMIT DISABLE ===
DNI: Freq:2432  POWERLIMIT DISABLE ===
DNI: Freq:2437  POWERLIMIT DISABLE ===
DNI: Freq:2442  POWERLIMIT DISABLE ===
DNI: Freq:2447  POWERLIMIT DISABLE ===
DNI: Freq:2452  POWERLIMIT DISABLE ===
DNI: Freq:2457  POWERLIMIT DISABLE ===
DNI: Freq:2462  POWERLIMIT DISABLE ===
DNI: Freq:2467  POWERLIMIT DISABLE ===
DNI: Freq:2472  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100
ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100
ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100
ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100
ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100
ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100
ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100
ol_regdmn_init_channels: !avail mode 0x680c (0x200000) flags 0x4000100
ol_regdmn_init_channels: !avail mode 0x680c (0x400000) flags 0x8000100
set TXBF_SND_PERIOD: value 100 wmi_status 0
 Disconnect_timeout value entered:10
 reconfiguration_timeout value entered:60
wlan_vap_create : enter. devhandle=0xdb7c04c0, opmode=IEEE80211_M_HOSTAP, flags=0x1
send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = 1a:59:c0:57:22:48:
ieee80211_mbo_vattach:MBO Initialized
ieee80211_oce_vattach: OCE Initialized
wlan_vap_create : exit. devhandle=0xdb7c04c0, vap=0xdcaa0000, opmode=IEEE80211_M_HOSTAP, flags=0x1.
__ieee80211_smart_ant_init: Smart Antenna is not supported
Enabling TX checksum bit for the vap ath0 features 4000
Enabling SG bit for the vap ath0 features 4000
Enabling SG bit for the vap ath0 features 4000
Enabling TSO bit for the vap ath0 features 4000
Enabling LRO bit for the vap ath0 features 4000
VAP device ath0 created osifp: (de6894c0) os_if: (dcaa0000)
siwfreq
Set freq vap 0 stop send + dcaa0000
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:9746 Comm:iwconfig :: PPID:7078 Comm:wlan <=<
Set freq vap 0 stop send -dcaa0000
Set wait done --dcaa0000
ME Pool succesfully initialized vaddr - dca80000 paddr - 0
num_elems = 1424 buf_size - 64 pool_size = 102528
Enable MCAST_TO_UCAST
WARNING: Fragmentation with HT mode NOT ALLOWED!!
vap-0(ath0):set SIOC80211NWID, 2 characters

 DES SSID SET=on
vap-0(ath0):set SIOC80211NWID, 6 characters

 DES SSID SET=ORBI47
su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
su bfee 1 mu bfee 0 su bfer 0 mu bfer 1 impl bf 0 sounding dim 1
su bfee 1 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
device ath0 entered promiscuous mode
 ieee80211_ioctl_siwmode: imr.ifm_active=131712, new mode=3, valid=1
 DEVICE IS DOWN ifname=ath0
 DEVICE IS DOWN ifname=ath0
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:1612 Comm:hostapd :: PPID:1 Comm:procd <=<
Sending SCAN START cmd
br0: port 2(ath0) entered forwarding state
br0: port 2(ath0) entered forwarding state
8021q: adding VLAN 0 to HW filter on device ath0
ol_scan_unregister_event_handler: Failed to unregister evhandler=bf9e77a4 arg=da520000

osif_vap_init: Scan in progress.. Cancelling it. vap: 0xdcaa0000
send_vdev_down_cmd_non_tlv for vap 0 (dd2f8000)
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:9866 Comm:iwpriv :: PPID:7078 Comm:wlan <=<
Sending SCAN START cmd
wlan_vap_create : enter. devhandle=0xdb7c04c0, opmode=IEEE80211_M_HOSTAP, flags=0x1
send_vdev_create_cmd_non_tlv: ID = 1 Type = 1, Subtype = 0 VAP Addr = 1e:59:c0:57:22:48:
ieee80211_mbo_vattach:MBO Initialized
ieee80211_oce_vattach: OCE Initialized
wlan_vap_create : exit. devhandle=0xdb7c04c0, vap=0xdcae0000, opmode=IEEE80211_M_HOSTAP, flags=0x1.
__ieee80211_smart_ant_init: Smart Antenna is not supported
Enabling TX checksum bit for the vap ath01 features 4000
Enabling SG bit for the vap ath01 features 4000
Enabling SG bit for the vap ath01 features 4000
Enabling TSO bit for the vap ath01 features 4000
Enabling LRO bit for the vap ath01 features 4000
VAP device ath01 created osifp: (dca784c0) os_if: (dcae0000)
siwfreq
Set freq vap 0 stop send + dcaa0000
ol_scan_unregister_event_handler: Failed to unregister evhandler=bf9e77a4 arg=da520000

osif_vap_acs_cancel: Scan in progress.. Cancelling it vap: 0xdcaa0000
send_vdev_down_cmd_non_tlv for vap 0 (dd2f8000)
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:9886 Comm:iwconfig :: PPID:7078 Comm:wlan <=<
Set freq vap 0 stop send -dcaa0000
Switching to Tx Mode-1 Threshold 280
Set wait done --dcaa0000
Set freq vap 1 stop send + dcae0000
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:9886 Comm:iwconfig :: PPID:7078 Comm:wlan <=<
Set freq vap 1 stop send -dcae0000
Set wait done --dcae0000
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:9886 Comm:iwconfig :: PPID:7078 Comm:wlan <=<
Sending SCAN START cmd
ol_scan_unregister_event_handler: Failed to unregister evhandler=bf9e77a4 arg=da520000

osif_vap_init: Scan in progress.. Cancelling it. vap: 0xdcaa0000
send_vdev_down_cmd_non_tlv for vap 0 (dd2f8000)
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:9948 Comm:iwpriv :: PPID:7078 Comm:wlan <=<
Sending SCAN START cmd
vap-1(ath01):set SIOC80211NWID, 2 characters

 DES SSID SET=on
vap-1(ath01):set SIOC80211NWID, 21 characters

 DES SSID SET=NETGEAR_ORBI_hidden48
su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
su bfee 1 mu bfee 0 su bfer 0 mu bfer 1 impl bf 0 sounding dim 1
su bfee 1 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
su bfee 1 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
su bfee 1 mu bfee 0 su bfer 1 mu bfer 0 impl bf 0 sounding dim 1
su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
device ath01 entered promiscuous mode
 ieee80211_ioctl_siwmode: imr.ifm_active=131712, new mode=3, valid=1
 DEVICE IS DOWN ifname=ath01
 DEVICE IS DOWN ifname=ath01
osif_vap_init: Scan in progress.. Cancelling it. vap: 0xdcae0000
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:1612 Comm:hostapd :: PPID:1 Comm:procd <=<
br0: port 3(ath01) entered forwarding state
br0: port 3(ath01) entered forwarding state
8021q: adding VLAN 0 to HW filter on device ath01
osif_vap_init: Scan in progress.. Cancelling it. vap: 0xdcae0000
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10079 Comm:iwpriv :: PPID:7078 Comm:wlan <=<
wlan_vap_create : enter. devhandle=0xdb7c04c0, opmode=IEEE80211_M_HOSTAP, flags=0x1
send_vdev_create_cmd_non_tlv: ID = 2 Type = 1, Subtype = 0 VAP Addr = 22:59:c0:57:22:48:
ieee80211_mbo_vattach:MBO Initialized
ieee80211_oce_vattach: OCE Initialized
wlan_vap_create : exit. devhandle=0xdb7c04c0, vap=0xdb750000, opmode=IEEE80211_M_HOSTAP, flags=0x1.
__ieee80211_smart_ant_init: Smart Antenna is not supported
Enabling TX checksum bit for the vap ath02 features 4000
Enabling SG bit for the vap ath02 features 4000
Enabling SG bit for the vap ath02 features 4000
Enabling TSO bit for the vap ath02 features 4000
Enabling LRO bit for the vap ath02 features 4000
VAP device ath02 created osifp: (db5e9cc0) os_if: (db750000)
siwfreq
Set freq vap 0 stop send + dcaa0000
ol_scan_unregister_event_handler: Failed to unregister evhandler=bf9e77a4 arg=da520000

osif_vap_acs_cancel: Scan in progress.. Cancelling it vap: 0xdcaa0000
send_vdev_down_cmd_non_tlv for vap 0 (dd2f8000)
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10090 Comm:iwconfig :: PPID:7078 Comm:wlan <=<
Set freq vap 0 stop send -dcaa0000
Set wait done --dcaa0000
Set freq vap 1 stop send + dcae0000
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10090 Comm:iwconfig :: PPID:7078 Comm:wlan <=<
Set freq vap 1 stop send -dcae0000
Set wait done --dcae0000
Set freq vap 2 stop send + db750000
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10090 Comm:iwconfig :: PPID:7078 Comm:wlan <=<
Set freq vap 2 stop send -db750000
Set wait done --db750000
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10090 Comm:iwconfig :: PPID:7078 Comm:wlan <=<
Sending SCAN START cmd
osif_vap_init: Scan in progress.. Cancelling it. vap: 0xdcae0000
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10090 Comm:iwconfig :: PPID:7078 Comm:wlan <=<
ol_scan_unregister_event_handler: Failed to unregister evhandler=bf9e77a4 arg=da520000

osif_vap_init: Scan in progress.. Cancelling it. vap: 0xdcaa0000
send_vdev_down_cmd_non_tlv for vap 0 (dd2f8000)
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10114 Comm:iwpriv :: PPID:7078 Comm:wlan <=<
Sending SCAN START cmd
osif_vap_init: Scan in progress.. Cancelling it. vap: 0xdcae0000
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10114 Comm:iwpriv :: PPID:7078 Comm:wlan <=<
ol_scan_unregister_event_handler: Failed to unregister evhandler=bf9e77a4 arg=da520000

osif_vap_init: Scan in progress.. Cancelling it. vap: 0xdcaa0000
send_vdev_down_cmd_non_tlv for vap 0 (dd2f8000)
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10155 Comm:iwpriv :: PPID:7078 Comm:wlan <=<
Sending SCAN START cmd
osif_vap_init: Scan in progress.. Cancelling it. vap: 0xdcae0000
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10155 Comm:iwpriv :: PPID:7078 Comm:wlan <=<
WARNING: Fragmentation with HT mode NOT ALLOWED!!
vap-2(ath02):set SIOC80211NWID, 2 characters

 DES SSID SET=on
vap-2(ath02):set SIOC80211NWID, 13 characters

 DES SSID SET=NETGEAR-Guest
su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
su bfee 1 mu bfee 0 su bfer 0 mu bfer 1 impl bf 0 sounding dim 1
su bfee 1 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
device ath02 entered promiscuous mode
ol_scan_unregister_event_handler: Failed to unregister evhandler=bf9e77a4 arg=da520000

osif_vap_stop: Scan in progress.. Cancelling it. vap: 0xdcaa0000
send_vdev_down_cmd_non_tlv for vap 0 (dd2f8000)
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10219 Comm:ifconfig :: PPID:7078 Comm:wlan <=<
Sending SCAN START cmd
br0: port 2(ath0) entered disabled state
osif_vap_init: Scan in progress.. Cancelling it. vap: 0xdcaa0000
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10220 Comm:ifconfig :: PPID:7078 Comm:wlan <=<
br0: port 2(ath0) entered forwarding state
br0: port 2(ath0) entered forwarding state
8021q: adding VLAN 0 to HW filter on device ath0
ol_scan_unregister_event_handler: Failed to unregister evhandler=bf9e77a4 arg=da520000

osif_vap_stop: Scan in progress.. Cancelling it. vap: 0xdcae0000
send_vdev_down_cmd_non_tlv for vap 1 (dd2f8000)
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10228 Comm:ifconfig :: PPID:7078 Comm:wlan <=<
Sending SCAN START cmd
br0: port 3(ath01) entered disabled state
osif_vap_init: Scan in progress.. Cancelling it. vap: 0xdcae0000
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10229 Comm:ifconfig :: PPID:7078 Comm:wlan <=<
br0: port 3(ath01) entered forwarding state
br0: port 3(ath01) entered forwarding state
8021q: adding VLAN 0 to HW filter on device ath01
isCountryCodeValid: EEPROM regdomain 0x0
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150
DNI: Freq:5180  POWERLIMIT DISABLE ===
DNI: Freq:5200  POWERLIMIT DISABLE ===
DNI: Freq:5220  POWERLIMIT DISABLE ===
DNI: Freq:5240  POWERLIMIT DISABLE ===
DNI: Freq:5260  POWERLIMIT DISABLE ===
DNI: Freq:5280  POWERLIMIT DISABLE ===
DNI: Freq:5300  POWERLIMIT DISABLE ===
DNI: Freq:5320  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5500 out of range [5150..5330]
ol_regdmn_init_channels: c 5520 out of range [5150..5330]
ol_regdmn_init_channels: c 5540 out of range [5150..5330]
ol_regdmn_init_channels: c 5560 out of range [5150..5330]
ol_regdmn_init_channels: c 5580 out of range [5150..5330]
ol_regdmn_init_channels: c 5600 out of range [5150..5330]
ol_regdmn_init_channels: c 5620 out of range [5150..5330]
ol_regdmn_init_channels: c 5640 out of range [5150..5330]
ol_regdmn_init_channels: c 5660 out of range [5150..5330]
ol_regdmn_init_channels: c 5680 out of range [5150..5330]
ol_regdmn_init_channels: c 5700 out of range [5150..5330]
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080
DNI: Freq:5180  POWERLIMIT DISABLE ===
DNI: Freq:5200  POWERLIMIT DISABLE ===
DNI: Freq:5220  POWERLIMIT DISABLE ===
DNI: Freq:5240  POWERLIMIT DISABLE ===
DNI: Freq:5260  POWERLIMIT DISABLE ===
DNI: Freq:5280  POWERLIMIT DISABLE ===
DNI: Freq:5300  POWERLIMIT DISABLE ===
DNI: Freq:5320  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5500 out of range [5150..5330]
ol_regdmn_init_channels: c 5520 out of range [5150..5330]
ol_regdmn_init_channels: c 5540 out of range [5150..5330]
ol_regdmn_init_channels: c 5560 out of range [5150..5330]
ol_regdmn_init_channels: c 5580 out of range [5150..5330]
ol_regdmn_init_channels: c 5600 out of range [5150..5330]
ol_regdmn_init_channels: c 5620 out of range [5150..5330]
ol_regdmn_init_channels: c 5640 out of range [5150..5330]
ol_regdmn_init_channels: c 5660 out of range [5150..5330]
ol_regdmn_init_channels: c 5680 out of range [5150..5330]
ol_regdmn_init_channels: c 5700 out of range [5150..5330]
DNI: Freq:5180  POWERLIMIT DISABLE ===
DNI: Freq:5220  POWERLIMIT DISABLE ===
DNI: Freq:5260  POWERLIMIT DISABLE ===
DNI: Freq:5300  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5500 out of range [5150..5330]
ol_regdmn_init_channels: c 5540 out of range [5150..5330]
ol_regdmn_init_channels: c 5580 out of range [5150..5330]
ol_regdmn_init_channels: c 5620 out of range [5150..5330]
ol_regdmn_init_channels: c 5660 out of range [5150..5330]
DNI: Freq:5200  POWERLIMIT DISABLE ===
DNI: Freq:5240  POWERLIMIT DISABLE ===
DNI: Freq:5280  POWERLIMIT DISABLE ===
DNI: Freq:5320  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5520 out of range [5150..5330]
ol_regdmn_init_channels: c 5560 out of range [5150..5330]
ol_regdmn_init_channels: c 5600 out of range [5150..5330]
ol_regdmn_init_channels: c 5640 out of range [5150..5330]
ol_regdmn_init_channels: c 5680 out of range [5150..5330]
DNI: Freq:5180  POWERLIMIT DISABLE ===
DNI: Freq:5200  POWERLIMIT DISABLE ===
DNI: Freq:5220  POWERLIMIT DISABLE ===
DNI: Freq:5240  POWERLIMIT DISABLE ===
DNI: Freq:5260  POWERLIMIT DISABLE ===
DNI: Freq:5280  POWERLIMIT DISABLE ===
DNI: Freq:5300  POWERLIMIT DISABLE ===
DNI: Freq:5320  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5500 out of range [5150..5330]
ol_regdmn_init_channels: c 5520 out of range [5150..5330]
ol_regdmn_init_channels: c 5540 out of range [5150..5330]
ol_regdmn_init_channels: c 5560 out of range [5150..5330]
ol_regdmn_init_channels: c 5580 out of range [5150..5330]
ol_regdmn_init_channels: c 5600 out of range [5150..5330]
ol_regdmn_init_channels: c 5620 out of range [5150..5330]
ol_regdmn_init_channels: c 5640 out of range [5150..5330]
ol_regdmn_init_channels: c 5660 out of range [5150..5330]
ol_regdmn_init_channels: c 5680 out of range [5150..5330]
ol_regdmn_init_channels: c 5700 out of range [5150..5330]
DNI: Freq:5180  POWERLIMIT DISABLE ===
DNI: Freq:5220  POWERLIMIT DISABLE ===
DNI: Freq:5260  POWERLIMIT DISABLE ===
DNI: Freq:5300  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5500 out of range [5150..5330]
ol_regdmn_init_channels: c 5540 out of range [5150..5330]
ol_regdmn_init_channels: c 5580 out of range [5150..5330]
ol_regdmn_init_channels: c 5620 out of range [5150..5330]
ol_regdmn_init_channels: c 5660 out of range [5150..5330]
DNI: Freq:5200  POWERLIMIT DISABLE ===
DNI: Freq:5240  POWERLIMIT DISABLE ===
DNI: Freq:5280  POWERLIMIT DISABLE ===
DNI: Freq:5320  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5520 out of range [5150..5330]
ol_regdmn_init_channels: c 5560 out of range [5150..5330]
ol_regdmn_init_channels: c 5600 out of range [5150..5330]
ol_regdmn_init_channels: c 5640 out of range [5150..5330]
ol_regdmn_init_channels: c 5680 out of range [5150..5330]
Add VHT80 channel: 5210
Add VHT80 channel: 5290
Add VHT80 channel: 5530
Add VHT80 channel: 5610
DNI: Freq:5180  POWERLIMIT DISABLE ===
DNI: Freq:5200  POWERLIMIT DISABLE ===
DNI: Freq:5220  POWERLIMIT DISABLE ===
DNI: Freq:5240  POWERLIMIT DISABLE ===
DNI: Freq:5260  POWERLIMIT DISABLE ===
DNI: Freq:5280  POWERLIMIT DISABLE ===
DNI: Freq:5300  POWERLIMIT DISABLE ===
DNI: Freq:5320  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5500 out of range [5150..5330]
ol_regdmn_init_channels: c 5520 out of range [5150..5330]
ol_regdmn_init_channels: c 5540 out of range [5150..5330]
ol_regdmn_init_channels: c 5560 out of range [5150..5330]
ol_regdmn_init_channels: c 5580 out of range [5150..5330]
ol_regdmn_init_channels: c 5600 out of range [5150..5330]
ol_regdmn_init_channels: c 5620 out of range [5150..5330]
ol_regdmn_init_channels: c 5640 out of range [5150..5330]
ol_regdmn_init_channels: c 5660 out of range [5150..5330]
ol_regdmn_init_channels: c 5680 out of range [5150..5330]
ol_regdmn_init_channels: c 5700 out of range [5150..5330]
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100
ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100
freq=58
set TXBF_SND_PERIOD: value 100 wmi_status 0
 Disconnect_timeout value entered:10
 reconfiguration_timeout value entered:60
wlan_vap_create : enter. devhandle=0xda5404c0, opmode=IEEE80211_M_HOSTAP, flags=0x1
send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = 14:59:c0:57:22:4a:
ieee80211_mbo_vattach:MBO Initialized
ieee80211_oce_vattach: OCE Initialized
wlan_vap_create : exit. devhandle=0xda5404c0, vap=0xd68f0000, opmode=IEEE80211_M_HOSTAP, flags=0x1.
__ieee80211_smart_ant_init: Smart Antenna is not supported
Enabling TX checksum bit for the vap ath1 features 4000
Enabling SG bit for the vap ath1 features 4000
Enabling SG bit for the vap ath1 features 4000
Enabling TSO bit for the vap ath1 features 4000
Enabling LRO bit for the vap ath1 features 4000
VAP device ath1 created osifp: (de9e44c0) os_if: (d68f0000)
siwfreq
Set freq vap 0 stop send + d68f0000
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10455 Comm:iwconfig :: PPID:10317 Comm:wlan <=<
Set freq vap 0 stop send -d68f0000
Set wait done --d68f0000
ME Pool succesfully initialized vaddr - d6b60000 paddr - 0
num_elems = 1424 buf_size - 64 pool_size = 102528
Enable MCAST_TO_UCAST
WARNING: Fragmentation with HT mode NOT ALLOWED!!
vap-0(ath1):set SIOC80211NWID, 2 characters

 DES SSID SET=on
vap-0(ath1):set SIOC80211NWID, 6 characters

 DES SSID SET=ORBI47
su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
su bfee 1 mu bfee 0 su bfer 0 mu bfer 1 impl bf 0 sounding dim 1
su bfee 1 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
device ath1 entered promiscuous mode
 ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1
 DEVICE IS DOWN ifname=ath1
 DEVICE IS DOWN ifname=ath1
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:1612 Comm:hostapd :: PPID:1 Comm:procd <=<
OL vap_start +
VDEV START
OL vap_start -
ess_edma c080000.edma: eth0: GMAC Link is up with phy_speed=1000
ol_vdev_start_resp_ev for vap 0 (dc82a000)
send_wmm_update_cmd_non_tlv:
Orbi : ieee80211_vap_start : 809 IEEE80211_STATE_EVENT_UP called >=> PID:0 Comm:swapper/3 :: PPID:1 Comm:procd <=<
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
send_vdev_up_cmd_non_tlv for vap 0 (dc82a000)
__ieee80211_smart_ant_init: Smart Antenna is not supported
ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3
br0: port 5(ath1) entered forwarding state
br0: port 5(ath1) entered forwarding state
8021q: adding VLAN 0 to HW filter on device ath1
brwan: port 1(eth0) entered forwarding state
brwan: port 1(eth0) entered forwarding state
IPv6: ADDRCONF(NETDEV_CHANGE): brwan: link becomes ready
wlan_vap_create : enter. devhandle=0xda5404c0, opmode=IEEE80211_M_HOSTAP, flags=0x1
send_vdev_create_cmd_non_tlv: ID = 1 Type = 1, Subtype = 0 VAP Addr = 1a:59:c0:57:22:4a:
ieee80211_mbo_vattach:MBO Initialized
ieee80211_oce_vattach: OCE Initialized
wlan_vap_create : exit. devhandle=0xda5404c0, vap=0xd6bd8000, opmode=IEEE80211_M_HOSTAP, flags=0x1.
__ieee80211_smart_ant_init: Smart Antenna is not supported
Enabling TX checksum bit for the vap ath11 features 4000
Enabling SG bit for the vap ath11 features 4000
Enabling SG bit for the vap ath11 features 4000
Enabling TSO bit for the vap ath11 features 4000
Enabling LRO bit for the vap ath11 features 4000
VAP device ath11 created osifp: (d6547cc0) os_if: (d6bd8000)
siwfreq
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10640 Comm:iwpriv :: PPID:10317 Comm:wlan <=<
vap 0: drop SWBA event, since vap is not active
STOPPED EVENT for vap 0 (dc82a000)
send_vdev_down_cmd_non_tlv for vap 0 (dc82a000)
OL vap_start +
VDEV START
OL vap_start -
ol_vdev_start_resp_ev for vap 0 (dc82a000)
Orbi : ieee80211_vap_start : 809 IEEE80211_STATE_EVENT_UP called >=> PID:10649 Comm:uci :: PPID:10646 Comm:30-hyd <=<
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
send_vdev_up_cmd_non_tlv for vap 0 (dc82a000)
__ieee80211_smart_ant_init: Smart Antenna is not supported
ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3
WARNING: Fragmentation with HT mode NOT ALLOWED!!
vap-1(ath11):set SIOC80211NWID, 2 characters

 DES SSID SET=on
vap-1(ath11):set SIOC80211NWID, 13 characters

 DES SSID SET=NETGEAR-Guest
su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
su bfee 1 mu bfee 0 su bfer 0 mu bfer 1 impl bf 0 sounding dim 1
su bfee 1 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
device ath11 entered promiscuous mode
isCountryCodeValid: EEPROM regdomain 0x0
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2) flags 0x2150
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
DNI: Freq:5660  POWERLIMIT DISABLE ===
DNI: Freq:5680  POWERLIMIT DISABLE ===
DNI: Freq:5700  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4) flags 0xa0
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x8) flags 0xc0
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x20) flags 0xd0
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x40) flags 0x150
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x800) flags 0x10080
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x2000) flags 0x20080
ol_regdmn_init_channels: !avail mode 0x7f9001 (0x4000) flags 0x40080
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
DNI: Freq:5660  POWERLIMIT DISABLE ===
DNI: Freq:5680  POWERLIMIT DISABLE ===
DNI: Freq:5700  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5660  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
DNI: Freq:5680  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
DNI: Freq:5660  POWERLIMIT DISABLE ===
DNI: Freq:5680  POWERLIMIT DISABLE ===
DNI: Freq:5700  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5660  POWERLIMIT DISABLE ===
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
DNI: Freq:5680  POWERLIMIT DISABLE ===
Add VHT80 channel: 5210
Add VHT80 channel: 5290
Add VHT80 channel: 5530
Add VHT80 channel: 5610
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
Skipping VHT80 channel 5660
Skipping VHT80 channel 5680
Skipping VHT80 channel 5700
Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5290
Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5210
Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5610
Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5530
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
DNI: Freq:5500  POWERLIMIT DISABLE ===
DNI: Freq:5520  POWERLIMIT DISABLE ===
DNI: Freq:5540  POWERLIMIT DISABLE ===
DNI: Freq:5560  POWERLIMIT DISABLE ===
DNI: Freq:5580  POWERLIMIT DISABLE ===
DNI: Freq:5600  POWERLIMIT DISABLE ===
DNI: Freq:5620  POWERLIMIT DISABLE ===
DNI: Freq:5640  POWERLIMIT DISABLE ===
Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5530
Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5210
Add VHT160/VHT80_80 pri80 and sec80 centers: 5210,5610
Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5210
Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5530
Add VHT160/VHT80_80 pri80 and sec80 centers: 5530,5290
Add VHT160/VHT80_80 pri80 and sec80 centers: 5290,5610
Add VHT160/VHT80_80 pri80 and sec80 centers: 5610,5290
ol_regdmn_init_channels: c 5180 out of range [5490..5850]
ol_regdmn_init_channels: c 5200 out of range [5490..5850]
ol_regdmn_init_channels: c 5220 out of range [5490..5850]
ol_regdmn_init_channels: c 5240 out of range [5490..5850]
ol_regdmn_init_channels: c 5260 out of range [5490..5850]
ol_regdmn_init_channels: c 5280 out of range [5490..5850]
ol_regdmn_init_channels: c 5300 out of range [5490..5850]
ol_regdmn_init_channels: c 5320 out of range [5490..5850]
freq=106
freq=122
set TXBF_SND_PERIOD: value 100 wmi_status 0
 Disconnect_timeout value entered:10
 reconfiguration_timeout value entered:60
wlan_vap_create : enter. devhandle=0xd9a804c0, opmode=IEEE80211_M_HOSTAP, flags=0x1
send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = 14:59:c0:57:22:4b:
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 1 sounding dim 0
ieee80211_mbo_vattach:MBO Initialized
ieee80211_oce_vattach: OCE Initialized
wlan_vap_create : exit. devhandle=0xd9a804c0, vap=0xd6918000, opmode=IEEE80211_M_HOSTAP, flags=0x1.
__ieee80211_smart_ant_init: Smart Antenna is not supported
Enabling TX checksum bit for the vap ath2 features 4000
Enabling SG bit for the vap ath2 features 4000
Enabling SG bit for the vap ath2 features 4000
Enabling TSO bit for the vap ath2 features 4000
Enabling LRO bit for the vap ath2 features 4000
VAP device ath2 created osifp: (de9e0cc0) os_if: (d6918000)
siwfreq
Set freq vap 0 stop send + d6918000
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:10922 Comm:iwconfig :: PPID:10783 Comm:wlan <=<
Set freq vap 0 stop send -d6918000
Set wait done --d6918000
vap-0(ath2):set SIOC80211NWID, 2 characters

 DES SSID SET=on
vap-0(ath2):set SIOC80211NWID, 21 characters

 DES SSID SET=NETGEAR_ORBI_hidden48
su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 3
su bfee 1 mu bfee 0 su bfer 0 mu bfer 1 impl bf 0 sounding dim 3
su bfee 1 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 3
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 3
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 3
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 3
su bfee 1 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 3
su bfee 1 mu bfee 0 su bfer 1 mu bfer 0 impl bf 0 sounding dim 3
su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 3
su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 3
device ath2 entered promiscuous mode
 ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1
 DEVICE IS DOWN ifname=ath2
 DEVICE IS DOWN ifname=ath2
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:1612 Comm:hostapd :: PPID:1 Comm:procd <=<
OL vap_start +
VDEV START
OL vap_start -
ol_vdev_start_resp_ev for vap 0 (dec52000)
send_wmm_update_cmd_non_tlv:
ol_if_dfs_configure: called
ol_if_dfs_configure: ETSI domain
ol_if_dfs_disable: called
ol_if_dfs_enable: called
ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3
br0: port 7(ath2) entered forwarding state
br0: port 7(ath2) entered forwarding state
8021q: adding VLAN 0 to HW filter on device ath2
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:11702 Comm:ifconfig :: PPID:9244 Comm:S98repacd <=<
STOPPED EVENT for vap 0 (dec52000)
send_vdev_down_cmd_non_tlv for vap 0 (dec52000)
br0: port 7(ath2) entered disabled state
osif_vap_stop: Scan in progress.. Cancelling it. vap: 0xdcae0000
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:11721 Comm:ifconfig :: PPID:9244 Comm:S98repacd <=<
br0: port 3(ath01) entered disabled state
Otherband BSSID 14:59:c0:57:22:4b
Otherband BSSID 1e:59:c0:57:22:48
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:11775 Comm:ifconfig :: PPID:9244 Comm:S98repacd <=<
OL vap_start +
VDEV START
OL vap_start -
ol_vdev_start_resp_ev for vap 0 (dec52000)
send_wmm_update_cmd_non_tlv:
ol_if_dfs_configure: called
ol_if_dfs_configure: ETSI domain
ol_if_dfs_disable: called
ol_if_dfs_enable: called
ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3
br0: port 7(ath2) entered forwarding state
br0: port 7(ath2) entered forwarding state
8021q: adding VLAN 0 to HW filter on device ath2
osif_vap_init: Scan in progress.. Cancelling it. vap: 0xdcae0000
Orbi : osif_vap_init : 6125 wlan_mlme_stop_bss called with flag Zero :
Orbi : ieee80211_vap_stop : 826 IEEE80211_STATE_EVENT_DOWN called >=> PID:11797 Comm:ifconfig :: PPID:9244 Comm:S98repacd <=<
br0: port 3(ath01) entered forwarding state
br0: port 3(ath01) entered forwarding state
8021q: adding VLAN 0 to HW filter on device ath01
ME Pool succesfully initialized vaddr - d6660000 paddr - 0
num_elems = 1424 buf_size - 64 pool_size = 102528
Enable MCAST_TO_UCAST
send_vdev_down_cmd_non_tlv for vap 0 (dd2f8000)
OL vap_start +
VDEV START
OL vap_start -
ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43
OL vap_start +
VDEV START
OL vap_start -
ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43
ol_vdev_start_resp_ev for vap 0 (dd2f8000)
send_wmm_update_cmd_non_tlv:
Orbi : ieee80211_vap_start : 809 IEEE80211_STATE_EVENT_UP called >=> PID:13258 Comm:sh :: PPID:13253 Comm:sh <=<
su bfee 0 mu bfee 0 su bfer 0 mu bfer 0 impl bf 0 sounding dim 1
send_vdev_up_cmd_non_tlv for vap 0 (dd2f8000)
__ieee80211_smart_ant_init: Smart Antenna is not supported
ol_vdev_start_resp_ev for vap 1 (dd2f8000)
send_wmm_update_cmd_non_tlv:
Orbi : ieee80211_vap_start : 809 IEEE80211_STATE_EVENT_UP called >=> PID:13258 Comm:sh :: PPID:13253 Comm:sh <=<
su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1
send_vdev_up_cmd_non_tlv for vap 1 (dd2f8000)
ess_edma c080000.edma: eth0: GMAC Link is down
brwan: port 1(eth0) entered disabled state
mmc0: Starting tests of card mmc0:0001...
mmc0: Test case 6. Basic proc read (with data verification)...
mmc0: Result: OK
mmc0: Tests completed.
mmc0: Starting tests of card mmc0:0001...
mmc0: Test case 5. Basic proc write (with data verification)...
mmc0: Result: ERROR (-22)
mmc0: Tests completed.
mmc0: Starting tests of card mmc0:0001...
mmc0: Test case 6. Basic proc read (with data verification)...
mmc0: Result: OK
mmc0: Tests completed.
mmc0: Starting tests of card mmc0:0001...
mmc0: Test case 5. Basic proc write (with data verification)...
mmc0: Result: ERROR (-22)
mmc0: Tests completed.
mmc0: Starting tests of card mmc0:0001...
mmc0: Test case 6. Basic proc read (with data verification)...
mmc0: Result: OK
mmc0: Tests completed.
mmc0: Starting tests of card mmc0:0001...
mmc0: Test case 5. Basic proc write (with data verification)...
mmc0: Result: ERROR (-22)
mmc0: Tests completed.
[ath0] Band steering events being sent to PID:13882
[ath01] Band steering events being sent to PID:13882
[ath1] Band steering events being sent to PID:13882
[ath2] Band steering events being sent to PID:13882
[ath0] Band steering events being sent to PID:13882
[ath1] Band steering events being sent to PID:13882
send_set_bridge_mac_addr_cmd_non_tlv: set bridge_addr 14:59:c0:57:22:48
send_set_bridge_mac_addr_cmd_non_tlv: set bridge_addr 14:59:c0:57:22:48
send_set_bridge_mac_addr_cmd_non_tlv: set bridge_addr 14:59:c0:57:22:48
send_set_bridge_mac_addr_cmd_non_tlv: set bridge_addr 14:59:c0:57:22:48
ess_edma c080000.edma: eth0: GMAC Link is up with phy_speed=1000
brwan: port 1(eth0) entered forwarding state
brwan: port 1(eth0) entered forwarding state
Otherband BSSID 14:59:c0:57:22:4b
Otherband BSSID 1e:59:c0:57:22:48
[ath0] Band steering events being sent to PID:18928
[ath01] Band steering events being sent to PID:18928
[ath1] Band steering events being sent to PID:18928
[ath2] Band steering events being sent to PID:18928
[ath0] Band steering events being sent to PID:18928
[ath1] Band steering events being sent to PID:18928
send_set_bridge_mac_addr_cmd_non_tlv: set bridge_addr 14:59:c0:57:22:48
send_set_bridge_mac_addr_cmd_non_tlv: set bridge_addr 14:59:c0:57:22:48
send_set_bridge_mac_addr_cmd_non_tlv: set bridge_addr 14:59:c0:57:22:48
send_set_bridge_mac_addr_cmd_non_tlv: set bridge_addr 14:59:c0:57:22:48
cac_timeout cac expired, chan 5540 curr time 4294804
su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 3
send_vdev_up_cmd_non_tlv for vap 0 (dec52000)
__ieee80211_smart_ant_init: Smart Antenna is not supported
ess_edma c080000.edma: eth0: GMAC Link is down
brwan: port 1(eth0) entered disabled state
XHTTP netlink: remove OK.
XHTTP netlink: create netlink OK.
XHTTP netlink: remove OK.
XHTTP netlink: create netlink OK.
XHTTP netlink: remove OK.
XHTTP netlink: create netlink OK.
XHTTP netlink: remove OK.
XHTTP netlink: create netlink OK.
root@RBR50:/# cat /proc/mtd
dev:    size   erasesize  name
root@RBR50:/# cat /proc/cmdline
 rootwait clk_ignore_unused user_debug=0xff
root@RBR50:/# strings /dev/mmcblk0p2
root@RBR50:/# cat /dev/mmcblk0p2
root@RBR50:/#

rwillett1 avatar Jan 23 '25 13:01 rwillett1

I also note that

root@RBR50:/# cat /proc/mtd
dev:    size   erasesize  name
root@RBR50:/# cat /proc/cmdline
 rootwait clk_ignore_unused user_debug=0xff
root@RBR50:/# strings /dev/mmcblk0p2
root@RBR50:/# cat /dev/mmcblk0p2

produced very, very little.

Hope this helps. Happy to do anything else.

Appreciate any help.

Rob

rwillett1 avatar Jan 23 '25 13:01 rwillett1

Hmm... how about

dmesg | grep mmcblk
ls /dev/mmcblk*
mount
busybox

EDIT and

strings /dev/mmcblk0p8

jclehner avatar Jan 23 '25 15:01 jclehner

Joe

root@RBR50:/# dmesg | grep mmcblk
EXT4-fs (mmcblk0p31): recovery complete
EXT4-fs (mmcblk0p31): mounted filesystem with ordered data mode. Opts: (null)
EXT4-fs (mmcblk0p27): recovery complete
EXT4-fs (mmcblk0p27): mounted filesystem with ordered data mode. Opts: (null)
EXT4-fs (mmcblk0p33): couldn't mount as ext3 due to feature incompatibilities
EXT4-fs (mmcblk0p33): couldn't mount as ext2 due to feature incompatibilities
EXT4-fs (mmcblk0p33): recovery complete
EXT4-fs (mmcblk0p33): mounted filesystem with ordered data mode. Opts: (null)
EXT4-fs (mmcblk0p28): couldn't mount as ext3 due to feature incompatibilities
EXT4-fs (mmcblk0p28): couldn't mount as ext2 due to feature incompatibilities
EXT4-fs (mmcblk0p28): recovery complete
EXT4-fs (mmcblk0p28): mounted filesystem with ordered data mode. Opts: (null)
root@RBR50:/#
root@RBR50:/# ls /dev/mmcblk*
/dev/mmcblk0       /dev/mmcblk0p16    /dev/mmcblk0p25 /dev/mmcblk0p34
/dev/mmcblk0boot0  /dev/mmcblk0p17    /dev/mmcblk0p26 /dev/mmcblk0p4
/dev/mmcblk0boot1  /dev/mmcblk0p18    /dev/mmcblk0p27 /dev/mmcblk0p5
/dev/mmcblk0p1     /dev/mmcblk0p19    /dev/mmcblk0p28 /dev/mmcblk0p6
/dev/mmcblk0p10    /dev/mmcblk0p2     /dev/mmcblk0p29 /dev/mmcblk0p7
/dev/mmcblk0p11    /dev/mmcblk0p20    /dev/mmcblk0p3 /dev/mmcblk0p8
/dev/mmcblk0p12    /dev/mmcblk0p21    /dev/mmcblk0p30 /dev/mmcblk0p9
/dev/mmcblk0p13    /dev/mmcblk0p22    /dev/mmcblk0p31 /dev/mmcblk0rpmb
/dev/mmcblk0p14    /dev/mmcblk0p23    /dev/mmcblk0p32
/dev/mmcblk0p15    /dev/mmcblk0p24    /dev/mmcblk0p33
root@RBR50:/#
root@RBR50:/# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
overlayfs:/tmp/overlay on / type overlayfs (rw,relatime,lowerdir=/,upperdir=/tmp/overlay)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
/dev/mmcblk0p31 on /tmp/arlo type ext4 (rw,relatime,data=ordered)
/dev/mmcblk0p27 on /tmp/device_tables type ext4 (rw,relatime,data=ordered)
/dev/mmcblk0p33 on /tmp/mnt/bitdefender type ext4 (rw,relatime,data=ordered)
/dev/mmcblk0p28 on /tmp/mnt/circle type ext4 (rw,relatime,data=ordered)
root@RBR50:/#
root@RBR50:/# busybox
BusyBox v1.24.1 (2019-06-28 21:18:41 CST) multi-call binary.
BusyBox is copyrighted by many authors between 1998-2015.
Licensed under GPLv2. See source distribution for detailed
copyright notices.

I've truncated the rest of the busybox as its the normal stuff, happy to paste in if required.
root@RBR50:/# strings /dev/mmcblk0p8 
root@RBR50:/#

But I went through all of the files in /dev/mmcblk* and some 3,9,12,14 and 23 (as well as others) did produce some useful strings. Some of the stuff looks like MAC address lookups for companies, some code, a lot of C type printf strings. There's a lot and I can post the lot of do you want it filtered (or not at all) ?

Thanks

Rob

rwillett1 avatar Jan 23 '25 16:01 rwillett1

Hmm... how about

grep -li nmrp /dev/mmcblk*
grep -li u-boot /dev/mmcblk*

What I'm trying to figure out is where U-Boot and its environment variables are stored...

jclehner avatar Jan 24 '25 11:01 jclehner

Joe

Appreciate the help, thanks

root@RBR50:/# grep -li nmrp /dev/mmcblk*
/dev/mmcblk0
/dev/mmcblk0p28
/dev/mmcblk0p33

Never returns back to the prompt. Eventually the telnet timed out.

I then grepped inside the three files above. Only mmcblk0 returned anything

root@RBR50:/# grep nmrp /dev/mmcblk0
bootcmd=mii write 0x0 0x0 0x0800; sleep 1; nmrp; bootdni; bootm 0x84000000
 nmrp server is stopped or failed !
nmrp
- start nmrp mechanism to upgrade firmware-image or string-table.
waiting nmrp server to upload firmware!

 nmrp server is stopped or failed ! doesn't look good :(

root@RBR50:/# grep -li u-boot /dev/mmcblk*
/dev/mmcblk0

Also never returns back to the prompt :)

So I thought I'd have a look for

root@RBR50:/# grep u-boot /dev/mmcblk0
'mtdids' - linux kernel mtd device id <-> u-boot device id mapping
u-boot

Is there anything else I can do?

Many thanks

Rob

rwillett1 avatar Jan 25 '25 12:01 rwillett1

nmrp server is stopped or failed ! doesn't look good :(

This is just an error message that can be printed by the bootloader. There's no saying that it's actually being used. What's important is the line

bootcmd=mii write 0x0 0x0 0x0800; sleep 1; nmrp; bootdni; bootm 0x84000000

which contains 5 commands (delimited by semicolons) that are executed by the bootloader upon startup, among them nmrp. It's possible however that this is just a default value that could have been overwritten in another config partition. Try

grep bootcmd /dev/mmcblk0*

jclehner avatar Jan 26 '25 13:01 jclehner

Hi

root@RBR50:/# grep bootcmd /dev/mmcblk*
/dev/mmcblk0:bootcmd=mii write 0x0 0x0 0x0800; sleep 1; nmrp; bootdni; bootm 0x84000000
/dev/mmcblk0:bootcmd

Thanks

Rob

rwillett1 avatar Jan 26 '25 16:01 rwillett1

Looks like bootcmd isn't overridden anywhere, so the nmrp code should run on boot. There's one more reason I can think of why it might not work, but to verify that I'd need a bootloader dump from this device. Something like:

dd if=/dev/mmcblk0 of=/tmp/bootloader.bin bs=4m count=1 

or (if no dd command is available):

head -c 4194304 /dev/mmcblk0 > /tmp/bootloader.bin

will put a 4 MiB file into /tmp/bootloader.bin on the router. See this link for ways to download it to your computer.

jclehner avatar Jan 29 '25 12:01 jclehner

Let me have a look and I'll come back. Appreciate the time here but I'm exceptionally conscious that I'm relying on your good will. I do have a RBR50 V2 (thats the one without the USB on the back) that you are welcome to. Its brand new, in a box and I'm happy to post it to you for free anywhere in the world if it's of use to you. If not, ping me privately for other ways, possibly more tangible, to help you :)

Rob

rwillett1 avatar Jan 29 '25 12:01 rwillett1

I have the file (4MB) both as base64 (5MB) and as binary (4MB). I have checked both files against sha1sum. Aware that it's not quite as powerful as sha256sum but I think for this it;'s appropriate and both the base64 file and the binary file checksums matched.

t1.txt

I can't upload the bootloader.bin file I created as the drop facility stops me. But the above is base64 so is easy to decode. If I can upload the binary please let me know

Thanks

Rob

rwillett1 avatar Jan 30 '25 13:01 rwillett1

Does the solution posted by @faeinthebay in #156 work for you?

I just got a flash to work on an RBS50 (Orbi satellite). I connected Ethernet to the rightmost ethernet port and held the reset button during boot until the power LED was red. The RBS50 then flashed as normal over TFTP. If you do not hold the reset button, the RBS50 will boot and nmrpflash will see an ethernet connection, but the router will not respond to the advertisement.

jclehner avatar Feb 12 '25 16:02 jclehner

I do have a RBR50 V2 (thats the one without the USB on the back) that you are welcome to. Its brand new, in a box and I'm happy to post it to you for free anywhere in the world if it's of use to you.

That would be great - more devices for me to test nmrpflash on! Just drop me an email :)

jclehner avatar Feb 12 '25 16:02 jclehner

If I had your email or knew where to find it I would :)

rwillett1 avatar Feb 12 '25 17:02 rwillett1

Does the solution posted by @faeinthebay in #156 work for you?

I just got a flash to work on an RBS50 (Orbi satellite). I connected Ethernet to the rightmost ethernet port and held the reset button during boot until the power LED was red. The RBS50 then flashed as normal over TFTP. If you do not hold the reset button, the RBS50 will boot and nmrpflash will see an ethernet connection, but the router will not respond to the advertisement.

I'll have to try and again and check. I thought I had done that but it was a few weeks ago now.

rwillett1 avatar Feb 12 '25 17:02 rwillett1

If I had your email or knew where to find it I would :)

Right, here you go ;)

jclehner avatar Feb 14 '25 19:02 jclehner

Does the solution posted by @faeinthebay in #156 work for you?

I just got a flash to work on an RBS50 (Orbi satellite). I connected Ethernet to the rightmost ethernet port and held the reset button during boot until the power LED was red. The RBS50 then flashed as normal over TFTP. If you do not hold the reset button, the RBS50 will boot and nmrpflash will see an ethernet connection, but the router will not respond to the advertisement.

was having same issue with rbr50 v1 i just got. perfect timing :) the sequence was still a bit fiddly. this is what worked o plug in ethernet in right most port o hold down reset with paperclip, press power on, wait for led to go soid red, remove paperclip o then run nmrpflash command i had queued up in an admin level cmd window on windws10 (i had previously installed npcap in winpcap compat mode) o nearly instantly got the next expected message of Received configuration request from 78:d2:94:bc:e2:a5.

after flash completed power led was flashing orange. waited a few mins, confirmed openwrt wasnt responding yet. powered off then on. power led green. after a couple of mins i could connect to 192.168.1.1 as i had configured my port to 192.168.1.2 and disabled other networks. proceeded to configure openwrt as normal.

thanks! saved me a bunch of troubleshooting!

minor update: timing with these devices is horrible. i tried same with RBS50 and it must have taken me 10-20 attempts. the last one that worked was start nmrpflash wait till it said waiting for ethernet connection , power on rbs50 with reset held down for several seconds after power led turned red (but not too long or it will go green). anyway its SUPER fidgety

yeah after doing a second RBS50 i THINK the trick is , start nmrpflash, make sure its waiting for ethernet connection. hold down reset, push power on, continue holding reset for 3s after led turns red (if it turns green you waited too long). i THINK when you release reset its when it boots (unsure) and there is a very small window between the link coming up, nmrp detecting that and starting to spam , and the window of nmrp on the device listening. so i may have still just gotten lucky on my third attempt :)

good luck to anyone doing this. also pro-tip after you reboot after loading openwrt. wait. it can take 2-3 minutes after the led is green for the port to come up and allow you to connect 192.168.1.1 ..... several times I ALMOST powered it off again thinking i had "waited long enough" but time goes very slowly when you are waiting and you probably have not in fact waited long enough :)

dahainsworth avatar Feb 23 '25 15:02 dahainsworth

minor update: timing with these devices is horrible. i tried same with RBS50 and it must have taken me 10-20 attempts. the last one that worked was start nmrpflash wait till it said waiting for ethernet connection , power on rbs50 with reset held down for several seconds after power led turned red (but not too long or it will go green). anyway its SUPER fidgety

Thanks so much for these details, I had almost abandoned the idea of getting openwrt on by RB{R,S}50. For my counting (1001, 1002, ..) I had to wait 4 seconds after power led turns red until I released reset. 3 seconds would not work and 5 seconds would be too late (power led turned green).

uggedal avatar Mar 04 '25 07:03 uggedal

Well blow me down with a feather.

It worked first time. I counted to four and released the paper clip and it downloaded the image so fast I thought it had failed.

I can login to the RBR50 and can see OpenWRT.

I didn't start nmrpflash until I released the paperclip.

I'm actually smiling as I now have a Checkpoint L-50W running OpenWRT, an Arubua AP-303H running OpenWRT and now a RBR50 running OpenWRT.

Time to see if I can get roaming between them all working.

Thank you all for the the help here. I was just about to spend quite a lot of money on more Arubas as I know they worked, but can now look at using the existing Netgear stuff and switching over in a controlled manner.

Rob

rwillett1 avatar Mar 04 '25 17:03 rwillett1

Just did the same process again to make sure it worked and it did.

rwillett1 avatar Mar 04 '25 17:03 rwillett1

Also tried on an RBS50, this is the satellite.

Waited four seconds before releasing the paper clip and that worked first time as well.

Did a quick test of download speed and was getting 300mbs to 400mbs to an IPhone.

Still more work to do to test roaming but at least I can now flash the Netgear stuff.

Rob

rwillett1 avatar Mar 05 '25 10:03 rwillett1

I've now done four more RBR50's and had no issues once you wait four seconds. I'm going to update the first comment in this thread and the close this down as the solution is very simple once you know.

I'd like to thank all the people who have given their time here, especially Joe for making this utility available. The RBR50 V2 is on its way to you with my grateful thanks.

rwillett1 avatar Mar 06 '25 16:03 rwillett1

Thanks to everyone involved! I had already planned for nmrpflash to display some hints and possible fixes in case of an error, and I've added this solution to the list. This will be included in the next release!

jclehner avatar Mar 07 '25 07:03 jclehner