NETGEAR EX6150
The Netgear EX6150 is dual band (2.4 and 5 GHz) AC1200 (300 Mbps+900 Mbps) Wi-Fi range extender. It has 2 external antennas and 1 gigabit ethernet connections. It can be used as access point or range extender.
Supported Versions
Experimental Versions
None at this time.
Hardware Highlights
This page does not cover the EX6150 v2, which looks just the same but has different hardware.
Installation
OEM easy installation
A factory reset EX6150 has NETGEAR as Wi-Fi network name without encryption. It's default IP address is 192.168.1.250. You need to create an account on the webpage.
Once logged in, you can go to Settings→Firmware update. The factory image can be uploaded in the web interface by clicking browse, selecting the image, and clicking upload.
After the firmware has been upgraded, it will reboot. You should make sure that the Access Point / Extender switch is set Extender now to avoid going in failsafe mode. Note that the switch has no effect in OpenWrt and it will act as Access Point by default.
You can then follow walkthrough_login.
OEM installation using the TFTP method
TFTP installation is not working
Installation using nmrpflash method
Installation and recovery is supported using the nmrpflash tool
Upgrading OpenWrt
Debricking
https://github.com/jclehner/nmrpflash can be used to either send the factor image or the OEM firmware
Failsafe mode
The boot sequence shows the following power led changes:
- Solid amber for 22 seconds
- Out for 2 seconds
- Blink green fast for 5 seconds
- Depending on the state:
- Blink orange fast: failsafe mode.
- Blink green slow: normal boot. Followed by solid green.
The failsafe mode can be triggered by pressing the WPS button during the slow green blinking.
Setting the Access Point / Extender switch to Access Point will most of the time trigger the failsafe mode.
Basic configuration
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Specific Configuration
Network interfaces
The default network configuration is:
Interface Name | Description | Default configuration |
---|---|---|
br-lan | LAN & WiFi | 192.168.1.1/24 |
eth0.1 | LAN port | DHCP |
wlan0 | 5 GHz WiFi | Disabled |
wlan1 | 2.4 GHz WiFi | Disabled |
Switch Ports (for VLANs)
Port | Switch port |
---|---|
LAN | 0 |
CPU | 6 |
Buttons
→ 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 Netgear EX6150 has the following buttons:
Name | Label | gpio | Kernel code | Comment |
---|---|---|---|---|
toggle | AP/Extender toggle | 48 | BTN_0 | Active when switch is set to “Access Point” |
wps | wps | 47 | KEY_WPS_BUTTON | |
reset | reset | 46 | KEY_RESTART |
The power button is not connected to a GPIO.
Flash Layout
Layer0 | raw NOR flash memory chip (m25p80 spi0.0: mx25l12805d (16384 Kbytes) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Layer1 | mtd0 u-boot 192 KiB | mtd1 config 64 KiB | mtd2 factory 64 KiB | mtd3 firmware 14848 KiB | mtd7 ML1 64 KiB | 64 KiB | mtd8 ML2 128 KiB | mtd9 ML3 128 KiB | mtd10 ML4 128 KiB | mtd11 ML5 128 KiB | mtd12 ML6 128 KiB | mtd13 ML7 128 KiB | mtd14 T_Meter1 64 KiB | mtd15 T_Meter2 64 KiB | mtd16 POT 64 KiB | mtd17 board_data 64 KiB | mtd18 nvram 64 KiB | ||
Layer2 | mtd4 kernel 1280 KiB | mtd5 rootfs 13014 KiB, mounted on /, OverlayFS | |||||||||||||||||
Layer3 | /dev/root 2454 KiB, mounted on /rom, SquashFS | mtd6 rootfs_data 10560 KiB, mounted on /overlay, JFFS2 |
Hardware
Info
Photos
Front:
Insert photo of front of the casing
Back:
Insert photo of back of the casing
Backside label:
Insert photo of backside label
Opening the case
Note: This will void your warranty!
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
Serial
UART is present as Pads on the backside of the PCB. They are located on the other side of the Ethernet port:
- 3.3V (nearest to the antenna connectors)
- GND
- TX
- RX
The Serial setting is 57600-8-N-1.
JTAG
→ 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 mods
Hardware mods
None so far.
Bootlogs
OEM bootlog
COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE
OpenWrt bootlog
[ 0.000000] Linux version 4.14.215 (builder@buildhost) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r11278-8055e38794)) #0 SMP Tue Jan 19 13:10:02 2021 [ 0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc) [ 0.000000] MIPS: machine is Netgear EX6150 [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 04000000 @ 00000000 (usable) [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] VPE topology {2} total 2 [ 0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000003ffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff] [ 0.000000] On node 0 totalpages: 16384 [ 0.000000] free_area_init_node: node 0, pgdat 805747c0, node_mem_map 81003000 [ 0.000000] Normal zone: 128 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 16384 pages, LIFO batch:3 [ 0.000000] random: get_random_bytes called from 0x80577744 with crng_init=0 [ 0.000000] percpu: Embedded 14 pages/cpu s26224 r8192 d22928 u57344 [ 0.000000] pcpu-alloc: s26224 r8192 d22928 u57344 alloc=14*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16256 [ 0.000000] Kernel command line: console=ttyS0,57600 rootfstype=squashfs,jffs2 [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes) [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Writing ErrCtl register=0000a851 [ 0.000000] Readback ErrCtl register=0000a851 [ 0.000000] Memory: 57644K/65536K available (4756K kernel code, 239K rwdata, 588K rodata, 1252K init, 255K bss, 7892K reserved, 0K cma-reserved, 0K highmem) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 256 [ 0.000000] CPU Clock: 880MHz [ 0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns [ 0.000009] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns [ 0.015500] Calibrating delay loop... 586.13 BogoMIPS (lpj=2930688) [ 0.087800] pid_max: default: 32768 minimum: 301 [ 0.097098] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.110115] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.125709] Hierarchical SRCU implementation. [ 0.135000] smp: Bringing up secondary CPUs ... [ 0.145063] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. [ 0.145072] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes [ 0.145083] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. [ 0.145216] CPU1 revision is: 0001992f (MIPS 1004Kc) [ 0.204448] Synchronize counters for CPU 1: done. [ 0.264109] smp: Brought up 1 node, 2 CPUs [ 0.276154] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.295625] futex hash table entries: 512 (order: 2, 16384 bytes) [ 0.307839] pinctrl core: initialized pinctrl subsystem [ 0.319660] NET: Registered protocol family 16 [ 0.335528] FPU Affinity set after 11720 emulations [ 0.336347] pull PCIe RST: RALINK_RSTCTRL = 4000000 [ 0.646350] release PCIe RST: RALINK_RSTCTRL = 7000000 [ 0.656423] * Xtal 40MHz * [ 0.663146] release PCIe RST: RALINK_RSTCTRL = 7000000 [ 0.673354] Port 0 N_FTS = 1b102800 [ 0.680251] Port 1 N_FTS = 1b102800 [ 0.687173] Port 2 N_FTS = 1b102800 [ 1.845630] PCIE2 no card, disable it(RST&CLK) [ 1.854320] → 21007f2 [ 1.859138] PCIE0 enabled [ 1.864335] PCIE1 enabled [ 1.869518] PCI host bridge /pcie@1e140000 ranges: [ 1.879045] MEM 0x0000000060000000..0x000000006fffffff [ 1.889399] IO 0x000000001e160000..0x000000001e16ffff [ 1.899770] PCI coherence region base: 0xbfbf8000, mask/settings: 0x60000000 [ 1.926383] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 1.937704] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 1.948990] mt7621_gpio 1e000600.gpio: registering 32 gpios [ 1.961850] PCI host bridge to bus 0000:00 [ 1.969876] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff] [ 1.983555] pci_bus 0000:00: root bus resource [io 0xffffffff] [ 1.995275] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] [ 2.008747] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 2.024525] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400 [ 2.024575] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 2.024588] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 2.024654] pci 0000:00:00.0: supports D1 [ 2.024662] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 2.024960] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400 [ 2.024998] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff] [ 2.025013] pci 0000:00:01.0: reg 0x14: [mem 0x00000000-0x0000ffff] [ 2.025086] pci 0000:00:01.0: supports D1 [ 2.025098] pci 0000:00:01.0: PME# supported from D0 D1 D3hot [ 2.025392] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.041200] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.057306] pci 0000:01:00.0: [14c3:7662] type 00 class 0x028000 [ 2.057374] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] [ 2.057431] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 2.057543] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 2.057746] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.058021] pci 0000:02:00.0: [14c3:7662] type 00 class 0x028000 [ 2.058088] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit] [ 2.058146] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 2.058250] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 2.058463] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 2.058487] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 02 [ 2.058567] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000] [ 2.071620] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000] [ 2.085419] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000] [ 2.098542] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000] [ 2.112378] pci 0000:00:00.0: BAR 8: assigned [mem 0x60000000-0x600fffff] [ 2.125854] pci 0000:00:00.0: BAR 9: assigned [mem 0x60100000-0x601fffff pref] [ 2.140189] pci 0000:00:01.0: BAR 8: assigned [mem 0x60200000-0x602fffff] [ 2.153678] pci 0000:00:01.0: BAR 9: assigned [mem 0x60300000-0x603fffff pref] [ 2.168014] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff] [ 2.181493] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff] [ 2.194986] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit] [ 2.209496] pci 0000:01:00.0: BAR 6: assigned [mem 0x60100000-0x6010ffff pref] [ 2.223825] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.233664] pci 0000:00:00.0: bridge window [mem 0x60000000-0x600fffff] [ 2.247154] pci 0000:00:00.0: bridge window [mem 0x60100000-0x601fffff pref] [ 2.261505] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit] [ 2.276033] pci 0000:02:00.0: BAR 6: assigned [mem 0x60300000-0x6030ffff pref] [ 2.290354] pci 0000:00:01.0: PCI bridge to [bus 02] [ 2.300185] pci 0000:00:01.0: bridge window [mem 0x60200000-0x602fffff] [ 2.313682] pci 0000:00:01.0: bridge window [mem 0x60300000-0x603fffff pref] [ 2.329630] clocksource: Switched to clocksource GIC [ 2.341117] NET: Registered protocol family 2 [ 2.350522] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 2.364280] TCP bind hash table entries: 1024 (order: 1, 8192 bytes) [ 2.376872] TCP: Hash tables configured (established 1024 bind 1024) [ 2.389634] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 2.401150] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 2.413772] NET: Registered protocol family 1 [ 2.422361] PCI: CLS 0 bytes, default 32 [ 2.659588] 4 CPUs re-calibrate udelay(lpj = 2924544) [ 2.670706] Crashlog allocated RAM at address 0x3f00000 [ 2.681342] workingset: timestamp_bits=30 max_order=14 bucket_order=0 [ 2.702751] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.714286] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 2.737723] io scheduler noop registered [ 2.745426] io scheduler deadline registered (default) [ 2.756763] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 2.773413] console [ttyS0] disabled [ 2.780517] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 15, base_baud = 3125000) is a 16550A [ 2.798416] console [ttyS0] enabled [ 2.812207] bootconsole [early0] disabled [ 2.830374] MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error [ 2.844770] spi-mt7621 1e000b00.spi: sys_freq: 220000000 [ 2.856242] m25p80 spi0.0: mx25l12805d (16384 Kbytes) [ 2.866456] 16 fixed-partitions partitions found on MTD device spi0.0 [ 2.879288] Creating 16 MTD partitions on “spi0.0”: [ 2.889015] 0x000000000000-0x000000030000 : “u-boot” [ 2.900146] 0x000000030000-0x000000040000 : “config” [ 2.911163] 0x000000040000-0x000000050000 : “factory” [ 2.922348] 0x000000050000-0x000000ed0000 : “firmware” [ 2.933965] 2 uimage-fw partitions found on MTD device firmware [ 2.945805] Creating 2 MTD partitions on “firmware”: [ 2.955719] 0x000000000000-0x0000001ca650 : “kernel” [ 2.966678] 0x0000001ca650-0x000000e80000 : “rootfs” [ 2.977648] mtd: device 5 (rootfs) set to be root filesystem [ 2.989057] 1 squashfs-split partitions found on MTD device rootfs [ 3.001402] 0x000000430000-0x000000e80000 : “rootfs_data” [ 3.013275] 0x000000ed0000-0x000000ee0000 : “ML1” [ 3.023755] 0x000000ef0000-0x000000f10000 : “ML2” [ 3.034282] 0x000000f10000-0x000000f30000 : “ML3” [ 3.044747] 0x000000f30000-0x000000f50000 : “ML4” [ 3.055313] 0x000000f50000-0x000000f70000 : “ML5” [ 3.065815] 0x000000f70000-0x000000f90000 : “ML6” [ 3.076364] 0x000000f90000-0x000000fb0000 : “ML7” [ 3.086877] 0x000000fb0000-0x000000fc0000 : “T_Meter1” [ 3.098251] 0x000000fc0000-0x000000fd0000 : “T_Meter2” [ 3.109642] 0x000000fd0000-0x000000fe0000 : “POT” [ 3.120201] 0x000000fe0000-0x000000ff0000 : “board_data” [ 3.131939] 0x000000ff0000-0x000001000000 : “nvram” [ 3.143554] libphy: Fixed MDIO Bus: probed [ 3.221669] libphy: mdio: probed [ 4.627791] mtk_soc_eth 1e100000.ethernet: loaded mt7530 driver [ 4.640391] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 17 [ 4.660172] NET: Registered protocol family 10 [ 4.670648] Segment Routing with IPv6 [ 4.678019] NET: Registered protocol family 17 [ 4.687018] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 4.712817] 8021q: 802.1Q VLAN Support v1.8 [ 4.724040] hctosys: unable to open rtc device (rtc0) [ 4.741905] VFS: Mounted root (squashfs filesystem) readonly on device 31:5. [ 4.760758] Freeing unused kernel memory: 1252K [ 4.769829] This architecture does not have kernel memory protection. [ 4.800673] random: fast init done [ 5.664126] init: Console is alive [ 5.671169] init: - watchdog - [ 6.391391] mtk_soc_eth 1e100000.ethernet eth0: port 0 link up [ 6.484487] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 6.557707] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 6.580010] init: - preinit - [ 7.605437] mtk_soc_eth 1e100000.ethernet: PPE started [ 7.697101] random: procd: uninitialized urandom read (4 bytes read) [ 11.027717] jffs2: notice: (488) jffs2_build_xattr_subsystem: complete building xattr subsystem, 11 of xdatum (3 unchecked, 8 orphan) and 65 of xref (8 dead, 1 orphan) found. [ 11.062573] mount_root: switching to jffs2 overlay [ 11.088968] overlayfs: upper fs does not support tmpfile. [ 11.110776] urandom-seed: Seeding with /etc/urandom.seed [ 11.259597] mtk_soc_eth 1e100000.ethernet: 0x100 = 0x6060000c, 0x10c = 0x80818 [ 11.289822] procd: - early - [ 11.295646] procd: - watchdog - [ 11.979819] procd: - watchdog - [ 11.986431] procd: - ubus - [ 12.112391] random: ubusd: uninitialized urandom read (4 bytes read) [ 12.127659] random: ubusd: uninitialized urandom read (4 bytes read) [ 12.140816] random: ubusd: uninitialized urandom read (4 bytes read) [ 12.154378] procd: - init - [ 12.739164] kmodloader: loading kernel modules from /etc/modules.d/* [ 12.839986] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 12.858779] Loading modules backported from Linux version v4.19.161-0-gdaefdc9eb24b [ 12.874181] Backport generated by backports.git v4.19.161-1-0-g4bb568fe [ 12.890457] ip_tables: (C) 2000-2006 Netfilter Core Team [ 12.909045] nf_conntrack version 0.5.0 (1024 buckets, 4096 max) [ 12.971863] xt_time: kernel timezone is -0000 [ 13.000417] urngd: v1.0.2 started. [ 13.043780] bus=0x1, slot = 0x0, irq=0xff [ 13.051882] PCI: Enabling device 0000:00:00.0 (0004 → 0006) [ 13.063374] mt76x2e 0000:01:00.0: ASIC revision: 76120044 [ 13.168590] random: crng init done [ 13.175386] random: 6 urandom warning(s) missed due to ratelimiting [ 13.730338] mt76x2e 0000:01:00.0: ROM patch build: 20141115060606a [ 13.748432] mt76x2e 0000:01:00.0: Firmware Version: 0.0.00 [ 13.759412] mt76x2e 0000:01:00.0: Build: 1 [ 13.767611] mt76x2e 0000:01:00.0: Build Time: 201507311614 [ 13.800561] mt76x2e 0000:01:00.0: Firmware running! [ 13.813182] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 13.815578] bus=0x2, slot = 0x1, irq=0xff [ 13.823643] PCI: Enabling device 0000:00:01.0 (0004 → 0006) [ 13.835137] mt76x2e 0000:02:00.0: ASIC revision: 76020044 [ 14.609670] mt76x2e 0000:02:00.0: ROM patch already applied [ 14.621519] mt76x2e 0000:02:00.0: Firmware Version: 0.0.00 [ 14.632511] mt76x2e 0000:02:00.0: Build: 1 [ 14.640674] mt76x2e 0000:02:00.0: Build Time: 201507311614 [ 14.669646] mt76x2e 0000:02:00.0: Firmware running! [ 14.682390] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 14.691530] PPP generic driver version 2.4.2 [ 14.702984] NET: Registered protocol family 24 [ 14.715963] kmodloader: done loading kernel modules from /etc/modules.d/* [ 21.445496] mtk_soc_eth 1e100000.ethernet: PPE started [ 21.463127] br-lan: port 1(eth0.1) entered blocking state [ 21.474080] br-lan: port 1(eth0.1) entered disabled state [ 21.485361] device eth0.1 entered promiscuous mode [ 21.494980] device eth0 entered promiscuous mode [ 21.508094] br-lan: port 1(eth0.1) entered blocking state [ 21.518907] br-lan: port 1(eth0.1) entered forwarding state [ 21.530351] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 22.440209] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 26.281005] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready [ 26.686674] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 26.699360] br-lan: port 2(wlan1) entered blocking state [ 26.710040] br-lan: port 2(wlan1) entered disabled state [ 26.721147] device wlan1 entered promiscuous mode [ 26.731037] br-lan: port 3(wlan0) entered blocking state [ 26.741698] br-lan: port 3(wlan0) entered disabled state [ 26.752754] device wlan0 entered promiscuous mode [ 37.961251] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready [ 37.974122] br-lan: port 2(wlan1) entered blocking state [ 37.984757] br-lan: port 2(wlan1) entered forwarding state [ 106.415126] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 106.428004] br-lan: port 3(wlan0) entered blocking state [ 106.438628] br-lan: port 3(wlan0) entered forwarding state
Notes
Space for additional notes, links to forum threads or other resources.
- ...