ASUS RT-AC58U / RT-ACRH13 / RT-AC1300UHP

There were multiple reports of instability under load, likely due to 128 MB RAM being insufficient for two “ath10k” radios.

Prior to 19.07, using the non-“ct” ath10k drivers and firmware could improve stability (default was kmod-ath10k-ct).

19.07 is now using kmod-ath10k-ct-smallbuffers by default, with many reporting no issues for this device.

There are issues configuring vlans from LuCI for ipq40xx boards, please edit /etc/config/network directly.

The ASUS RT-AC58U V2 and V3 models have different soc and should be considered as a different device.

RT-AC58U (global), RT-ACRH13 (US), and RT-AC1300UHP (global) share the same FCC ID MSQ-RTACRH00 and almost identical hardware. The first two are the same device while RT-AC1300UHP features more RAM.

Furthermore, the RT-AC58U exists in a variant equipped with the Qualcomm Atheros IPQ 4018 SoC and a variant equipped with the very similar Qualcomm Atheros IPQ4019 SoC and otherwise identical hardware.

If you have any of these versions of the device, follow the installation instructions below and use the same AC58U images.

These installation instructions are based on the original ones at https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=87c42101cfb001b4bd418d1201fa4d8c822dc77b, written by the author of the OpenWrt port for the Asus RT-AC58U.

  1. Open the case of the router, as described in the Opening the case section.
  2. Connect a serial cable, as described in the Serial section. This requires soldering a pin header on the router PCB.
  3. Connect an Ethernet cable to one of the four LAN-ports (yellow).
  4. Open a serial terminal program and connect to the port used for the serial connection to the router.
  5. Power on the router. The serial terminal will show the bootloader messages and after a few seconds will come to a menu with several options. Select here option #1 for loading a new firmware into RAM. The selection has to be done within 3 seconds, otherwise the router will continue its normal startup; in case of missing this short timeout, just restart the router.
  6. At this point, the router will try to connect to a tftp server on the computer for downloading the initial firmware image. First it asks for a few parameters for configuring the connection: the router's IP address (192.168.1.1, default value), the computer's IP address (default is 192.168.1.70, should be changed to the actual address) and the filename of the firmware image (the .itb file in the table above).
  7. Then the transfer starts, also indicated by the blinking of one of the LEDs. Wait until the LED stops blinking. At this point OpenWrt is running, but it is only stored in the router's RAM, so it will disappear after a reboot. The next steps will do a proper flashing.
  8. Copy over the final firmware image via scp (the default IP address of the router is 192.168.1.1 and there is no password for root):
     scp openwrt-...-sysupgrade.bin root@192.168.1.1:/tmp 

    where the .bin file is the one in the table above.

  9. Connect to the router via ssh as root:
     ssh root@192.168.1.1 

    and simply hit Enter when asked for the password.

  10. Delete the “jffs2” ubi partition to make room for the new root partition:
     ubirmvol /dev/ubi0 --name=jffs2 
  11. Finally, install OpenWrt to flash:
     sysupgrade -v /tmp/openwrt-...-sysupgrade.bin 

    using the same .bin filename as above. This will automatically reboot the router - into OpenWrt!

  1. Warning: Back up your wifi calibration data before starting, following these instructions. If you don't, you might lose wifi capabilities on your router.
  2. Go to Zyxmon's AC58U builds page and download the XXX-squashfs-flash-factory.trx file.
  3. On the router, go to Administration → Firmware Upgrade (or probably http://192.168.1.1/Advanced_FirmwareUpgrade_Content.asp).
  4. Upload the file and wait until the router has rebooted into OpenWrt.
  5. Delete jffs2 partition by using SSH on 192.168.1.1, login as root/no password and enter umount /mnt/ubi0_5 (in case the partition is mounted) and then ubirmvol /dev/ubi0 -N jffs2
  6. Go back to browser 192.168.1.1 click login (without a password) and proceed to http://192.168.1.1/cgi-bin/luci/admin/system/flashops.
  7. Get the latest OpenWrt from the top on this page (XXX-squashfs-sysupgrade.bin) and flash it. Make sure to uncheck 'Keep settings.'
  8. You now have a fully working AC58U router on OpenWrt.

Detailed info is available here: http://lede-ac58u.zyxmon.org/HowToFlashENG.html

Works with Windows AND MAC

To go back to factory firmware you need to remove ubi volumes that are different in OpenWrt and stock. After the router reboots, U-Boot bootloader will automatically restore the stock partitions and enter recovery mode. To delete ubi volumes we will use sysupgrade script with -F (force) flag and junk firmware. In this case sysupgrade will remove three volumes linux, rootfs and rootfs_data. Since we use a junk file as a firmware, sysupgrade will not be able to calculate new volumes sizes and will reboot router. To avoid bootloop we will remove linux2 volume wich is a copy of linux volume.

  1. (WINDOWS) Download and install the latest ASUS Firmware Restoration Tool from here (click Show All at utilities) and download the latest router firmware from here.
  2. (MAC) Visit the App Store and get the free “Asus Firmware Restoration Tool”
  3. Connect the router to your computer with a cable. If you don't get an IP address via DHCP, try performing a reset on the router and setting a manual IP address with:
    IP address:  192.168.1.10
    subnet mask: 255.255.255.0
    router:      192.168.1.1
  4. Connect to the router via ssh as root:
    ssh root@192.168.1.1

    and enter your password when asked for it.

  5. Write
    ubirmvol /dev/ubi0 -N linux2

    and press enter to delete the volume.

  6. After this, write
    sysupgrade -F /bin/busybox

    and press enter. The router will now be in recovery/rescue mode.

  7. Run the restoration tool.
  8. Select the firmware we downloaded and click Upload. The file should start uploading immediately. If it doesn't upload, reboot the router and try again. Be patient, the restoration might take some time. (If you are on a computer with multiple network devices, i.e. wireless card + NIC, you may have to disable all but the active interface.)
  9. The router should reboot and you should be back on the ASUS firmware.

The device has two flash chips: mx25l1606e (2048 Kbytes), 64 KiB erase size, which apparently contains the bootloader and some other data, which takes only first 1536 KiB of chip, and Winbond W25N01GV 128MiB 3.3V NAND SLC flash, erase size 128 KiB, page size 2048, OOB size: 64. Flash layout is different in factory firmware and OpenWrt

Factory firmware flash layout

The NOR flash is not partitioned, when viewed from original firmware and simply represented as single partition, taking entire device.

Asus RT-AC58U NOR flash, on spi0.0
Device Name EBs Size Offset
mtd0 Bootloader 32 2048 KiB 0x000000-0x200000

The NAND flash is taken by UBI volume manager entirely, and virtual mtd devices are created:

Asus RT-AC58U NAND flash, on spi0.1
MTD UBI Name Size
mtd1 - UBI_DEV 128 MiB
mtd2 ubi0_0 nvram 372 KiB
mtd3 ubi0_1 Factory 124 KiB
mtd4 ubi0_2 Factory2 124 KiB
mtd5 ubi0_3 linux 49228 KiB
mtd6 - rootfs 47169.6 KiB
mtd7 ubi0_4 linux2 49228 KiB
mtd8 - rootfs2 47169.6 KiB

The mtd devices are aliases for correspondent ubi devices, listed in following table:

Asus RT-AC58U UBI volumes, Factory FW
Device Name LEBs Size
ubi0_0 nvram 3 372.0 KiB
ubi0_1 Factory 1 124.0 KiB
ubi0_2 Factory2 1 124.0 KiB
ubi0_3 linux 397 48.1 MiB
ubi0_4 linux2 397 48.1 MiB
ubi0_5 jffs2 181 21.9 MiB

OpenWrt flash layout

Meanwhile, OpenWrt has the NOR flash partitioned in same way, as in the bootloader:

Asus RT-AC58U NOR flash, on spi0.0
Device Name EBs Size Offset
mtd0 SBL1 4 256 KiB 0x000000-0x040000
mtd1 MIBIB 2 128 KiB 0x040000-0x060000
mtd2 QSEE 6 384 KiB 0x060000-0x0c0000
mtd3 CDT 1 64 KiB 0x0c0000-0x0d0000
mtd4 DDRPARAMS 1 64 KiB 0x0d0000-0x0e0000
mtd5 APPSBLENV 1 64 KiB 0x0e0000-0x0f0000
mtd6 APPSBL 8 512 KiB 0x0f0000-0x170000
mtd7 ART 1 64 KiB 0x170000-0x180000

Last 512 KiB remain unpartitioned and empty.

While the NAND flash is taken by UBI volume manager entirely, as in factory firmware, but virtual mtd devices for ubi volumes are not created:

Asus RT-AC58U NAND SLC 128 MiB, EB 128 KiB, on spi0.1
Device Name EBs Size Offset
mtd8 UBI_DEV 1024 128 MiB 0x0000000-0x8000000
Asus RT-AC58U UBI volumes, 124 KiB per logical erase block
Device Name LEBs Size
ubi0_0 nvram 3 372.0 KiB
ubi0_1 Factory 1 124.0 KiB
ubi0_2 Factory2 1 124.0 KiB
ubi0_3 linux 18 2.1 MiB
ubi0_4 linux2 397 48.0 MiB
ubi0_5 rootfs 22 2.6 MiB
ubi0_6 rootfs_data 558 67.5 MiB

The generic upgrade instructions work well with the Asus RT-AC58U, see generic.sysupgrade to understand what are the available options, how to back-up and how to restore the current configuration and the installed packages. Briefly, the following methods can be used.

  • Browse to System ⇒ Backup / Flash Firmware
  • Upload the sysupgrade image file
  • Wait for reboot

Alternatively, if a GUI (LuCI) is not available, the upgrade can be done via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important to save the firmware image file on the ramdisk (/tmp) before flashing. In the commands below, replace the dummy links with the correct download link from the table under Installation.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/releases/.../targets/ipq40xx/generic/openwrt-...-sysupgrade.bin
sysupgrade -v /tmp/openwrt-...-sysupgrade.bin

mtd

Under special circumstances or if the above methods do not work, another possibility is to use the mtd command.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/releases/.../targets/ipq40xx/generic/openwrt-...-sysupgrade.bin
mtd write /tmp/openwrt-...-sysupgrade.bin linux && reboot

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 to 4) 192.168.1.1/24
eth1 WAN port DHCP
wlan0 WiFi b/g/n Disabled
wlan1 WiFi a/n/ac Disabled

The names in the “Port” column are the Ethernet ports as labeled on the unit. The numbers in the “Switch port” column are the port numbers of the integrated switch, as seen by the swconfig command. The switch has an additional port, numbered 0, connected to the router CPU.

Port Switch port
Internet (WAN) 5
LAN 1 4
LAN 2 3
LAN 3 2
LAN 4 1

When it comes to VLAN configuration, there is one important quirk on IPQ40xx boards in general and this device in particular. Like in many routers, the “internet” port is located on the same switch as the “lan” ports and separated using VLAN. However, the corresponding device (eth1) and VLAN mapping (vid 2) are hard-coded at driver level (see the thread linked above). Thus, port 5 (internet) cannot be re-mapped and is hidden from LuCi. If you start adding more VLANs in LuCi, it will destroy the important mapping for the internet port described earlier since port 5 does not exist on the device for LuCi, which will render eth1 inaccessible and thus no connectivity on this port. That means if you wish to use VLAN on the device, you have to configure it manually in /etc/config/network. The following declaration should be present by default:

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

Here is an example that maps each LAN port to a different VLAN:

# this is the VLAN mapping for the internet port
config switch_vlan
	option device 'switch0'
	option vlan '1'
	option vid '2'
	option ports '0t 5'

# map the port labeled as "1" on the device to VLAN 42
config device
	option type '8021q'
	option ifname 'eth0'
	option vid '42'
	option name 'eth0.42'

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

# map the port labeled as "2" on the device to VLAN 22
config device
	option type '8021q'
	option ifname 'eth0'
	option vid '22'
	option name 'eth0.22'

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

# map the port labeled as "3" on the device to VLAN 21

config device
	option type '8021q'
	option ifname 'eth0'
	option vid '21'
	option name 'eth0.21'

config switch_vlan 'eth0_21'
	option device 'switch0'
	option vlan '2'
	option vid '21'
	option ports '0t 2'

# map the port labeled as "4" on the device to VLAN 11

config device
	option type '8021q'
	option ifname 'eth0'
	option vid '11'
	option name 'eth0.11'

config switch_vlan
	option device 'switch0'
	option vlan '5'
	option vid '11'
	option ports '0t 1'

After adding the entries above, you can create interfaces that consume these devices, add firewall zones, etc. as described in the VLAN tutorials.

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 Asus RT-AC58U has the following buttons:

BUTTON Event
Reset reset
WPS wps

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Note: This will void your warranty!

  • Remove the 4 rubber feet; there is a screw under each of them
  • Remove the 4 screws; this partially releases the top cover of the router
  • The top cover is still held in place by 2 plastic clips, at the middle of each of the long edges; it is a little flexible and can be fully released by lifting one of the short edges and slightly bending the whole cover by pushing the long edges towards each other

Main PCB:

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

How to connect to the Serial Port of this specific device:

The serial port operates at a voltage level of 3.3 V, so only use something like an USB-to-serial adapter that can provide 3.3 V. Using a standard serial cable or an USB-to-serial adapter that provides 5 V will likely damage the serial port on the router.

Only the GND, Rx and Tx pins need to be connected.

Serial connection parameters
for Asus RT-AC58U
115200, 8N1

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-00110 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 - 5069 - auth_hash_seg_entry, Start B - 7210 - auth_hash_seg_exit, Start B - 578514 - elf_segs_hash_verify_entry, Start B - 694672 - PBL, End B - 694695 - SBL1, Start B - 784967 - pm_device_init, Start D - 7 - pm_device_init, Delta B - 786492 - boot_flash_init, Start D - 54284 - boot_flash_init, Delta B - 844919 - boot_config_data_table_init, Start D - 3838 - boot_config_data_table_init, Delta - (419 Bytes) B - 852127 - clock_init, Start D - 7555 - clock_init, Delta B - 864182 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:1,Subtype:0 B - 867595 - sbl1_ddr_set_params, Start B - 872692 - cpr_init, Start D - 2 - cpr_init, Delta B - 877075 - Pre_DDR_clock_init, Start D - 5 - Pre_DDR_clock_init, Delta D - 13177 - sbl1_ddr_set_params, Delta B - 890808 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 960725 - sbl1_wait_for_ddr_training, Start D - 27 - sbl1_wait_for_ddr_training, Delta B - 975821 - Image Load, Start D - 138340 - QSEE Image Loaded, Delta - (268920 Bytes) B - 1114589 - Image Load, Start D - 1441 - SEC Image Loaded, Delta - (2048 Bytes) B - 1125002 - Image Load, Start D - 229158 - APPSBL Image Loaded, Delta - (468675 Bytes) B - 1354558 - QSEE Execution, Start D - 60 - QSEE Execution, Delta B - 1360805 - SBL1, End D - 668189 - SBL1, Delta S - Flash Throughput, 2006 KB/s (740062 Bytes, 368753 us) S - DDR Frequency, 537 MHz U-Boot 2012.07-06802-ge44cc30 [local,local] (Apr 12 2017 - 17:24:25) RT-AC58U bootloader version: 1.0.0.5 smem ram ptable found: ver: 1 len: 3 ASUS RT-AC58U gpio init : wps / reset pin DRAM: 128 MiB machid : 0x8010100 Maximum malloc length: 4096 KBytes mem_malloc_start/brk/end: 0x86ee0000/86ee0000/872f0000 Relocation offset: 0 NAND: spi_nand: spi_nand_flash_probe SF NAND ID 0:ef:aa:21 SF: Detected W25N01GV with page size 2 KiB, total 128 MiB SF: Detected MX25L1605D with page size 4 KiB, total 2 MiB ipq_spi: page_size: 0x100, sector_size: 0x1000, size: 0x200000 130 MiB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial name : offset size 0:SBL1 : 00000000 00040000 0:MIBIB : 00040000 00020000 0:QSEE : 00060000 00060000 0:CDT : 000c0000 00010000 0:DDRPARAMS : 000d0000 00010000 0:APPSBLENV : 000e0000 00010000 0:APPSBL : 000f0000 00080000 0:ART : 00170000 00010000 machid: 8010100 flash_type: 0 Creating 1 MTD partitions on "nand1": 0x00000000-0x08000000 : "mtd=0" UBI: attaching mtd2 to ubi0 UBI: physical eraseblock size: 131072 bytes (128 KiB) UBI: logical eraseblock size: 126976 bytes UBI: smallest flash I/O unit: 2048 UBI: VID header offset: 2048 (aligned 2048) UBI: data offset: 4096 UBI: max. sequence number: 384 UBI: attached mtd2 to ubi0 UBI: MTD device name: "mtd=0" UBI: MTD device size: 128 MiB UBI: number of good PEBs: 1024 UBI: number of bad PEBs: 0 UBI: number of corrupted PEBs: 0 UBI: max. allowed volumes: 128 UBI: wear-leveling threshold: 4096 UBI: number of internal volumes: 1 UBI: number of user volumes: 6 UBI: available PEBs: 30 UBI: total number of reserved PEBs: 994 UBI: number of PEBs reserved for bad PEB handling: 10 UBI: max/mean erase counter: 21/0 UBI: image sequence number: 426148197 UBI: vol_id reserved_pebs alignment data_pad vol_type usable_leb_size used_ebs used_bytes last_eb_bytes corrupted upd_marker name_len name UBI: 0 3 1 0 dynamic 1f000 3 5d000 1f000 0 0 5 nvram UBI: 1 1 1 0 dynamic 1f000 1 1f000 1f000 0 0 7 Factory UBI: 2 1 1 0 dynamic 1f000 1 1f000 1f000 0 0 8 Factory2 UBI: 3 18d 1 0 dynamic 1f000 18d 3013000 1f000 0 0 5 linux UBI: 4 18d 1 0 dynamic 1f000 18d 3013000 1f000 0 0 6 linux2 UBI: 5 b5 1 0 dynamic 1f000 b5 15eb000 1f000 0 0 5 jffs2 UBI: 7fffefff 2 1 0 dynamic 1f000 2 3e000 2 0 0 d layout volume Read 0x1f000 bytes from volume [Factory] offset 0x0 to 86ec0ce0 EEPROM set 0: OK (version 15) Read 0x1f000 bytes from volume [Factory2] offset 0x0 to 86ec0ce0 EEPROM set 1: OK (version 15) Read 0x1f000 bytes from volume [Factory] offset 0x0 to 86ee2f58 Select EEPROM set 0 at offset 0x0. Please choose the operation: 1: Load System code to SDRAM via TFTP. 2: Load System code then write to Flash via TFTP. 3: Boot System code via Flash (default). 4: Entr boot command line interface. 7: Load Boot Loader code then write to Flash via Serial. 9: Load Boot Loader code then write to Flash via TFTP. 0 3: Boot System code via Flash (default). RT-AC58U bootloader version: 1.0.0.5 MAC Address: xx:xx:xx:xx:xx:xx Read 0x40 bytes from volume [linux] offset 0x0 to 84000000 FIT/FDT format image found at 0x84000000, size 0x016f0938 Read 0x16f0978 bytes from volume [linux] offset 0x0 to 84000000 ## Booting kernel from FIT Image at 84000000 ... Using 'config@1' configuration Trying 'kernel@1' kernel subimage Description: ARM OpenWrt Linux-3.0 Type: Kernel Image Compression: lzma compressed Data Start: 0x840000e0 Data Size: 2094300 Bytes = 2 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: 28687a71 ## Loading init Ramdisk from FIT Image at 84000000 ... Using 'config@1' configuration Trying 'rootfs@1' ramdisk subimage Description: Root File System Type: RAMDisk Image Compression: lzma compressed Data Start: 0x841ff69c Data Size: 21924106 Bytes = 20.9 MiB Architecture: ARM Hash algo: crc32 Hash value: dbeff659 ## Flattened Device Tree from FIT Image at 84000000 Using 'config@1' configuration Trying 'fdt@1' FDT blob subimage Description: ARM OpenWrt qcom-ipq40xx-ap.dkxx device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x856e80a4 Data Size: 34175 Bytes = 33.4 KiB Architecture: ARM Hash algo: crc32 Hash value: db893700 Hash algo: sha1 Hash value: 8a1d44bb71c536ad38d793af0a7851f0e2bd2fef Booting using the fdt blob at 0x856e80a4 Read 0x28 bytes from volume [linux2] offset 0x0 to 86edfc38 Copy firmware from c009b000 to c30ae000, length 16f0978 0x16f0978 bytes written to volume linux2 Uncompressing Kernel Image ... OK Loading Device Tree to 86ed4000, end 86edf57e ... OK Using machid 0x8010100 from environment Starting kernel ... Booting Linux on physical CPU 0x0 Linux version 3.14.77 (barton@localhost.localdomain) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 SMP PREEMPT Mon Aug 6 17:27:22 CST 2018 CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache Machine model: Qualcomm Technologies, Inc. IPQ40xx/AP-DK01.1-C2 Memory policy: Data cache writealloc PERCPU: Embedded 8 pages/cpu @c7ccb000 s8576 r8192 d16000 u32768 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32000 Kernel command line: root_rfs=0x001ff69c flash_type=norplusnand ubi.mtd=UBI_DEV clk_ignore_unused PID hash table entries: 512 (order: -1, 2048 bytes) Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) Memory: 121540K/129024K available (3950K kernel code, 199K rwdata, 1156K rodata, 172K init, 601K bss, 7484K reserved, 0K highmem) Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) vmalloc : 0xc8800000 - 0xff000000 ( 872 MB) lowmem : 0xc0000000 - 0xc8000000 ( 128 MB) pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) modules : 0xbf000000 - 0xbfe00000 ( 14 MB) .text : 0xc0208000 - 0xc0704c7c (5108 kB) .init : 0xc0705000 - 0xc0730180 ( 173 kB) .data : 0xc0732000 - 0xc0763e8c ( 200 kB) .bss : 0xc0763e8c - 0xc07fa4d4 ( 602 kB) SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 Preemptible hierarchical RCU implementation. NR_IRQS:16 nr_irqs:16 16 Architected cp15 timer(s) running at 48.00MHz (virt). sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 2863311552512ns Switching to timer-based delay loop Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) CPU: Testing write buffer coherency: ok CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 Setting up static identity map for 0x80213380 - 0x802133d8 CPU1: Booted secondary processor CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 CPU2: Booted secondary processor CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 CPU3: Booted secondary processor CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 Brought up 4 CPUs SMP: Total of 4 processors activated (384.00 BogoMIPS). CPU: All CPU(s) started in SVC mode. VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 pinctrl core: initialized pinctrl subsystem regulator-dummy: no parameters NET: Registered protocol family 16 DMA: preallocated 2048 KiB pool for atomic coherent allocations cpuidle: using governor ladder cpuidle: using governor menu hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 3 hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 1 hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 2 hw-breakpoint: CPU 1 failed to disable vector catch hw-breakpoint: Debug register access (0xee003e17) caused undefined instruction on CPU 0 Version Rollback Feature Disabled sps:sps is ready. bio: create slab <bio-0> at 0 SCSI subsystem initialized msm_bus_fabric_init_driver msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus4096 ctx1 msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus1024 ctx1 Switched to clocksource arch_sys_counter NET: Registered protocol family 2 TCP established hash table entries: 1024 (order: 0, 4096 bytes) TCP bind hash table entries: 1024 (order: 1, 8192 bytes) TCP: Hash tables configured (established 1024 bind 1024) TCP: reno registered UDP hash table entries: 256 (order: 1, 8192 bytes) UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) NET: Registered protocol family 1 hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver, 5 counters available futex hash table entries: 1024 (order: 4, 65536 bytes) squashfs: version 4.0 (2009/01/31) Phillip Lougher msgmni has been set to 237 Key type asymmetric registered Asymmetric key parser 'x509' registered io scheduler noop registered io scheduler deadline registered (default) tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 tcsr 1953000.ess_tcsr: setting ess interface select = 0 tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled msm_serial 78af000.serial: msm_serial: detected port #0 msm_serial 78af000.serial: uartclk = 1843200 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 139, base_baud = 115200) is a MSM msm_serial: console setup on port #0 console [ttyMSM0] enabled msm_serial: driver initialized msm_serial_hsl_init: driver initialized msm_serial_hs module loaded qca_serial_hs module loaded brd: module loaded sps: BAM device 0x07884000 is not registered yet. sps:BAM 0x07884000 is registered. sps:BAM 0x07884000 (va:0xc8f40000) enabled: ver:0x19, number of pipes:12 m25p80 spi0.0: found mx25l1606e, expected n25q128a11 m25p80 spi0.0: mx25l1606e (2048 Kbytes) Creating 1 MTD partitions on "msm-nor0": 0x000000000000-0x000000200000 : "Bootloader" IMQ driver loaded successfully. (numdevs = 2, numqueues = 1) Hooking IMQ after NAT on PREROUTING. Hooking IMQ before NAT on POSTROUTING. libphy: ipq40xx_mdio: probed ipq40xx-mdio 90000.mdio: ipq40xx-mdio driver was registered PPP generic driver version 2.4.2 PPP Deflate Compression module registered PPP MPPE Compression module registered NET: Registered protocol family 24 PPTP driver version 0.8.5 i2c /dev entries driver requesting memory region failed nand: device found, Manufacturer ID: 0xef, Chip ID: 0xaa nand: Winbond W25N01GV 128MiB 3.3V nand: 128MiB, SLC, page size: 2048, OOB size: 64 Scanning device for bad blocks random: nonblocking pool is initialized 1 ofpart partitions found on MTD device spi0.1 Creating 1 MTD partitions on "spi0.1": 0x000000000000-0x000008000000 : "UBI_DEV" nf_conntrack version 0.5.0 (1899 buckets, 7596 max) xt_time: kernel timezone is -0000 gre: GRE over IPv4 demultiplexor driver ip_tables: (C) 2000-2006 Netfilter Core Team arp_tables: (C) 2002 David S. Miller TCP: cubic registered NET: Registered protocol family 10 ip6_tables: (C) 2000-2006 Netfilter Core Team NET: Registered protocol family 17 l2tp_core: L2TP core driver, V2.0 l2tp_ppp: PPPoL2TP kernel driver, V2.0 l2tp_netlink: L2TP netlink interface 8021q: 802.1Q VLAN Support v1.8 Registering SWP/SWPB emulation handler regulator-dummy: disabling UBI: attaching mtd1 to ubi0 UBI: scanning is finished UBI: attached mtd1 (name "UBI_DEV", size 128 MiB) to ubi0 UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 UBI: VID header offset: 2048 (aligned 2048), data offset: 4096 UBI: good PEBs: 1024, bad PEBs: 0, corrupted PEBs: 0 UBI: user volume: 6, internal volumes: 1, max. volumes count: 128 UBI: max/mean erase counter: 23/1, WL threshold: 4096, image sequence number: 426148197 UBI: available PEBs: 20, total reserved PEBs: 1004, PEBs reserved for bad PEB handling: 20 UBI: background thread "ubi_bgt0d" started, PID 69 gluebi_create: Hook read/write method of Factory. gluebi_create: Hook read/write method of Factory2. [Factory-0]: OK (ver: 15) [Factory2-0]: OK (ver: 15) Select [Factory-0] Creating 1 MTD partitions on "linux": 0x0000001ff69c-0x000003013000 : "rootfs" mtd: device 6 (rootfs) set to be root filesystem Creating 1 MTD partitions on "linux2": 0x0000001ff69c-0x000003013000 : "rootfs2" gluebi_create: skip jffs2 volume clk: Not disabling unused clocks ^@^@VFS: Mounted root (squashfs filesystem) readonly on device 31:6. Freeing unused kernel memory: 172K (c0705000 - c0730000) offset 0x0 elapse 570ms 1: set_action 0 Hit ENTER for console... firmware version: 3.0.0.4.380_8375-g87dc83c bootloader version: RT-AC58U-01-00-00-05 firmware version: 3.0.0.4 [1 init:init_nvram +17] init_nvram for model(62) set_basic_ifname_vars: WAN eth0 LAN eth1 2G ath0 5G ath1 USB usb AP_LAN eth1 DW_WAN (null) DW_LAN eth2 force_dwlan 0, sw_mode 1 wan_ifnames: eth0 num_of_mssid_support(0x0089): [mssid] support [3] mssid 1: check_action 0 1: set_action 7 1: set_action 0 get_wan_mac_name: Define WAN MAC address for model 62 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 0 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! hotplug net INTERFACE=eth0 ACTION=add hotplug net INTERFACE=eth1 ACTION=add get_lan_mac_name: Define LAN MAC address for model 62 get_wan_mac_name: Define WAN MAC address for model 62 config_switch(0x01a3): link down all ports config_ipq40xx_LANWANPartition: LAN/WAN/WANS_LAN portmask 0000001e/00000020/00000000 SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. SSDK Init OK! operate done. config_switch(0x01e8): ISP Profile/STB: none/0 config_switch(0x0313): link up wan port(s) bled: GPIO#1: netdev eth0. bled: GPIO#2: netdev eth1. bled: GPIO#58: netdev ath0. bled: GPIO#5: netdev ath1. bled: GPIO#0: USB BUS mask c. mem_manager: module license 'unspecified' taints kernel. Disabling lock debugging due to kernel taint __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 (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 *********** 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 c57804c0 __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[3683] Get Caldata for wifi0. qc98xx_verify_checksum: flash checksum passed: 0xc991 ol_transfer_bin_file 3749: 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 -1085571556 ath10k_ahb a000000.wifi: Direct firmware load failed with error 0 ath10k_ahb a000000.wifi: Falling back to user helper ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully ol_transfer_bin_file 3546: downloading file 0, Download data len 4680 First OTP send param 8000 ol_ath_download_firmware :First OTP download and Execute is good address:0x4000 return param 4660 ol_ath_download_firmware:##Board Id 16 , CHIP Id 0 ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 wifi0: Selecting board data file name boardData_1_0_IPQ4019_Y9803_wifi0.bin ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_Y9803_wifi0.bin ath10k_ahb a000000.wifi: Direct firmware load failed with error 0 ath10k_ahb a000000.wifi: Falling back to user helper ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully ol_transfer_bin_file 3546: 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 -1085571556 ath10k_ahb a000000.wifi: Direct firmware load failed with error 0 ath10k_ahb a000000.wifi: Falling back to user helper ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully ol_transfer_bin_file 3546: 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 -1085571556 ath10k_ahb a000000.wifi: Direct firmware load failed with error 0 ath10k_ahb a000000.wifi: Falling back to user helper 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: Direct firmware load failed with error 0 ath10k_ahb a000000.wifi: Falling back to user helper ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully Swap: bytes_left to copy: fw:16; dma_page:102441 Swap: wrong length read:0 ol_swap_wlan_memory_expansion: Swap total_bytes copied: 159703 Target address 417230 scn=c57804c0 target_write_addr=417230 seg_info=c5f92c10 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: Direct firmware load failed with error 0 ath10k_ahb a000000.wifi: Falling back to user helper ath10k_ahb a000000.wifi: Firmware loaded from user helper succesfully ol_transfer_bin_file 3546: downloading file 1, Download data len 366516 ol_target_init() Download FW done. ol_ath_attach() WMI attached. wmi_handle c79dc000 wmi_unified_register_event_handler: Event id 62 is unavailable +htc_create .. HIF :c56c8000-htc_create: (0xc7015800) htc_wmi_init() HT Create . c7015800 htc_wmi_init 7534 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:0xc56cc578hif_completion_thread_startup: pipe_num:3 pipe_info:0xc56cc650hif_completion_thread_startup: pipe_num:4 pipe_info:0xc56cc698 -HWT Startup Mode-0 set <=== cfg max peer id 544 ====> htt_peer_map_timer_init Enter pdev c48a0000 hrtimer c48a4888 htt_alloc_peer_map_mem : Alloc Success : host q vaddr c5424000 paddr 85424000 htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from c4520000 Firmware_Build_Number:61 FW wireless modes: 0x680c num_rf_chain:0x00000002 ht_cap_info:0x0000085b vht_cap_info:0x339959b2 vht_supp_mcs:0x0000fffa btcoex_support 0, wlan_prio_gpio 0, coex_gpio_pin 0 0 0 wmi_service_coex_gpio 1, 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 = 146, 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 147 ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 147 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 147 ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 147 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 0x844ec000 chunk 1 len 54272 requested , ptr 0x84510000 chunk 2 len 217088 requested , ptr 0x84580000 chunk 3 len 109368 requested , ptr 0x845c0000 chunk 4 len 107520 requested , ptr 0x845e0000 chunk 5 len 6144 requested , ptr 0x844ea000 chunk 6 len 300468 requested , ptr 0x84600000 ol_ath_service_ready_event[4265] WAPI MBSSID 2 Version = 16777216 3 status = 0 ol_ath_connect_htc() WMI is ready target uses HTT version 2.2; host uses 2.2 htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 0 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 ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0 ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150 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 Resmgr Init-ed ieee80211_bsteering_attach: Band steering initialized acfg_attach: 2884: Netlink socket created:c669a000 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_attach: called; ptr=c465198c, radar_info=c5fd1c10 dfs_attach: event log enabled by default >>>> CB Set (null) ol_ath_attach() UMAC attach . BURSTING enabled by default ol_ath_attach: Set global_ic[1] ..ptr:bf371dd8 ath_lowi_if_netlink_init LOWI Netlink successfully created osif_wrap_attach:441 osif wrap attached osif_wrap_devt_init:402 osif wrap dev table init done Wrap Attached: Wrap_com =c6691a00 ic->ic_wrap_com=c6691a00 &wrap_com->wc_devt=c6691a00 __ol_ath_attach: needed_headroom reservation 60 ol_ath_thermal_mitigation_attach: -- ol_ath_ahb_probe num_radios=0, wifi_radios[0].sc = c57804c0 wifi_radio_type = 2 ath_sysfs_diag_init: diag_fsattr *********** IPQ4019 *************hotplug net INTERFACE=wifi0 ACTION=add 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 c47804c0 __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[3683] Get Caldata for wifi1. qc98xx_verify_checksum: flash checksum passed: 0x 4b9 ol_transfer_bin_file 3749: 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 -1085571556 ath10k_ahb a800000.wifi: Direct firmware load failed with error 0 ath10k_ahb a800000.wifi: Falling back to user helper ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully ol_transfer_bin_file 3546: downloading file 0, Download data len 4680 First OTP send param 8000 ol_ath_download_firmware :First OTP download and Execute is good address:0x4400 return param 4660 ol_ath_download_firmware:##Board Id 17 , CHIP Id 0 ol_ath_download_firmware: BOARDDATA DOWNLOAD TO address 0xc0000 wifi1: Selecting board data file name boardData_1_0_IPQ4019_Y9803_wifi1.bin ol_transfer_bin_file: Board Data File download to address=0xc0000 file name=IPQ4019/hw.1/boardData_1_0_IPQ4019_Y9803_wifi1.bin ath10k_ahb a800000.wifi: Direct firmware load failed with error 0 ath10k_ahb a800000.wifi: Falling back to user helper ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully ol_transfer_bin_file 3546: 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 -1085571556 ath10k_ahb a800000.wifi: Direct firmware load failed with error 0 ath10k_ahb a800000.wifi: Falling back to user helper ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully ol_transfer_bin_file 3546: 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 -1085571556 ath10k_ahb a800000.wifi: Direct firmware load failed with error 0 ath10k_ahb a800000.wifi: Falling back to user helper 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: Direct firmware load failed with error 0 ath10k_ahb a800000.wifi: Falling back to user helper ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully Swap: bytes_left to copy: fw:16; dma_page:102441 Swap: wrong length read:0 ol_swap_wlan_memory_expansion: Swap total_bytes copied: 159703 Target address 417230 scn=c47804c0 target_write_addr=417230 seg_info=c467f910 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: Direct firmware load failed with error 0 ath10k_ahb a800000.wifi: Falling back to user helper [wifi0] FWLOG: [83745] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 ) [wifi0] FWLOG: [83745] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, ath10k_ahb a800000.wifi: Firmware loaded from user helper succesfully ol_transfer_bin_file 3546: downloading file 1, Download data len 366516 0x0 ) [wifi0] FWLOG: [83745] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) [wifi0] FWLOG: [83745] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 ) [wifi0] FWLOG: [83853] UNKNOWN 22:55 ( 0x3a, 0xa10, 0x160, 0x0, 0x12 ) ol_target_init() Download FW done. ol_ath_attach() WMI attached. wmi_handle c4770000 wmi_unified_register_event_handler: Event id 62 is unavailable +htc_create .. HIF :c4738000-htc_create: (0xc7011800) htc_wmi_init() HT Create . c7011800 htc_wmi_init 7534 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:0xc473c578hif_completion_thread_startup: pipe_num:3 pipe_info:0xc473c650hif_completion_thread_startup: pipe_num:4 pipe_info:0xc473c698 -HWT Startup Mode-0 set <=== cfg max peer id 544 ====> htt_peer_map_timer_init Enter pdev c3d60000 hrtimer c3d64888 htt_alloc_peer_map_mem : Alloc Success : host q vaddr c3dd8000 paddr 83dd8000 htt_alloc_peer_map_mem : Flush Interval Configured to 256 pkts ol_txrx_pdev_attach: 2500 tx desc's allocated ; range starts from c39e0000 Firmware_Build_Number:61 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 = 146, 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 147 ol_ath_alloc_host_mem_chunk req_id 1 idx 3 num_units 147 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 147 ol_ath_alloc_host_mem_chunk req_id 5 idx 6 num_units 147 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 0x839a4000 chunk 1 len 54272 requested , ptr 0x83a40000 chunk 2 len 217088 requested , ptr 0x83a80000 chunk 3 len 109368 requested , ptr 0x83a60000 chunk 4 len 107520 requested , ptr 0x83ac0000 chunk 5 len 6144 requested , ptr 0x83a50000 chunk 6 len 300468 requested , ptr 0x83b00000 ol_ath_service_ready_event[4265] WAPI MBSSID 2 Version = 16777216 3 status = 0 ol_ath_connect_htc() WMI is ready target uses HTT version 2.2; host uses 2.2 htt_h2t_frag_desc_bank_cfg_msg - HTT_H2T_MSG_TYPE_FRAG_DESC_BANK_CFG sent to FW for radio ID = 1 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 0x1f9001 (0x2) flags 0x2150 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 Add VHT80 channel: 5210 Add VHT80 channel: 5775 Skipping VHT80 channel 5825 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100 OL Resmgr Init-ed ieee80211_bsteering_attach: Band steering initialized acfg_attach: Offload using existing sock c669a000 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_attach: called; ptr=c3ab998c, radar_info=c5fd1c10 dfs_attach: event log enabled by default >>>> CB Set (null) ol_ath_attach() UMAC attach . BURSTING enabled by default ol_ath_attach: Set global_ic[2] ..ptr:bf371dd8 ath_lowi_if_netlink_init Incremented LOWI netlink ref count: 2 osif_wrap_attach:441 osif wrap attached osif_wrap_devt_init:402 osif wrap dev table init done Wrap Attached: Wrap_com =c5436800 ic->ic_wrap_com=c5436800 &wrap_com->wc_devt=c5436800 __ol_ath_attach: needed_headroom reservation 60 ol_ath_thermal_mitigation_attach: -- ol_ath_ahb_probe num_radios=1, wifi_radios[1].sc = c47804c0 wifi_radio_type = 2 ath_sysfs_diag_init: diag_fsattr ath_ol_pci: (Atheros/multi-bss) hotplug net INTERFACE=wifi1 ACTION=add isCountryCodeValid: EEPROM regdomain 0x0 ol_regdmn_init_channels: !avail mode 0x680c (0x2) flags 0x2150 ol_regdmn_init_channels: !avail mode 0x680c (0x1) flags 0x140 ol_regdmn_init_channels: !avail mode 0x680c (0x20) flags 0xd0 ol_regdmn_init_channels: !avail mode 0x680c (0x40) flags 0x150 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 isCountryCodeValid: EEPROM regdomain 0x0 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x2) flags 0x2150 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 [wifi0] FWLOG: [86484] UNKNOWN 22:55 ( 0x37, 0x199, 0x130, 0x0, 0x32 ) Add VHT80 channel: 5210 Add VHT80 channel: 5290 Add VHT80 channel: 5530 Skipping VHT80 channel 5580 Skipping VHT80 channel 5660 Skipping VHT80 channel 5680 Skipping VHT80 channel 5700 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x200000) flags 0x4000100 ol_regdmn_init_channels: !avail mode 0x1f9001 (0x400000) flags 0x8000100 freq=58 freq=106 Switching to Tx Mode-1 Threshold 280 [wifi1] FWLOG: [86074] WAL_DBGID_TX_AC_BUFFER_SET ( 0x3, 0x1e, 0x94c, 0x94c, 0x0 ) [wifi1] FWLOG: [86074] WAL_DBGID_TX_AC_BUFFER_SET ( 0x12, 0x1e, 0x94c, 0x94c, 0x0 ) [wifi1] FWLOG: [86074] WAL_DBGID_TX_AC_BUFFER_SET ( 0x45, 0x1e, 0x94c, 0x94c, 0x0 ) [wifi1] FWLOG: [86074] WAL_DBGID_TX_AC_BUFFER_SET ( 0x67, 0x1e, 0x94c, 0x94c, 0x0 ) [wifi1] FWLOG: [86171] UNKNOWN 22:55 ( 0x3a, 0xa10, 0x160, 0x10, 0x0 ) [wifi1] FWLOG: [86577] UNKNOWN 22:55 ( 0x37, 0x199, 0x130, 0x30, 0x0 ) init_wl(0x0470): init_wl:create wi node init_wl(0x0481): create a wifi node ath0 from wifi0 wlan_vap_create : enter. devhandle=0xc57804c0, opmode=IEEE80211_M_HOSTAP, flags=0x1 send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = 0c:9d:92:b4:49:a8: ieee80211_mbo_vattach:MBO Initialized ieee80211_oce_vattach: OCE Initialized wlan_vap_create : exit. devhandle=0xc57804c0, vap=0xc5738000, opmode=IEEE80211_M_HOSTAP, flags=0x1. __ieee80211_smart_ant_init: Smart Antenna functions are not registered !!! 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: (c71cb4c0) os_if: (c5738000) ath0 hotplug net INTERFACE=ath0 ACTION=add Switching to Tx Mode-1 Threshold 280 init_wl(0x0481): create a wifi node ath1 from wifi1 wlan_vap_create : enter. devhandle=0xc47804c0, opmode=IEEE80211_M_HOSTAP, flags=0x1 send_vdev_create_cmd_non_tlv: ID = 0 Type = 1, Subtype = 0 VAP Addr = 0c:9d:92:b4:49:ac: ieee80211_mbo_vattach:MBO Initialized ieee80211_oce_vattach: OCE Initialized wlan_vap_create : exit. devhandle=0xc47804c0, vap=0xc3400000, opmode=IEEE80211_M_HOSTAP, flags=0x1. __ieee80211_smart_ant_init: Smart Antenna functions are not registered !!! 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: (c71cdcc0) os_if: (c3400000) ath1 hotplug net INTERFACE=ath1 ACTION=add 1: check_action 0 *** ubifs: 0, 5, 22982656 / # start_logger: update_lan_state(lan_, 0, 0) start_lan: setting up the bridge br0 hotplug net INTERFACE=br0 ACTION=add _ifconfig: name=eth1 flags=1243 IFUP addr=(null) netmask=(null) start_lan: setting MAC of br0 bridge to xx:xx:xx:xx:xx:xx _ifconfig: name=br0 flags=1243 IFUP addr=192.168.1.1 netmask=255.255.255.0 gen qca config mac_filter[0] = 0 gen qca config mac_filter[0] = 0 _ifconfig: name=ath0 flags=0000 addr=(null) netmask=(null) _ifconfig: name=ath1 flags=0000 addr=(null) netmask=(null) siwfreq Set freq vap 0 stop send + c5738000 Set freq vap 0 stop send -c5738000 Set wait done --c5738000 List Flushed siwfreq Set freq vap 0 stop send + c3400000 Set freq vap 0 stop send -c3400000 Set wait done --c3400000 _ifconfig: name=lo flags=1043 IFUP addr=127.0.0.1 netmask=255.0.0.0 route_manip: cmd=ADD name=lo addr=127.0.0.0 netmask=255.0.0.0 gateway=0.0.0.0 metric=0 update_lan_state(lan_, 2, 0) nat_rule: stop_nat_rules 1. stop_nat_rules: apply the redirect_rules! start_lan 1944 # wanduck: Got LAN(-1) information: # Enable direct rule wanduck(1): SIM or modem is pulled off. [1 init:start_dnsmasq +39] begin [1 init:stop_dnsmasq +39] begin [1 init:stop_dnsmasq +39] end [1 init:start_dnsmasq +39] end get_lan_mac_name: Define LAN MAC address for model 62 start_lan_port(0) 1 TZ watchdog decomp: fname=/var/lib/misc/rstats-speed.gz decomp: gzip -dc /var/lib/misc/rstats-speed.gz > /var/tmp/rstats-uncomp != 0 load: speed_count = 0 load: read source= save_path= load_history: fname=/var/lib/misc/rstats-history.gz decomp: fname=/var/lib/misc/rstats-history.gz decomp: gzip -dc /var/lib/misc/rstats-history.gz > /var/tmp/rstats-uncomp != 0 decomp: fname=/var/lib/misc/rstats-history.gz decomp: gzip -dc /var/lib/misc/rstats-history.gz > /var/tmp/rstats-uncomp != 0 load_history: load failed disk_monitor: starting... disk_monitor: day=1, week=6, time=0:0. disk_monitor: decide if scan the target... disk_monitor: 0: wait_second=86400... disk_monitor: 1: wait_second=86400... disk_monitor: wait_second=86400... disk_monitor: Pause... get_lan_mac_name: Define LAN MAC address for model 62 reinit_sfe:WAN: unit -1,0 type 4 nat_x 1 qos 0: action 1. start_wan: start_wan_if(0)! [1 init:start_wan_if +40] unit=0. update_wan_state(wan0_, 0, 0) convert_wan_nvram(wan0_) get_wan_mac_name: Define WAN MAC address for model 62 ** wan_ifname: eth0 is NOT UP _ifconfig: name=eth0 flags=1043 IFUP addr=(null) netmask=(null) update_wan_state(wan0_, 1, 0) start_wan_if(0x0744): ifup:eth0 _ifconfig: name=eth0 flags=1043 IFUP addr=(null) netmask=(null) start_wan_if(0x0748): start auth:0 start_auth:: done start_wan_if(0x0752): start udhcpc:eth0, 0 [1 init:start_udhcpc +40] unit=0. start_wan_if(): End. udhcpc_wan:: deconfig _ifconfig: name=eth0 flags=1043 IFUP addr=0.0.0.0 netmask=(null) wan_down(eth0) wan_down(eth0): . stop_auth:: done route_manip: cmd=DEL name=eth0 addr=0.0.0.0 netmask=0.0.0.0 gateway=(null) metric=0 update_wan_state(wan0_, 3, 0) update_wan_state(wan0_, 4, 3) udhcpc:: deconfig done [Mastiff]init get_lan_mac_name: Define LAN MAC address for model 62 start_usb insmod dakota usb module.... 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 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 su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 vap-0(ath0):set SIOC80211NWID, 10 characters DES SSID SET=ASUS_A8_2G send_wmm_update_cmd_non_tlv: send_wmm_update_cmd_non_tlv: send_wmm_update_cmd_non_tlv: send_wmm_update_cmd_non_tlv: Sending SCAN START cmd wmi_dbg_cfg_send: mod[0]00000000 dbgcfg50000000 cfgvalid[0] 00000000 cfgvalid[1] 00000000 [wifi0] FWLOG: [96864] WAL_DBGID_DEV_RESET ( 0xc01d, 0x3c9 ) [wifi0] FWLOG: [96918] WAL channel change freq=2412, mode=1 flags=0 rx_ok=1 tx_ok=1 ieee80211_ioctl_siwmode: imr.ifm_active=131712, new mode=3, valid=1 ol_scan_unregister_event_handler: Failed to unregister evhandler=bf2c8e44 arg=c4680000 osif_vap_stop: Scan in progress.. Cancelling it. vap: 0xc5738000 send_vdev_down_cmd_non_tlv for vap 0 (c79dc000) DEVICE IS DOWN ifname=ath0 DEVICE IS DOWN ifname=ath0 Sending SCAN START cmd 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 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 su bfee 1 mu bfee 0 su bfer 1 mu bfer 1 impl bf 0 sounding dim 1 vap-0(ath1):set SIOC80211NWID, 10 characters DES SSID SET=ASUS_A8_5G send_wmm_update_cmd_non_tlv: send_wmm_update_cmd_non_tlv: send_wmm_update_cmd_non_tlv: send_wmm_update_cmd_non_tlv: Sending SCAN START cmd wmi_dbg_cfg_send: mod[0]00000000 dbgcfg50000000 cfgvalid[0] 00000000 cfgvalid[1] 00000000 ieee80211_ioctl_siwmode: imr.ifm_active=66176, new mode=3, valid=1 ol_scan_unregister_event_handler: Failed to unregister evhandler=bf2c8e44 arg=c3ae0000 osif_vap_stop: Scan in progress.. Cancelling it. vap: 0xc3400000 send_vdev_down_cmd_non_tlv for vap 0 (c4770000) DEVICE IS DOWN ifname=ath1 DEVICE IS DOWN ifname=ath1 Sending SCAN START cmd WARNING: Running kernel does not match configured kernel headers the driver was built with! The driver needs to be rebuilt with the correct kernel headers! [wifi1] FWLOG: [98553] WAL_DBGID_DEV_RESET ( 0xc01d, 0x3c9 ) [wifi1] FWLOG: [98620] WAL channel change freq=5180, mode=0 flags=0 rx_ok=1 tx_ok=1 siwfreq Set freq vap 0 stop send + c5738000 ol_scan_unregister_event_handler: Failed to unregister evhandler=bf2c8e44 arg=c4680000 osif_vap_acs_cancel: Scan in progress.. Cancelling it vap: 0xc5738000 send_vdev_down_cmd_non_tlv for vap 0 (c79dc000) Set freq vap 0 stop send -c5738000 Set wait done --c5738000 Sending SCAN START cmd siwfreq Set freq vap 0 stop send + c3400000 ol_scan_unregister_event_handler: Failed to unregister evhandler=bf2c8e44 arg=c3ae0000 osif_vap_acs_cancel: Scan in progress.. Cancelling it vap: 0xc3400000 send_vdev_down_cmd_non_tlv for vap 0 (c4770000) Set freq vap 0 stop send -c3400000 Set wait done --c3400000 Sending SCAN START cmd xhci-hcd xhci-hcd.0.auto: ## USB3 port 0/1 addr(ca450430) s1(000002a0) --> (000002a0) hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19) [1 init:init_main +46] recv signal 14 from pid [1:/sbin/init] (from user) send_vdev_down_cmd_non_tlv for vap 0 (c79dc000) mlme_create_infra_bss : Overriding HT40 channel with HT20 channel 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 (c79dc000) send_wmm_update_cmd_non_tlv: 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 0 (c79dc000) __ieee80211_smart_ant_init: Smart Antenna functions are not registered !!! send_vdev_down_cmd_non_tlv for vap 0 (c4770000) OL vap_start + VDEV START OL vap_start - ol_ath_vap_set_param: Now supported MGMT RATE is 6000(kbps) and rate code: 0x3 ol_vdev_start_resp_ev for vap 0 (c4770000) send_wmm_update_cmd_non_tlv: ol_if_dfs_configure: ETSI domain udhcpc_wan:: leasefail [1 init:init_main +53] recv signal 14 from pid [1:/sbin/init] (from user)


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-00110 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 - 5069 - auth_hash_seg_entry, Start B - 7211 - auth_hash_seg_exit, Start B - 578514 - elf_segs_hash_verify_entry, Start B - 694672 - PBL, End B - 694696 - SBL1, Start B - 784968 - pm_device_init, Start D - 7 - pm_device_init, Delta B - 786493 - boot_flash_init, Start D - 54289 - boot_flash_init, Delta B - 844926 - boot_config_data_table_init, Start D - 3838 - boot_config_data_table_init, Delta - (419 Bytes) B - 852134 - clock_init, Start D - 7564 - clock_init, Delta B - 864197 - CDT version:2,Platform ID:8,Major ID:1,Minor ID:1,Subtype:0 B - 867609 - sbl1_ddr_set_params, Start B - 872705 - cpr_init, Start D - 2 - cpr_init, Delta B - 877088 - Pre_DDR_clock_init, Start D - 5 - Pre_DDR_clock_init, Delta D - 13175 - sbl1_ddr_set_params, Delta B - 890818 - pm_driver_init, Start D - 2 - pm_driver_init, Delta B - 960550 - sbl1_wait_for_ddr_training, Start D - 27 - sbl1_wait_for_ddr_training, Delta B - 975714 - Image Load, Start D - 138233 - QSEE Image Loaded, Delta - (268920 Bytes) B - 1114374 - Image Load, Start D - 1436 - SEC Image Loaded, Delta - (2048 Bytes) B - 1124776 - Image Load, Start D - 229059 - APPSBL Image Loaded, Delta - (468675 Bytes) B - 1354232 - QSEE Execution, Start D - 60 - QSEE Execution, Delta B - 1360471 - SBL1, End D - 667855 - SBL1, Delta S - Flash Throughput, 2008 KB/s (740062 Bytes, 368547 us) S - DDR Frequency, 537 MHz U-Boot 2012.07-06802-ge44cc30 [local,local] (Apr 12 2017 - 17:24:25) RT-AC58U bootloader version: 1.0.0.5 smem ram ptable found: ver: 1 len: 3 ASUS RT-AC58U gpio init : wps / reset pin DRAM: 128 MiB machid : 0x8010100 Maximum malloc length: 4096 KBytes mem_malloc_start/brk/end: 0x86ee0000/86ee0000/872f0000 Relocation offset: 0 NAND: spi_nand: spi_nand_flash_probe SF NAND ID 0:ef:aa:21 SF: Detected W25N01GV with page size 2 KiB, total 128 MiB SF: Detected MX25L1605D with page size 4 KiB, total 2 MiB ipq_spi: page_size: 0x100, sector_size: 0x1000, size: 0x200000 130 MiB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial name : offset size 0:SBL1 : 00000000 00040000 0:MIBIB : 00040000 00020000 0:QSEE : 00060000 00060000 0:CDT : 000c0000 00010000 0:DDRPARAMS : 000d0000 00010000 0:APPSBLENV : 000e0000 00010000 0:APPSBL : 000f0000 00080000 0:ART : 00170000 00010000 machid: 8010100 flash_type: 0 Creating 1 MTD partitions on "nand1": 0x00000000-0x08000000 : "mtd=0" UBI: attaching mtd2 to ubi0 UBI: physical eraseblock size: 131072 bytes (128 KiB) UBI: logical eraseblock size: 126976 bytes UBI: smallest flash I/O unit: 2048 UBI: VID header offset: 2048 (aligned 2048) UBI: data offset: 4096 UBI: max. sequence number: 737 UBI: attached mtd2 to ubi0 UBI: MTD device name: "mtd=0" UBI: MTD device size: 128 MiB UBI: number of good PEBs: 1024 UBI: number of bad PEBs: 0 UBI: number of corrupted PEBs: 0 UBI: max. allowed volumes: 128 UBI: wear-leveling threshold: 4096 UBI: number of internal volumes: 1 UBI: number of user volumes: 7 UBI: available PEBs: 10 UBI: total number of reserved PEBs: 1014 UBI: number of PEBs reserved for bad PEB handling: 10 UBI: max/mean erase counter: 25/1 UBI: image sequence number: 426148197 UBI: vol_id reserved_pebs alignment data_pad vol_type usable_leb_size used_ebs used_bytes last_eb_bytes corrupted upd_marker name_len name UBI: 0 3 1 0 dynamic 1f000 3 5d000 1f000 0 0 5 nvram UBI: 1 1 1 0 dynamic 1f000 1 1f000 1f000 0 0 7 Factory UBI: 2 1 1 0 dynamic 1f000 1 1f000 1f000 0 0 8 Factory2 UBI: 3 11 1 0 dynamic 1f000 11 20f000 1f000 0 0 5 linux UBI: 4 18d 1 0 dynamic 1f000 18d 3013000 1f000 0 0 6 linux2 UBI: 5 16 1 0 dynamic 1f000 16 2aa000 1f000 0 0 6 rootfs UBI: 6 22f 1 0 dynamic 1f000 22f 43b1000 1f000 0 0 b rootfs_data UBI: 7fffefff 2 1 0 dynamic 1f000 2 3e000 2 0 0 d layout volume UBI volume [linux] size 20f000 smaller than 3013000! UBI error: do_ubi: available_pebs 10 < MIN_AVAILABLE_PEB 30 Latest UBI volumes layout. UBI: vol_id reserved_pebs alignment data_pad vol_type usable_leb_size used_ebs used_bytes last_eb_bytes corrupted upd_marker name_len name UBI: 0 3 1 0 dynamic 1f000 3 5d000 1f000 0 0 5 nvram UBI: 1 1 1 0 dynamic 1f000 1 1f000 1f000 0 0 7 Factory UBI: 2 1 1 0 dynamic 1f000 1 1f000 1f000 0 0 8 Factory2 UBI: 3 11 1 0 dynamic 1f000 11 20f000 1f000 0 0 5 linux UBI: 4 18d 1 0 dynamic 1f000 18d 3013000 1f000 0 0 6 linux2 UBI: 5 16 1 0 dynamic 1f000 16 2aa000 1f000 0 0 6 rootfs UBI: 6 22f 1 0 dynamic 1f000 22f 43b1000 1f000 0 0 b rootfs_data UBI: 7fffefff 2 1 0 dynamic 1f000 2 3e000 2 0 0 d layout volume Read 0x1f000 bytes from volume [Factory] offset 0x0 to 86ec0ce0 EEPROM set 0: OK (version 15) Read 0x1f000 bytes from volume [Factory2] offset 0x0 to 86ec0ce0 EEPROM set 1: OK (version 15) Read 0x1f000 bytes from volume [Factory] offset 0x0 to 86ee2f58 Select EEPROM set 0 at offset 0x0. Please choose the operation: 1: Load System code to SDRAM via TFTP. 2: Load System code then write to Flash via TFTP. 3: Boot System code via Flash (default). 4: Entr boot command line interface. 7: Load Boot Loader code then write to Flash via Serial. 9: Load Boot Loader code then write to Flash via TFTP. 0 3: Boot System code via Flash (default). RT-AC58U bootloader version: 1.0.0.5 MAC Address: xx:xx:xx:xx:xx:xx Read 0x40 bytes from volume [linux] offset 0x0 to 84000000 FIT/FDT format image found at 0x84000000, size 0x0020b2c8 Read 0x20b308 bytes from volume [linux] offset 0x0 to 84000000 ## Booting kernel from FIT Image at 84000000 ... Using 'config@1' configuration Trying 'kernel@1' kernel subimage Description: ARM OpenWrt Linux-4.14.63 Type: Kernel Image Compression: lzma compressed Data Start: 0x840000e4 Data Size: 2106716 Bytes = 2 MiB Architecture: ARM OS: Linux Load Address: 0x80208000 Entry Point: 0x80208000 Hash algo: crc32 Hash value: 4e301b68 Hash algo: sha1 Hash value: 186a91f4732e4f68a39c9119ae7c18a52e8c845e ## Flattened Device Tree from FIT Image at 84000000 Using 'config@1' configuration Trying 'fdt@1' FDT blob subimage Description: ARM OpenWrt asus_rt-ac58u device tree blob Type: Flat Device Tree Compression: uncompressed Data Start: 0x84202778 Data Size: 34400 Bytes = 33.6 KiB Architecture: ARM Hash algo: crc32 Hash value: be0a71f7 Hash algo: sha1 Hash value: 438cd4e9a4c201d7d20d0e0a44b150d24992e1b8 Booting using the fdt blob at 0x84202778 Read 0x28 bytes from volume [linux2] offset 0x0 to 86edfc38 Uncompressing Kernel Image ... OK Loading Device Tree to 86ed4000, end 86edf65f ... OK ipq: fdt fixup unable to find compatible node Using machid 0x8010100 from environment Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.14.63 (buildbot@builds-03.infra.lede-project.org) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7102-3f3a2c9)) #0 SMP Thu Aug 16 07:51:15 2018 [ 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: ASUS RT-AC58U [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] random: get_random_bytes called from 0xc09008e4 with crng_init=0 [ 0.000000] percpu: Embedded 15 pages/cpu @c7ca1000 s29324 r8192 d23924 u61440 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32004 [ 0.000000] Kernel command line: root_rfs=0x00000000 flash_type=norplusnand [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Memory: 119888K/129024K available (4360K kernel code, 146K rwdata, 692K rodata, 1024K init, 252K bss, 9136K 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 : 0xc8000000 - 0xff800000 ( 888 MB) [ 0.000000] lowmem : 0xc0000000 - 0xc7e00000 ( 126 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc07422c0 (5353 kB) [ 0.000000] .init : 0xc0900000 - 0xc0a00000 (1024 kB) [ 0.000000] .data : 0xc0a00000 - 0xc0a24900 ( 147 kB) [ 0.000000] .bss : 0xc0a26000 - 0xc0a652f4 ( 253 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.000007] sched_clock: 56 bits at 48MHz, resolution 20ns, wraps every 4398046511096ns [ 0.000021] Switching to timer-based delay loop, resolution 20ns [ 0.000425] Calibrating delay loop (skipped), value calculated using timer frequency.. 96.00 BogoMIPS (lpj=480000) [ 0.000444] pid_max: default: 32768 minimum: 301 [ 0.000592] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000608] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.001213] CPU: Testing write buffer coherency: ok [ 0.001898] Setting up static identity map for 0x80300000 - 0x80300060 [ 0.002043] Hierarchical SRCU implementation. [ 0.002689] smp: Bringing up secondary CPUs ... [ 0.005398] smp: Brought up 1 node, 4 CPUs [ 0.005418] SMP: Total of 4 processors activated (384.00 BogoMIPS). [ 0.005425] CPU: All CPU(s) started in SVC mode. [ 0.014132] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.014298] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.014325] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.014534] pinctrl core: initialized pinctrl subsystem [ 0.015402] NET: Registered protocol family 16 [ 0.015683] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.016736] cpuidle: using governor ladder [ 0.016780] cpuidle: using governor menu [ 0.033393] msm_bus_fabric_init_driver [ 0.033655] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 [ 0.033672] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 [ 0.033689] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus4096 ctx1 [ 0.033729] msm_bus_device 580000.ad-hoc-bus: Util-fact is missing, default to 100 [ 0.033742] msm_bus_device 580000.ad-hoc-bus: Vrail-comp is missing, default to 100 [ 0.033756] msm_bus_device 580000.ad-hoc-bus: Failed to get bus clk for bus1024 ctx1 [ 0.088363] usbcore: registered new interface driver usbfs [ 0.088427] usbcore: registered new interface driver hub [ 0.088520] usbcore: registered new device driver usb [ 0.088565] pps_core: LinuxPPS API ver. 1 registered [ 0.088575] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.088599] PTP clock support registered [ 0.089602] clocksource: Switched to clocksource arch_sys_counter [ 0.090508] NET: Registered protocol family 2 [ 0.091203] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.091234] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 0.091263] TCP: Hash tables configured (established 1024 bind 1024) [ 0.091371] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.091407] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.091601] NET: Registered protocol family 1 [ 0.092616] No memory allocated for crashlog [ 0.092764] workingset: timestamp_bits=30 max_order=15 bucket_order=0 [ 0.096030] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.096046] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.101287] io scheduler noop registered [ 0.101305] io scheduler deadline registered (default) [ 0.103383] bam-dma-engine 8e04000.dma: num-channels unspecified in dt [ 0.103401] bam-dma-engine 8e04000.dma: num-ees unspecified in dt [ 0.104106] tcsr 1949000.tcsr: setting wifi_glb_cfg = 41000000 [ 0.104185] tcsr 194b000.tcsr: setting usb hs phy mode select = e700e7 [ 0.104273] tcsr 1953000.ess_tcsr: setting ess interface select = 0 [ 0.104347] tcsr 1957000.tcsr: setting wifi_noc_memtype_m0_m2 = 2222222 [ 0.104576] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.106319] msm_serial 78af000.serial: msm_serial: detected port #0 [ 0.106366] msm_serial 78af000.serial: uartclk = 1843200 [ 0.106420] 78af000.serial: ttyMSM0 at MMIO 0x78af000 (irq = 25, base_baud = 115200) is a MSM [ 0.106449] msm_serial: console setup on port #0 [ 0.665586] console [ttyMSM0] enabled [ 0.670490] msm_serial: driver initialized [ 0.677958] loop: module loaded [ 0.679089] spi_qup 78b5000.spi: IN:block:16, fifo:64, OUT:block:16, fifo:64 [ 0.681732] m25p80 spi0.0: mx25l1606e (2048 Kbytes) [ 0.688170] 8 fixed-partitions partitions found on MTD device spi0.0 [ 0.692761] Creating 8 MTD partitions on "spi0.0": [ 0.699338] 0x000000000000-0x000000040000 : "SBL1" [ 0.704712] 0x000000040000-0x000000060000 : "MIBIB" [ 0.709241] 0x000000060000-0x0000000c0000 : "QSEE" [ 0.714065] 0x0000000c0000-0x0000000d0000 : "CDT" [ 0.718892] 0x0000000d0000-0x0000000e0000 : "DDRPARAMS" [ 0.723716] 0x0000000e0000-0x0000000f0000 : "APPSBLENV" [ 0.728680] 0x0000000f0000-0x000000170000 : "APPSBL" [ 0.733925] 0x000000170000-0x000000180000 : "ART" [ 0.739986] libphy: ipq40xx_mdio: probed [ 0.773895] ESS reset ok! [ 0.806863] ESS reset ok! [ 1.240038] libphy: Fixed MDIO Bus: probed [ 1.240933] EDMA using MAC@ - using [ 1.240949] xx:xx:xx:xx:xx:xx [ 1.247145] EDMA using MAC@ - using [ 1.247157] xx:xx:xx:xx:xx:xx [ 1.351163] i2c /dev entries driver [ 1.399812] nand: device found, Manufacturer ID: 0xef, Chip ID: 0xaa [ 1.399846] nand: Winbond W25N01GV 1G 3.3V 8-bit [ 1.405236] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.409884] Scanning device for bad blocks [ 1.427335] random: fast init done [ 1.692140] random: crng init done [ 1.788078] 1 fixed-partitions partitions found on MTD device spi0.1 [ 1.788107] Creating 1 MTD partitions on "spi0.1": [ 1.793530] 0x000000000000-0x000008000000 : "UBI_DEV" [ 1.800507] NET: Registered protocol family 10 [ 1.804688] Segment Routing with IPv6 [ 1.807629] NET: Registered protocol family 17 [ 1.811363] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.815946] 8021q: 802.1Q VLAN Support v1.8 [ 1.828841] Registering SWP/SWPB emulation handler [ 1.839003] UBI: auto-attach mtd8 [ 1.839041] ubi0: attaching mtd8 [ 7.035100] ubi0: scanning is finished [ 7.091509] ubi0: attached mtd8 (name "UBI_DEV", size 128 MiB) [ 7.091542] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 7.096237] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 7.103132] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 7.109971] ubi0: good PEBs: 1024, bad PEBs: 0, corrupted PEBs: 0 [ 7.116722] ubi0: user volume: 7, internal volumes: 1, max. volumes count: 128 [ 7.122991] ubi0: max/mean erase counter: 25/1, WL threshold: 4096, image sequence number: 426148197 [ 7.130123] ubi0: available PEBs: 0, total reserved PEBs: 1024, PEBs reserved for bad PEB handling: 20 [ 7.139402] ubi0: background thread "ubi_bgt0d" started, PID 85 [ 7.142998] block ubiblock0_5: created from ubi0:5(rootfs) [ 7.143005] ubiblock: device ubiblock0_5 (rootfs) set to be root filesys[ 7.186106] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 7.187696] Freeing unused kernel memory: 1024K [ 9.544520] init: Console is alive [ 9.544761] init: - watchdog - [ 11.489433] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 12.190102] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 12.190698] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 12.196519] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f665 hci version 0x100 quirks 0x02010010 [ 12.203214] xhci-hcd xhci-hcd.0.auto: irq 94, io mem 0x08a00000 [ 12.218491] hub 1-0:1.0: USB hub found [ 12.219294] hub 1-0:1.0: 1 port detected [ 12.221561] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 12.225329] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 12.230641] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 12.238263] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 12.245323] hub 2-0:1.0: USB hub found [ 12.253149] hub 2-0:1.0: 1 port detected [ 12.370150] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 12.370710] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 12.376627] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f665 hci version 0x100 quirks 0x02010010 [ 12.383248] xhci-hcd xhci-hcd.1.auto: irq 95, io mem 0x06000000 [ 12.391682] hub 3-0:1.0: USB hub found [ 12.396842] hub 3-0:1.0: 1 port detected [ 12.401046] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 12.404706] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4 [ 12.410027] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 12.417674] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 12.424850] hub 4-0:1.0: USB hub found [ 12.432543] hub 4-0:1.0: config failed, hub doesn't have any ports! (err -19) [ 12.438555] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 12.449852] init: - preinit - [ 14.993270] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 14.993361] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 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 [ 18.207223] UBIFS (ubi0:6): background thread "ubifs_bgt0_6" started, PID 208 [ 18.766037] UBIFS (ubi0:6): recovery needed [ 20.972708] UBIFS (ubi0:6): recovery completed [ 20.972870] UBIFS (ubi0:6): UBIFS: mounted UBI device 0, volume 6, name "rootfs_data" [ 20.976063] UBIFS (ubi0:6): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 20.983994] UBIFS (ubi0:6): FS size: 69709824 bytes (66 MiB, 549 LEBs), journal size 3428352 bytes (3 MiB, 27 LEBs) [ 20.993879] UBIFS (ubi0:6): reserved for root: 3292567 bytes (3215 KiB) [ 21.004119] UBIFS (ubi0:6): media format: w4/r0 (latest is w5/r0), UUID E20502C3-D677-440F-9497-15A852B958A5, small LPT model [ 21.052862] mount_root: switching to ubifs overlay [ 21.108801] urandom-seed: Seeding with /etc/urandom.seed [ 21.412789] procd: - early - [ 21.412926] procd: - watchdog - [ 22.060744] procd: - watchdog - [ 22.063581] procd: - ubus - [ 22.965024] procd: - init - Please press Enter to activate this console. [ 23.328147] kmodloader: loading kernel modules from /etc/modules.d/* [ 23.331044] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 23.727276] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180 [ 23.727314] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d [ 23.735473] ip_tables: (C) 2000-2006 Netfilter Core Team [ 24.113070] nf_conntrack version 0.5.0 (2048 buckets, 8192 max) [ 24.354578] xt_time: kernel timezone is -0000 [ 24.581702] PPP generic driver version 2.4.2 [ 24.582614] NET: Registered protocol family 24 [ 24.791765] ath10k_ahb a000000.wifi: Direct firmware load for ath10k/QCA4019/hw1.0/firmware-6.bin failed with error -2 [ 24.791817] ath10k_ahb a000000.wifi: Falling back to user helper [ 24.841291] firmware ath10k!QCA4019!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed [ 26.109110] ath10k_ahb a000000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 26.109157] ath10k_ahb a000000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1 [ 26.162923] ath10k_ahb a000000.wifi: firmware ver 10.4-3.4-00104 api 5 features no-p2p,mfp,peer-flow-ctrl,btcoex-param,allows-mesh-bcast,no-ps crc32 6c332c67 [ 26.233078] ath10k_ahb a000000.wifi: board_file api 2 bmi_id 0:16 crc32 83549421 [ 27.583686] ath10k_ahb a000000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 512 raw 0 hwcrypto 1 [ 27.794898] ath10k_ahb a800000.wifi: Direct firmware load for ath10k/QCA4019/hw1.0/firmware-6.bin failed with error -2 [ 27.794952] ath10k_ahb a800000.wifi: Falling back to user helper [ 28.068745] firmware ath10k!QCA4019!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed [ 28.069012] ath10k_ahb a800000.wifi: qca4019 hw1.0 target 0x01000000 chip_id 0x003b00ff sub 0000:0000 [ 28.076698] ath10k_ahb a800000.wifi: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1 [ 28.089348] ath10k_ahb a800000.wifi: firmware ver 10.4-3.4-00104 api 5 features no-p2p,mfp,peer-flow-ctrl,btcoex-param,allows-mesh-bcast,no-ps crc32 6c332c67 [ 28.140603] ath10k_ahb a800000.wifi: board_file api 2 bmi_id 0:17 crc32 83549421 [ 29.490186] ath10k_ahb a800000.wifi: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 512 raw 0 hwcrypto 1 [ 29.511897] kmodloader: done loading kernel modules from /etc/modules.d/* [ 33.774053] br-lan: port 1(eth0) entered blocking state [ 33.774093] br-lan: port 1(eth0) entered disabled state [ 33.778490] device eth0 entered promiscuous mode [ 33.785611] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 33.799886] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 34.810809] br-lan: port 1(eth0) entered blocking state [ 34.810857] br-lan: port 1(eth0) entered forwarding state [ 34.815936] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready


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