GL.iNet GL-B1300

The GL.iNet GL-B1300 is a compact Gigabit Wireless Router featuring a quad-core ARM CPU, 32MB Flash storage, 256MB RAM, one GigabitEthernet WAN port, two GigabitEthernet LAN ports, dual-band wireless, one USB3.0 port and a relatively easily accessible pre-populated serial header. Optional 802.3at PoE power.

The GL-B1300 has one 32MiB SPI flash chip

Factory Layout for 32MiB SPI Flash (spi0.0: MX25L25635E)
Layer0 Raw NOR, Partitions from device tree
Layer1 mtd0 mtd1 mtd2 mtd3 mtd4 mtd5 mtd6 mtd7 mtd8 mtd9
Layer2 mtd10
Address 0x00_0000 0x04_0000 0x06_0000 0x0c_0000 0x0d_0000 0x0e_0000 0x0f_0000 0x17_0000 0x18_0000 0x58_0000
Size 256 KiB 128 KiB 384 KiB 64 KiB 64 KiB 64 KiB 512 KiB 64 KiB 4 MiB 14.7 MiB 12.4 MiB
Name
0:SBL1
0:MIBIB
0:QSEE
0:CDT
0:DDRPARAMS
0:APPSBLENV
0:APPSBL
0:ART
0:HLOS
rootfs
rootfs_data
Usage
Qualcomm
Bootloader ELF
Qualcomm
Partition Table
Qualcomm
TrustZone ELF
Qualcomm
Config
(empty, all 0xff)
U-Boot
Environment
U-Boot
ELF
Wi-Fi
Calibration
FIT Kernel
SquashFS
/rom
JFFS2
/overlay

/proc/mtd content (OpenWRT)

# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00040000 00010000 "SBL1"
mtd1: 00020000 00010000 "MIBIB"
mtd2: 00060000 00010000 "QSEE"
mtd3: 00010000 00010000 "CDT"
mtd4: 00010000 00010000 "DDRPARAMS"
mtd5: 00010000 00010000 "APPSBLENV"
mtd6: 00080000 00010000 "APPSBL"
mtd7: 00010000 00010000 "ART"
mtd8: 01e80000 00010000 "firmware"
mtd9: 002d0000 00010000 "kernel"
mtd10: 01bba2d0 00010000 "rootfs"
mtd11: 018f0000 00010000 "rootfs_data"

Relevant dmesg output (OpenWRT)

# dmesg | grep MTD -A 15
[    0.576325] 9 fixed-partitions partitions found on MTD device spi0.0
[    0.581203] Creating 9 MTD partitions on "spi0.0":
[    0.587625] 0x000000000000-0x000000040000 : "SBL1"
[    0.592878] 0x000000040000-0x000000060000 : "MIBIB"
[    0.597553] 0x000000060000-0x0000000c0000 : "QSEE"
[    0.602378] 0x0000000c0000-0x0000000d0000 : "CDT"
[    0.607149] 0x0000000d0000-0x0000000e0000 : "DDRPARAMS"
[    0.611969] 0x0000000e0000-0x0000000f0000 : "APPSBLENV"
[    0.616982] 0x0000000f0000-0x000000170000 : "APPSBL"
[    0.622205] 0x000000170000-0x000000180000 : "ART"
[    0.627374] 0x000000180000-0x000002000000 : "firmware"
[    0.632317] 2 fit-fw partitions found on MTD device firmware
[    0.636480] Creating 2 MTD partitions on "firmware":
[    0.642330] 0x000000000000-0x0000002d0000 : "kernel"
[    0.647899] 0x0000002c5d30-0x000001e80000 : "rootfs"
[    0.652738] mtd: device 10 (rootfs) set to be root filesystem
[    0.657323] 1 squashfs-split partitions found on MTD device rootfs
[    0.662813] 0x000000590000-0x000001e80000 : "rootfs_data"

fw_printenv output:

# fw_printenv
baudrate=115200
bootcmd=bootipq
bootdelay=1
bootstopkey=gl
ipaddr=192.168.1.1
serverip=192.168.1.2

Note: uboot on this device looks for filename “lede-gl-b1300.bin” -- For both generic tftp flashing and uboot-web.

  • Connect router's WAN port to computer
  • Set the computer with static address of 192.168.1.2
  • Push down reset button and power on -- Hold until power & lan leds are on constant.
  • Uboot-Web can be accessed at http://192.168.1.1 -- Use this to pass in “lede-gl-b1300.bin”
  • The wifi led will be flashing when writing image.
  • The device will reboot once complete.

Note: After flashing a new firmware, ensure that no device uses the IP address 192.168.1.2 anymore. You can see uBoot trying to ping 192.168.1.2 to determine if the host is alive in the bootlog at the end of this page. If it detects that 192.168.1.2 is alive, it will try to tftp-load a firmware from it and will NOT boot to OpenWRT.

generic.flashing.tftp

Note: After flashing a new firmware, ensure that no device uses the IP address 192.168.1.2 anymore. You can see uBoot trying to ping 192.168.1.2 to determine if the host is alive in the bootlog at the end of this page. If it detects that 192.168.1.2 is alive, it will try to tftp-load a firmware from it and will NOT boot to OpenWRT.

Specific values needed for tftp

Bootloader tftp server IPv4 address 192.168.1.2
Firmware tftp image Latest OpenWrt release (NOTE: Name must contain “tftp”)
TFTP transfer window 2s
TFTP window start 2-3s
TFTP client required IP address 192.168.1.1

  • Download the firmware on your computer from the URL above
  • Browse to http://192.168.1.1/cgi-bin/luci/admin/system/flash/ or use the Menu “System, Backup Flash/Firmware”
  • Under the Flash new firmware image section, click on the Flash image button
  • Click on Browse and select the sysupgrade firmware image you just downloaded
  • Click on Upload
  • Wait for the device to flash the firmware. It will reboot once done.

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands (replace URL/filename with the one mentioned above):
cd /tmp
wget http://downloads.openwrt.org/releases/<release>/targets/ipq40xx/generic/openwrt-<release>-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin
sysupgrade /tmp/openwrt-<release>-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands (replace URL/filename with the one mentioned above):
cd /tmp
wget http://downloads.openwrt.org/releases/<release>/targets/ipq40xx/generic/openwrt-<release>-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin
mtd write /tmp/openwrt-<release>-ipq40xx-generic-glinet_gl-b1300-squashfs-sysupgrade.bin linux && reboot

Instructions reproduced from Gl-inet web page

  1. Connect computer to a LAN port.
  2. Hold down the Reset button, and apply power to the device.
  3. Release the Reset button after the LEDs flash 3 times.
  4. Set IP address of 192.168.1.2 on the computer.
  5. Use Chrome or Firefox to access http://192.168.1.1
  6. Use the web UI to upload original stock firmware for the gl-inet B1300 device.

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN & WiFi 192.168.1.1/24
eth0 LAN ports (1 & 2) None
eth1 WAN port DHCP
wlan0 WiFi Disabled

Port 0 is the internal connection to the router itself.

Port Switch port
Internet (WAN) 5
LAN 1 (middle) 4
LAN 2 (left) 3
CPU (Internal) 0

Instructions to split the two LAN ports and use independently. (updated to May 2021 snapshot and 21.02 release)

Sadly it's not possible to do this from the switch configuration page in Luci Web interface, it must be done manually, so connect with ssh and edit the configuration in /etc/config/network to be like this:

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

config globals 'globals'
        option ula_prefix 'fdb9:dbfb:6b91::/48'

config interface 'lan'
        option type 'bridge'
        option proto 'static'
        option netmask '255.255.255.0'
        option ifname 'eth0.3'
        option ipaddr '192.168.11.254'

config interface 'wan'
        option ifname 'eth1'
        option proto 'dhcp'
        option type 'bridge'
        option stp '1'
        option igmp_snooping '1'

config interface 'newinterface'
        option proto 'static'
        option type 'bridge'
        option ifname 'eth0.4'
        option ipaddr '192.168.99.254'
        option netmask '255.255.255.0'
        option stp '1'
        option igmp_snooping '1'
        list dns '1.1.1.1'
        list dns '8.8.8.8'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '3'
        option vid '3'
        option description 'lan'
        option ports '0t 3'

config switch_vlan
        option device 'switch0'
        option vlan '4'
        option ports '0t 4'
        option vid '4'
        option description 'newinterface'

hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.

The GL.iNet GL-B1300 has the following buttons:

BUTTON Event
Reset reset
WPS wps

Front:
GL-B1300 - Front picture

Rear:
GL-B1300 - Rear picture

Backside label:
GL-B1300 - Back picture

Note: This will void your warranty!

  • Remove the 4 rubber pads under the device;
  • Unscrew the 4 screws that were hidden behind the rubber feets;
  • Use a plastic prying tool to gently remove the cover as shown on the picture below. There are 8 plastic clips maintaining the cover in place, two on each side of the cover;

GL-B1300 - Cover removal - side view

GL-B1300 - Cover removal - internal view

Main PCB:
GL-B1300 - PCB GL-B1300 - PCB

port.serial general information about the serial port, serial port cable, etc.

How to connect to the Serial Port of this specific device:
GL-B1300 - Serial Header

GL-B1300 - Hook Clips

  • When holding the device with the serial headers on the left-hand side, the pins are from top to bottom (as visible on the PCB markings): Ground, Rx, Tx, 3.3V (not populated)
  • N.B.: the markings on the hook clips shown on the picture with the serial cable connected reverse Rx & Tx because they're labelled from the USB TTL adapter point of view.
Serial connection parameters
for
GL.iNet GL-B1300 V1.31 115200, 8N1, 3.3V TTL

port.jtag general information about the JTAG port, JTAG cable, etc.

How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port

None so far.

Format: Log Type - Time(microsec) - Message - Optional Info Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.1-00117 S - IMAGE_VARIANT_STRING=DAABANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x00000021 S - Reset status Config, 0x00000000 S - Core 0 Frequency, 0 MHz B - 261 - PBL, Start B - 1339 - bootable_media_detect_entry, Start B - 1679 - bootable_media_detect_success, Start B - 1693 - elf_loader_entry, Start B - 5076 - auth_hash_seg_entry, Start B - 7224 - auth_hash_seg_exit, Start B - 580187 - elf_segs_hash_verify_entry, Start B - 698697 - PBL, End B - 698721 - SBL1, Start B - 789492 - pm_device_init, Start D - 7 - pm_device_init, Delta B - 791021 - boot_flash_init, Start D - 54257 - boot_flash_init, Delta B - 849422 - boot_config_data_table_init, Start D - 3841 - boot_config_data_table_init, Delta - (419 Bytes) B - 856899 - clock_init, Start D - 7580 - clock_init, Delta B - 868655 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:0 B - 872069 - sbl1_ddr_set_params, Start B - 877167 - cpr_init, Start D - 2 - cpr_init, Delta B - 881550 - Pre_DDR_clock_init, Start D - 5 - Pre_DDR_clock_init, Delta D - 13178 - sbl1_ddr_set_params, Delta B - 895288 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 965612 - sbl1_wait_for_ddr_training, Start D - 28 - sbl1_wait_for_ddr_training, Delta B - 981308 - Image Load, Start D - 140910 - QSEE Image Loaded, Delta - (274048 Bytes) B - 1122646 - Image Load, Start D - 1439 - SEC Image Loaded, Delta - (2048 Bytes) B - 1133068 - Image Load, Start D - 213533 - APPSBL Image Loaded, Delta - (436535 Bytes) B - 1346999 - QSEE Execution, Start D - 60 - QSEE Execution, Delta B - 1353219 - SBL1, End D - 656575 - SBL1, Delta S - Flash Throughput, 2004 KB/s (713050 Bytes, 355694 us) S - DDR Frequency, 537 MHz U-Boot 2012.07 [Chaos Calmer 15.05.1,r35193] (Apr 13 2018 - 13:54:46) smem ram ptable found: ver: 1 len: 3 DRAM: 256 MiB machid : 0x8010000 NAND: SF: Detected MX25L25635E with page size 4 KiB, total 32 MiB ipq_spi: page_size: 0x100, sector_size: 0x1000, size: 0x2000000 32 MiB MMC: In: serial Out: serial Err: serial machid: 8010000 flash_type: 0 Net: MAC0 addr:94:83:c4:xx:xx:xx PHY ID1: 0x4d PHY ID2: 0xd0b1 ipq40xx_ess_sw_init done eth0 Hit "gl" key to stop booting: 0 SF: Detected MX25L25635E with page size 4 KiB, total 32 MiB Checking calibration status... Device have calibrated,checking test status... Device haven't tested, please test device in calibration firmware... SF: Detected MX25L25635E with page size 4 KiB, total 32 MiB ## Booting kernel from FIT Image at 84000000 ... Using 'config@ap.dk01.1-c1' configuration Trying 'kernel@1' kernel subimage Description: ARM OpenWrt Linux-4.4.60 Type: Kernel Image Compression: gzip compressed Data Start: 0x840000e4 Data Size: 3753713 Bytes = 3.6 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: 66143402 Hash algo: sha1 Hash value: 2c0803af27be193107cf3bdd9587bd20abaf27c5 Verifying Hash Integrity ... crc32+ sha1+ OK ## Flattened Device Tree from FIT Image at 84000000 Using 'config@ap.dk01.1-c1' configuration Trying 'fdt@ap.dk01.1-c1' FDT blob subimage Description: ARM OpenWrt qcom-ipq40xx-ap.dkxx device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x843b0714 Data Size: 18321 Bytes = 17.9 KiB Architecture: ARM Hash algo: crc32 Hash value: 16775364 Hash algo: sha1 Hash value: e106b0a45463325c7da0dc789478dc9b6cfabe8b Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x843b0714 Uncompressing Kernel Image ... OK Loading Device Tree to 86ff8000, end 86fff790 ... OK Using machid 0x8010000 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.60 (lancer@gl-inet) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r48067) ) #5 SMP PREEMPT Thu Aug 22 11:58:04 CST 2019 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Qualcomm Technologies, Inc. IPQ40xx/AP-DK01.1-C1 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] PERCPU: Embedded 12 pages/cpu @cfd7a000 s18560 r8192 d22400 u49152 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 60864 [ 0.000000] Kernel command line: rootfsname=rootfs rootwait clk_ignore_unused [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Memory: 235256K/245760K available (5234K kernel code, 312K rwdata, 1768K rodata, 228K init, 271K bss, 10504K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xd0800000 - 0xff800000 ( 752 MB) [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc08dea88 (7003 kB) [ 0.000000] .init : 0xc08df000 - 0xc0918000 ( 228 kB) [ 0.000000] .data : 0xc0918000 - 0xc09661e8 ( 313 kB) [ 0.000000] .bss : 0xc0969000 - 0xc09acc9c ( 272 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] Architected cp15 timer(s) running at 48.00MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb11fd3bfb, max_idle_ns: 440795203732 ns [ 0.000008] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns [ 0.000022] Switching to timer-based delay loop, resolution 20ns [ 0.000236] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000253] pid_max: default: 32768 minimum: 301 [ 0.000374] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000387] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001112] Initializing cgroup subsys io [ 0.001142] Initializing cgroup subsys memory [ 0.001178] Initializing cgroup subsys devices [ 0.001196] Initializing cgroup subsys freezer [ 0.001213] Initializing cgroup subsys net_cls [ 0.001255] CPU: Testing write buffer coherency: ok [ 0.001601] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.001693] Setting up static identity map for 0x80208280 - 0x802082d8 [ 0.053185] MSM Memory Dump base table set up [ 0.053228] MSM Memory Dump apps data table set up [ 0.091086] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.121135] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.151197] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.151285] Brought up 4 CPUs [ 0.151315] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.151324] CPU: All CPU(s) started in SVC mode. [ 0.157994] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.158422] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.158456] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.158814] pinctrl core: initialized pinctrl subsystem [ 0.160540] NET: Registered protocol family 16 [ 0.162164] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.190424] cpuidle: using governor ladder [ 0.220454] cpuidle: using governor menu [ 0.234068] <CORE> glink_init: IPC Logging Disabled [ 0.234835] IPC logging disabled [ 0.234847] IPC logging disabled [ 0.234854] IPC logging disabled [ 0.234860] IPC logging disabled [ 0.234866] IPC logging disabled [ 0.235147] sps:sps is ready. [ 0.272720] SCSI subsystem initialized [ 0.274638] Advanced Linux Sound Architecture Driver Initialized. [ 0.275708] clocksource: Switched to clocksource arch_sys_counter [ 0.277518] NET: Registered protocol family 2 [ 0.278562] TCP established hash table entries: 2048 (order: 1, 8192 bytes) [ 0.278609] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) [ 0.278657] TCP: Hash tables configured (established 2048 bind 2048) [ 0.278723] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.278758] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.279017] NET: Registered protocol family 1 [ 0.290451] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.290479] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.295511] Key type asymmetric registered [ 0.295538] Asymmetric key parser 'x509' registered [ 0.295589] io scheduler noop registered [ 0.295605] io scheduler deadline registered (default) [ 0.301029] NET: Registered protocol family 27 [ 0.301047] IPC_RTR: ipc_router_create_log_ctx: IPC Logging disabled [ 0.301069] qmi_log_init: IPC Logging disabled [ 0.301077] qmi_log_init: IPC Logging disabled [ 0.301583] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.301647] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.301717] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.301774] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.302536] msm_serial: driver initialized [ 0.302838] msm_serial_hsl_probe: detected port #0 (ttyMSM0) [ 0.302876] msm_serial_hsl_probe: Bus scaling is disabled [ 0.303017] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 25, base_baud = 115200) is a MSM [ 0.303097] msm_hsl_console_setup: console setup on port #0 [ 0.858203] console [ttyMSM0] enabled [ 0.862236] msm_serial_hsl_init: driver initialized [ 0.881493] brd: module loaded [ 0.884368] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 0.892659] m25p80 spi0.0: found mx25l25635e, expected n25q128a11 [ 0.897832] m25p80 spi0.0: mx25l25635e (32768 Kbytes) [ 0.902820] 10 ofpart partitions found on MTD device spi0.0 [ 0.908367] Creating 10 MTD partitions on "spi0.0": [ 0.913181] 0x000000000000-0x000000040000 : "0:SBL1" [ 0.919387] 0x000000040000-0x000000060000 : "0:MIBIB" [ 0.924630] 0x000000060000-0x0000000c0000 : "0:QSEE" [ 0.929803] 0x0000000c0000-0x0000000d0000 : "0:CDT" [ 0.934858] 0x0000000d0000-0x0000000e0000 : "0:DDRPARAMS" [ 0.940505] 0x0000000e0000-0x0000000f0000 : "0:APPSBLENV" [ 0.946089] 0x0000000f0000-0x000000170000 : "0:APPSBL" [ 0.951322] 0x000000170000-0x000000180000 : "0:ART" [ 0.956378] 0x000000180000-0x000000580000 : "0:HLOS" [ 0.961477] 0x000000580000-0x000002000000 : "rootfs" [ 0.966649] mtd: device 9 (rootfs) set to be root filesystem [ 0.971438] 1 squashfs-split partitions found on MTD device rootfs [ 0.977489] 0x0000013e0000-0x000002000000 : "rootfs_data" [ 0.985020] libphy: Fixed MDIO Bus: probed [ 1.208877] ipq40xx-mdio 90000.mdio: Could not find phy-reset-gpio [ 1.214209] libphy: ipq40xx_mdio: probed [ 1.230371] ipq40xx-mdio 90000.mdio: ipq40xx-mdio driver was registered [ 1.236118] cnss: Unable to create IPC log context! [ 1.241049] i2c /dev entries driver [ 1.246747] sdhci: Secure Digital Host Controller Interface driver [ 1.251896] sdhci: Copyright(c) Pierre Ossman [ 1.256356] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.262661] [ 1.262661] Version Rollback Feature Disabled [ 1.273503] NET: Registered protocol family 10 [ 1.288196] NET: Registered protocol family 17 [ 1.291682] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 1.304346] Bridge firewalling registered [ 1.308241] 8021q: 802.1Q VLAN Support v1.8 [ 1.312506] Registering SWP/SWPB emulation handler [ 1.319081] hctosys: unable to open rtc device (rtc0) [ 1.327398] clk: Not disabling unused clocks [ 1.330650] ALSA device list: [ 1.333591] No soundcards found. [ 1.344302] VFS: Mounted root (squashfs filesystem) readonly on device 31:9. [ 1.350823] Freeing unused kernel memory: 228K (c08df000 - c0918000) [ 2.565984] init: Console is alive [ 2.568559] init: - watchdog - [ 4.343801] random: nonblocking pool is initialized [ 5.819079] usbcore: registered new interface driver usbfs [ 5.823632] usbcore: registered new interface driver hub [ 5.829062] usbcore: registered new device driver usb [ 5.836720] Button Hotplug driver version 0.4.1 [ 5.845499] exFAT: Version 1.2.9 [ 5.853871] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 5.860416] ehci-platform: EHCI generic platform driver [ 5.873535] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 5.879720] ohci-platform: OHCI generic platform driver [ 5.886214] uhci_hcd: USB Universal Host Controller Interface driver [ 6.417633] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 6.422121] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 6.430029] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f665 hci version 0x100 quirks 0x00010010 [ 6.438521] xhci-hcd xhci-hcd.0.auto: irq 193, io mem 0x08a00000 [ 6.445366] hub 1-0:1.0: USB hub found [ 6.448225] hub 1-0:1.0: 1 port detected [ 6.452551] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 6.457611] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 6.465250] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 6.474155] hub 2-0:1.0: USB hub found [ 6.477065] hub 2-0:1.0: 1 port detected [ 6.481440] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 6.486409] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 6.494226] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x00010010 [ 6.502747] xhci-hcd xhci-hcd.1.auto: irq 194, io mem 0x06000000 [ 6.509593] hub 3-0:1.0: USB hub found [ 6.512413] hub 3-0:1.0: 1 port detected [ 6.516804] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 6.521763] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 [ 6.529530] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 6.538372] hub 4-0:1.0: USB hub found [ 6.541227] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19) [ 6.552749] input: soc:gpio_keys as /devices/platform/soc/soc:gpio_keys/input/input0 [ 6.562565] usbcore: registered new interface driver usb-storage [ 6.623395] init: - preinit - Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level Before mount_root [ 9.430779] jffs2: notice: (132) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 9.450876] mount_root: switching to jffs2 overlay After mount_root 377+0 records in 377+0 records out 12064 bytes (11.8KB) copied, 0.036293 seconds, 324.6KB/s 377+0 records in 377+0 records out 12064 bytes (11.8KB) copied, 0.045125 seconds, 261.1KB/s s1300_bdata skipped. [ 9.622651] procd: - early - [ 9.624606] procd: - watchdog - [ 10.371964] procd: - ubus - Command failed: Not found [ 11.379237] procd: - init - Please press Enter to activate this console. [ 14.353181] nf_conntrack version 0.5.0 (3679 buckets, 14716 max) [ 14.370726] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 14.386598] PPP generic driver version 2.4.2 [ 17.537320] ssdk_alloc_priv[4390]:INFO:ess-switch dts node number: 1 [ 17.542678] ssdk_dt_parse[2642]:INFO:ess-switch DT exist! [ 17.548048] ssdk_dt_parse[2671]:INFO:switch_access_mode: local bus [ 17.554187] ssdk_dt_parse_mac_mode[2270]:INFO:mac mode = 0x0 [ 17.559830] ssdk_dt_parse_mac_mode[2276]:INFO:mac mode1 doesn't exit! [ 17.566277] ssdk_dt_parse_mac_mode[2285]:INFO:mac mode2 doesn't exit! [ 17.572692] ssdk_dt_parse_uniphy[2304]:INFO:ess-uniphy DT doesn't exist! [ 17.579365] ssdk_dt_parse_scheduler_cfg[2494]:ERROR:cannot find port_scheduler_resource node [ 17.587803] ssdk_dt_parse_phy_info[2537]:INFO:qcom,port_phyinfo DT doesn't exist! [ 17.595253] ssdk_dt_parse_mdio[2574]:INFO:mdio DT exist! [ 17.600553] ssdk_dt_parse[2697]:INFO:switchreg_base_addr: 0xc000000 [ 17.606812] ssdk_dt_parse[2698]:INFO:switchreg_size: 0x80000 [ 17.612443] ssdk_dt_parse[2707]:INFO:ess-psgmii DT exist! [ 17.617817] ssdk_dt_parse[2764]:INFO:current dts led_source_num is 0 [ 17.624150] ssdk_plat_init start [ 17.627540] enable ess clk [ 17.693018] malibu_phy_api_ops_init[2505]:INFO:qca probe malibu phy driver succeeded! [ 17.703275] regi_init[4495]:INFO:Initializing DESS!! [ 19.393267] ssdk_switch_register[1587]:INFO:Chip version 0x1401 [ 19.398176] qca_link_polling_select[1281]:INFO:link-polling-required node does not exist [ 19.406250] ssdk_switch_register[1610]:INFO:polling is selected [ 19.412132] regi_init[4504]:INFO:Initializing DESS Done!! [ 19.417607] regi_init[4528]:INFO:qca-ssdk module init succeeded! [ 19.454171] tun: Universal TUN/TAP device driver, 1.6 [ 19.458268] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 19.470678] ********************************************************** [ 19.476398] * Driver :NSS GMAC Driver for RTL v(3.72a) [ 19.481559] * Version :1.0 [ 19.484425] * Copyright :Copyright (c) 2013-2016 The Linux Foundation. All rights reserved. [ 19.492794] ********************************************************** [ 19.513198] l2tp_core: L2TP core driver, V2.0 [ 19.517682] l2tp_netlink: L2TP netlink interface [ 19.559879] qca-nss-drv.ko is loaded for symbol link [ 19.566354] nat46: module (version 8ff2ae59ec9840a7b8b45f976c51cae80abe0226) loaded. [ 19.574097] gre: GRE over IPv4 demultiplexor driver [ 19.579309] ip_gre: GRE over IPv4 tunneling driver [ 19.599987] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [ 19.623388] QCA multicast snooping installed successfully [ 19.631953] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 19.658384] Netfilter messages via NETLINK v0.30. [ 19.664592] ip_set: protocol 6 [ 19.697757] QCA Hy-Fi multicast installation successfully [ 19.711674] u32 classifier [ 19.713361] input device check on [ 19.717262] Actions configured [ 19.722437] Mirror/redirect action on [ 19.756576] fuse init (API version 7.23) [ 19.765968] usbcore: registered new interface driver cdc_acm [ 19.770606] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 19.780932] usbcore: registered new interface driver cdc_wdm [ 19.789299] ip_tables: (C) 2000-2006 Netfilter Core Team [ 19.796085] usbcore: registered new interface driver ipheth [ 19.906702] ctnetlink v0.93: registering with nfnetlink. [ 20.078243] PPP MPPE Compression module registered [ 20.083594] NET: Registered protocol family 24 [ 20.089190] PPTP driver version 0.8.5 [ 20.106961] usbcore: registered new interface driver usbserial [ 20.111879] usbcore: registered new interface driver usbserial_generic [ 20.118524] usbserial: USB Serial support registered for generic [ 20.138100] wireguard: WireGuard 0.0.20181119 loaded. See www.wireguard.com for information. [ 20.145511] wireguard: Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 20.191816] xt_time: kernel timezone is -0000 [ 20.198341] usbcore: registered new interface driver cdc_ether [ 20.206705] usbcore: registered new interface driver cdc_ncm [ 20.212764] usbcore: registered new interface driver cp210x [ 20.217542] usbserial: USB Serial support registered for cp210x [ 20.224867] usbcore: registered new interface driver huawei_cdc_ncm [ 20.235343] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 20.257968] usbcore: registered new interface driver qmi_wwan [ 20.265195] usbcore: registered new interface driver rndis_host [ 20.273096] usbcore: registered new interface driver sierra [ 20.277798] usbserial: USB Serial support registered for Sierra USB modem [ 20.286765] usbcore: registered new interface driver sierra_net [ 20.298197] usbcore: registered new interface driver option [ 20.302854] usbserial: USB Serial support registered for GSM modem (1-port) [ 26.578120] mem_manager: module license 'unspecified' taints kernel. [ 26.583448] Disabling lock debugging due to kernel taint [ 26.633619] ath_dfs: Version 2.0.0 [ 26.633619] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved [ 26.656906] ath_spectral: Version 2.0.0 [ 26.656906] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved [ 28.743694] ath_hal: 0.9.17.1 (AR5416, AR9380, WRITE_EEPROM, 11D) [ 28.761357] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved [ 28.779531] ath_tx99: Version 2.0 [ 28.779531] Copyright (c) 2010 Atheros Communications, Inc, All Rights Reserved [ 28.842500] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved [ 28.890823] ath_da_pci: (Atheros/multi-bss) [ 29.778446] *********** IPQ4019 *************Wifi0 CPU frequency 250000000 [ 29.804536] 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 [ 29.843677] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON __ol_ath_attach() Allocated scn ccd00500 [ 29.857617] nss is not enabled on this platform [ 29.862080] nss register id -1 offload mode enabled = 0 nss config 0 Target Type b [ 29.869756] __ol_ath_attach: dev name wifi0 [ 29.873887] ol_ath_attach interface_id 0 [ 29.878035] ol_target_init() BMI inited. [ 29.881794] ol_target_init() BMI Get Target Info. [ 29.886410] Chip id: 0xb, chip version: 0x1000000 [ 29.891069] [ 29.891069] CE WAR Disabled [ 29.895553] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 29.901007] ol_target_init() configure Target . [ 29.905400] [ 29.905400] Target Version is 1000000 [ 29.910532] [ 29.910532] Flash Download Address c0000 [ 29.916205] ol_transfer_bin_file: flash data file defined [ 29.921540] ol_transfer_bin_file[3773] Get Caldata for wifi0. [ 29.927342] qdf_fs_read[59], Open File /tmp/wifi0.caldata SUCCESS!!file system magic:16914836super blocksize:4096inode 2097file size:12064qc98xx_verify_checksum: flash checksum passed: 0x22ba [ 29.944284] ol_transfer_bin_file 3834: Download Flash data len 12064 [ 29.950999] Board extended Data download address: 0x0 [ 29.975209] [ 29.975209] Board data initialized [ 29.979213] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 29.986717] [ 29.986717] Selecting OTP binary for CHIP Version -1063631476 [ 30.015212] ol_transfer_bin_file 3654: downloading file 0, Download data len 4680 [ 30.038139] [ 30.038139] First OTP send param 8000 [ 30.047004] ol_ath_download_firmware :First OTP download and Execute is good address:0x4000 return param 4660 [ 30.055908] ol_ath_download_firmware:##Board Id 16 , CHIP Id 0 [ 30.061787] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 30.068668] [ 30.068668] wifi0: Selecting board data file name boardData_1_0_IPQ4019_Y9803_wifi0.bin [ 30.078210] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_Y9803_wifi0.bin [ 30.090912] ol_transfer_bin_file 3654: downloading file 3, Download data len 12064 [ 30.098540] Board extended Data download address: 0x0 [ 30.122930] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 30.128966] [ 30.128966] Selecting OTP binary for CHIP Version -1063631476 [ 30.136478] ol_transfer_bin_file 3654: downloading file 0, Download data len 4680 [ 30.160159] [ 30.160159] [Flash] : Ignore Module param [ 30.164700] [ 30.164700] Second otp download Param 10000 [ 30.180767] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 30.188015] [ 30.188015] Mission mode: Firmware CHIP Version -1063631476 [ 30.258178] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 [ 30.265161] ol_swap_wlan_memory_expansion: length:165455 size_left:165475 dma_size_left:262144 fw_temp:d23c2004 fw_entry_size:165479 [ 30.276672] ol_swap_wlan_memory_expansion: dma_virt_addr :d2381000 fw_temp: d23c2008 length: 165455 [ 30.285904] Swap: bytes_left to copy: fw:16; dma_page:96689 [ 30.291200] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:96689 fw_temp:d23ea65b fw_entry_size:165479 [ 30.302246] Swap: wrong length read:0 [ 30.305886] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 165455 Target address 417b70 [ 30.314836] scn=ccd00500 target_write_addr=417b70 seg_info=cf151b10 [ 30.321167] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 30.329927] bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 30.340173] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 30.704468] ol_transfer_bin_file 3654: downloading file 1, Download data len 372480 [ 31.953363] ol_target_init() Download FW done. [ 31.956974] [ 31.956974] ol_ath_copy_tgt_iram() iram read paddr: 0x980000 host paddr 0x87500000 Radio id 0 [ 32.132328] ol_ath_attach() WMI attached. wmi_handle cc660000 [ 32.137156] wmi_unified_register_event_handler: Event id 62 is unavailable [ 32.143987] +htc_create .. HIF :cc418000-htc_create: (0xcecfb000) [ 32.149976] htc_wmi_init() HT Create . cecfb000 [ 32.154751] htc_wmi_init 7754 host_enable 0 nss_nwifi_offload 0 [ 32.160590] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 32.169953] OL_ACBKMinfree : 0 [ 32.173064] OL_ACBEMinfree : 0 [ 32.176203] OL_ACVIMinfree : 0 [ 32.179311] OL_ACVOMinfree : 0 [ 32.182440] hif_enable_fastpath, Enabling fastpath mode [ 32.187486] +HWT [ 32.189478] hif_completion_thread_startup: pipe_num:0 pipe_info:0xcc41cb78hif_completion_thread_startup: pipe_num:3 pipe_info:0xcc41cc50hif_completion_thread_startup: pipe_num:4 pipe_info:0xcc41cc98 [ 32.211474] -HWT [ 32.212516] Startup Mode-0 set [ 32.215488] pdev attach (null) -1 [ 32.219093] [ 32.219093] <=== cfg max peer id 1056 ====> [ 32.225455] htt_peer_map_timer_init Enter pdev cc330000 hrtimer cc334948 [ 32.231415] [ 32.231415] htt_alloc_peer_map_mem : Alloc Success : host q vaddr cc33a000 paddr 8c33a000 [ 32.241115] [ 32.241115] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 32.252668] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from cbfc0000 [ 32.261804] Firmware_Build_Number:7 [ 32.264356] host/RAM_fw Build Ver Mismatch: H:0x32, F:0x7 ! [ 32.270032] FW wireless modes: 0x680c [ 32.273643] num_rf_chain:0x00000002 ht_cap_info:0x0000085b vht_cap_info:0x339959b2 vht_supp_mcs:0x0000fffa [ 32.283547] btcoex_support 0, wlan_prio_gpio 0, coex_gpio_pin 0 0 0 [ 32.289804] wmi_service_coex_gpio 1, wmi_service_4_wire_coex_support 1, coex_version 0 [ 32.297704] [ 32.297704] Sending Ext resource cfg: HOST PLATFORM as 0 [ 32.297704] fw_feature_bitmap as 50 to TGT [ 32.308607] ol_ath_service_ready_event: tt_support: 1 [ 32.313570] ol_ath_service_ready_event: periodic_chan_stats: 1 [ 32.319407] ol_ath_service_ready_event: sw_cal_support_check_flag: 1 [ 32.325741] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 32.335226] EXT NSS Supported [ 32.338171] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53 [ 32.345926] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256, [ 32.353332] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53 [ 32.361218] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024, [ 32.368713] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53 [ 32.376705] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096, [ 32.384061] idx 0 req 1 num_units 0 num_unit_info 2 unit size 744 actual units 531 [ 32.392111] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 744, [ 32.399355] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35 [ 32.407255] ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072, [ 32.414702] idx 5 req 7 num_units 1 num_unit_info 0 unit size 6144 actual units 1 [ 32.422375] ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 6144, [ 32.429823] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2028 actual units 531 [ 32.438565] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 531 unit_len 2028, [ 32.445255] Support not added yet for Service 91 [ 32.449872] Support not added yet for Service 92 [ 32.454455] No EXT_MSG send INIT now [ 32.458036] chunk 0 len 13568 requested , ptr 0x8c5bc000 [ 32.463399] chunk 1 len 54272 requested , ptr 0x8bfb0000 [ 32.468793] chunk 2 len 217088 requested , ptr 0x8b840000 [ 32.474248] chunk 3 len 395064 requested , ptr 0x8b880000 [ 32.479742] chunk 4 len 107520 requested , ptr 0x8cd40000 [ 32.485186] chunk 5 len 6144 requested , ptr 0x8d234000 [ 32.490495] chunk 6 len 1076868 requested , ptr 0x8ba00000 [ 32.496100] ol_ath_service_ready_event[4251] WAPI MBSSID 2 [ 32.501731] smart_log_init: Smart logging Enabled buf=cbb10000 (size=65536) [ 32.527799] Version = 16777216 3 status = 0 [ 32.531072] ol_ath_connect_htc() WMI is ready [ 32.535434] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 0 [ 32.535439] target uses HTT version 2.2; host uses 2.2 [ 32.555348] ol_ath_attach() connect HTC. [ 32.558336] bypasswmi : 0 [ 32.560938] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 32.572681] ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150 [ 32.579521] ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140 [ 32.586321] ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0 [ 32.593050] ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150 [ 32.599952] ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100 [ 32.607125] ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100 [ 32.614317] ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100 [ 32.621619] ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100 [ 32.628999] ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100 [ 32.636376] ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100 [ 32.643744] ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100 [ 32.651221] ol_regdmn_init_channels: !avail mode 0x680c (0x200000) flags 0x4000100 [ 32.658773] ol_regdmn_init_channels: !avail mode 0x680c (0x400000) flags 0x8000100 [ 32.666551] OL Resmgr Init-ed [ 32.669428] ieee80211_bsteering_attach: Band steering initialized [ 32.675371] acfg_attach: 3013: Netlink socket created:ced26400 [ 32.681210] SPECTRAL : get_capability not registered [ 32.686115] HAL_CAP_PHYDIAG : Capable [ 32.689752] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237) [ 32.697832] SPECTRAL : get_capability not registered [ 32.702769] HAL_CAP_RADAR : Capable [ 32.706428] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 32.706428] (spectral_attach : 242) [ 32.716235] SPECTRAL : get_capability not registered [ 32.721170] HAL_CAP_SPECTRAL_SCAN : Capable [ 32.725339] SPECTRAL : get_tsf64 not registered [ 32.729876] spectral_init_netlink 78 NULL SKB [ 32.734200] Green-AP : Green-AP : Attached [ 32.734200] [ 32.739760] Green-AP : Attached [ 32.742873] rate power table override is only supported for AR98XX [ 32.749116] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna. [ 32.756310] ol_if_dfs_attach: called; ptr=cbfa998c, radar_info=cc42dbd0 [ 32.762843] dfs_attach: event log enabled by default [ 32.768737] >>>> CB Set (null) [ 32.771361] ipq4019_wifi_led_init: Wifi LED gpio request failed.. [ 32.777281] ol_ath_attach() UMAC attach . [ 32.781330] [ 32.781330] BURSTING enabled by default [ 32.786784] ol_ath_attach: Set global_ic[1] ..ptr:bfa632b8 [ 32.792215] ath_lowi_if_netlink_init LOWI Netlink successfully created [ 32.798759] osif_wrap_attach:444 osif wrap attached [ 32.803579] osif_wrap_devt_init:405 osif wrap dev table init done [ 32.809647] Wrap Attached: Wrap_com =ced21e00 ic->ic_wrap_com=ced21e00 &wrap_com->wc_devt=ced21e00 [ 32.818755] __ol_ath_attach: needed_headroom reservation 60 [ 32.825795] ol_ath_thermal_mitigation_attach: -- [ 32.829435] ol_ath_ahb_probe num_radios=0, wifi_radios[0].sc = ccd00500 wifi_radio_type = 2 [ 32.837793] ath_sysfs_diag_init: diag_fsattr [ 32.842539] *********** IPQ4019 *************Wifi1 CPU frequency 250000000 [ 32.869262] 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 [ 32.907514] hif_napi_event: received evnt: CONF cmd; v = 1 (state=0x1)hif_napi_event: setting configuration to ON __ol_ath_attach() Allocated scn cbb40500 [ 32.921386] nss is not enabled on this platform [ 32.925869] nss register id -1 offload mode enabled = 0 nss config 0 Target Type b [ 32.933493] __ol_ath_attach: dev name wifi1 [ 32.937678] ol_ath_attach interface_id 1 [ 32.951836] ol_target_init() BMI inited. [ 32.954834] ol_target_init() BMI Get Target Info. [ 32.959443] Chip id: 0xb, chip version: 0x1000000 [ 32.964104] [ 32.964104] CE WAR Disabled [ 32.968597] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 32.974008] ol_target_init() configure Target . [ 32.978444] [ 32.978444] Target Version is 1000000 [ 32.983551] [ 32.983551] Flash Download Address c0000 [ 32.989242] ol_transfer_bin_file: flash data file defined [ 32.994579] ol_transfer_bin_file[3773] Get Caldata for wifi1. [ 33.000380] qdf_fs_read[59], Open File /tmp/wifi1.caldata SUCCESS!!file system magic:16914836super blocksize:4096inode 792file size:12064qc98xx_verify_checksum: flash checksum passed: 0xdebd [ 33.017249] ol_transfer_bin_file 3834: Download Flash data len 12064 [ 33.023912] Board extended Data download address: 0x0 [ 33.048179] [ 33.048179] Board data initialized [ 33.052158] ol_ath_download_firmware: Download OTP, flash download ADDRESS 0xc0000 [ 33.059696] [ 33.059696] Selecting OTP binary for CHIP Version -1063631476 [ 33.067218] ol_transfer_bin_file 3654: downloading file 0, Download data len 4680 [ 33.090895] [ 33.090895] First OTP send param 8000 [ 33.099760] ol_ath_download_firmware :First OTP download and Execute is good address:0x4400 return param 4660 [ 33.108664] ol_ath_download_firmware:##Board Id 17 , CHIP Id 0 [ 33.114549] ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 [ 33.121430] [ 33.121430] wifi1: Selecting board data file name boardData_1_0_IPQ4019_Y9803_wifi1.bin [ 33.130971] ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_Y9803_wifi1.bin [ 33.143662] ol_transfer_bin_file 3654: downloading file 3, Download data len 12064 [ 33.151286] Board extended Data download address: 0x0 [ 33.163772] [wifi0] FWLOG: [40706] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 ) [ 33.171369] [wifi0] FWLOG: [40706] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 ) [ 33.180050] [wifi0] FWLOG: [40706] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) [ 33.188728] [wifi0] FWLOG: [40706] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e [ 33.195072] ol_ath_download_firmware: Using 0x1234 for the remainder of init [ 33.195077] [ 33.195077] Selecting OTP binary for CHIP Version -1063631476 [ 33.195221] ol_transfer_bin_file 3654: downloading file 0, Download data len 4680 [ 33.217477] , 0x94c, 0x94c, 0x0 ) [ 33.220760] [wifi0] FWLOG: [40852] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0xa10, 0x160, 0x0, 0x12 ) [ 33.229353] [wifi0] FWLOG: [40852] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x0, 0x12, 0x10, 0x12 ) [ 33.238444] [ 33.238444] [Flash] : Ignore Module param [ 33.243316] [ 33.243316] Second otp download Param 10000 [ 33.259655] ol_ath_download_firmware : Second OTP download and Execute is good, param=0x0 [ 33.266904] [ 33.266904] Mission mode: Firmware CHIP Version -1063631476 [ 33.274694] ol_swap_seg_alloc: Successfully allocated memory for SWAP size=262144 [ 33.281974] ol_swap_wlan_memory_expansion: length:165455 size_left:165475 dma_size_left:262144 fw_temp:d2ae1004 fw_entry_size:165479 [ 33.293487] ol_swap_wlan_memory_expansion: dma_virt_addr :d2a39000 fw_temp: d2ae1008 length: 165455 [ 33.302724] Swap: bytes_left to copy: fw:16; dma_page:96689 [ 33.308066] ol_swap_wlan_memory_expansion: length:0 size_left:12 dma_size_left:96689 fw_temp:d2b0965b fw_entry_size:165479 [ 33.319076] Swap: wrong length read:0 [ 33.322707] ol_swap_wlan_memory_expansion: Swap total_bytes copied: 165455 Target address 417b70 [ 33.331674] scn=cbb40500 target_write_addr=417b70 seg_info=cf151c10 [ 33.338003] ol_transfer_swap_struct:Code swap structure successfully downloaded for bin type =2 [ 33.346761] bin_filename=IPQ4019/hw.1/athwlan.bin swap_filename=/lib/firmware/IPQ4019/hw.1/athwlan.codeswap.bin [ 33.356955] ol_transfer_bin_file: Downloading firmware file: IPQ4019/hw.1/athwlan.bin [ 33.365641] ol_transfer_bin_file 3654: downloading file 1, Download data len 372480 [ 34.614390] ol_target_init() Download FW done. [ 34.618012] [ 34.618012] ol_ath_copy_tgt_iram() iram read paddr: 0x980000 host paddr 0x87700000 Radio id 1 [ 34.793402] ol_ath_attach() WMI attached. wmi_handle cc33e000 [ 34.798229] wmi_unified_register_event_handler: Event id 62 is unavailable [ 34.805068] +htc_create .. HIF :cb830000-htc_create: (0xcecfd800) [ 34.811055] htc_wmi_init() HT Create . cecfd800 [ 34.815822] htc_wmi_init 7754 host_enable 0 nss_nwifi_offload 0 [ 34.821648] ol_ath_set_default_tgt_config : AC Minfree buffer allocation through module param (umac.ko) [ 34.831034] OL_ACBKMinfree : 0 [ 34.834142] OL_ACBEMinfree : 0 [ 34.837277] OL_ACVIMinfree : 0 [ 34.840393] OL_ACVOMinfree : 0 [ 34.843520] hif_enable_fastpath, Enabling fastpath mode [ 34.848562] +HWT [ 34.850557] hif_completion_thread_startup: pipe_num:0 pipe_info:0xcb834b78hif_completion_thread_startup: pipe_num:3 pipe_info:0xcb834c50hif_completion_thread_startup: pipe_num:4 pipe_info:0xcb834c98 [ 34.872598] -HWT [ 34.873653] Startup Mode-0 set [ 34.876657] pdev attach (null) -1 [ 34.880178] [ 34.880178] <=== cfg max peer id 1056 ====> [ 34.886604] htt_peer_map_timer_init Enter pdev cb0b8000 hrtimer cb0bc948 [ 34.892513] [ 34.892513] htt_alloc_peer_map_mem : Alloc Success : host q vaddr cb140000 paddr 8b140000 [ 34.902253] [ 34.902253] htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts [ 34.913806] ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from cad40000 [ 34.922935] Firmware_Build_Number:7 [ 34.925486] host/RAM_fw Build Ver Mismatch: H:0x32, F:0x7 ! [ 34.931162] FW wireless modes: 0x1f9001 [ 34.934945] num_rf_chain:0x00000002 ht_cap_info:0x0000085b vht_cap_info:0x339959b2 vht_supp_mcs:0x0000fffa [ 34.944844] wmi_service_coex_gpio 0, wmi_service_4_wire_coex_support 0, coex_version 0 [ 34.952758] [ 34.952758] Sending Ext resource cfg: HOST PLATFORM as 0 [ 34.952758] fw_feature_bitmap as 50 to TGT [ 34.963663] ol_ath_service_ready_event: tt_support: 1 [ 34.968640] ol_ath_service_ready_event: periodic_chan_stats: 1 [ 34.974439] ol_ath_service_ready_event: sw_cal_support_check_flag: 1 [ 34.980796] Peer Caching Enabled ; num_peers = 530, num_active_peers = 52 num_tids = 104, num_vdevs = 17 [ 34.990297] EXT NSS Supported [ 34.993207] idx 1 req 2 num_units 1 num_unit_info 12 unit size 256 actual units 53 [ 35.000987] ol_ath_alloc_host_mem_chunk req_id 2 idx 0 num_units 53 unit_len 256, [ 35.008405] idx 2 req 3 num_units 1 num_unit_info 12 unit size 1024 actual units 53 [ 35.016269] ol_ath_alloc_host_mem_chunk req_id 3 idx 1 num_units 53 unit_len 1024, [ 35.023748] idx 3 req 4 num_units 1 num_unit_info 12 unit size 4096 actual units 53 [ 35.031757] ol_ath_alloc_host_mem_chunk req_id 4 idx 2 num_units 53 unit_len 4096, [ 35.039131] idx 0 req 1 num_units 0 num_unit_info 2 unit size 744 actual units 531 [ 35.047173] ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 531 unit_len 744, [ 35.054391] idx 4 req 6 num_units 35 num_unit_info 0 unit size 3072 actual units 35 [ 35.062311] ol_ath_alloc_host_mem_chunk req_id 6 idx 4 num_units 35 unit_len 3072, [ 35.069773] idx 5 req 7 num_units 1 num_unit_info 0 unit size 6144 actual units 1 [ 35.077506] ol_ath_alloc_host_mem_chunk req_id 7 idx 5 num_units 1 unit_len 6144, [ 35.084862] idx 6 req 5 num_units 0 num_unit_info 2 unit size 2028 actual units 531 [ 35.093644] ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 531 unit_len 2028, [ 35.100340] Support not added yet for Service 91 [ 35.104906] Support not added yet for Service 92 [ 35.109523] No EXT_MSG send INIT now [ 35.113077] chunk 0 len 13568 requested , ptr 0x8c480000 [ 35.118467] chunk 1 len 54272 requested , ptr 0x8ad30000 [ 35.123833] chunk 2 len 217088 requested , ptr 0x8adc0000 [ 35.129316] chunk 3 len 395064 requested , ptr 0x8ae00000 [ 35.134771] chunk 4 len 107520 requested , ptr 0x8ada0000 [ 35.140252] chunk 5 len 6144 requested , ptr 0x8b826000 [ 35.145535] chunk 6 len 1076868 requested , ptr 0x8a800000 [ 35.151159] ol_ath_service_ready_event[4251] WAPI MBSSID 2 [ 35.156809] smart_log_init: Smart logging Enabled buf=ca910000 (size=65536) [ 35.182380] Version = 16777216 3 status = 0 [ 35.185651] ol_ath_connect_htc() WMI is ready [ 35.190038] htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1 [ 35.190044] target uses HTT version 2.2; host uses 2.2 [ 35.209917] ol_ath_attach() connect HTC. [ 35.212895] bypasswmi : 0 [ 35.215506] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 35.227251] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 [ 35.234286] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0 [ 35.241125] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0 [ 35.247989] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0 [ 35.254914] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150 [ 35.261956] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080 [ 35.269245] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080 [ 35.276625] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080 [ 35.284095] Add VHT80 channel: 5210 [ 35.287475] Add VHT80 channel: 5290 [ 35.290936] Add VHT80 channel: 5530 [ 35.294406] Add VHT80 channel: 5610 [ 35.297886] Add VHT80 channel: 5690 [ 35.301351] Add VHT80 channel: 5775 [ 35.304850] Skipping VHT80 channel 5825 [ 35.308659] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100 [ 35.316383] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100 [ 35.325055] freq=58 [ 35.326279] freq=106 [ 35.328522] freq=122 [ 35.330776] freq=138 [ 35.333065] OL Resmgr Init-ed [ 35.336156] ieee80211_bsteering_attach: Band steering initialized [ 35.342069] acfg_attach: Offload using existing sock ced26400 [ 35.347839] SPECTRAL : get_capability not registered [ 35.352741] HAL_CAP_PHYDIAG : Capable [ 35.356402] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 237) [ 35.364459] SPECTRAL : get_capability not registered [ 35.369415] HAL_CAP_RADAR : Capable [ 35.373055] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 35.373055] (spectral_attach : 242) [ 35.382871] SPECTRAL : get_capability not registered [ 35.387818] HAL_CAP_SPECTRAL_SCAN : Capable [ 35.391975] SPECTRAL : get_tsf64 not registered [ 35.396502] spectral_init_netlink 78 NULL SKB [ 35.400836] Green-AP : Green-AP : Attached [ 35.400836] [ 35.406396] Green-AP : Attached [ 35.409511] rate power table override is only supported for AR98XX [ 35.415745] ol_ath_smart_ant_attach: Hardware doest not support Smart Antenna. [ 35.422932] ol_if_dfs_attach: called; ptr=cae6998c, radar_info=cc42dbd0 [ 35.429494] dfs_attach: event log enabled by default [ 35.435362] >>>> CB Set (null) [ 35.438456] ol_ath_attach() UMAC attach . [ 35.441720] [ 35.441720] BURSTING enabled by default [ 35.447171] ol_ath_attach: Set global_ic[2] ..ptr:bfa632b8 [ 35.452581] ath_lowi_if_netlink_init Incremented LOWI netlink ref count: 2 [ 35.459452] osif_wrap_attach:444 osif wrap attached [ 35.464308] osif_wrap_devt_init:405 osif wrap dev table init done [ 35.470377] Wrap Attached: Wrap_com =cb877000 ic->ic_wrap_com=cb877000 &wrap_com->wc_devt=cb877000 [ 35.479488] __ol_ath_attach: needed_headroom reservation 60 [ 35.486471] ol_ath_thermal_mitigation_attach: -- [ 35.490115] ol_ath_ahb_probe num_radios=1, wifi_radios[1].sc = cbb40500 wifi_radio_type = 2 [ 35.498501] ath_sysfs_diag_init: diag_fsattr [ 35.503067] ath_ol_pci: (Atheros/multi-bss) [ 35.521306] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 35.522678] Switching to Tx Mode-1 Threshold 280 [ 35.532115] +hif_update_pipe_callback pipeid 8 [ 35.536653] -hif_update_pipe_callback [ 35.540243] pktlog_init: Initializing Pktlog for AR900B, pktlog_hdr_size = 16 [ 35.547500] +hif_update_pipe_callback pipeid 8 [ 35.551806] -hif_update_pipe_callback [ 35.566446] __sa_init_module No Direct-Attach chipsets found. [ 35.633874] Removing athdebug proc file [ 35.636769] ath_dev: driver unloaded [ 35.693952] ath_tx99: driver unloaded [ 35.743790] ath_rate_atheros: driver unloaded [ 35.793840] ath_hal: driver unloaded [ 35.824822] [wifi1] FWLOG: [43426] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 ) [ 35.832406] [wifi1] FWLOG: [43426] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 ) [ 35.841079] [wifi1] FWLOG: [43426] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) [ 35.849758] [wifi1] FWLOG: [43426] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 ) [ 35.858440] [wifi1] FWLOG: [43576] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0xa10, 0x160, 0x10, 0x0 ) [ 35.867035] [wifi1] FWLOG: [43576] WAL_DBGID_PDEV_INFO_PRINT ( 0x3a, 0x10, 0x0, 0x10, 0x12 ) [ 38.177260] Switching to Tx Mode-1 Threshold 280 [ 41.097267] ECM init [ 41.098492] ECM database jhash random seed: 0xe1bbfe51 [ 41.105310] ECM init complete qcawifi disable radio wifi0 qcawifi disable radio wifi1 [ 42.762631] device eth1 entered promiscuous mode [ 42.769211] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 42.803271] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready qcawifi: enable radio wifi0 [ 43.157688] [ol_ath_iw_setcountry][1832] *p=55, *(p+1)=53 [ 43.162078] isCountryCodeValid: EEPROM regdomain 0x0 [ 43.168161] ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150 [ 43.174033] ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140 [ 43.180918] ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0 [ 43.187692] ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150 [ 43.194470] ol_regdmn_init_channels: !avail mode 0x680c (0x1000) flags 0x10100 [ 43.201720] ol_regdmn_init_channels: !avail mode 0x680c (0x8000) flags 0x20100 [ 43.208878] ol_regdmn_init_channels: !avail mode 0x680c (0x10000) flags 0x40100 [ 43.216197] ol_regdmn_init_channels: !avail mode 0x680c (0x20000) flags 0x100100 [ 43.223505] ol_regdmn_init_channels: !avail mode 0x680c (0x40000) flags 0x200100 [ 43.231006] ol_regdmn_init_channels: !avail mode 0x680c (0x80000) flags 0x400100 [ 43.238368] ol_regdmn_init_channels: !avail mode 0x680c (0x100000) flags 0x800100 [ 43.245804] ol_regdmn_init_channels: !avail mode 0x680c (0x200000) flags 0x4000100 [ 43.253278] ol_regdmn_init_channels: !avail mode 0x680c (0x400000) flags 0x8000100 [ 43.290755] wmi_dbg_cfg_send: mod[0]00000000 dbgcfg00000000 cfgvalid[0] 00000000 cfgvalid[1] 00000000, cfgvalid[2] 10000 [ 43.308605] smart_log_deinit: Smart logging Disabled [ 43.346909] set TXBF_SND_PERIOD: value 100 wmi_status 0 [ 43.433518] Disconnect_timeout value entered:10 [ 43.444542] reconfiguration_timeout value entered:60 [ 43.745851] br-lan: port 1(eth1) entered forwarding state [ 43.750351] br-lan: port 1(eth1) entered forwarding state [ 43.756013] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 43.902227] wlan_vap_create : enter. devhandle=0xccd00500, opmode=IEEE80211_M_HOSTAP, flags=0x1 [ 43.910043] send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = 94:83:c4:xx:xx:xx: [ 43.919172] ieee80211_mbo_vattach:MBO Initialized [ 43.923806] ieee80211_oce_vattach: OCE Initialized [ 43.928955] wlan_vap_create : exit. devhandle=0xccd00500, vap=0xcab90000, opmode=IEEE80211_M_HOSTAP, flags=0x1. [ 43.938816] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 43.945373] Enabling TX checksum bit for the vap ath0 features 4000 [ 43.951748] Enabling SG bit for the vap ath0 features 4000 [ 43.957275] Enabling SG bit for the vap ath0 features 4000 [ 43.962775] Enabling TSO bit for the vap ath0 features 4000 [ 43.968480] Enabling LRO bit for the vap ath0 features 4000 [ 43.976910] VAP device ath0 created osifp: (cab8b500) os_if: (cab90000) [ 44.021045] siwfreq [ 44.022147] Set freq vap 0 stop send + cab90000 [ 44.026997] Set freq vap 0 stop send -cab90000 [ 44.055768] Set wait done --cab90000 [ 44.184709] [DEBUG] vap-0(ath0):set SIOC80211NWID, 12 characters [ 44.210808] [ 44.210808] DES SSID SET=GL-B1300-532 [ 44.916021] ieee80211_ioctl_siwmode: imr.ifm_active=131712, new mode=3, valid=1 [ 44.986441] DEVICE IS DOWN ifname=ath0 [ 44.989403] DEVICE IS DOWN ifname=ath0 [ 45.256255] Sending SCAN START cmd [ 45.260226] 8021q: adding VLAN 0 to HW filter on device ath0 [ 45.493122] device ath0 entered promiscuous mode [ 45.496869] br-lan: port 2(ath0) entered forwarding state [ 45.502150] br-lan: port 2(ath0) entered forwarding state [ 45.745749] br-lan: port 1(eth1) entered forwarding state qcawifi: enable radio wifi1 [ 45.919939] [ol_ath_iw_setcountry][1832] *p=55, *(p+1)=53 [ 45.924329] isCountryCodeValid: EEPROM regdomain 0x0 [ 45.929531] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 [ 45.936555] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4) flags 0xa0 [ 45.943165] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x8) flags 0xc0 [ 45.950388] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x20) flags 0xd0 [ 45.957256] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x40) flags 0x150 [ 45.963997] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x800) flags 0x10080 [ 45.971578] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2000) flags 0x20080 [ 45.978886] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x4000) flags 0x40080 [ 45.986402] Add VHT80 channel: 5210 [ 45.989513] Add VHT80 channel: 5290 [ 45.992985] Add VHT80 channel: 5530 [ 45.996721] Add VHT80 channel: 5610 [ 45.999929] Add VHT80 channel: 5690 [ 46.003403] Add VHT80 channel: 5775 [ 46.007139] Skipping VHT80 channel 5825 [ 46.010686] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100 [ 46.018601] ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100 [ 46.028008] freq=58 [ 46.029162] freq=106 [ 46.031415] freq=122 [ 46.033671] freq=138 [ 46.064869] wmi_dbg_cfg_send: mod[0]00000000 dbgcfg00000000 cfgvalid[0] 00000000 cfgvalid[1] 00000000, cfgvalid[2] 10000 [ 46.081490] smart_log_deinit: Smart logging Disabled [ 46.137360] set TXBF_SND_PERIOD: value 100 wmi_status 0 [ 46.182443] Disconnect_timeout value entered:10 [ 46.192402] reconfiguration_timeout value entered:60 [ 46.492632] wlan_vap_create : enter. devhandle=0xcbb40500, opmode=IEEE80211_M_HOSTAP, flags=0x1 [ 46.501347] send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = 94:83:c4:xx:xx:xx: [ 46.509815] ieee80211_mbo_vattach:MBO Initialized [ 46.514280] ieee80211_oce_vattach: OCE Initialized [ 46.519528] wlan_vap_create : exit. devhandle=0xcbb40500, vap=0xc9450000, opmode=IEEE80211_M_HOSTAP, flags=0x1. [ 46.529269] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 46.535847] Enabling TX checksum bit for the vap ath1 features 4000 [ 46.542130] Enabling SG bit for the vap ath1 features 4000 [ 46.547803] Enabling SG bit for the vap ath1 features 4000 [ 46.553241] Enabling TSO bit for the vap ath1 features 4000 [ 46.558941] Enabling LRO bit for the vap ath1 features 4000 [ 46.566929] VAP device ath1 created osifp: (ca91e500) os_if: (c9450000) [ 46.597384] siwfreq [ 46.598488] Set freq vap 0 stop send + c9450000 [ 46.603215] Set freq vap 0 stop send -c9450000 [ 46.635813] Set wait done --c9450000 [ 46.816394] [DEBUG] vap-0(ath1):set SIOC80211NWID, 15 characters [ 46.821418] [ 46.821418] DES SSID SET=GL-B1300-532-5G [ 47.415888] ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1 [ 47.456320] DEVICE IS DOWN ifname=ath1 [ 47.459298] DEVICE IS DOWN ifname=ath1 [ 47.495726] br-lan: port 2(ath0) entered forwarding state [ 47.706774] Sending SCAN START cmd [ 47.711725] 8021q: adding VLAN 0 to HW filter on device ath1 [ 47.939510] device ath1 entered promiscuous mode [ 47.943182] br-lan: port 3(ath1) entered forwarding state [ 47.948619] br-lan: port 3(ath1) entered forwarding state [ 48.631789] send_vdev_down_cmd_non_tlv for vap 0 [ 48.635651] OL vap_start + [ 48.638172] VDEV START [ 48.640480] OL vap_start - [ 48.643187] ol_ath_vap_set_param: Now supported MGMT RATE is 1000(kbps) and rate code: 0x43 [ 48.823534] ol_vdev_start_resp_ev for vap 0 (cc660000) [ 48.827695] send_wmm_update_cmd_non_tlv: [ 48.831754] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 48.838640] send_vdev_up_cmd_non_tlv for vap 0 [ 48.843047] Beacon mode set to staggered. Cannot enable FD [ 48.848497] __ieee80211_smart_ant_init: Smart Antenna is not supported [ 49.945744] br-lan: port 3(ath1) entered forwarding state [ 55.069051] send_vdev_down_cmd_non_tlv for vap 0 [ 55.073391] OL vap_start + [ 55.075418] VDEV START [ 55.077758] OL vap_start - [ 55.080474] ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3 [ 55.255697] ol_vdev_start_resp_ev for vap 0 (cc33e000) [ 55.259900] send_wmm_update_cmd_non_tlv: [ 55.264243] su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 [ 55.270849] send_vdev_up_cmd_non_tlv for vap 0 [ 55.275285] Beacon mode set to staggered. Cannot enable FD [ 55.280695] __ieee80211_smart_ant_init: Smart Antenna is not supported BusyBox v1.25.1 (2019-01-10 15:04:51 CST) built-in shell (ash) MM NM MMMMMMM M M $MMMMM MMMMM MMMMMMMMMMM MMM MMM MMMMMMMM MM MMMMM. MMMMM:MMMMMM: MMMM MMMMM MMMM= MMMMMM MMM MMMM MMMMM MMMM MMMMMM MMMM MMMMM' MMMM= MMMMM MMMM MM MMMMM MMMM MMMM MMMMNMMMMM MMMM= MMMM MMMMM MMMMM MMMM MMMM MMMMMMMM MMMM= MMMM MMMMMM MMMMM MMMM MMMM MMMMMMMMM MMMM= MMMM MMMMM, NMMMMMMMM MMMM MMMM MMMMMMMMMMM MMMM= MMMM MMMMMM MMMMMMMM MMMM MMMM MMMM MMMMMM MMMM= MMMM MM MMMM MMMM MMMM MMMM MMMM MMMM MMMM$ ,MMMMM MMMMM MMMM MMM MMMM MMMMM MMMM MMMM MMMMMMM: MMMMMMM M MMMMMMMMMMMM MMMMMMM MMMMMMM MMMMMM MMMMN M MMMMMMMMM MMMM MMMM MMMM M MMMMMMM M M M --------------------------------------------------------------- For those about to rock... (Chaos Calmer, r48067) --------------------------------------------------------------- root@GL-B1300:/#


CTRL-A Z for help | 115200 8N1 | NOR | Minicom 2.7.1 | VT102 | Offline | ttyUSB0 Format: Log Type - Time(microsec) - Message - Optional Info Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.1.1-00117 S - IMAGE_VARIANT_STRING=DAABANAZA S - OEM_IMAGE_VERSION_STRING=CRM S - Boot Config, 0x00000021 S - Reset status Config, 0x00000000 S - Core 0 Frequency, 0 MHz B - 261 - PBL, Start B - 1338 - bootable_media_detect_entry, Start B - 1678 - bootable_media_detect_success, Start B - 1692 - elf_loader_entry, Start B - 5068 - auth_hash_seg_entry, Start B - 7209 - auth_hash_seg_exit, Start B - 578928 - elf_segs_hash_verify_entry, Start B - 696420 - PBL, End B - 696444 - SBL1, Start B - 787185 - pm_device_init, Start D - 7 - pm_device_init, Delta B - 788709 - boot_flash_init, Start D - 54302 - boot_flash_init, Delta B - 847154 - boot_config_data_table_init, Start D - 3839 - boot_config_data_table_init, Delta - (419 Bytes) B - 854363 - clock_init, Start D - 7586 - clock_init, Delta B - 866447 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:0,Subtype:0 B - 869860 - sbl1_ddr_set_params, Start B - 874957 - cpr_init, Start D - 2 - cpr_init, Delta B - 879339 - Pre_DDR_clock_init, Start D - 5 - Pre_DDR_clock_init, Delta D - 13175 - sbl1_ddr_set_params, Delta B - 893075 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 963259 - sbl1_wait_for_ddr_training, Start D - 27 - sbl1_wait_for_ddr_training, Delta B - 978804 - Image Load, Start D - 140750 - QSEE Image Loaded, Delta - (274048 Bytes) B - 1119983 - Image Load, Start D - 1439 - SEC Image Loaded, Delta - (2048 Bytes) B - 1130402 - Image Load, Start D - 213294 - APPSBL Image Loaded, Delta - (436535 Bytes) B - 1344094 - QSEE Execution, Start D - 60 - QSEE Execution, Delta B - 1350339 - SBL1, End D - 655972 - SBL1, Delta S - Flash Throughput, 2006 KB/s (713050 Bytes, 355296 us) S - DDR Frequency, 537 MHz U-Boot 2012.07 [Chaos Calmer 15.05.1,r35193] (Apr 13 2018 - 13:54:46) smem ram ptable found: ver: 1 len: 3 DRAM: 256 MiB machid : 0x8010000 NAND: SF: Detected MX25L25635E with page size 4 KiB, total 32 MiB ipq_spi: page_size: 0x100, sector_size: 0x1000, size: 0x2000000 32 MiB MMC: In: serial Out: serial Err: serial machid: 8010000 flash_type: 0 Net: MAC0 addr:e4:95:6e:xx:xx:xx PHY ID1: 0x4d PHY ID2: 0xd0b1 ipq40xx_ess_sw_init done eth0 Hit "gl" key to stop booting: 0 SF: Detected MX25L25635E with page size 4 KiB, total 32 MiB Checking calibration status... Device have calibrated,checking test status... Device haven tested, checking MAC info... Device have MAC info, starting firmware... eth0 PHY0 Down Speed :10 Half duplex eth0 PHY1 Down Speed :10 Half duplex eth0 PHY2 Down Speed :10 Half duplex eth0 PHY3 Down Speed :10 Half duplex eth0 PHY4 Down Speed :10 Half duplex ping failed; host 192.168.1.2 is not alive eth0 PHY0 Down Speed :10 Half duplex eth0 PHY1 Down Speed :10 Half duplex eth0 PHY2 Down Speed :10 Half duplex eth0 PHY3 Down Speed :10 Half duplex eth0 PHY4 Down Speed :10 Half duplex ping failed; host 192.168.1.2 is not alive eth0 PHY0 Down Speed :10 Half duplex eth0 PHY1 Down Speed :10 Half duplex eth0 PHY2 up Speed :1000 Full duplex eth0 PHY3 Down Speed :10 Half duplex eth0 PHY4 up Speed :1000 Full duplex Using eth0 device ping failed; host 192.168.1.2 is not alive SF: Detected MX25L25635E with page size 4 KiB, total 32 MiB ## Booting kernel from FIT Image at 84000000 ... Using 'config@1' configuration Trying 'kernel@1' kernel subimage Description: ARM OpenWrt Linux-4.14.171 Type: Kernel Image Compression: gzip compressed Data Start: 0x840000e4 Data Size: 2889600 Bytes = 2.8 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: f4cbe47f Hash algo: sha1 Hash value: 1c0a50ac078ef7fc35846df574c94cec0ea4ba0b Verifying Hash Integrity ... crc32+ sha1+ OK ## Flattened Device Tree from FIT Image at 84000000 Using 'config@1' configuration Trying 'fdt@1' FDT blob subimage Description: ARM OpenWrt glinet_gl-b1300 device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x842c19a0 Data Size: 15967 Bytes = 15.6 KiB Architecture: ARM Hash algo: crc32 Hash value: d12da5ca Hash algo: sha1 Hash value: a5f89b40e7ffbda6cbd75030354664b5fb6a175d Verifying Hash Integrity ... crc32+ sha1+ OK Booting using the fdt blob at 0x842c19a0 Uncompressing Kernel Image ... OK Loading Device Tree to 86ff9000, end 86fffe5e ... OK ipq: fdt fixup unable to find compatible node Using machid 0x8010000 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.14.171 (builder@buildhost) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r10947-65030d81f3)) #0 SMP Thu Feb 27 21:05:12 2020 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: GL.iNet GL-B1300 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] random: get_random_bytes called from 0xc09008d0 with crng_init=0 [ 0.000000] percpu: Embedded 15 pages/cpu s29388 r8192 d23860 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 64512 [ 0.000000] Kernel command line: rootfsname=rootfs rootwait [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Memory: 249936K/260096K available (4453K kernel code, 146K rwdata, 692K rodata, 1024K init, 236K bss, 10160K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xd0800000 - 0xff800000 ( 752 MB) [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc07594f8 (5446 kB) [ 0.000000] .init : 0xc0900000 - 0xc0a00000 (1024 kB) [ 0.000000] .data : 0xc0a00000 - 0xc0a24b80 ( 147 kB) [ 0.000000] .bss : 0xc0a26000 - 0xc0a61018 ( 237 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] arch_timer: cp15 timer(s) running at 48.00MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb11fd3bfb, max_idle_ns: 440795203732 ns [ 0.000008] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns [ 0.000022] Switching to timer-based delay loop, resolution 20ns [ 0.000243] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000261] pid_max: default: 32768 minimum: 301 [ 0.000400] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000417] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001031] CPU: Testing write buffer coherency: ok [ 0.001727] Setting up static identity map for 0x80300000 - 0x80300060 [ 0.001872] Hierarchical SRCU implementation. [ 0.002532] smp: Bringing up secondary CPUs ... [ 0.005305] smp: Brought up 1 node, 4 CPUs [ 0.005323] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.005331] CPU: All CPU(s) started in SVC mode. [ 0.009161] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.009329] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.009352] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.009549] pinctrl core: initialized pinctrl subsystem [ 0.010500] NET: Registered protocol family 16 [ 0.010795] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.011810] cpuidle: using governor ladder [ 0.011855] cpuidle: using governor menu [ 0.028834] usbcore: registered new interface driver usbfs [ 0.028899] usbcore: registered new interface driver hub [ 0.028977] usbcore: registered new device driver usb [ 0.029023] pps_core: LinuxPPS API ver. 1 registered [ 0.029034] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.029058] PTP clock support registered [ 0.030265] clocksource: Switched to clocksource arch_sys_counter [ 0.031112] NET: Registered protocol family 2 [ 0.031806] TCP established hash table entries: 2048 (order: 1, 8192 bytes) [ 0.031846] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) [ 0.031895] TCP: Hash tables configured (established 2048 bind 2048) [ 0.032003] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.032039] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.032227] NET: Registered protocol family 1 [ 0.033221] No memory allocated for crashlog [ 0.033405] workingset: timestamp_bits=30 max_order=16 bucket_order=0 [ 0.036740] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.036756] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.041862] io scheduler noop registered [ 0.041882] io scheduler deadline registered (default) [ 0.044485] bam-dma-engine 8e04000.dma: num-channels unspecified in dt [ 0.044503] bam-dma-engine 8e04000.dma: num-ees unspecified in dt [ 0.045179] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.045260] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.045330] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.045402] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.045617] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.047381] msm_serial 78af000.serial: msm_serial: detected port #0 [ 0.047430] msm_serial 78af000.serial: uartclk = 1843200 [ 0.047485] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 25, base_baud = 115200) is a MSM [ 0.047513] msm_serial: console setup on port #0 [ 0.553706] console [ttyMSM0] enabled [ 0.558601] msm_serial: driver initialized [ 0.566034] loop: module loaded [ 0.567149] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 0.570182] m25p80 spi0.0: mx25l25635e (32768 Kbytes) [ 0.576324] 9 fixed-partitions partitions found on MTD device spi0.0 [ 0.581201] Creating 9 MTD partitions on "spi0.0": [ 0.587624] 0x000000000000-0x000000040000 : "SBL1" [ 0.592880] 0x000000040000-0x000000060000 : "MIBIB" [ 0.597557] 0x000000060000-0x0000000c0000 : "QSEE" [ 0.602371] 0x0000000c0000-0x0000000d0000 : "CDT" [ 0.607149] 0x0000000d0000-0x0000000e0000 : "DDRPARAMS" [ 0.611969] 0x0000000e0000-0x0000000f0000 : "APPSBLENV" [ 0.616973] 0x0000000f0000-0x000000170000 : "APPSBL" [ 0.622206] 0x000000170000-0x000000180000 : "ART" [ 0.627381] 0x000000180000-0x000002000000 : "firmware" [ 0.632307] 2 fit-fw partitions found on MTD device firmware [ 0.636480] Creating 2 MTD partitions on "firmware": [ 0.642328] 0x000000000000-0x0000002d0000 : "kernel" [ 0.647903] 0x0000002c5d30-0x000001e80000 : "rootfs" [ 0.652734] mtd: device 10 (rootfs) set to be root filesystem [ 0.657312] 1 squashfs-split partitions found on MTD device rootfs [ 0.662811] 0x000000590000-0x000001e80000 : "rootfs_data" [ 0.670054] libphy: ipq40xx_mdio: probed [ 0.705117] ESS reset ok! [ 0.738107] ESS reset ok! [ 1.170655] libphy: Fixed MDIO Bus: probed [ 1.270397] i2c /dev entries driver [ 1.301208] NET: Registered protocol family 10 [ 1.303103] Segment Routing with IPv6 [ 1.304650] NET: Registered protocol family 17 [ 1.308340] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.313058] 8021q: 802.1Q VLAN Support v1.8 ý[ 1.341080] VFS: Mounted root (squashfs filesystem) readonly on device 31:10. [ 1.342659] Freeing unused kernel memory: 1024K [ 1.447355] random: fast init done [ 2.547175] init: Console is alive [ 2.547411] init: - watchdog - [ 4.739391] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 5.065035] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 5.065117] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 5.069715] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f665 hci version 0x100 quirks 0x0000000002010010 [ 5.077111] xhci-hcd xhci-hcd.0.auto: irq 94, io mem 0x08a00000 [ 5.087189] hub 1-0:1.0: USB hub found [ 5.092360] hub 1-0:1.0: 1 port detected [ 5.096393] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 5.100169] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 5.105500] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 5.113182] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 5.120366] hub 2-0:1.0: USB hub found [ 5.128010] hub 2-0:1.0: 1 port detected [ 5.131909] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 5.135596] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 5.141122] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x0000000002010010 [ 5.148484] xhci-hcd xhci-hcd.1.auto: irq 95, io mem 0x06000000 [ 5.158405] hub 3-0:1.0: USB hub found [ 5.163755] hub 3-0:1.0: 1 port detected [ 5.167813] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 5.171634] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 [ 5.176903] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 5.184562] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 5.191548] hub 4-0:1.0: USB hub found [ 5.199417] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19) [ 5.204734] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 5.220676] init: - preinit - [ 5.765378] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 5.765460] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 5.783525] random: procd: uninitialized urandom read (4 bytes read) Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 9.253659] jffs2: notice: (145) jffs2_build_xattr_subsystem: complete building xattr subsystem, 8 of xdatum (3 unchecked, 5 orphan) and 74 of xref (5 dead, 1 orphan) found. [ 9.270803] mount_root: switching to jffs2 overlay [ 9.291321] overlayfs: upper fs does not support tmpfile. [ 9.424806] urandom-seed: Seeding with /etc/urandom.seed [ 9.651412] random: crng init done [ 9.898837] procd: - early - [ 9.898974] procd: - watchdog - [ 10.591671] procd: - watchdog - [ 10.594602] procd: - ubus - [ 10.754636] procd: - init - Please press Enter to activate this console. [ 11.439165] urngd: v1.0.2 started. [ 11.496122] kmodloader: loading kernel modules from /etc/modules.d/* [ 11.508907] tun: Universal TUN/TAP device driver, 1.6 [ 11.557637] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 11.565059] Loading modules backported from Linux version v4.19.98-0-gd183c8e2647a [ 11.565094] Backport generated by backports.git v4.19.98-1-0-g8204eb99 [ 11.574126] ip_tables: (C) 2000-2006 Netfilter Core Team [ 11.583398] nf_conntrack version 0.5.0 (4096 buckets, 16384 max) [ 11.654794] wireguard: WireGuard 0.0.20190702 loaded. See www.wireguard.com for information. [ 11.654837] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 11.678811] xt_time: kernel timezone is -0000 [ 11.706749] PPP generic driver version 2.4.2 [ 11.708256] NET: Registered protocol family 24 [ 11.910911] ath10k_ahb a000000.wifi: Direct firmware load for ath10k/fwcfg-ahb-a000000.wifi.txt failed with error -2 [ 11.910956] ath10k_ahb a000000.wifi: Falling back to user helper [ 12.051961] firmware ath10k!fwcfg-ahb-a000000.wifi.txt: firmware_loading_store: map pages failed [ 12.057984] ath10k_ahb a000000.wifi: Direct firmware load for ath10k/QCA4019/hw1.0/ct-firmware-5.bin failed with error -2 [ 12.059832] ath10k_ahb a000000.wifi: Falling back to user helper [ 12.162478] firmware ath10k!QCA4019!hw1.0!ct-firmware-5.bin: firmware_loading_store: map pages failed [ 12.162860] ath10k_ahb a000000.wifi: Direct firmware load for ath10k/QCA4019/hw1.0/ct-firmware-2.bin failed with error -2 [ 12.170725] ath10k_ahb a000000.wifi: Falling back to user helper [ 12.262338] firmware ath10k!QCA4019!hw1.0!ct-firmware-2.bin: firmware_loading_store: map pages failed [ 12.262721] ath10k_ahb a000000.wifi: Direct firmware load for ath10k/QCA4019/hw1.0/firmware-6.bin failed with error -2 [ 12.270601] ath10k_ahb a000000.wifi: Falling back to user helper [ 12.331848] firmware ath10k!QCA4019!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed [ 12.927133] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003900ff sub 0000:0000 [ 12.927182] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 12.938784] ath10k_ahb a000000.wifi: firmware ver 10.4b-ct-4019-fW-012-17ba98334 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,tx rate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 8f2e0e09 [ 13.031691] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:16 crc32 e2dfaa91 [ 14.341621] ath10k_ahb a000000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 14.341666] ath10k_ahb a000000.wifi: msdu-desc: 2500 skid: 32 [ 14.379062] ath10k_ahb a000000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 14.379442] ath10k_ahb a000000.wifi: wmi print 'free: 56528 iram: 23400 sram: 32520' [ 14.480697] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1 [ 14.772535] ath10k_ahb a800000.wifi: Direct firmware load for ath10k/fwcfg-ahb-a800000.wifi.txt failed with error -2 [ 14.772589] ath10k_ahb a800000.wifi: Falling back to user helper [ 15.125643] firmware ath10k!fwcfg-ahb-a800000.wifi.txt: firmware_loading_store: map pages failed [ 15.132758] ath10k_ahb a800000.wifi: Direct firmware load for ath10k/QCA4019/hw1.0/ct-firmware-5.bin failed with error -2 [ 15.133517] ath10k_ahb a800000.wifi: Falling back to user helper [ 15.203162] firmware ath10k!QCA4019!hw1.0!ct-firmware-5.bin: firmware_loading_store: map pages failed [ 15.203456] ath10k_ahb a800000.wifi: Direct firmware load for ath10k/QCA4019/hw1.0/ct-firmware-2.bin failed with error -2 [ 15.211456] ath10k_ahb a800000.wifi: Falling back to user helper [ 15.276611] firmware ath10k!QCA4019!hw1.0!ct-firmware-2.bin: firmware_loading_store: map pages failed [ 15.276974] ath10k_ahb a800000.wifi: Direct firmware load for ath10k/QCA4019/hw1.0/firmware-6.bin failed with error -2 [ 15.284960] ath10k_ahb a800000.wifi: Falling back to user helper [ 15.351783] firmware ath10k!QCA4019!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed [ 15.352045] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003900ff sub 0000:0000 [ 15.359671] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 15.372482] ath10k_ahb a800000.wifi: firmware ver 10.4b-ct-4019-fW-012-17ba98334 api 5 features mfp,peer-flow-ctrl,txstatus-noack,wmi-10.x-CT,ratemask-CT,regdump-CT,tx rate-CT,flush-all-CT,pingpong-CT,ch-regs-CT,nop-CT,set-special-CT,tx-rc-CT,cust-stats-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT,wmi-bcn-rc-CT crc32 8f2e0e09 [ 15.428552] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:17 crc32 e2dfaa91 [ 16.738784] ath10k_ahb a800000.wifi: 10.4 wmi init: vdevs: 16 peers: 48 tid: 96 [ 16.738836] ath10k_ahb a800000.wifi: msdu-desc: 2500 skid: 32 [ 16.774760] ath10k_ahb a800000.wifi: wmi print 'P 48/48 V 16 K 144 PH 176 T 186 msdu-desc: 2500 sw-crypt: 0 ct-sta: 0' [ 16.775442] ath10k_ahb a800000.wifi: wmi print 'free: 56528 iram: 23400 sram: 32520' [ 16.876148] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 32 raw 0 hwcrypto 1 [ 17.000897] kmodloader: done loading kernel modules from /etc/modules.d/* [ 21.308148] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 21.308222] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 21.365613] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 21.366952] ess_edma c080000.edma: eth1: GMAC Link is up with phy_speed=1000 [ 21.371539] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready [ 22.147004] pppoe-wan: renamed from ppp0 [ 27.810472] device pppoe-wan entered promiscuous mode BusyBox v1.30.1 () built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt 19.07.2, r10947-65030d81f3 -----------------------------------------------------


Space for additional notes, links to forum threads or other resources.

  • ...
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/02/12 11:13
  • by 127.0.0.1