GL.iNet GL-XE300

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

Puli (GL-XE300) is a portable 4G smart router that is perfect for home, business and IoT solutions. It has a large storage capacity, and a Nano SIM Card slot, it is highly customizable for IoT projects. It also comes with a rechargeable battery, enabling portable use or power failover.

GL-XE300 is an upgraded version of GL-MiFi, with upgraded CPU, RAM, FLASH, Wi-Fi speed, and 4G LTE Module. It has ultra-high reliability for critical infrastructure industries, with built-in 4G LTE failover network and auxiliary power supply.

GL-XE300

Install OpenWrt (generic explanation)

FIXME Please add the installation procedure here.

Gl.iNet XE300 Flash Layout
Layer0 raw NAND flash, 128 MiB raw NOR flash, 16 MiB
Layer1 mtd0 ubi mtd1 u-boot mtd2 u-boot-env mtd3 art mtd4 kernel mtd5 nor_reserved
Size in KiB 131072 KiB 256 KiB 64 KiB 64 KiB 4096 KiB 11904 KiB

FIXME The instructions below are for Broadcom devices and only serve as an example.
Remove / modify them if they do not apply to this particular device!

This section deals with

  • How you install OpenWrt from a device freshly opened
  • The steps required such as reset to factory defaults if the device has already been configured

Note: Reset router to factory defaults if it has been previously configured.

  • Browse to http://192.168.1.1/Upgrade.asp
  • Upload .bin file to router
  • Wait for it to reboot
  • Telnet to 192.168.1.1 and set a root password, or browse to http://192.168.1.1 if LuCI is installed.

Specific values needed for tftp

FIXME Enter values for “FILL-IN” below

Bootloader tftp server IPv4 address FILL-IN
Bootloader MAC address (special) FILL-IN
Firmware tftp image Latest OpenWrt release (NOTE: Name must contain “tftp”)
TFTP transfer window FILL-IN seconds
TFTP window start approximately FILL-IN seconds after power on
TFTP client required IP address FILL-IN

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

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). Here, we merely name the buttons, so we can use them in the above Howto.

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

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

BUTTON Event
EXAMPLE Reset reset
EXAMPLE Secure Easy Setup ses
EXAMPLE No buttons at all. -

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!

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:
Insert photo of PCB

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 GL.iNet GL-XE300
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

[ 0.000000] Linux version 4.14.241 (glinet@glinet) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r11257-5090152ae3)) #0 Thu Jul 29 19:50:28 2021 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019374 (MIPS 24Kc) [ 0.000000] MIPS: machine is GL.iNet GL-XE300 (NOR/NAND) [ 0.000000] SoC: Qualcomm Atheros QCA9533 ver 2 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] On node 0 totalpages: 32768 [ 0.000000] free_area_init_node: node 0, pgdat 805d7aa0, node_mem_map 81007fc0 [ 0.000000] Normal zone: 256 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 0.000000] random: get_random_bytes called from start_kernel+0x98/0x494 with crng_init=0 [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32512 [ 0.000000] Kernel command line: console=ttyS0,115200n8 rootfstype=squashfs,jffs2 [ 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: 122400K/131072K available (4427K kernel code, 156K rwdata, 1008K rodata, 1244K init, 218K bss, 8672K 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] CPU clock: 650.000 MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5880801374 ns [ 0.000008] sched_clock: 32 bits at 325MHz, resolution 3ns, wraps every 6607641598ns [ 0.008256] Calibrating delay loop... 432.53 BogoMIPS (lpj=2162688) [ 0.074863] pid_max: default: 32768 minimum: 301 [ 0.079935] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.086911] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.098722] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.109145] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.115672] pinctrl core: initialized pinctrl subsystem [ 0.122409] NET: Registered protocol family 16 [ 0.134036] PCI host bridge /ahb/pcie-controller@180c0000 ranges: [ 0.140470] MEM 0x0000000010000000..0x0000000013ffffff [ 0.146021] IO 0x0000000000000000..0x0000000000000000 [ 0.151530] ar724x-pci 180c0000.pcie-controller: PCIe link is down [ 0.175152] PCI host bridge to bus 0000:00 [ 0.179540] pci_bus 0000:00: root bus resource [mem 0x10000000-0x13ffffff] [ 0.186779] pci_bus 0000:00: root bus resource [io 0x0000] [ 0.192655] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 0.199809] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.208177] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00 [ 0.210758] clocksource: Switched to clocksource MIPS [ 0.217129] NET: Registered protocol family 2 [ 0.221975] IP idents hash table entries: 2048 (order: 2, 16384 bytes) [ 0.229524] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.236933] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.243648] TCP: Hash tables configured (established 1024 bind 1024) [ 0.250499] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.256713] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.263611] NET: Registered protocol family 1 [ 0.268232] PCI: CLS 0 bytes, default 32 [ 0.271238] Crashlog allocated RAM at address 0x3f00000 [ 0.278082] workingset: timestamp_bits=30 max_order=15 bucket_order=0 [ 0.290043] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.296243] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.317218] io scheduler noop registered [ 0.321407] io scheduler deadline registered (default) [ 0.328969] pinctrl-single 1804002c.pinmux: 576 pins at pa b804002c size 72 [ 0.336930] gpio-export gpio-export: 2 gpio(s) exported [ 0.343230] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.352329] console [ttyS0] disabled [ 0.356138] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 1562500) is a 16550A [ 0.365286] console [ttyS0] enabled [ 0.372848] bootconsole [early0] disabled [ 0.399837] m25p80 spi0.0: w25q128 (16384 Kbytes) [ 0.404797] 5 fixed-partitions partitions found on MTD device spi0.0 [ 0.411372] Creating 5 MTD partitions on "spi0.0": [ 0.416332] 0x000000000000-0x000000040000 : "u-boot" [ 0.422278] 0x000000040000-0x000000050000 : "u-boot-env" [ 0.428522] 0x000000050000-0x000000060000 : "art" [ 0.434204] 0x000000060000-0x000000460000 : "kernel" [ 0.440031] 0x000000460000-0x000001000000 : "nor_reserved" [ 0.450022] spi-nand: Mxic SPI NAND was found. [ 0.454684] spi-nand: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 128 [ 0.462610] 1 fixed-partitions partitions found on MTD device spi0.1 [ 0.469173] Creating 1 MTD partitions on "spi0.1": [ 0.474158] 0x000000000000-0x000008000000 : "ubi" [ 0.853957] libphy: Fixed MDIO Bus: probed [ 1.191858] ag71xx 19000000.eth: Could not connect to PHY device. Deferring probe. [ 1.871142] libphy: ag71xx_mdio: probed [ 2.161224] mdio-bus.0:1f: Found an AR934X built-in switch [ 2.167079] libphy: ar7240sw_mdio: probed [ 2.228404] ag71xx 1a000000.eth: connected to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY] [ 2.238315] eth0: Atheros AG71xx at 0xba000000, irq 5, mode: gmii [ 2.246742] NET: Registered protocol family 10 [ 2.256213] Segment Routing with IPv6 [ 2.260096] NET: Registered protocol family 17 [ 2.264805] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 2.278207] 8021q: 802.1Q VLAN Support v1.8 [ 2.570754] random: fast init done [ 2.622951] ag71xx 19000000.eth: connected to PHY at mdio-bus.0:1f:04 [uid=004dd042, driver=Generic PHY] [ 2.633655] eth1: Atheros AG71xx at 0xb9000000, irq 4, mode: mii [ 2.643138] UBI: auto-attach mtd5 [ 2.646596] ubi0: attaching mtd5 [ 6.854687] ubi0: scanning is finished [ 6.906276] ubi0: attached mtd5 (name "ubi", size 128 MiB) [ 6.912010] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 6.919111] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 [ 6.926130] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 6.933334] ubi0: good PEBs: 1024, bad PEBs: 0, corrupted PEBs: 0 [ 6.939630] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 [ 6.947098] ubi0: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1469701511 [ 6.956541] ubi0: available PEBs: 0, total reserved PEBs: 1024, PEBs reserved for bad PEB handling: 20 [ 6.966244] ubi0: background thread "ubi_bgt0d" started, PID 330 [ 6.975756] block ubiblock0_0: created from ubi0:0(rootfs) [ 6.981492] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem [ 7.007955] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. [ 7.023003] Freeing unused kernel memory: 1244K [ 7.027686] This architecture does not have kernel memory protection. [ 8.057759] init: Console is alive [ 8.061641] init: - watchdog - [ 11.218843] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 11.621630] usbcore: registered new interface driver usbfs [ 11.627359] usbcore: registered new interface driver hub [ 11.632974] usbcore: registered new device driver usb [ 11.648217] exFAT: Version 1.2.9 [ 11.689801] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 11.706393] SCSI subsystem initialized [ 11.715961] ehci-platform: EHCI generic platform driver [ 11.721687] ehci-platform 1b000000.usb: EHCI Host Controller [ 11.727563] ehci-platform 1b000000.usb: new USB bus registered, assigned bus number 1 [ 11.735804] ehci-platform 1b000000.usb: irq 3, io mem 0x1b000000 [ 11.770796] ehci-platform 1b000000.usb: USB 2.0 started, EHCI 1.00 [ 11.778056] hub 1-0:1.0: USB hub found [ 11.782369] hub 1-0:1.0: 1 port detected [ 11.790098] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 11.798658] ohci-platform: OHCI generic platform driver [ 11.806764] uhci_hcd: USB Universal Host Controller Interface driver [ 11.818365] usbcore: registered new interface driver usb-storage [ 11.827096] usbcore: registered new interface driver uas [ 11.833489] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 11.851471] init: - preinit - [ 12.470823] usb 1-1: new high-speed USB device number 2 using ehci-platform [ 12.698576] random: procd: uninitialized urandom read (4 bytes read) [ 12.705693] hub 1-1:1.0: USB hub found [ 12.711670] hub 1-1:1.0: 4 ports detected [ 13.133744] random: jshn: uninitialized urandom read (4 bytes read) [ 13.241641] usb 1-1.1: new high-speed USB device number 3 using ehci-platform [ 13.292791] random: jshn: uninitialized urandom read (4 bytes read) [ 13.446822] usb-storage 1-1.1:1.0: USB Mass Storage device detected [ 13.470868] scsi host0: usb-storage 1-1.1:1.0 [ 13.570853] usb 1-1.2: new high-speed USB device number 4 using ehci-platform [ 13.842026] usb 1-1.4: new full-speed USB device number 5 using ehci-platform [ 14.380496] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 14.512595] scsi 0:0:0:0: Direct-Access Generic STORAGE DEVICE 0233 PQ: 0 ANSI: 0 [ 14.963762] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 15.391974] eth0: link up (1000Mbps/Full duplex) [ 15.396783] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 17.636394] mount_root: loading kmods from internal overlay [ 17.723618] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 17.735630] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 21.011982] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 509 [ 21.255737] UBIFS (ubi0:1): recovery needed [ 21.952050] UBIFS (ubi0:1): recovery completed [ 21.956745] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 21.964880] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 21.975137] UBIFS (ubi0:1): FS size: 114405376 bytes (109 MiB, 901 LEBs), journal size 5713920 bytes (5 MiB, 45 LEBs) [ 21.986109] UBIFS (ubi0:1): reserved for root: 4952683 bytes (4836 KiB) [ 21.992960] UBIFS (ubi0:1): media format: w4/r0 (latest is w5/r0), UUID 37D2EE52-B5F0-4A30-9B45-8AF7F4262A5E, small LPT model [ 22.013699] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 22.049511] block: extroot: not configured [ 22.068189] UBIFS (ubi0:1): un-mount UBI device 0 [ 22.073126] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" stops [ 22.101508] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 512 [ 22.545982] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" [ 22.554140] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 22.564392] UBIFS (ubi0:1): FS size: 114405376 bytes (109 MiB, 901 LEBs), journal size 5713920 bytes (5 MiB, 45 LEBs) [ 22.575364] UBIFS (ubi0:1): reserved for root: 4952683 bytes (4836 KiB) [ 22.582217] UBIFS (ubi0:1): media format: w4/r0 (latest is w5/r0), UUID 37D2EE52-B5F0-4A30-9B45-8AF7F4262A5E, small LPT model [ 22.627858] mount_root: loading kmods from internal overlay [ 22.708619] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 22.727901] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/* [ 25.010968] block: attempting to load /tmp/ubifs_cfg/upper/etc/config/fstab [ 25.040974] block: extroot: not configured [ 25.060108] mount_root: switching to ubifs overlay [ 25.209073] urandom-seed: Seeding with /etc/urandom.seed [ 25.425783] eth0: link down [ 25.445551] procd: - early - [ 25.448646] procd: - watchdog - [ 26.126542] urandom_read: 5 callbacks suppressed [ 26.126551] random: jshn: uninitialized urandom read (4 bytes read) [ 26.220679] procd: - watchdog - [ 26.224346] procd: - ubus - [ 26.641014] random: ubusd: uninitialized urandom read (4 bytes read) [ 26.691055] procd: - init - [ 31.163151] kmodloader: loading kernel modules from /etc/modules.d/* [ 31.538472] urngd: v1.0.2 started. [ 31.567915] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 31.633722] tun: Universal TUN/TAP device driver, 1.6 [ 31.670729] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 31.729370] nf_conntrack version 0.5.0 (2048 buckets, 8192 max) [ 32.035052] Netfilter messages via NETLINK v0.30. [ 32.052860] ip_set: protocol 6 [ 32.124010] random: crng init done [ 32.164399] Mirror/redirect action on [ 32.214103] u32 classifier [ 32.216915] input device check on [ 32.220694] Actions configured [ 32.286503] GACT probability on [ 32.312123] Simple TC action Loaded [ 32.411470] fuse init (API version 7.26) [ 32.452140] usbcore: registered new interface driver cdc_acm [ 32.458022] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 32.522895] usbcore: registered new interface driver cdc_wdm [ 32.542954] Loading modules backported from Linux version v4.19.193-0-g1722257b8ece [ 32.550946] Backport generated by backports.git v4.19.193-1-0-gaa2cc8ea [ 32.632970] Ebtables v2.0 registered [ 32.654021] ip_tables: (C) 2000-2006 Netfilter Core Team [ 32.673188] usbcore: registered new interface driver ipheth [ 32.995378] ctnetlink v0.93: registering with nfnetlink. [ 33.478466] usbcore: registered new interface driver usbserial [ 33.484664] usbcore: registered new interface driver usbserial_generic [ 33.491516] usbserial: USB Serial support registered for generic [ 33.527658] wireguard: WireGuard 1.0.20200611 loaded. See www.wireguard.com for information. [ 33.536446] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 33.683087] xt_time: kernel timezone is -0000 [ 33.704264] usbcore: registered new interface driver cdc_ether [ 33.726078] usbcore: registered new interface driver cdc_ncm [ 33.863314] usbcore: registered new interface driver ch341 [ 33.869064] usbserial: USB Serial support registered for ch341-uart [ 33.875694] ch341 1-1.4:1.0: ch341-uart converter detected [ 33.911499] usb 1-1.4: ch341-uart converter now attached to ttyUSB0 [ 33.932826] usbcore: registered new interface driver cp210x [ 33.938718] usbserial: USB Serial support registered for cp210x [ 33.967304] usbcore: registered new interface driver huawei_cdc_ncm [ 34.113604] PPP generic driver version 2.4.2 [ 34.132517] PPP MPPE Compression module registered [ 34.152500] NET: Registered protocol family 24 [ 34.171083] qmi_wwan 1-1.2:1.4: cdc-wdm0: USB WDM device [ 34.176582] qmi_wwan 1-1.2:1.4: QuectelEC25&EC21&EG91&EG95&EG06&EP06&EM06&BG96&AG35 work on RawIP mode [ 34.201757] qmi_wwan 1-1.2:1.4 wwan0: register 'qmi_wwan' at usb-1b000000.usb-1.2, WWAN/QMI device, 52:d5:94:c0:74:92 [ 34.213099] usbcore: registered new interface driver qmi_wwan [ 34.244609] usbcore: registered new interface driver rndis_host [ 34.304306] usbcore: registered new interface driver sierra [ 34.310137] usbserial: USB Serial support registered for Sierra USB modem [ 34.333668] usbcore: registered new interface driver sierra_net [ 34.443714] usbcore: registered new interface driver option [ 34.449559] usbserial: USB Serial support registered for GSM modem (1-port) [ 34.457337] option 1-1.2:1.0: GSM modem (1-port) converter detected [ 34.464161] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB1 [ 34.471578] option 1-1.2:1.1: GSM modem (1-port) converter detected [ 34.478329] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB2 [ 34.485763] option 1-1.2:1.2: GSM modem (1-port) converter detected [ 34.492583] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB3 [ 34.499999] option 1-1.2:1.3: GSM modem (1-port) converter detected [ 34.506838] usb 1-1.2: GSM modem (1-port) converter now attached to ttyUSB4 [ 34.653910] usbcore: registered new interface driver rt2800usb [ 34.707563] ath: EEPROM regdomain: 0x0 [ 34.707574] ath: EEPROM indicates default country code should be used [ 34.707577] ath: doing EEPROM country->regdmn map search [ 34.707592] ath: country maps to regdmn code: 0x3a [ 34.707597] ath: Country alpha2 being used: US [ 34.707601] ath: Regpair used: 0x3a [ 34.721367] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 34.723284] ieee80211 phy0: Atheros AR9531 Rev:2 mem=0xb8100000, irq=13 [ 34.801445] kmodloader: done loading kernel modules from /etc/modules.d/* [ 57.909242] IPv6: ADDRCONF(NETDEV_UP): lo: link is not ready [ 58.080636] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 58.411594] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 58.423971] eth0: link up (1000Mbps/Full duplex) [ 58.429368] br-lan: port 1(eth0) entered blocking state [ 58.434854] br-lan: port 1(eth0) entered disabled state [ 58.440540] device eth0 entered promiscuous mode [ 58.447753] br-lan: port 1(eth0) entered blocking state [ 58.453228] br-lan: port 1(eth0) entered forwarding state [ 69.655717] br-lan: port 2(wlan0) entered blocking state [ 69.661273] br-lan: port 2(wlan0) entered disabled state [ 69.667190] device wlan0 entered promiscuous mode [ 71.875517] br-lan: port 2(wlan0) entered blocking state [ 71.881072] br-lan: port 2(wlan0) entered forwarding state [ 73.523806] IPv6: ADDRCONF(NETDEV_UP): wwan0: link is not ready


COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING


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

  • ...

FIXME Add tags below, then remove this fixme.

How to add tags

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