Ubiquiti LiteAP AC

The Ubiquiti LiteAP AC is a family of lightweight 802.11ac outdoor access points with a 120º sector antenna and one Gigabit Ethernet port based on the AR9342 SoC. It consists of two devices:

  • the LAP-120 (previously known as LiteBeam™ AC AP or LBE-5AC-16-120), which has a 16 dBi antenna
  • the LAP-GPS, which has a 17 dBi sector antenna, a GPS receiver and a 2.4 GHz management radio

OpenWrt can be installed on these devices from the command line interface (CLI), via SSH. Follow Check this guide with the common procedures for Ubiquiti devices. More details for this specific type of devices (WA-type board) can be found there.

The firmware for this Ubiquiti device is signed. Since there are no mtd utilities available on the stock firmware the original fwupdate.real binary must be used. Please make sure you have got firmware version v8.4.1.35794 installed https://dl.ubnt.com/firmwares/XC-fw/v8.4.1/WA.v8.4.1.35794.171006.1417.bin. The instructions won't work for other versions. To install unsigned firmware the fwupdate.real binary (which is in fact just a symlink to ubntbox) must be patched:

hexdump -Cv /bin/ubntbox | sed 's/14 40 fe ff/00 00 00 00/g' | hexdump -R > /tmp/fwupdate.real
chmod +x /tmp/fwupdate.real

Check the MD5 sum, it should be:

md5sum /tmp/fwupdate.real 
1e51abce9abe5da2b89d91e8980a35f0  /tmp/fwupdate.real

After that, the OpenWrt factory image can be installed using the patched binary:

/tmp/fwupdate.real -m /tmp/openwrt-ath79-generic-ubnt_lap-120-squashfs-factory.bin

Please make sure you have got firmware version v8.5.0.36727 installed https://dl.ubnt.com/firmwares/XC-fw/v8.5.0/WA.v8.5.0.36727.180118.1314.bin. The instructions won't work for other versions. To install unsigned firmware the fwupdate.real binary (which is in fact just a symlink to ubntbox) must be patched:

hexdump -Cv /bin/ubntbox | sed 's/14 40 fe fe/00 00 00 00/g' | hexdump -R > /tmp/fwupdate.real
chmod +x /tmp/fwupdate.real

Check the MD5 sum, it should be:

md5sum /tmp/fwupdate.real 
4b41d5dcf4a344dfafcd99b1539224ba  /tmp/fwupdate.real

After that the factory image can be installed using the patched binary:

/tmp/fwupdate.real -m /tmp/openwrt-ath79-generic-ubnt_nanostation-ac-loco-squashfs-factory.bin

Some devices can not be downgraded to airOS WA v8.5.0. In this case it is required to download the latest airOS firmware version from Ubiquiti's website, start upgrading airOS to unlock the flash memory and stop the process after a few seconds, to then flash OpenWrt. This method is valid up to the latest fw version WA.v8.7.0.

Proceed as follows:

  1. Upload the latest original airOS firmware to the /tmp directory on the device, in this case WA.v8.7.0.42152.200203.1256.bin
  2. Upload the OpenWrt sysupgrade image to the /tmp directory on the device, in this case openwrt-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin
  3. Start the update process with the following command:
    cd /tmp
    fwupdate.real -m WA.v8.5.7.38314.180628.1036.bin -d

    and interrupt the process after approx. 3 seconds, before it finishes writing mtd3 (make sure it finishes writing u-boot completely, otherwise repeat the command).

  4. Flash the device's kernel and rootfs partitions using these commands:
    dd if=/tmp/openwrt-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin of=/dev/mtdblock2 bs=64K count=16
    dd if=/tmp/openwrt-ath79-generic-ubnt_lap-120-squashfs-sysupgrade.bin of=/dev/mtdblock3 bs=64K skip=16
  5. Reboot the device:
    reboot -f

Once the device boots into OpenWrt, reflash the sysupgrade image again from the LuCI web interface of from the command line via SSH if you get many jffs2 eraseblock messages in kernel log.

generic.sysupgrade

FIXME These are generic instructions. Update with your router's specifics.

  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

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:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

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:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
mtd write /tmp/xxx.abc linux && reboot

During power on, the blue LED will blink for a few seconds. During this time, press the “RESET” button with a sharp object (i.e. a paper clip) a few times until the LED blinks faster. In a few moments the device will enter failsafe mode. You can read more about the failsafe mode in OpenWrt here.

Stock firmware

dev size erasesize name
mtd0 00040000 00010000 u-boot
mtd1 00010000 00010000 u-boot-env
mtd2 00100000 00010000 kernel
mtd3 00e60000 00010000 rootfs
mtd4 00040000 00010000 cfg
mtd5 00010000 00010000 EEPROM

OpenWrt

dev size erasesize name
mtd0 00040000 00010000 u-boot
mtd1 00010000 00010000 u-boot-env
mtd2 00f60000 00010000 firmware
mtd3 00160000 00010000 kernel
mtd4 00e00000 00010000 rootfs
mtd5 00bd0000 00010000 rootfs_data
mtd6 00040000 00010000 cfg
mtd7 00010000 00010000 EEPROM

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

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The default network configuration is:

Interface Name Description Default configuration
br-lan EXAMPLE LAN & WiFi EXAMPLE 192.168.1.1/24
vlan0 (eth0.0) EXAMPLE LAN ports (1 to 4) EXAMPLE None
vlan1 (eth0.1) EXAMPLE WAN port EXAMPLE DHCP
wl0 EXAMPLE WiFi EXAMPLE Disabled

FIXME Please fill in real values for this device, then remove the EXAMPLEs

Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.

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

hardware.button on howto use and configure the hardware button(s). The LiteBeam ac AP has one button, labeled “RESET”, next to the Ethernet port.

BUTTON Event
RESET reset

The device is based on the AR9342 SoC, with 64 MB RAM and 16 MB SPI NOR flash. The wireless radio is based on a QCA9880 chip and the Gigabit Ethernet port is driven by an AR8035 chip.

Architecture MIPS 24kc
Vendor Ubiquiti
Bootloader U-Boot 1.1.4-s1083 (customized)
System-On-Chip Atheros AR9342 rev 2 - MIPS 74Kc V4.12
CPU/Speed 535 MHz
Flash-Chip MX25L12805D
Flash size 16 MiB
RAM 64 MiB
Wireless Qualcomm QCA988X 802.11ac
Ethernet 1x 10/100/1000 port (AR8035-A chip)
USB N/A
Serial Yes, one
JTAG ?

Front:
Device front view (click to show full image)

Back:
Insert photo of back of the casing

Backside label:
Device connector view (click to show full image)

Note: This will void your warranty!

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

  • To remove the cover and open the device, do a/b/c

Main PCB:
Device internal view (click to show full image)

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

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

FIXME Replace EXAMPLE by real values.

Serial connection parameters
for Ubiquiti LiteAP AC @@Version@@
EXAMPLE 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.

WA# dmesg [ 0.000000] Linux version 2.6.32.68 (jenkins@1cfb09471d94) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.01 unknown) ) #1 Mon Feb 3 13:02:58 EET 2020 [ 0.000000] flash_size passed from bootloader = 16 [ 0.000000] CPU revision is: 0001974c (MIPS 74Kc) [ 0.000000] ath_sys_frequency: cpu srif ddr srif cpu 535 ddr 400 ahb 200 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 04000000 @ 00000000 (usable) [ 0.000000] User-defined physical RAM map: [ 0.000000] memory: 04000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Zone PFN ranges: [ 0.000000] Normal 0x00000000 -> 0x00004000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[1] active PFN ranges [ 0.000000] 0: 0x00000000 -> 0x00004000 [ 0.000000] On node 0 totalpages: 16384 [ 0.000000] free_area_init_node: node 0, pgdat 80295090, node_mem_map 81000000 [ 0.000000] Normal zone: 128 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 16256 pages, LIFO batch:3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256 [ 0.000000] Kernel command line: console=tty0 root=31:03 rootfstype=squashfs init=/init mtdparts=ath-nor0:256k(u-boot),64k(u-boot-env),1024k(kernel),14720k(rootfs),256k(cfg),64k(EEPROM) mem=64M panic=3 quiet [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes) [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes [ 0.000000] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 61752k/65536k available (2122k kernel code, 3712k reserved, 519k data, 136k init, 0k highmem) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:128 [ 0.000000] plat_time_init: plat time init done [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS-1] enabled [ 0.000000] Calibrating delay loop... 266.24 BogoMIPS (lpj=133120) [ 0.022000] Mount-cache hash table entries: 512 [ 0.025000] NET: Registered protocol family 16 [ 0.027000] PCIe WLAN H/W found [tries: 1] [ 0.027000] PCI init:ath_pcibios_init [ 0.027000] ath_pcibios_init(419): PCI CMD write: 0x356 [ 0.027000] registering PCI controller with io_map_base unset [ 0.034000] bio: create slab <bio-0> at 0 [ 0.035000] pci 0000:00:00.0: reg 10 64bit mmio: [0x000000-0x1fffff] [ 0.035000] pci 0000:00:00.0: reg 30 32bit mmio pref: [0x000000-0x00ffff] [ 0.036000] pci 0000:00:00.0: supports D1 D2 [ 0.036000] Returning IRQ 64 [ 0.037000] Switching to clocksource MIPS [ 0.040000] NET: Registered protocol family 2 [ 0.040000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.042000] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.042000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes) [ 0.042000] TCP: Hash tables configured (established 2048 bind 2048) [ 0.042000] TCP reno registered [ 0.042000] NET: Registered protocol family 1 [ 0.042000] ATH GPIOC major 0 [ 0.044000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.044000] msgmni has been set to 120 [ 0.045000] io scheduler noop registered (default) [ 0.072000] Serial: Atheros High-Speed UART (115200) [ 0.072000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.073000] serial8250.0: ttyS0 at MMIO 0xb8020000 (irq = 19) is a 16550A [ 0.075000] 6 cmdlinepart partitions found on MTD device ath-nor0 [ 0.075000] Creating 6 MTD partitions on "ath-nor0": [ 0.075000] 0x000000000000-0x000000040000 : "u-boot" [ 0.077000] 0x000000040000-0x000000050000 : "u-boot-env" [ 0.078000] 0x000000050000-0x000000150000 : "kernel" [ 0.079000] 0x000000150000-0x000000fb0000 : "rootfs" [ 0.081000] mtd: partition "rootfs" set to be root filesystem [ 0.081000] 0x000000fb0000-0x000000ff0000 : "cfg" [ 0.082000] 0x000000ff0000-0x000001000000 : "EEPROM" [ 0.084000] u32 classifier [ 0.084000] Performance counters on [ 0.084000] input device check on [ 0.084000] Actions configured [ 0.085000] TCP westwood registered [ 0.085000] NET: Registered protocol family 10 [ 0.089000] NET: Registered protocol family 17 [ 0.089000] Bridge firewalling registered [ 0.089000] 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com> [ 0.089000] All bugs added by David S. Miller <davem@redhat.com> [ 0.089000] athwdt_init: Registering WDT success [ 0.090000] Reset: Normal [ 0.090000] ath_otp_init: Registering OTP success [ 0.090000] ath_clksw_init: Registering Clock Switch Interface success [ 0.100000] VFS: Mounted root (squashfs filesystem) readonly on device 31:3. [ 0.100000] Freeing unused kernel memory: 136k freed [ 1.986000] Revision: dcbd388c5a0845c192019943b2abd581c7399c38 [ 2.076000] ubnthal: module license 'Proprietary' taints kernel. [ 2.076000] Disabling lock debugging due to kernel taint [ 2.127000] ath-gpio 2.0 initialised [ 2.127000] ubnthal: initialised, board found, sysid = 0xe8e5, name = LiteAP AC [ 5.396000] ath_hs_uart_ioctl: cmd = 0x5600 [ 6.855000] ATHR_GMAC: Length per segment 1536 [ 6.855000] ATHR_GMAC: fifo cfg 3 01f00140 [ 6.855000] Found PHY at address 4 with ID 4d:d072 [ 6.855000] Registering AR8035 Phy.... [ 6.855000] ATHR_GMAC: RX TASKLET - Pkts per Intr:160 [ 6.855000] ATHR_GMAC: Mac address for unit 0:bfff0000 [ 6.855000] ATHR_GMAC: b4:fb:e4:5f:fa:58 [ 7.411000] ATHR_GMAC: Max segments per packet : 1 [ 7.411000] ATHR_GMAC: Mac capability flags : 42200 [ 7.411000] ATHR_GMAC: Max tx descriptor count : 224 [ 7.411000] ATHR_GMAC: Max rx descriptor count : 224 [ 7.871000] PPP generic driver version 2.4.2 [ 7.935000] PPP MPPE Compression module registered [ 7.972000] NET: Registered protocol family 24 [ 8.163000] GRE over IPv4 tunneling driver [ 8.342000] URD Init [ 8.811000] ath_hal: 0.9.17.1 (AR9380, REGOPS_FUNC, 11D) [ 8.959000] ath_rate_atheros: Copyright (c) 2001-2005 Atheros Communications, Inc, All Rights Reserved [ 8.995000] ath_spectral: Version 2.0.0 [ 8.995000] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved [ 8.995000] SPECTRAL module built on Feb 3 2020 13:00:13 [ 9.306000] ath_dev: Copyright (c) 2001-2007 Atheros Communications, Inc, All Rights Reserved [ 9.495000] ath_dfs_prescan: Version 2.0.0 [ 9.495000] Copyright (c) 2005-2009 Atheros Communications, Inc. All Rights Reserved [ 9.495000] DFS_PRESCAN module built on Feb 3 2020 13:00:12 [ 11.920000] ath_pci: 10.1.467 (Atheros/multi-bss) [ 11.920000] Ubiquiti U-AME chipset detected [ 11.920000] ath_pci_probe [ 11.920000] PCI: Setting latency timer of device 0000:00:00.0 to 64 [ 11.922000] ath_pci 0000:00:00.0: ath DEBUG: sc=0x83a59400 [ 11.922000] [ 11.922000] ol_ath_pci_configure : num_desired MSI set to 0 [ 11.922000] [ 11.922000] Using PCI Legacy Interrupt [ 12.335000] __ol_ath_attach: ath_attach TODO [ 12.336000] ol_ath_attach() BMI inited. [ 12.336000] ol_ath_attach() BMI Get Target Info. [ 12.336000] ol_ath_attach() TARGET TYPE: 7 Vers 0x4100016c [ 12.336000] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 12.337000] ol_ath_attach() configure Target . [ 12.337000] qc98xx_verify_checksum: flash checksum passed: 0x3e2d [ 12.337000] ol_transfer_bin_file 338: Download Flash data len 2116 [ 12.350000] BMI operation done [ 12.351000] ol_transfer_bin_file 259: Download Firmware data len 216052. Mode: PTP [ 13.267000] BMI operation done [ 13.267000] ol_ath_attach() Download FW. [ 13.267000] ol_ath_attach() HT Create . [ 13.267000] ol_ath_attach() HIF Claim. [ 13.267000] ol_ath_attach() BMI Done. [ 13.267000] ol_ath_attach() WMI attached. wmi_handle 83290000 [ 13.267000] +HWT [ 13.270000] -HWT [ 13.270000] HTC Service:0x0300 ep:1 TX flow control disabled [ 13.275000] ol_txrx_pdev_attach: tx_credit initialised to 1424 [ 13.275000] HTC Service:0x0100 ep:2 TX flow control disabled [ 13.276000] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event [ 13.276000] num_rf_chain : 00000002 [ 13.276000] ht_cap_info: : 0000085b [ 13.276000] vht_cap_info : 338001b2 [ 13.276000] vht_supp_mcs : 0000fffa [ 13.285000] FIRMWARE:P 34 V 1 T 110 [ 13.285000] [ 13.285000] wmi_ready_event_rx: WMI UNIFIED READY event [ 13.285000] ol_ath_connect_htc() WMI is ready [ 13.285000] ol_ath_set_host_app_area TODO [ 13.285000] ol_ath_attach() connect HTC. [ 13.285000] target uses HTT version 2.1; host uses 2.1 [ 13.285000] Supported modes: 0x1f9001 [ 13.285000] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 13.311000] ol_ath_phyerr_attach: called [ 13.311000] ath92.ieee80211_ifattach(): Enable ignore 11d [ 13.318000] OL Resmgr Init-ed [ 13.319000] ol_if_spectral_setup [ 13.319000] SPECTRAL : get_capability not registered [ 13.319000] HAL_CAP_PHYDIAG : Capable [ 13.319000] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 234) [ 13.319000] SPECTRAL : get_capability not registered [ 13.319000] HAL_CAP_RADAR : Capable [ 13.319000] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 13.319000] (spectral_attach : 239) [ 13.319000] SPECTRAL : get_capability not registered [ 13.319000] HAL_CAP_SPECTRAL_SCAN : Capable [ 13.319000] SPECTRAL : get_tsf64 not registered [ 13.320000] spectral_init_netlink 54 NULL SKB [ 13.320000] ol_ath_set_dscp_tid_map: ...ath.c [ 13.320000] ol_if_dfs_setup: called [ 13.320000] ol_ath_rtt_meas_report_attach: called [ 13.320000] ol_ath_attach() UMAC attach . [ 13.320000] __ol_ath_attach: init tx/rx TODO [ 13.320000] __ol_ath_attach: hard_header_len reservation 64 [ 13.320000] __ol_ath_attach: dev name wifi0 [ 13.324000] ath_ahb: 10.1.467 (Atheros/multi-bss) [ 13.325000] __ath_attach: Set global_scn[0] [ 13.325000] ACBKMinfree = 48 [ 13.325000] ACBEMinfree = 32 [ 13.325000] ACVIMinfree = 16 [ 13.325000] ACVOMinfree = 0 [ 13.325000] CABMinfree = 48 [ 13.325000] UAPSDMinfree = 0 [ 13.336000] Enterprise mode: 0x00000000 [ 13.336000] Restoring Cal data from Flash [ 13.337000] ar9300_eeprom_restore_internal[4673] No vaid CAL, calling default template [ 13.723000] SPECTRAL : get_capability not registered [ 13.723000] HAL_CAP_PHYDIAG : Capable [ 13.723000] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 234) [ 13.723000] SPECTRAL : get_capability not registered [ 13.723000] HAL_CAP_RADAR : Capable [ 13.723000] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 13.723000] (spectral_attach : 239) [ 13.723000] SPECTRAL : get_capability not registered [ 13.723000] HAL_CAP_SPECTRAL_SCAN : Capable [ 13.723000] SPECTRAL : get_tsf64 not registered [ 13.723000] spectral_init_netlink 54 NULL SKB [ 13.723000] IRQ request for SPECTRAL-XMIT-FILTER successful [ 13.723000] SPECTRAL : No ADVANCED SPECTRAL SUPPORT [ 13.723000] SPECTRAL : module attached [ 13.727000] ath_attach_dfs_prescan DFS prescan attached [ 13.731000] ath_get_caps[5830] rx chainmask mismatch actual 3 sc_chainmak 0 [ 13.731000] ath_get_caps[5805] tx chainmask mismatch actual 3 sc_chainmak 0 [ 13.732000] ath92.ieee80211_ifattach(): Enable ignore 11d [ 13.767000] SPECTRAL : module already attached [ 13.770000] ath_tx_paprd_init sc 82620000 PAPRD disabled in HAL [ 14.059000] wifi1: Atheros 9340: mem=0xb8100000, irq=2 [ 14.334000] ubnt_poll_host: Hooks registered [ 14.334000] ubnt_poll_host: Allocated chardev region for major 189 [ 14.490000] rssi-leds 1.2 loaded [ 14.870000] Mirror/redirect action on [ 18.244000] ath_dfs: Version 2.0.0 [ 18.244000] Copyright (c) 2005-2006 Atheros Communications, Inc. All Rights Reserved [ 18.436000] ath92.ol_ath_set_config_param(): Reset scheduled on wifi0 radio [ 18.436000] Resetting the radio [ 18.436000] Suspending Target - with disable_intr set [ 18.436000] waiting for target paused event from target [ 18.439000] __ol_ath_detach: init tx/rx cleanup TODO [ 18.439000] ol_if_dfs_teardown: called [ 18.439000] ol_ath_phyerr_detach: called [ 18.442000] ol_if_spectral_detach [ 18.442000] SPECTRAL : Module removed (spectral = 83bff000) [ 18.442000] ath_pci_warm_reset :(sc 83a59400) [ 18.442000] Target Warm Reset [ 18.442000] Host Intr Cause reg 0x900c : value : 0x4000 [ 18.442000] Target CPU Intr Cause 0x5000 [ 18.543000] addr 0x4050 : 0x4 [ 18.563000] Target CPU Intr Cause after CE reset 0x40 [ 18.563000] RESET_CONTROL after cpu warm reset 0x800 [ 18.663000] Target Warm reset complete [ 18.664000] ath_pci_remove [ 18.664000] Ubiquiti U-AME chipset detected [ 18.664000] ath_pci_probe [ 18.664000] PCI: Setting latency timer of device 0000:00:00.0 to 64 [ 18.665000] ath_pci 0000:00:00.0: ath DEBUG: sc=0x83a59400 [ 18.665000] [ 18.665000] ol_ath_pci_configure : num_desired MSI set to 0 [ 18.665000] [ 18.665000] Using PCI Legacy Interrupt [ 18.777000] __ol_ath_attach: ath_attach TODO [ 18.779000] ol_ath_attach() BMI inited. [ 18.785000] ol_ath_attach() BMI Get Target Info. [ 18.785000] ol_ath_attach() TARGET TYPE: 7 Vers 0x4100016c [ 18.785000] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 [ 18.785000] ol_ath_attach() configure Target . [ 18.785000] qc98xx_verify_checksum: flash checksum passed: 0x3e2d [ 18.785000] ol_transfer_bin_file 338: Download Flash data len 2116 [ 18.799000] BMI operation done [ 18.800000] ol_transfer_bin_file 259: Download Firmware data len 252692. Mode: PTMP [ 19.888000] BMI operation done [ 19.888000] ol_ath_attach() Download FW. [ 19.888000] ol_ath_attach() HT Create . [ 19.888000] ol_ath_attach() HIF Claim. [ 19.888000] ol_ath_attach() BMI Done. [ 19.888000] ol_ath_attach() WMI attached. wmi_handle 83290000 [ 19.888000] +HWT [ 19.891000] -HWT [ 19.891000] HTC Service:0x0300 ep:1 TX flow control disabled [ 19.901000] ol_txrx_pdev_attach: tx_credit initialised to 1424 [ 19.901000] HTC Service:0x0100 ep:2 TX flow control disabled [ 19.902000] wmi_service_ready_event_rx: WMI UNIFIED SERVICE READY event [ 19.902000] num_rf_chain : 00000002 [ 19.902000] ht_cap_info: : 0000085b [ 19.902000] vht_cap_info : 338001b2 [ 19.902000] vht_supp_mcs : 0000fffa [ 19.902000] LARGE_AP enabled. num_peers 86, num_vdevs 1, num_tids 170 [ 19.902000] idx 0 req 1 num_units 0 num_unit_info 2 unit size 560 actual units 87 [ 19.902000] chunk 0 len 48720 requested ,ptr 0x1ec0000 [ 19.912000] FIRMWARE:P 87 V 1 T 269 [ 19.912000] [ 19.912000] wmi_ready_event_rx: WMI UNIFIED READY event [ 19.912000] ol_ath_connect_htc() WMI is ready [ 19.912000] ol_ath_set_host_app_area TODO [ 19.912000] target uses HTT version 2.1; host uses 2.1 [ 19.912000] ol_ath_attach() connect HTC. [ 19.912000] Supported modes: 0x1f9001 [ 19.912000] ol_regdmn_start: reg-domain param: regdmn=0, countryName=, wModeSelect=FFFFFFFF, netBand=FFFFFFFF, extendedChanMode=0. [ 19.938000] ol_ath_phyerr_attach: called [ 19.938000] ath92.ieee80211_ifattach(): Enable ignore 11d [ 19.945000] OL Resmgr Init-ed [ 19.946000] ol_if_spectral_setup [ 19.946000] SPECTRAL : get_capability not registered [ 19.946000] HAL_CAP_PHYDIAG : Capable [ 19.946000] SPECTRAL : Need to fix the capablity check for RADAR (spectral_attach : 234) [ 19.946000] SPECTRAL : get_capability not registered [ 19.946000] HAL_CAP_RADAR : Capable [ 19.946000] SPECTRAL : Need to fix the capablity check for SPECTRAL [ 19.946000] (spectral_attach : 239) [ 19.946000] SPECTRAL : get_capability not registered [ 19.946000] HAL_CAP_SPECTRAL_SCAN : Capable [ 19.946000] SPECTRAL : get_tsf64 not registered [ 19.946000] spectral_init_netlink 54 NULL SKB [ 19.946000] ol_ath_set_dscp_tid_map: ...ath.c [ 19.947000] ol_if_dfs_setup: called [ 19.947000] ol_ath_rtt_meas_report_attach: called [ 19.947000] ol_ath_attach() UMAC attach . [ 19.947000] __ol_ath_attach: init tx/rx TODO [ 19.947000] __ol_ath_attach: hard_header_len reservation 64 [ 19.947000] __ol_ath_attach: dev name wifi0 [ 19.952000] Reset of radio done [ 20.832000] ubnt_poll_host: Hooks registered [ 20.833000] ubnt_poll_host: Allocated chardev region for major 189 [ 20.872000] ubnt_poll_host wifi0: Char device created succesfully err 0 [ 20.872000] ubnt_poll_host: Polling enabled for radio wifi0 [ 20.872000] ubnt_poll_host: noack_mode set to 0 for radio wifi0 [ 20.872000] ubnt_poll_host: DAPROT set to 0 for radio wifi0 [ 20.873000] ubnt-poll-host: [wifi0] Station priority configured to 2 (no-auto=0) [ 20.873000] ubnt_poll_host: Fixed frame mode disabled for radio wifi0 [ 21.031000] ath_ioctl: SIOC80211IFCREATE CALLED [ 21.031000] ubnt_poll_host: Initialized in PTMP AP mode for device wifi0 [ 21.031000] ubnt_poll_host TARGET LOG: [ 21.031000] ubnt_poll: Enabling PTMP polling state machine 0x01080008 [ 21.032000] ol_if_dfs_attach: called; ptr=81fdf0fc, radar_info=81ebb930 [ 21.041000] ol_if_dfs_configure: called [ 21.041000] ol_if_dfs_configure: FCC domain [ 21.041000] ol_if_dfs_disable: called [ 21.041000] ol_ath_phyerr_disable: about to send [ 21.042000] VAP device ath0 created [ 21.059000] authorize_restricted_dfs_operation: Access Denied: DFS_SET_DEBUG_LEVEL [ 21.076000] BW divisor: 0X411 [ 21.084000] ol_vdev_start_resp_ev [ 21.084000] ol_ath_vap_join: join operation is only for STA/IBSS mode [ 21.085000] ieee80211_notify_vap_start_complete: Notification to UMAC VAP layer [ 21.139000] Deliver ol stop event, node count: 1 [ 21.281000] Going to update dfs settings [ 21.281000] Going to update dfs settings [ 21.282000] ubnt_poll_host: ATPC disabled (0/0/0/24) for radio wifi0 [ 21.375000] [ 21.375000] DES SSID SET=ubnt [ 21.381000] ol_ath_vap_set_param: VAP param unsupported param:33 value:0 [ 21.437000] ol_ath_vap_set_param: VAP param unsupported param:36 value:0 [ 21.475000] DEVICE IS DOWN ifname=ath0 [ 21.914000] Ebtables v2.0 registered [ 22.716000] device eth0 entered promiscuous mode [ 22.723000] device ath0 entered promiscuous mode [ 22.806000] athr_gmac_open: max_mtu=1500 [ 22.807000] athr_gmac_ring_alloc Allocated 3584 at 0x81904000 [ 22.807000] sram_desc_cnt 2688,mac Unit 0,Tx r->ring_desc 0xbd000000 [ 22.807000] athr_gmac_ring_alloc Allocated 3584 at 0x833a0000 [ 22.807000] sram_desc_cnt 5376,mac Unit 0,Rx r->ring_desc 0xbd000a80 [ 23.106000] WASP ----> AR8035 PHY [ 23.107000] AR8035 Detected [ 23.107000] Setting Drop CRC Errors, Pause Frames and Length Error frames [ 23.107000] Setting PHY... [ 23.107000] Forced AR8035 PHY hardware reset on PHY setup. [ 23.219000] AR8035 - ID 0x004d:0xd072 [ 29.349000] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 30.536000] OL vap_stop + [ 30.536000] OL vap_stop - [ 30.536000] Deliver ol stop event, node count: 1 [ 30.663000] Invoking ACS module for Best channel selection [ 30.698000] br0: port 2(ath0) entering learning state [ 31.270000] ath_dfs: another dfs module already in use [ 31.698000] br0: port 2(ath0) entering forwarding state [ 31.760000] wlan_vap_create : enter. devhandle=0x826002c0, opmode=IEEE80211_M_MONITOR, flags=0x1 [ 31.761000] wlan_vap_create : exit. devhandle=0x826002c0, opmode=IEEE80211_M_MONITOR, flags=0x1. [ 31.761000] VAP device airview1 created [ 32.170000] _ieee80211_scan_unregister_event_handler: Failed to unregister evhandler=8249ead4 arg=83b96ac0 [ 32.170000] wlan_vap_delete : enter. vaphandle=0x81ff4000 [ 32.173000] wlan_vap_delete : exit. vaphandle=0x81ff4000 [ 34.141000] wlan_vap_create : enter. devhandle=0x826002c0, opmode=IEEE80211_M_MONITOR, flags=0x1 [ 34.142000] wlan_vap_create : exit. devhandle=0x826002c0, opmode=IEEE80211_M_MONITOR, flags=0x1. [ 34.142000] VAP device ath1 created [ 34.344000] ATH_MAC_TIMER: enet unit:0 is up (RGMii 10Mbps half duplex) [ 34.344000] ATH_MAC_TIMER: done cfg2 0x7114 ifctl 0x0 miictrl [ 34.364000] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 34.364000] br0: port 1(eth0) entering learning state [ 35.364000] br0: port 1(eth0) entering forwarding state [ 50.364000] ieee80211_acs_find_best_centerchan: ACS picked 5165 as best channel [ 50.364000] ol_if_dfs_clist_update: called, cmd=1, nollist=(null), nentries=0 [ 50.364000] OL vap_start + [ 50.364000] OL vap_start - [ 50.368000] ol_vdev_start_resp_ev [ 50.368000] ol_ath_vap_join: join operation is only for STA/IBSS mode [ 50.368000] ol_ath_wmm_update: [ 50.369000] ieee80211_notify_vap_start_complete: Notification to UMAC VAP layer [ 144.344000] ATH_MAC_TIMER: enet unit:0 is down [ 144.344000] br0: port 1(eth0) entering disabled state [ 146.344000] ATH_MAC_TIMER: enet unit:0 is up (RGMii 100Mbps half duplex) [ 146.344000] ATH_MAC_TIMER: done cfg2 0x7114 ifctl 0x10000 miictrl [ 146.344000] br0: port 1(eth0) entering learning state [ 147.344000] br0: port 1(eth0) entering forwarding state [ 168.344000] ATH_MAC_TIMER: enet unit:0 is down [ 168.344000] br0: port 1(eth0) entering disabled state [ 170.344000] ATH_MAC_TIMER: enet unit:0 is up (RGMii 1000Mbps full duplex flow-control rx:on tx:on) [ 170.344000] ATH_MAC_TIMER: done cfg2 0x7215 ifctl 0x10000 miictrl [ 170.344000] br0: port 1(eth0) entering learning state [ 171.344000] br0: port 1(eth0) entering forwarding state


[ 0.000000] Linux version 4.9.77 (hooray@guifi.net) (gcc version 5.5.0 (OpenWrt GCC 5.5.0 r5936-fea02b1d51) ) #0 Fri Feb 2 21:41:25 2018 [ 0.000000] MyLoader: sysp=a5a5cd25, boardp=c58da4a5, parts=05a525a4 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001974c (MIPS 74Kc) [ 0.000000] SoC: Atheros AR9342 rev 2 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 04000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000003ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff] [ 0.000000] On node 0 totalpages: 16384 [ 0.000000] free_area_init_node: node 0, pgdat 80467bd4, node_mem_map 81000020 [ 0.000000] Normal zone: 128 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 16384 pages, LIFO batch:3 [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256 [ 0.000000] Kernel command line: board=UBNT-LITEBEAM5AC16120 mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,15744k(firmware),256k(cfg)ro,64k(EEPROM)ro console=ttyS0,115200 rootfstype=squashfs noinitrd [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes) [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 59896K/65536K available (3174K kernel code, 166K rwdata, 792K rodata, 276K init, 213K bss, 5640K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:51 [ 0.000000] Clocks: CPU:535.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:40.000MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7144898866 ns [ 0.000010] sched_clock: 32 bits at 267MHz, resolution 3ns, wraps every 8027976190ns [ 0.008328] Calibrating delay loop... 266.64 BogoMIPS (lpj=1333248) [ 0.091166] pid_max: default: 32768 minimum: 301 [ 0.096206] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.103258] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.113732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.124244] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.131416] NET: Registered protocol family 16 [ 0.137928] MIPS: machine is Ubiquiti LiteBeam 5AC 16 120 [ 0.379995] registering PCI controller with io_map_base unset [ 0.401413] PCI host bridge to bus 0000:00 [ 0.405797] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff] [ 0.413169] pci_bus 0000:00: root bus resource [io 0x0000] [ 0.419100] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.426337] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.434800] pci 0000:00:00.0: [0777:11ac] type 00 class 0x028000 [ 0.434846] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit] [ 0.434901] pci 0000:00:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 0.434983] pci 0000:00:00.0: supports D1 D2 [ 0.435223] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00 [ 0.435257] pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x101fffff 64bit] [ 0.443100] pci 0000:00:00.0: BAR 6: assigned [mem 0x10200000-0x1020ffff pref] [ 0.450796] pci 0000:00:00.0: using irq 40 for pin 1 [ 0.456890] clocksource: Switched to clocksource MIPS [ 0.463511] NET: Registered protocol family 2 [ 0.469124] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.476559] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.483394] TCP: Hash tables configured (established 1024 bind 1024) [ 0.490274] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.496505] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.503512] NET: Registered protocol family 1 [ 0.508250] PCI: CLS 0 bytes, default 32 [ 0.513229] Crashlog allocated RAM at address 0x3f00000 [ 0.519961] workingset: timestamp_bits=30 max_order=14 bucket_order=0 [ 0.534603] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.540863] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.560866] io scheduler noop registered [ 0.565045] io scheduler deadline registered (default) [ 0.570936] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.578227] console [ttyS0] disabled [ 0.602138] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 2500000) is a 16550A [ 0.611334] console [ttyS0] enabled [ 0.618765] bootconsole [early0] disabled [ 0.635863] m25p80 spi0.0: mx25l12805d (16384 Kbytes) [ 0.641087] 5 cmdlinepart partitions found on MTD device spi0.0 [ 0.647107] Creating 5 MTD partitions on "spi0.0": [ 0.651979] 0x000000000000-0x000000040000 : "u-boot" [ 0.658781] 0x000000040000-0x000000050000 : "u-boot-env" [ 0.666081] 0x000000050000-0x000000fb0000 : "firmware" [ 0.692896] 2 uimage-fw partitions found on MTD device firmware [ 0.698954] 0x000000050000-0x0000001b0000 : "kernel" [ 0.705570] 0x0000001b0000-0x000000fb0000 : "rootfs" [ 0.712545] mtd: device 4 (rootfs) set to be root filesystem [ 0.718398] 1 squashfs-split partitions found on MTD device rootfs [ 0.724679] 0x0000003e0000-0x000000fb0000 : "rootfs_data" [ 0.732071] 0x000000fb0000-0x000000ff0000 : "cfg" [ 0.738811] 0x000000ff0000-0x000001000000 : "EEPROM" [ 0.746816] libphy: Fixed MDIO Bus: probed [ 0.762364] libphy: ag71xx_mdio: probed [ 1.487168] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:04 [uid=004dd072, driver=Atheros 8035 ethernet] [ 1.498175] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:RGMII [ 1.505780] NET: Registered protocol family 10 [ 1.513544] NET: Registered protocol family 17 [ 1.518325] 8021q: 802.1Q VLAN Support v1.8 [ 1.530551] VFS: Mounted root (squashfs filesystem) readonly on device 31:4. [ 1.539597] Freeing unused kernel memory: 276K [ 1.544111] This architecture does not have kernel memory protection. [ 2.245266] init: Console is alive [ 2.249073] init: - watchdog - [ 2.526945] random: fast init done [ 3.237707] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.285550] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.304067] init: - preinit - [ 4.540697] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 7.785539] eth0: link up (1000Mbps/Full duplex) [ 7.790329] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 7.940004] jffs2: notice: (341) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 7.957868] mount_root: switching to jffs2 overlay [ 7.993178] urandom-seed: Seeding with /etc/urandom.seed [ 8.126167] eth0: link down [ 8.143655] procd: - early - [ 8.146698] procd: - watchdog - [ 8.774906] procd: - watchdog - [ 8.778469] procd: - ubus - [ 8.861348] procd: - init - [ 9.295580] kmodloader: loading kernel modules from /etc/modules.d/* [ 9.334041] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 9.353339] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180 [ 9.361545] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d [ 9.372132] ip_tables: (C) 2000-2006 Netfilter Core Team [ 9.387131] nf_conntrack version 0.5.0 (1024 buckets, 4096 max) [ 9.455638] xt_time: kernel timezone is -0000 [ 9.692043] PPP generic driver version 2.4.2 [ 9.716201] NET: Registered protocol family 24 [ 9.751794] PCI: Enabling device 0000:00:00.0 (0000 -> 0002) [ 9.757801] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0 [ 10.032047] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:00:00.0.bin failed with error -2 [ 10.042966] ath10k_pci 0000:00:00.0: Falling back to user helper [ 10.569595] firmware ath10k!pre-cal-pci-0000:00:00.0.bin: firmware_loading_store: map pages failed [ 10.580273] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/firmware-6.bin failed with error -2 [ 10.591194] ath10k_pci 0000:00:00.0: Falling back to user helper [ 10.774564] firmware ath10k!QCA988X!hw2.0!firmware-6.bin: firmware_loading_store: map pages failed [ 10.793415] ath10k_pci 0000:00:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043222ff sub 0777:e8e5 [ 10.802846] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1 [ 10.817746] ath10k_pci 0000:00:00.0: firmware ver 10.2.4-1.0-00033 api 5 features no-p2p,raw-mode,mfp,allows-mesh-bcast crc32 c41417d0 [ 10.917164] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/board-2.bin failed with error -2 [ 10.927800] ath10k_pci 0000:00:00.0: Falling back to user helper [ 11.042732] firmware ath10k!QCA988X!hw2.0!board-2.bin: firmware_loading_store: map pages failed [ 11.078691] ath10k_pci 0000:00:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08 [ 12.202012] ath10k_pci 0000:00:00.0: htt-ver 2.1 wmi-op 5 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1 [ 12.399173] ath: EEPROM regdomain: 0x0 [ 12.399183] ath: EEPROM indicates default country code should be used [ 12.399187] ath: doing EEPROM country->regdmn map search [ 12.399204] ath: country maps to regdmn code: 0x3a [ 12.399210] ath: Country alpha2 being used: US [ 12.399214] ath: Regpair used: 0x3a [ 12.567998] ath: phy1: Unable to initialize hardware; initialization status: -5 [ 12.575433] ath9k ar934x_wmac: failed to initialize device [ 12.581070] ath9k: probe of ar934x_wmac failed with error -5 [ 12.588654] kmodloader: done loading kernel modules from /etc/modules.d/* [ 20.430648] br-lan: port 1(eth0) entered blocking state [ 20.435967] br-lan: port 1(eth0) entered disabled state [ 20.441774] device eth0 entered promiscuous mode [ 20.465568] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 23.548418] eth0: link up (1000Mbps/Full duplex) [ 23.974145] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 23.980480] br-lan: port 1(eth0) entered blocking state [ 23.985816] br-lan: port 1(eth0) entered forwarding state [ 24.020399] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 24.364389] br-lan: port 2(wlan0) entered blocking state [ 24.369862] br-lan: port 2(wlan0) entered disabled state [ 24.375705] device wlan0 entered promiscuous mode [ 80.292706] random: crng init done


The LAP-120 device was previously called LiteBeam 5AC 16 120.

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 08:58
  • by 127.0.0.1