Hello, OpenWRT noob here. The whole OS has been so freaking cool so far. Makes me never want to touch a Cisco Router ever again LOL. I was looking for some guidance on configuration.
Problem: I can't seem to get a 5G interface to work. Any help is appreciated. I tried to put as much info as possible in this.
Hardware:
1.) Raspberry Pi 4B+
2.) Sixfab 5G Modem (Has a Quectel RM502Q-AE M.2)
3.) T-Mobile SIM
Version:
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='23.05.5'
DISTRIB_REVISION='r24106-10cc5fcd00'
DISTRIB_TARGET='bcm27xx/bcm2711'
DISTRIB_ARCH='aarch64_cortex-a72'
DISTRIB_DESCRIPTION='OpenWrt 23.05.5 r24106-10cc5fcd00'
DISTRIB_TAINTS=''
AT Responses:
AT+QENG
ERROR
AT+QNWINFO
+QNWINFO: No Service
OK
AT+C5GREG
OK
AT+COPS
OK
root@OpenWrt:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 5.15.167 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.3.0 r24106-10cc5fcd00) 12.3.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Mon Sep 23 12:34:46 2024
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.5
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000002ac00000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
[ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 16384 pages in unavailable ranges
[ 0.000000] percpu: Embedded 18 pages/cpu s34904 r8192 d30632 u73728
[ 0.000000] pcpu-alloc: s34904 r8192 d30632 u73728 alloc=18*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Spectre-v2
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2028848
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=0 bcm2708_fb.fbheight=0 bcm2708_fb.fbswap=1 smsc95xx.macaddr=D8:3A:DD:E8:F7:DC vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=squashfs,ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x0000000037400000-0x000000003b400000] (64MB)
[ 0.000000] Memory: 7941624K/8245248K available (8256K kernel code, 912K rwdata, 1296K rodata, 448K init, 554K bss, 238088K reserved, 65536K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: 0xffffffc0080100d0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000225] Console: colour dummy device 80x25
[ 0.000528] printk: console [tty1] enabled
[ 0.000575] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[ 0.000600] pid_max: default: 32768 minimum: 301
[ 0.000934] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.001088] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.001739] cgroup: Disabling memory control group subsystem
[ 0.002822] rcu: Hierarchical SRCU implementation.
[ 0.003533] smp: Bringing up secondary CPUs ...
[ 0.003959] Detected PIPT I-cache on CPU1
[ 0.004026] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.004518] Detected PIPT I-cache on CPU2
[ 0.004561] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.005011] Detected PIPT I-cache on CPU3
[ 0.005053] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.005127] smp: Brought up 1 node, 4 CPUs
[ 0.005185] SMP: Total of 4 processors activated.
[ 0.005198] CPU features: detected: 32-bit EL0 Support
[ 0.005211] CPU features: detected: CRC32 instructions
[ 0.005294] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[ 0.005313] CPU: All CPU(s) started at EL2
[ 0.005343] alternatives: patching kernel code
[ 0.014228] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.014285] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.016057] pinctrl core: initialized pinctrl subsystem
[ 0.017120] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.018782] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.019022] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.019409] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.019844] thermal_sys: Registered thermal governor 'step_wise'
[ 0.020027] cpuidle: using governor ladder
[ 0.020065] cpuidle: using governor menu
[ 0.020258] ASID allocator initialised with 65536 entries
[ 0.020346] Serial: AMBA PL011 UART driver
[ 0.024506] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.039951] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-10-17T15:39:16, variant start
[ 0.049954] raspberrypi-firmware soc:firmware: Firmware hash is 30f0c5e4d076da3ab4f341d88e7d505760b93ad7
[ 0.082085] cryptd: max_cpu_qlen set to 1000
[ 0.083788] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.085943] SCSI subsystem initialized
[ 0.086094] usbcore: registered new interface driver usbfs
[ 0.086136] usbcore: registered new interface driver hub
[ 0.086177] usbcore: registered new device driver usb
[ 0.086309] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.087579] clocksource: Switched to clocksource arch_sys_counter
[ 0.090925] NET: Registered PF_INET protocol family
[ 0.091896] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.097015] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.097131] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.097164] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.097648] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.098805] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.099048] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.099184] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.099502] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.099550] PCI: CLS 0 bytes, default 64
[ 0.103024] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 0.107363] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.175141] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.178493] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 0.178539] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 0.178585] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 0.178626] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x01ffffffff -> 0x0400000000
[ 0.239661] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 0.239868] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 0.239890] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.239910] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 0.239963] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 0.240046] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 0.243550] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.243730] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 0.243813] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.243994] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 0.247414] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 0.247456] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 0.247480] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 0.247544] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.247583] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 0.247766] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 0.247891] pcieport 0000:00:00.0: PME: Signaling with IRQ 42
[ 0.248145] pcieport 0000:00:00.0: AER: enabled with IRQ 42
[ 0.248696] bcm2708_fb soc:fb: Unable to determine number of FBs. Disabling driver.
[ 0.248718] bcm2708_fb: probe of soc:fb failed with error -2
[ 0.254717] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.255479] iproc-rng200 fe104000.rng: hwrng registered
[ 0.255597] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.256080] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 0.263531] brd: module loaded
[ 0.266801] loop: module loaded
[ 0.267463] Loading iSCSI transport class v2.0-870.
[ 0.269399] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 0.427630] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 0.475911] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 0.475949] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 0.476481] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0003800000000890
[ 0.477106] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 0.477130] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 0.477154] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 0.477362] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ 0.477388] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.477407] usb usb1: Product: xHCI Host Controller
[ 0.477420] usb usb1: Manufacturer: Linux 5.15.167 xhci-hcd
[ 0.477434] usb usb1: SerialNumber: 0000:01:00.0
[ 0.477794] hub 1-0:1.0: USB hub found
[ 0.477842] hub 1-0:1.0: 1 port detected
[ 0.478313] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[ 0.478340] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.478358] usb usb2: Product: xHCI Host Controller
[ 0.478372] usb usb2: Manufacturer: Linux 5.15.167 xhci-hcd
[ 0.478386] usb usb2: SerialNumber: 0000:01:00.0
[ 0.478692] hub 2-0:1.0: USB hub found
[ 0.478734] hub 2-0:1.0: 4 ports detected
[ 0.479540] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.479636] dwc_otg: FIQ enabled
[ 0.479642] dwc_otg: NAK holdoff enabled
[ 0.479647] dwc_otg: FIQ split-transaction FSM enabled
[ 0.479654] Module dwc_common_port init
[ 0.479945] usbcore: registered new interface driver uas
[ 0.480026] usbcore: registered new interface driver usb-storage
[ 0.480106] mousedev: PS/2 mouse device common for all mice
[ 0.480616] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 0.482380] sdhci: Secure Digital Host Controller Interface driver
[ 0.482399] sdhci: Copyright(c) Pierre Ossman
[ 0.482783] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 0.483182] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.491174] NET: Registered PF_INET6 protocol family
[ 0.491625] Segment Routing with IPv6
[ 0.491641] In-situ OAM (IOAM) with IPv6
[ 0.491671] NET: Registered PF_PACKET protocol family
[ 0.491689] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 0.491738] 8021q: 802.1Q VLAN Support v1.8
[ 0.492062] Key type .fscrypt registered
[ 0.492068] Key type fscrypt-provisioning registered
[ 0.494443] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 0.494513] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 0.494582] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 17, base_baud = 0) is a PL011 rev2
[ 0.767568] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 0.768529] printk: console [ttyAMA0] enabled
[ 0.960141] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 0.970534] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 0.973490] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 0.979091] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 0.982964] usb 1-1: Product: USB2.0 Hub
[ 0.988441] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 0.999019] hub 1-1:1.0: USB hub found
[ 1.038905] of_cfs_init
[ 1.045593] hub 1-1:1.0: 4 ports detected
[ 1.051493] of_cfs_init: OK
[ 1.108126] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 1.108989] clk: Disabling unused clocks
[ 1.116220] mmc1: new high speed SDIO card at address 0001
[ 1.143514] usb 2-1: New USB device found, idVendor=2c7c, idProduct=0800, bcdDevice= 4.14
[ 1.678293] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.678298] usb 2-1: Product: RM502Q-AE
[ 1.689252] usb 2-1: Manufacturer: Quectel
[ 1.689255] usb 2-1: SerialNumber: 2e13b9c2
[ 1.704320] usb 2-1: Enable of device-initiated U1 failed.
[ 1.710623] usb 2-1: Enable of device-initiated U2 failed.
[ 1.729405] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ 1.736614] Waiting for root device /dev/mmcblk0p2...
[ 1.837625] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[ 1.844556] mmcblk0: mmc0:aaaa SK32G 29.7 GiB
[ 1.849818] mmcblk0: p1 p2
[ 1.852717] mmcblk0: mmc0:aaaa SK32G 29.7 GiB (quirks 0x00004000)
[ 1.894107] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
[ 1.904272] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.911361] Freeing unused kernel memory: 448K
[ 1.915920] Run /sbin/init as init process
[ 1.920020] with arguments:
[ 1.920022] /sbin/init
[ 1.920024] with environment:
[ 1.920026] HOME=/
[ 1.920027] TERM=linux
[ 1.966940] init: Console is alive
[ 1.970554] init: - watchdog -
[ 2.096757] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 2.152649] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.161065] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 2.175659] init: - preinit -
[ 2.244086] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 2.252565] bcmgenet fd580000.ethernet eth0: Link is Down
[ 2.415265] uart-pl011 fe201000.serial: no DMA platform data
[ 4.570322] mount_root: mounting /dev/root
[ 4.587542] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: disabled.
[ 4.608350] insmod: module is already loaded - fat
[ 4.614510] insmod: module is already loaded - vfat
[ 4.634117] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 4.644785] urandom-seed: Seeding with /etc/urandom.seed
[ 4.680377] procd: - early -
[ 4.683351] procd: - watchdog -
[ 5.216406] procd: - watchdog -
[ 5.220446] procd: - ubus -
[ 5.274326] procd: - init -
[ 5.364376] kmodloader: loading kernel modules from /etc/modules.d/*
[ 5.383840] hid: raw HID events driver (C) Jiri Kosina
[ 5.389758] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.412824] usbcore: registered new interface driver cdc_wdm
[ 5.418979] Loading modules backported from Linux version v6.1.110-0-g5f55cad62cc9d
[ 5.426644] Backport generated by backports.git v6.1.110-1-0-g965f73fc
[ 5.434428] usbcore: registered new interface driver lan78xx
[ 5.445073] usbcore: registered new interface driver usbhid
[ 5.450690] usbhid: USB HID core driver
[ 5.455765] usbcore: registered new interface driver usbserial_generic
[ 5.462363] usbserial: USB Serial support registered for generic
[ 5.489844] PPP generic driver version 2.4.2
[ 5.494582] NET: Registered PF_PPPOX protocol family
[ 5.501702] qmi_wwan 2-1:1.4: cdc-wdm0: USB WDM device
[ 5.507924] qmi_wwan 2-1:1.4 wwan0: register 'qmi_wwan' at usb-0000:01:00.0-1, WWAN/QMI device, 7e:d0:84:94:1e:e7
[ 5.518943] usb 2-1: Enable of device-initiated U1 failed.
[ 5.525294] usb 2-1: Enable of device-initiated U2 failed.
[ 5.531055] usbcore: registered new interface driver qmi_wwan
[ 5.601444] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 5.610483] usbcore: registered new interface driver brcmfmac
[ 5.616395] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2
[ 5.628077] brcmfmac mmc1:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin
[ 5.639975] usbcore: registered new interface driver option
[ 5.645590] usbserial: USB Serial support registered for GSM modem (1-port)
[ 5.652738] option 2-1:1.0: GSM modem (1-port) converter detected
[ 5.658988] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB0
[ 5.665901] option 2-1:1.1: GSM modem (1-port) converter detected
[ 5.672169] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB1
[ 5.679087] option 2-1:1.2: GSM modem (1-port) converter detected
[ 5.685316] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB2
[ 5.692257] option 2-1:1.3: GSM modem (1-port) converter detected
[ 5.698498] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB3
[ 5.706415] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 6.440489] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jul 29 2022 02:15:20 version 7.45.250 (70e9766 CY) FWID 01-e53e306b
[ 6.981324] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 6.990319] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 6.998737] br-lan: port 1(eth0) entered blocking state
[ 7.003966] br-lan: port 1(eth0) entered disabled state
[ 7.009348] device eth0 entered promiscuous mode
[ 7.014616] br-lan: port 1(eth0) entered blocking state
[ 7.019865] br-lan: port 1(eth0) entered forwarding state
[ 7.255739] brcmfmac mmc1:0001:1 phy0-ap0: renamed from wlan0
[ 7.350928] br-lan: port 2(phy0-ap0) entered blocking state
[ 7.356519] br-lan: port 2(phy0-ap0) entered disabled state
[ 7.362291] device phy0-ap0 entered promiscuous mode
[ 7.379706] brcmfmac mmc1:0001:1 phy0-sta0: renamed from phy0-ap0 (while UP)
[ 7.418022] device phy0-sta0 left promiscuous mode
[ 7.422857] br-lan: port 2(phy0-sta0) entered disabled state
[ 9.799395] IPv6: ADDRCONF(NETDEV_CHANGE): phy0-sta0: link becomes ready
[ 493.229586] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[ 1455.867611] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[ 2418.708441] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[ 3381.124085] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[ 4344.451394] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[ 5308.048842] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[ 6270.878080] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[ 7232.828301] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[ 8194.410017] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[10118.806243] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[12043.463565] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[13007.107164] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[13968.891897] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[14932.095268] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[15894.375376] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[16857.288321] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[17818.903560] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[18780.731530] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[19743.922985] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[20705.882082] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[21669.440117] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[22632.039597] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[23595.506086] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[24557.414834] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[25520.899012] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[26483.331949] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[27445.975537] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[28408.174798] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[29370.368834] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[30333.951811] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[31296.469216] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[32259.092278] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[33221.214224] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[34184.809088] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[35147.218976] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[36111.141827] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[37073.922850] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[38036.800396] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[38999.116572] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[39961.750353] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[40924.996200] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[41887.714619] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[42850.820057] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[43813.274211] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[44776.926095] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[45740.718006] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[46704.113448] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[47667.136842] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[48629.271846] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[49592.378342] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[50554.355348] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[51517.615391] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[51519.230291] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[52483.261071] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown
[277743.127155] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[277743.135477] br-lan: port 1(eth0) entered blocking state
[277743.140814] br-lan: port 1(eth0) entered forwarding state
[278298.080220] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8
[279261.303551] ieee80211 phy0: brcmf_p2p_send_action_frame: Unknown Frame: category 0xa, action 0x8