GL.iNet GL-AR750S

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

A small, lightweight “travel router”, it features dual-band operation and supports 802.11ac. Other notable features include a built-in microSD interface (vendor states support up to 128 GB), USB 2.0, and internal access to I2C, UART, and various GPIO. Power is supplied through a micro-USB socket. The unit has two external antennas that “fold” for compactness. Vendor states 100mmX68mmX24mm, 86g (very roughly 4“x3”x1“).

Actual dimensions and weight are, including the antennas in the folded position, 103 mm x 68 mm x 24 mm, 110 g (The four soft “dot” feet take the thickness to ~25 mm). US-market unit delivered in November, 2018 included a very compact, Class VI, 5 V, 2000 mA adapter, USB-style power cable, and flat Ethernet cable. It was professionally and attractively packaged.

Vendor advertises 17 Mbps for OpenVPN and 68 Mbps for WireGuard in August, 2018.

Device ships with “close to the tree” OpenWrt pre-installed with a set of packages and a GUI that are targeted at travel use, including repeater and VPN functions.

Unit delivered in November, 2018 has the “advanced” screens (LuCI) showing Powered by LuCI openwrt-18.06 branch (git-18.196.56128-9112198) / OpenWrt 18.06.0-rc1 r7090-d2aa3a1b62

Announced in July, 2018, this is an “updated” version of the GL.iNet GL-AR750. Significant changes include the use of GigE interfaces.

Vendor specifications, including annotated board photos, are presently available at https://docs.gl-inet.com/en/3/hardware/ar750s/

Supported on the legacy ar71xx and current ath79 platforms as of late 2018. See below for NAND support on ath79.

Certain public material may refer to this unit as GL-AR750S-Ext and/or GL.iNet Slate

GL.iNet AR750S

FIXME Any text with a light background (like this one) provides instructions for creating the Details Page. When you have filled in correct/useful information (instead of any template that's there) remove the instructions, as well as the <WRAP> that encloses it.

SPI NAND flash on the ath79 target is only supported on Linux 4.19 and later. Current (May, 2019) patch submissions of interest include

FIXME Find out flash layout, then add the flash layout table here (copy, paste, modify the example).

Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.

MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env),64k(art)ro,-(firmware)

  1. Log into the unit for the first time at http://192.168.8.1/ (/24 netmask) and set a password (NOTE: Due to a defect in (at least a number of 2018/2019 versions of) the OEM GUI firmware, special characters in the password might be ignored/removed, resulting in the inability to login via ssh or Luci when using the entered password)
  2. Select “Advanced” from left nav in Admin Panel presented; a familiar LuCI login screen will appear in another window
  3. Login with user “root” (pre-populated) and the password just set
  4. Navigate to System > Backup / Flash Firmware, as one would with any other LuCI-enabled OpenWrt install

WIP: Sat Dec 8 12:55:16 2018 version of gl-ar750s-squashfs-sysupgrade.bin results in the message

The uploaded image file does not contain a supported format. Make sure that you choose the generic image format for your platform.

See further https://forum.gl-inet.com/t/installing-openwrt-on-gl-750s/5291/4

It is NAND firmware for AR750S by default. If you build from OpenWRT official repo, it might be NOR firmware, so you should upgrade it on u-boot web. Please refer to this tutorial https://docs.gl-inet.com/en/3/troubleshooting/debrick/.

If you want to build a nand firmware, you have to use our repo. https://github.com/gl-inet/openwrt 3

Note: As of OpenWrt 19.07.4, gl-ar750s-squashfs-sysupgrade.bin still gives an unsupported format error on the web UI and sysupgrade command, but works fine through the router's debricking interface: power down, ensure only 1 network cable is plugged in, hold the reset button, power on, wait until the led blinks 5 times and stays on, then release reset button. Change your IP to 192.168.1.2 and connect to http://192.168.1.1, where you can upload and flash the sysupgrade.bin image.

generic.flashing.tftp

Certain version produced in 2018 and prior have a bug in the U-Boot implementation that requires Windows for use with U-Boot.

The router works properly once booted; the restriction is only for use of U-Boot over Ethernet.

Only after updating U-Boot can U-Boot be used with macOS, Linux, FreeBSD, or the like.

See the GL-iNet forums for further details and upgrade procedure on a Windows machine.

Upgrade takes just a few minutes, but requires a Windows machine,

Specific values needed for tftp

FIXME Enter values for “FILL-IN” below

Bootloader tftp server IPv4 address 192.168.1.2
Firmware tftp image (NOR) openwrt-gl-ar750s.bin
Firmware tftp image (NAND) openwrt-gl-ar750s.img
TFTP transfer window FILL-IN seconds
TFTP window start approximately FILL-IN seconds after power on
TFTP client required IP address FILL-IN

WIP

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

See

U-Boot network server can be activated by having a single Ethernet cable plugged in and (re-)booting the device with the reset switch pressed.

The power light will come on, then the 3rd LED will flash once a second, five times. Following that, the center LED should be on and the button may be released.

At this point the U-Boot HTTP console should be active at http://192.168.1.1/ If you have browser problems, trying http:/192.168.1.1/index.html may be helpful.

Once in U-Boot HTTP mode, either a NOR or a NAND image can be uploaded with the single file-selection and upload button pair.

The boot loader can be flashed through http:/192.168.1.1/uboot.html

generic.debrick

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

From the source code:

ucidef_add_switch “switch0” “0@eth0” “2:lan:2” “3:lan:1” “1:wan”

Source code suggests that the switch is an AR8327 or compatible.

Port Switch port
CPU / eth0 0
Internet (WAN) 1
LAN 1 2
LAN 2 3

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

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

BUTTON Event
Reset KEY_RESTART
Mode BTN_0

The GL.iNet GL-AR750S has the following LEDs:

  • gl-ar750s:green:power
  • gl-ar750s:green:wlan2g (OEM trigger on phy1tpt)
  • gl-ar750s:green:wlan5g (OEM trigger on phy0tpt)

(Note that the OEM builds may label these as “white”)

The source code contains

#define GL_AR750S_GPIO_LED_WLAN2G     19
#define GL_AR750S_GPIO_LED_WLAN5G     20
#define GL_AR750S_GPIO_LED_POWER       1

#define GL_AR750S_GPIO_USB_POWER       7

#define GL_AR750S_GPIO_BTN_RESET       2
#define GL_AR750S_GPIO_BTN_RIGHT       8

#define GL_AR750S_GPIO_I2C_SDA         5
#define GL_AR750S_GPIO_I2C_SCL        21

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!

Tools required:

  • #0 Phillips Screwdriver
  • Putty “knife” (thin, flat blade, typically a little over 1” (25 mm) wide, not sharp, for spreading putty)

Remove the two gray “dot” feet at the back of the unit (nearest the Ethernet sockets). They are lightly adhered and should easily reveal two recessed screw heads.

Remove the two screws revealed by removal of the two feet.

The top of the unit is integral with the front (with the LED holes/markings), It is retained with two clips on each side, three across the back, and two at the edge of the front, at the level of the PCB. The three clips on the front and the two on each side can be gently worked free by inserting the blade of a putty knife in between the top and the bottom of the case. The two clips on each side can be seen through the ventilation slots when the antennas are raised. Once the clips along the top have been released, the top will pivot upwards on the two clips on the front. It can then be removed.

Good internal photographs showing these clips are available in the FCC filing. See, for example, https://fccid.io/2AFIWGL-AR750S/Internal-Photos/Internal-photos-3977852 (as the FCC website is unavailable at this time due to the shutdown).

Note that soldering to the serial or I2C lands will require careful removal of the u.FL-like connectors for the antenna, as well as the heat sink on the back of the board. With u.FL connectors not intended for more than a dozen or two cycles under “professional” removal and replacement, it is not suggested to preemptively solder a header.

Main PCB:

Source: https://docs.gl-inet.com/en/3/hardware/ar750s/

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

Soldering is not necessary for “casual” serial use. Soldering is, however, strongly suggested if file transfer over serial is involved. Soldering will require removal of the u.FL antenna connectors, the antennas, as well as likely the heatsink on the back of the board.

The header holes are clearly labeled, Logic levels are ~2.5 V and are compatible with 3.3 V logic. Ensure that you are not using 5 V, “TTL”, or “RS232” levels. In virtually all situations, Vcc (+3.3V) should *not* be connected.

If your AR750S seems “deaf”, confirm that your serial adapter is properly driving the AR750S's RX pin. Two eBay-soured “FTDI” adapters that have worked on an AR300M-Lite were unable to reliably send data to the AR750S. They did not seem able to drive the RX line high enough. An Adafruit FTDI Friend was immediately successful.

Serial connection parameters
for GL.iNet GL-AR750S
115200, 8N1

The boot loader may be interrupted with gl (no return) during the two-second window. help will provide a list of commands, http will start the HTTP server.

This photograph shows a three-pin header strip making sufficient contact from the weight of the leads to access the serial port for text use.

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

bootloader

The OEM boot loader is stated by the OEM to be a modified version of “pepe2k” U-Boot.

Source and current binary are available at https://github.com/gl-inet/uboot-for-qca95xx/tree/master

Certain version produced in 2018 and prior have a bug in the U-Boot implementation that requires Windows for use with U-Boot.

The router works properly once booted; the restriction is only for use of U-Boot over Ethernet.

Only after updating U-Boot can U-Boot be used with macOS, Linux, FreeBSD, or the like.

See the GL-iNet forums for further details and upgrade procedure on a Windows machine.

Upgrade takes just a few minutes, but requires a Windows machine,

U-Boot versions including and after U-Boot 1.1.4-gcf378d80-dirty (Aug 16 2018 - 07:51:15) should work with “any” OS.

The U-Boot version can be found from a running system using strings /dev/mtd0 | grep -nr “U-Boot” | head -n 1

U-Boot Environment (stock)

ath> printenv lf=if ping $serverip; then tftp $loadaddr $firmware_nand_name && erase $firmware_addr +$kernelsize && nand erase && cp.b $fileaddr $firmware_addr $kernelsize && nand write $rootfs_addr 0 $rootfs_size && echo OK!; else ERROR! Server not reachable!; fi rlf=if ping $serverip; then tftp $loadaddr $firmware_nor_name && erase $firmware_addr +$filesize && cp.b $fileaddr $firmware_addr $filesize && echo OK!; else ERROR! Server not reachable!; fi kernelsize=0x00200000 rootfs_addr=0x80a00000 firmware_addr=0x9f060000 firmware_nor_name=openwrt-gl-ar750s.bin firmware_nand_name=openwrt-gl-ar750s.img lu=if ping $serverip; then tftp $loadaddr $uboot_name && erase $uboot_addr +$uboot_size && cp.b $fileaddr $uboot_addr $filesize && echo OK!; else ERROR! Server not reachable!; fi lc=tftp 0x81000000 config.bin && cp.b 0x9f050040 0x81000040 0xffc0 && cp.b 0x81000000 0x81001002 0x06 && erase 0x9f050000 +0xffff && cp.b 0x81000000 0x9f050000 0xffff uboot_addr=0x9f000000 uboot_size=0x00050000 uboot_name=uboot-gl-ar750s.bin bootargs=console=ttyS0,115200 root=31:07 rootfstype=jffs2 init=/sbin/init mtdparts=ath-nor0:256k(u-boot),64k(u-boot-env),512k(pad),256k(config),896k(reserved),64k(caldata);ath-spi-nand:2m(uImage),20m(rootfs),86m(storage),20m(reserved) bootcmd=if nand bad; then nboot 0x81000000 0 || run blf; else run blf; fi bootdelay=2 baudrate=115200 ethaddr=0x00:0xaa:0xbb:0xcc:0xdd:0xee ipaddr=192.168.1.1 serverip=192.168.1.2 loadaddr=0x80800000 stdin=serial stdout=serial stderr=serial ethact=eth0 Environment size: 1502/65532 bytes


Boot log (NAND)

U-Boot 1.1.4-gcf378d80-dirty (Aug 16 2018 - 07:51:15) ar750s - Dragonfly 1.0DRAM: sri ath_ddr_initial_config(278): (ddr2 init) ath_sys_frequency: cpu 775 ddr 650 ahb 258 Tap values = (0x10, 0x10, 0x10, 0x10) 128 MB Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18 flash size 16MB, sector count = 256 *** Warning - bad CRC, using default environment Power up PLL with outdiv = 0 then switch to 3 ath_gmac_enet_initialize... No valid address in Flash. Using fixed address ath_gmac_enet_initialize: reset mask:c02200 athr_mgmt_init ::done Dragonfly ----> S17 PHY * athrs17_reg_init: complete SGMII in forced mode athr_gmac_sgmii_setup SGMII done : cfg1 0x80000000 cfg2 0x7114 eth0: 00:03:7f:09:0b:ad eth0 up eth0 Qualcomm Atheros SPI NAND Driver, Version 0.1 (c) 2014 Qualcomm Atheros Inc. MFR:200,DID:177 ====== NAND Parameters ====== sc = 0x87ff5550 page = 0x800 block = 0x20000 Setting 0x181162c0 to 0x4b962100 Hit 'gl' to stop autoboot: 0 Device 0 bad blocks: 07fe0000 Found ART,Checking calibration status... Device have calibrated,Checking device test status... Device have tested,Checking MAC address... Device have MAC address,Checking device flash status... Device have nor and nand flash,Booting standard firmware from nor flash... Booting image at: 0x9F060000 Trying eth0 dup 1 speed 1000 Using eth0 device host 192.168.1.2 is alive Trying eth0 Using eth0 device TFTP from server 192.168.1.2; our IP address is 192.168.1.1 Filename 'openwrt-gl-ar750s.img'. Load address: 0x80800000 Loading: ## Booting image at 9f060000 ... Image Name: MIPS OpenWrt Linux-4.9.109 Created: 2018-11-19 10:38:41 UTC Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1567214 Bytes = 1.5 MB Load Address: 80060000 Entry Point: 80060000 Verifying Checksum at 0x9f060040 ...OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 80060000) ... ## Giving linux memsize in bytes, 134217728 Starting kernel ... [ 0.000000] Linux version 4.9.109 (luo@luo-B250M-D3H) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r6910-323285a) ) #0 Fri Jun 22 10:22:57 2018 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc) [ 0.000000] SoC: Qualcomm Atheros QCA956X ver 1 rev 0 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 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-0x0000000007ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: board=GL-AR750S console=ttyS0,115200 mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env),64k(art)ro,2048k(kernel),13052k(reserved);spi0.1:-(ubi) rootfstype=squashfs noinitrd [ 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] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 124420K/131072K available (3652K kernel code, 159K rwdata, 856K rodata, 188K init, 217K bss, 6652K 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:775.000MHz, DDR:650.000MHz, AHB:258.333MHz, Ref:25.000MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4932285024 ns [ 0.000007] sched_clock: 32 bits at 387MHz, resolution 2ns, wraps every 5541893118ns [ 0.008223] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216) [ 0.071033] pid_max: default: 32768 minimum: 301 [ 0.075985] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.082956] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.092574] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.102977] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.110407] NET: Registered protocol family 16 [ 0.116390] MIPS: machine is GL-AR750S [ 0.359899] registering PCI controller with io_map_base unset [ 0.378271] i2c-gpio i2c-gpio.0: using pins 5 (SDA) and 21 (SCL) [ 0.384814] PCI host bridge to bus 0000:00 [ 0.389169] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff] [ 0.396411] pci_bus 0000:00: root bus resource [io 0x0001] [ 0.402286] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.409433] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.417820] pci 0000:00:00.0: invalid calibration data [ 0.423581] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit] [ 0.431325] pci 0000:00:00.0: BAR 6: assigned [mem 0x12200000-0x1220ffff pref] [ 0.438943] pci 0000:00:00.0: using irq 40 for pin 1 [ 0.446724] clocksource: Switched to clocksource MIPS [ 0.452963] NET: Registered protocol family 2 [ 0.458384] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.465733] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.472476] TCP: Hash tables configured (established 1024 bind 1024) [ 0.479256] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.485422] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.492284] NET: Registered protocol family 1 [ 0.499190] Crashlog allocated RAM at address 0x3f00000 [ 0.505484] workingset: timestamp_bits=30 max_order=15 bucket_order=0 [ 0.518276] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.524420] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.542361] io scheduler noop registered [ 0.546492] io scheduler deadline registered (default) [ 0.552319] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.561226] console [ttyS0] disabled [ 0.585062] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 1562500) is a 16550A [ 0.594159] console [ttyS0] enabled [ 0.594159] console [ttyS0] enabled [ 0.601708] bootconsole [early0] disabled [ 0.601708] bootconsole [early0] disabled [ 0.615007] m25p80 spi0.0: found w25q128, expected m25p80 [ 0.629785] m25p80 spi0.0: w25q128 (16384 Kbytes) [ 0.634670] 5 cmdlinepart partitions found on MTD device spi0.0 [ 0.640793] Creating 5 MTD partitions on "spi0.0": [ 0.645746] 0x000000000000-0x000000040000 : "u-boot" [ 0.652084] 0x000000040000-0x000000050000 : "u-boot-env" [ 0.658939] 0x000000050000-0x000000060000 : "art" [ 0.665098] 0x000000060000-0x000000260000 : "kernel" [ 0.671582] 0x000000260000-0x000000f1f000 : "reserved" [ 0.678751] spi-nand: Giga SPI NAND was found. [ 0.683347] spi-nand: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 128 [ 0.691568] 1 cmdlinepart partitions found on MTD device spi0.1 [ 0.697712] Creating 1 MTD partitions on "spi0.1": [ 0.702663] 0x000000000000-0x000008000000 : "ubi" [ 1.157554] found bad block 7fe0000 [ 1.161743] libphy: Fixed MDIO Bus: probed [ 1.174963] switch0: Atheros AR8337 rev. 2 switch registered on ag71xx-mdio.0 [ 1.902077] libphy: ag71xx_mdio: probed [ 2.528170] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd036, driver=Atheros AR8216/AR8236/AR8316] [ 2.539715] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:SGMII [ 2.547592] NET: Registered protocol family 10 [ 2.555282] NET: Registered protocol family 17 [ 2.559974] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 2.573457] 8021q: 802.1Q VLAN Support v1.8 [ 2.582807] UBI: auto-attach mtd5 [ 2.586252] ubi0: attaching mtd5 [ 2.596737] random: fast init done [ 7.261572] ubi0: scanning is finished [ 7.316642] ubi0: attached mtd5 (name "ubi", size 128 MiB) [ 7.322353] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 7.329461] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 7.336467] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 7.343660] ubi0: good PEBs: 1023, bad PEBs: 1, corrupted PEBs: 0 [ 7.349959] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 7.357425] ubi0: max/mean erase counter: 4/2, WL threshold: 4096, image sequence number: 344389367 [ 7.366769] ubi0: available PEBs: 0, total reserved PEBs: 1023, PEBs reserved for bad PEB handling: 19 [ 7.376443] ubi0: background thread "ubi_bgt0d" started, PID 320 [ 7.386053] block ubiblock0_0: created from ubi0:0(rootfs) [ 7.391771] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem [ 7.398967] hctosys: unable to open rtc device (rtc0) [ 7.420006] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 7.428438] Freeing unused kernel memory: 188K [ 7.433028] This architecture does not have kernel memory protection. [ 8.381308] init: Console is alive [ 8.385006] init: - watchdog - [ 11.279962] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 11.462203] usbcore: registered new interface driver usbfs [ 11.467988] usbcore: registered new interface driver hub [ 11.473544] usbcore: registered new device driver usb [ 11.484532] exFAT: Version 1.2.9 [ 11.518467] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 11.533532] SCSI subsystem initialized [ 11.542043] ehci-platform: EHCI generic platform driver [ 11.547561] ehci-platform ehci-platform.0: EHCI Host Controller [ 11.553703] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1 [ 11.564154] ehci-platform ehci-platform.0: irq 48, io mem 0x1b000000 [ 11.596759] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00 [ 11.604122] hub 1-0:1.0: USB hub found [ 11.608289] hub 1-0:1.0: 1 port detected [ 11.612640] ehci-platform ehci-platform.1: EHCI Host Controller [ 11.618822] ehci-platform ehci-platform.1: new USB bus registered, assigned bus number 2 [ 11.629296] ehci-platform ehci-platform.1: irq 49, io mem 0x1b400000 [ 11.656745] ehci-platform ehci-platform.1: USB 2.0 started, EHCI 1.00 [ 11.664065] hub 2-0:1.0: USB hub found [ 11.668278] hub 2-0:1.0: 1 port detected [ 11.675178] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 11.683025] ohci-platform: OHCI generic platform driver [ 11.690863] uhci_hcd: USB Universal Host Controller Interface driver [ 11.701632] usbcore: registered new interface driver usb-storage [ 11.708492] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 11.718376] init: - preinit - [ 12.406767] usb 2-1: new high-speed USB device number 2 using ehci-platform [ 12.725857] hub 2-1:1.0: USB hub found [ 12.746960] hub 2-1:1.0: 4 ports detected [ 13.079456] random: procd: uninitialized urandom read (4 bytes read) [ 13.470674] usb 2-1.1: new high-speed USB device number 3 using ehci-platform [ 13.481010] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not 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 [ 13.632367] usb-storage 2-1.1:1.0: USB Mass Storage device detected [ 13.639480] scsi host0: usb-storage 2-1.1:1.0 [ 14.518380] eth0: link up (1000Mbps/Full duplex) [ 14.523355] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 14.678431] scsi 0:0:0:0: Direct-Access Generic STORAGE DEVICE 0233 PQ: 0 ANSI: 0 [ 14.691487] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 15.726901] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 442 [ 15.994793] UBIFS (ubi0:1): recovery needed [ 16.757436] UBIFS (ubi0:1): recovery completed [ 16.762110] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 16.770229] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 16.780485] UBIFS (ubi0:1): FS size: 115802112 bytes (110 MiB, 912 LEBs), journal size 5840896 bytes (5 MiB, 46 LEBs) [ 16.791445] UBIFS (ubi0:1): reserved for root: 4952683 bytes (4836 KiB) [ 16.798285] UBIFS (ubi0:1): media format: w4/r0 (latest is w4/r0), UUID D65C4F69-6FDE-4435-B99C-745E79F6DFC3, small LPT model [ 16.847140] mount_root: switching to ubifs overlay [ 16.939098] urandom-seed: Seeding with /etc/urandom.seed [ 17.076075] eth0: link down [ 17.089293] procd: - early - [ 17.092349] procd: - watchdog - [ 17.722489] random: jshn: uninitialized urandom read (4 bytes read) [ 17.729135] procd: - watchdog - [ 17.732592] procd: - ubus - [ 18.146902] random: ubusd: uninitialized urandom read (4 bytes read) [ 18.271574] random: jshn: uninitialized urandom read (4 bytes read) [ 18.287820] procd: - init - Please press Enter to activate this console. [ 20.517579] kmodloader: loading kernel modules from /etc/modules.d/* [ 20.561747] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 20.595344] tun: Universal TUN/TAP device driver, 1.6 [ 20.600615] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 20.648219] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 20.672079] Netfilter messages via NETLINK v0.30. [ 20.689157] ip_set: protocol 6 [ 20.781136] u32 classifier [ 20.783937] input device check on [ 20.787761] Actions configured [ 20.809840] Mirror/redirect action on [ 20.836332] nf_conntrack version 0.5.0 (2048 buckets, 8192 max) [ 20.912957] fuse init (API version 7.26) [ 20.955251] usbcore: registered new interface driver cdc_acm [ 20.961141] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 21.005246] usbcore: registered new interface driver cdc_wdm [ 21.027459] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180 [ 21.035724] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d [ 21.062090] ip_tables: (C) 2000-2006 Netfilter Core Team [ 21.074110] usbcore: registered new interface driver ipheth [ 21.412898] usbcore: registered new interface driver usbserial [ 21.419064] usbcore: registered new interface driver usbserial_generic [ 21.425883] usbserial: USB Serial support registered for generic [ 21.470700] wireguard: WireGuard 0.0.20180620 loaded. See www.wireguard.com for information. [ 21.479459] wireguard: Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 21.584901] xt_time: kernel timezone is -0000 [ 21.597865] usbcore: registered new interface driver cdc_ether [ 21.620890] usbcore: registered new interface driver cdc_ncm [ 21.813992] usbcore: registered new interface driver cp210x [ 21.819891] usbserial: USB Serial support registered for cp210x [ 21.841385] usbcore: registered new interface driver huawei_cdc_ncm [ 21.962354] PPP generic driver version 2.4.2 [ 21.978298] PPP MPPE Compression module registered [ 21.986598] NET: Registered protocol family 24 [ 22.007705] usbcore: registered new interface driver qmi_wwan [ 22.020812] usbcore: registered new interface driver rndis_host [ 22.079633] usbcore: registered new interface driver sierra [ 22.085479] usbserial: USB Serial support registered for Sierra USB modem [ 22.103399] usbcore: registered new interface driver sierra_net [ 22.182353] PCI: Enabling device 0000:00:00.0 (0000 -> 0002) [ 22.190509] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0 [ 22.522751] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:00:00.0.bin failed with error -2 [ 22.533841] ath10k_pci 0000:00:00.0: Falling back to user helper [ 30.594391] firmware ath10k!pre-cal-pci-0000:00:00.0.bin: firmware_loading_store: map pages failed [ 30.628773] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9887/hw1.0/firmware-6.bin failed with error -2 [ 30.639871] ath10k_pci 0000:00:00.0: Falling back to user helper [ 32.326975] firmware ath10k!QCA9887!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed [ 32.744982] ath10k_pci 0000:00:00.0: qca9887 hw1.0 target 0x4100016d chip_id 0x004000ff sub 0000:0000 [ 32.754561] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1 [ 32.767362] ath10k_pci 0000:00:00.0: firmware ver 10.2.4-1.0-00033 api 5 features no-p2p,ignore-otp,skip-clock-init,mfp,allows-mesh-bcast crc32 c232a0c3 [ 32.837077] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9887/hw1.0/board-2.bin failed with error -2 [ 32.847885] ath10k_pci 0000:00:00.0: Falling back to user helper [ 32.961074] firmware ath10k!QCA9887!hw1.0!board-2.bin: firmware_loading_store: map pages failed [ 32.982625] ath10k_pci 0000:00:00.0: board_file api 1 bmi_id N/A crc32 546cca0d [ 34.284133] 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 [ 34.513858] usbcore: registered new interface driver option [ 34.519753] usbserial: USB Serial support registered for GSM modem (1-port) [ 34.604278] usbcore: registered new interface driver rt2800usb [ 34.643638] ieee80211 phy1: Atheros AR9561 Rev:0 mem=0xb8100000, irq=47 [ 34.673734] kmodloader: done loading kernel modules from /etc/modules.d/* [ 49.044462] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 49.068233] br-lan: port 1(eth0.1) entered blocking state [ 49.073816] br-lan: port 1(eth0.1) entered disabled state [ 49.079772] device eth0.1 entered promiscuous mode [ 49.084725] device eth0 entered promiscuous mode [ 49.121776] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 49.166095] IPv6: ADDRCONF(NETDEV_UP): eth0.2: link is not ready [ 50.187629] eth0: link up (1000Mbps/Full duplex) [ 50.199289] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 50.286869] br-lan: port 1(eth0.1) entered blocking state [ 50.292458] br-lan: port 1(eth0.1) entered forwarding state [ 50.298379] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.2: link becomes ready [ 50.436818] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 52.159004] fast-classifier: starting up [ 52.163209] fast-classifier: registered [ 60.968697] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 60.991830] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready [ 61.039509] br-lan: port 2(wlan0) entered blocking state [ 61.045097] br-lan: port 2(wlan0) entered disabled state [ 61.050972] device wlan0 entered promiscuous mode [ 61.079836] br-lan: port 3(wlan1) entered blocking state [ 61.085332] br-lan: port 3(wlan1) entered disabled state [ 61.091225] device wlan1 entered promiscuous mode [ 62.435934] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready [ 62.442701] br-lan: port 3(wlan1) entered blocking state [ 62.448226] br-lan: port 3(wlan1) entered forwarding state [ 62.903215] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 62.910001] br-lan: port 2(wlan0) entered blocking state [ 62.915494] br-lan: port 2(wlan0) entered forwarding state [ 83.186778] random: crng init done [ 83.190303] random: 6 urandom warning(s) missed due to ratelimiting [ 99.455238] device wlan0 left promiscuous mode [ 99.460014] br-lan: port 2(wlan0) entered disabled state [ 101.811708] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 101.834073] br-lan: port 2(wlan0) entered blocking state [ 101.839635] br-lan: port 2(wlan0) entered disabled state [ 101.845531] device wlan0 entered promiscuous mode [ 102.602692] IPv6: ADDRCONF(NETDEV_UP): wlan-sta: link is not ready [ 104.334748] wlan-sta: authenticate with <redacted> [ 104.345231] wlan-sta: send auth to <redacted> (try 1/3) [ 104.373954] wlan-sta: authenticated [ 104.386893] wlan-sta: associate with <redacted> (try 1/3) [ 104.404671] wlan-sta: RX AssocResp from <redacted> (capab=0x11 status=0 aid=1) [ 104.414240] wlan-sta: associated [ 104.430404] IPv6: ADDRCONF(NETDEV_CHANGE): wlan-sta: link becomes ready [ 105.031909] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 105.038714] br-lan: port 2(wlan0) entered blocking state [ 105.044202] br-lan: port 2(wlan0) entered forwarding state


U-Boot 1.1.4-gcf378d80-dirty (Aug 16 2018 - 07:51:15) ar750s - Dragonfly 1.0DRAM: sri ath_ddr_initial_config(278): (ddr2 init) ath_sys_frequency: cpu 775 ddr 650 ahb 258 Tap values = (0x10, 0x10, 0x10, 0x10) 128 MB Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18 flash size 16MB, sector count = 256 *** Warning - bad CRC, using default environment Power up PLL with outdiv = 0 then switch to 3 ath_gmac_enet_initialize... No valid address in Flash. Using fixed address ath_gmac_enet_initialize: reset mask:c02200 athr_mgmt_init ::done Dragonfly ----> S17 PHY * athrs17_reg_init: complete SGMII in forced mode athr_gmac_sgmii_setup SGMII done : cfg1 0x80000000 cfg2 0x7114 eth0: 00:03:7f:09:0b:ad eth0 up eth0 Qualcomm Atheros SPI NAND Driver, Version 0.1 (c) 2014 Qualcomm Atheros Inc. MFR:200,DID:177 ====== NAND Parameters ====== sc = 0x87ff5550 page = 0x800 block = 0x20000 Setting 0x181162c0 to 0x4b962100 Hit 'gl' to stop autoboot: 0 Device 0 bad blocks: 07fe0000 Found ART,Checking calibration status... Device have calibrated,Checking device test status... Device have tested,Checking MAC address... Device have MAC address,Checking device flash status... Device have nor and nand flash,Booting standard firmware from nor flash... Booting image at: 0x9F060000 Trying eth0 dup 1 speed 1000 Using eth0 device host 192.168.1.2 is alive Trying eth0 Using eth0 device TFTP from server 192.168.1.2; our IP address is 192.168.1.1 Filename 'openwrt-gl-ar750s.img'. Load address: 0x80800000 Loading: ## Booting image at 9f060000 ... Image Name: MIPS OpenWrt Linux-4.14.93 Created: 2019-01-20 18:01:12 UTC Image Type: MIPS Linux Kernel Image (lzma compressed) Data Size: 1683645 Bytes = 1.6 MB Load Address: 80060000 Entry Point: 80060000 Verifying Checksum at 0x9f060040 ...OK Uncompressing Kernel Image ... OK No initrd ## Transferring control to Linux (at address 80060000) ... ## Giving linux memsize in bytes, 134217728 Starting kernel ... [ 0.000000] Linux version 4.14.93 (buildbot@86563e77d0a2) (gcc version 7.4.0 (OpenWrt GCC 7.4.0 r9082-3ccc0fd)) #0 Sun Jan 20 18:01:12 2019 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019750 (MIPS 74Kc) [ 0.000000] SoC: Qualcomm Atheros QCA956X ver 1 rev 0 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 08000000 @ 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-0x0000000007ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] random: get_random_bytes called from start_kernel+0x8c/0x47c with crng_init=0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: board=GL-AR750S mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env),64k(art)ro,-(firmware) console=ttyS0,115200 rootfstype=squashfs noinitrd [ 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] Writing ErrCtl register=00000000 [ 0.000000] Readback ErrCtl register=00000000 [ 0.000000] Memory: 123976K/131072K available (3888K kernel code, 196K rwdata, 932K rodata, 288K init, 211K bss, 7096K 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:775.000MHz, DDR:650.000MHz, AHB:258.333MHz, Ref:25.000MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4932285024 ns [ 0.000007] sched_clock: 32 bits at 387MHz, resolution 2ns, wraps every 5541893118ns [ 0.008216] Calibrating delay loop... 385.84 BogoMIPS (lpj=1929216) [ 0.074785] pid_max: default: 32768 minimum: 301 [ 0.079826] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.086815] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.096121] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.106526] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.113981] NET: Registered protocol family 16 [ 0.119924] MIPS: machine is GL-AR750S [ 0.363449] registering PCI controller with io_map_base unset [ 0.384151] i2c-gpio i2c-gpio.0: using pins 5 (SDA) and 21 (SCL) [ 0.390760] PCI host bridge to bus 0000:00 [ 0.395077] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff] [ 0.402347] pci_bus 0000:00: root bus resource [io 0x0001] [ 0.408217] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.415373] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.423754] pci 0000:00:00.0: invalid calibration data [ 0.429551] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit] [ 0.437271] pci 0000:00:00.0: BAR 6: assigned [mem 0x12200000-0x1220ffff pref] [ 0.448147] clocksource: Switched to clocksource MIPS [ 0.454365] NET: Registered protocol family 2 [ 0.459743] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.467097] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.473840] TCP: Hash tables configured (established 1024 bind 1024) [ 0.480676] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.486844] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.493695] NET: Registered protocol family 1 [ 0.500903] Crashlog allocated RAM at address 0x3f00000 [ 0.507539] workingset: timestamp_bits=30 max_order=15 bucket_order=0 [ 0.518619] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.524760] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.543324] io scheduler noop registered [ 0.547457] io scheduler deadline registered (default) [ 0.553291] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.561805] console [ttyS0] disabled [ 0.585648] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 1562500) is a 16550A [ 0.594743] console [ttyS0] enabled [ 0.594743] console [ttyS0] enabled [ 0.602292] bootconsole [early0] disabled [ 0.602292] bootconsole [early0] disabled [ 0.616903] m25p80 spi0.0: found w25q128, expected m25p80 [ 0.631928] m25p80 spi0.0: w25q128 (16384 Kbytes) [ 0.636806] 4 cmdlinepart partitions found on MTD device spi0.0 [ 0.642938] Creating 4 MTD partitions on "spi0.0": [ 0.647890] 0x000000000000-0x000000040000 : "u-boot" [ 0.654525] 0x000000040000-0x000000050000 : "u-boot-env" [ 0.661203] 0x000000050000-0x000000060000 : "art" [ 0.667795] 0x000000060000-0x000001000000 : "firmware" [ 0.699866] 2 uimage-fw partitions found on MTD device firmware [ 0.706004] 0x000000060000-0x000000200000 : "kernel" [ 0.711783] 0x000000200000-0x000001000000 : "rootfs" [ 0.717477] mtd: device 5 (rootfs) set to be root filesystem [ 0.723403] 1 squashfs-split partitions found on MTD device rootfs [ 0.729807] 0x000000470000-0x000001000000 : "rootfs_data" [ 0.738660] libphy: Fixed MDIO Bus: probed [ 0.760057] switch0: Atheros AR8337 rev. 2 switch registered on ag71xx-mdio.0 [ 1.478218] libphy: ag71xx_mdio: probed [ 2.109781] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd036, driver=Atheros AR8216/AR8236/AR8316] [ 2.121231] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:SGMII [ 2.129270] NET: Registered protocol family 10 [ 2.137691] Segment Routing with IPv6 [ 2.141611] NET: Registered protocol family 17 [ 2.146239] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 2.159899] 8021q: 802.1Q VLAN Support v1.8 [ 2.165657] hctosys: unable to open rtc device (rtc0) [ 2.175684] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 2.184574] Freeing unused kernel memory: 288K [ 2.189190] This architecture does not have kernel memory protection. [ 2.588166] random: fast init done [ 2.768722] init: Console is alive [ 2.772431] init: - watchdog - [ 3.903464] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.955099] usbcore: registered new interface driver usbfs [ 3.960883] usbcore: registered new interface driver hub [ 3.966442] usbcore: registered new device driver usb [ 3.976376] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.990588] SCSI subsystem initialized [ 3.998719] ehci-platform: EHCI generic platform driver [ 4.004186] ehci-platform ehci-platform.0: EHCI Host Controller [ 4.010362] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1 [ 4.020805] ehci-platform ehci-platform.0: irq 48, io mem 0x1b000000 [ 4.048168] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00 [ 4.055461] hub 1-0:1.0: USB hub found [ 4.059747] hub 1-0:1.0: 1 port detected [ 4.064193] ehci-platform ehci-platform.1: EHCI Host Controller [ 4.070379] ehci-platform ehci-platform.1: new USB bus registered, assigned bus number 2 [ 4.080860] ehci-platform ehci-platform.1: irq 49, io mem 0x1b400000 [ 4.108168] ehci-platform ehci-platform.1: USB 2.0 started, EHCI 1.00 [ 4.115466] hub 2-0:1.0: USB hub found [ 4.119759] hub 2-0:1.0: 1 port detected [ 4.127532] usbcore: registered new interface driver usb-storage [ 4.134580] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 4.144318] init: - preinit - [ 4.645868] usb 2-1: new high-speed USB device number 2 using ehci-platform [ 5.096311] random: procd: uninitialized urandom read (4 bytes read) [ 5.103295] hub 2-1:1.0: USB hub found [ 5.118381] hub 2-1:1.0: 4 ports detected [ 5.162397] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not 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 [ 5.438159] usb 2-1.1: new high-speed USB device number 3 using ehci-platform [ 5.593674] usb-storage 2-1.1:1.0: USB Mass Storage device detected [ 5.600852] scsi host0: usb-storage 2-1.1:1.0 [ 6.199838] eth0: link up (1000Mbps/Full duplex) [ 6.204811] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 6.679745] scsi 0:0:0:0: Direct-Access Generic STORAGE DEVICE 0233 PQ: 0 ANSI: 0 [ 6.692184] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 8.458270] jffs2: notice: (473) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (0 unchecked, 1 orphan) and 1 of xref (1 dead, 0 orphan) found. [ 8.476041] mount_root: switching to jffs2 overlay [ 8.504152] overlayfs: upper fs does not support tmpfile. [ 8.514651] urandom-seed: Seeding with /etc/urandom.seed [ 8.553816] eth0: link down [ 8.566465] procd: - early - [ 8.570159] procd: - watchdog - [ 9.178260] procd: - watchdog - [ 9.181772] procd: - ubus - [ 9.217073] random: ubusd: uninitialized urandom read (4 bytes read) [ 9.253733] random: ubusd: uninitialized urandom read (4 bytes read) [ 9.260782] random: ubusd: uninitialized urandom read (4 bytes read) [ 9.268213] procd: - init - Please press Enter to activate this console. [ 9.642718] kmodloader: loading kernel modules from /etc/modules.d/* [ 9.672175] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 9.687673] Loading modules backported from Linux version v4.19.7-0-g61c68f2a2af0 [ 9.695444] Backport generated by backports.git v4.19.7-1-0-g148b072d [ 9.704757] ip_tables: (C) 2000-2006 Netfilter Core Team [ 9.717868] nf_conntrack version 0.5.0 (2048 buckets, 8192 max) [ 9.799878] xt_time: kernel timezone is -0000 [ 9.856438] PPP generic driver version 2.4.2 [ 9.863114] NET: Registered protocol family 24 [ 9.894611] pci 0000:00:00.0: using irq 40 for pin 1 [ 9.899797] ath10k 4.19 driver, optimized for CT firmware, probing pci device: 0x50. [ 9.909311] PCI: Enabling device 0000:00:00.0 (0000 -> 0002) [ 9.915331] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0 [ 10.192346] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/fwcfg-pci-0000:00:00.0.txt failed with error -2 [ 10.203248] ath10k_pci 0000:00:00.0: Falling back to user helper [ 10.321333] firmware ath10k!fwcfg-pci-0000:00:00.0.txt: firmware_loading_store: map pages failed [ 10.330699] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:00:00.0.bin failed with error -2 [ 10.341777] ath10k_pci 0000:00:00.0: Falling back to user helper [ 10.476059] firmware ath10k!pre-cal-pci-0000:00:00.0.bin: firmware_loading_store: map pages failed [ 10.486622] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9887/hw1.0/ct-firmware-5.bin failed with error -2 [ 10.497993] ath10k_pci 0000:00:00.0: Falling back to user helper [ 10.632289] firmware ath10k!QCA9887!hw1.0!ct-firmware-5.bin: firmware_loading_store: map pages failed [ 10.642109] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9887/hw1.0/ct-firmware-2.bin failed with error -2 [ 10.653458] ath10k_pci 0000:00:00.0: Falling back to user helper [ 10.786369] firmware ath10k!QCA9887!hw1.0!ct-firmware-2.bin: firmware_loading_store: map pages failed [ 10.796183] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9887/hw1.0/firmware-6.bin failed with error -2 [ 10.807274] ath10k_pci 0000:00:00.0: Falling back to user helper [ 10.940995] firmware ath10k!QCA9887!hw1.0!firmware-6.bin: firmware_loading_store: map pages failed [ 10.950540] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9887/hw1.0/firmware-5.bin failed with error -2 [ 10.961620] ath10k_pci 0000:00:00.0: Falling back to user helper [ 11.095908] firmware ath10k!QCA9887!hw1.0!firmware-5.bin: firmware_loading_store: map pages failed [ 11.105454] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9887/hw1.0/firmware-4.bin failed with error -2 [ 11.116538] ath10k_pci 0000:00:00.0: Falling back to user helper [ 11.249510] firmware ath10k!QCA9887!hw1.0!firmware-4.bin: firmware_loading_store: map pages failed [ 11.259077] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9887/hw1.0/firmware-3.bin failed with error -2 [ 11.270160] ath10k_pci 0000:00:00.0: Falling back to user helper [ 11.404444] firmware ath10k!QCA9887!hw1.0!firmware-3.bin: firmware_loading_store: map pages failed [ 11.585367] ath10k_pci 0000:00:00.0: qca9887 hw1.0 target 0x4100016d chip_id 0x004000ff sub 0000:0000 [ 11.594951] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0 [ 11.607480] ath10k_pci 0000:00:00.0: firmware ver 10.1-ct-87-__fW-022-6d741b3d api 2 features wmi-10.x,has-wmi-mgmt-tx,mfp,txstatus-noack,wmi-10.x-CT,ratemask-CT,txrate-CT,get-temp-CT,tx-rc-CT,cust-stats-CT,retry-gt2-CT,txrate2-CT crc32 ac1d42a3 [ 11.657661] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA9887/hw1.0/board-2.bin failed with error -2 [ 11.668474] ath10k_pci 0000:00:00.0: Falling back to user helper [ 11.739015] firmware ath10k!QCA9887!hw1.0!board-2.bin: firmware_loading_store: map pages failed [ 11.748470] ath10k_pci 0000:00:00.0: board_file api 1 bmi_id N/A crc32 546cca0d [ 12.729147] ath10k_pci 0000:00:00.0: 10.1 wmi init: vdevs: 16 peers: 127 tid: 256 [ 12.743744] ath10k_pci 0000:00:00.0: wmi print 'P 128 V 8 T 410' [ 12.750195] ath10k_pci 0000:00:00.0: wmi print 'msdu-desc: 1424 sw-crypt: 0 ct-sta: 0' [ 12.758490] ath10k_pci 0000:00:00.0: wmi print 'alloc rem: 25224 iram: 12548' [ 12.802973] ath10k_pci 0000:00:00.0: htt-ver 2.1 wmi-op 2 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1 [ 13.015263] ieee80211 phy1: Atheros AR9561 Rev:0 mem=0xb8100000, irq=47 [ 13.074667] kmodloader: done loading kernel modules from /etc/modules.d/* [ 14.187910] urandom_read: 5 callbacks suppressed [ 14.187917] random: jshn: uninitialized urandom read (4 bytes read) [ 20.687087] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 20.711597] br-lan: port 1(eth0.1) entered blocking state [ 20.717182] br-lan: port 1(eth0.1) entered disabled state [ 20.723083] device eth0.1 entered promiscuous mode [ 20.728038] device eth0 entered promiscuous mode [ 20.766377] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 20.817791] IPv6: ADDRCONF(NETDEV_UP): eth0.2: link is not ready [ 21.729885] eth0: link up (1000Mbps/Full duplex) [ 21.734875] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 21.768425] br-lan: port 1(eth0.1) entered blocking state [ 21.774015] br-lan: port 1(eth0.1) entered forwarding state [ 21.780071] IPv6: ADDRCONF(NETDEV_CHANGE): eth0.2: link becomes ready [ 21.892225] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 118.288182] random: crng init done


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