OpenWrt Forum Archive

Topic: [Selling] Netgear R6250

The content of this topic has been archived between 1 Jan 2018 and 29 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

In lightly used, working condition. Firmware current and ready to go.

How about $140 + shipping?

Offers?

This device isn't currently support by OpenWRT. Unless you contemplate to donate this device to any OpenWRT developers here and/or lower your price significantly to attract anyone here, it is kind of hard to sell. Good luck.

I'm new to this forum - please bare with me for being a noob.

I'm interested in getting a Netgear R6250 flashed with OpenWrt so I can get get the advanced features I'm accustomed to on my WNDR3800.  I see you'd take a donation to perhaps get this done.  Can I get more details on that?  If I never get the donation back, it's cool, just want to be prepared.

Getting OpenWrt on that router will be difficult

Reasons:
- No open driver for 2.4GHz radio (neither b43 nor brcm80211/brcmsmac/brcmsmac) - chip bcm43217 [1,2]
- No open driver for 5GHz radio (brcm80211) - chip bcm4360 [2]
- similar routers from Linksys are difficult to support too regarding new CPU, Switch/Ethernet drivers[3]
- no announcements on mailing list (linux-wireless)

[1] : http://wireless.kernel.org/en/users/Drivers/b43
[2] : http://wireless.kernel.org/en/users/Drivers/brcm80211
[3] : https://forum.openwrt.org/viewtopic.php?id=44218

Hardware info taken from: http://wikidevi.com/wiki/Netgear_R6250

(Last edited by zloop on 16 Sep 2013, 09:00)

@wrea: do you have console access to this router? At least running stock firmware? Could you provide output of

wl -i wl0 revinfo
wl -i wl1 revinfo

?

Or

wl -i eth1 revinfo
wl -i eth2 revinfo

Now it is working from trunk,  but no Wi-Fi. Anyone who knows how to upgrade the version? No trx file in bcm53xx trunk, and the r6250 chk file is only working in stock firmware, so that means not way back to stock

michael poulsen wrote:

Anyone who knows how to upgrade the version? No trx file in bcm53xx trunk, and the r6250 chk file is only working in stock firmware, so that means not way back to stock

chk is something supported by:
1) Bootloader
2) Stock firmware
3) OpenWrt
So there is nothing wrong about chk format.

The bigger problem may be that OpenWrt can't install firmware (sysupgrade) if device is using NAND. It's even documented on http://wiki.openwrt.org/doc/hardware/so … om.bcm53xx

i know, but my idea was to revert to original firmware and then install new trunk image from there, but cant do that, and i cant install wifi module b43, because the newest package repository is for newer kernel, so kinda stuck.

How do i go forward?

michael poulsen wrote:

How do i go forward?

Use the bootloader, see http://wiki.openwrt.org/doc/techref/bootloader/cfe

I *guess* you could also try nandwrite, but I would need to test it.

(Last edited by Zajec on 28 Jan 2015, 09:33)

Thanks alot, i will try later today, will post here after

I just lokked at the link, it seems to requiere a serial cable, and i dont have that ;-(

the serial tftpd worked, now i can change versions. any fix for the wireless in this device?

michael poulsen wrote:

any fix for the wireless in this device?

Fix for what bug/problem?

you can scan for wifi, but you cant bring a configured wifi network online, probably because it shows no mac in the log.

i see the time for the new compiled version is near when i posted here, maybe im using version from yesterday?

This is what the gui says
OpenWrt Chaos Calmer r44330 / LuCI (git-15.039.68240-76dfdc1)

and i see your commit has number 44367, so i think i will try redownload later today and test.

and this is the default wireless config, have also tried with my own

config wifi-device 'radio0'
    option type 'mac80211'
    option channel '11'
    option hwmode '11g'
    option path '18000000.axi/bcma0:7/pci0000:00/0000:00:00.0/0000:01:00.0/bcma1:1'
    option txpower '20'
    option country '00'

config wifi-iface
    option device 'radio0'
    option mode 'ap'
    option ssid 'OpenWrt'
    option encryption 'none'

I can see the problem, indeed some code is missing. Started working on it, but I'll take me one more week or so.

no problem, can you post here when fixed? then i will test again

installed new firmware, started up enabled wifi, and still no wifi, is there anything i must do? (also tried with b43 as option)

version: OpenWrt Chaos Calmer r44486

here is my wireless config

config wifi-device 'radio0'
    option type 'mac80211'
    option channel '11'
    option hwmode '11g'
    option path '18000000.axi/bcma0:7/pci0000:00/0000:00:00.0/0000:01:00.0/bcma1:1'

config wifi-iface
    option device 'radio0'
    option network 'lan'
    option mode 'ap'
    option ssid 'OpenWrt'
    option encryption 'none'

Provide a bootlog.

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.14.32 (openwrt@snapon) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r44486) ) #1 SMP Wed Feb 18 09:30:45 PST 2015
[    0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Netgear R6250 V1 (BCM4708)
[    0.000000] bootconsole [earlycon0] enabled
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 65536
[    0.000000] free_area_init_node: node 0, pgdat c03a5500, node_mem_map c6df9000
[    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]   HighMem zone: 4352 pages used for memmap
[    0.000000]   HighMem zone: 32768 pages, LIFO batch:7
[    0.000000] PERCPU: Embedded 7 pages/cpu @c6dd9000 s6848 r8192 d13632 u32768
[    0.000000] pcpu-alloc: s6848 r8192 d13632 u32768 alloc=8*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65280
[    0.000000] Kernel command line: console=ttyS0,115200 earlyprintk
[    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] Memory: 255808K/262144K available (2770K kernel code, 104K rwdata, 748K rodata, 158K init, 238K bss, 6336K reserved, 131072K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0377dbc   (3520 kB)
[    0.000000]       .init : 0xc0378000 - 0xc039fac0   ( 159 kB)
[    0.000000]       .data : 0xc03a0000 - 0xc03ba2a0   ( 105 kB)
[    0.000000]        .bss : 0xc03ba2a0 - 0xc03f5d30   ( 239 kB)
[    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:16 nr_irqs:16 16
[    0.000022] sched_clock: 64 bits at 400MHz, resolution 2ns, wraps every 2748779069440ns
[    0.008648] Calibrating delay loop... 1594.16 BogoMIPS (lpj=7970816)
[    0.101421] pid_max: default: 32768 minimum: 301
[    0.106487] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.113407] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.121725] CPU: Testing write buffer coherency: ok
[    0.127242] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.133255] Setting up static identity map for 0x12560 - 0x12594
[    0.141943] CPU1: failed to boot: -38
[    0.145820] Brought up 1 CPUs
[    0.149011] SMP: Total of 1 processors activated (1594.16 BogoMIPS).
[    0.155599] CPU: All CPU(s) started in SVC mode.
[    0.173447] NET: Registered protocol family 16
[    0.179013] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.189200] L310 cache controller enabled
[    0.193402] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x0a130000, Cache size: 256 kB
[    0.209841] bio: create slab <bio-0> at 0
[    0.216452] Switched to clocksource arm_global_timer
[    0.224072] NET: Registered protocol family 2
[    0.229540] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.236756] TCP bind hash table entries: 1024 (order: 1, 8192 bytes)
[    0.243385] TCP: Hash tables configured (established 1024 bind 1024)
[    0.250041] TCP: reno registered
[    0.253438] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.259536] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.266305] NET: Registered protocol family 1
[    0.270907] PCI: CLS 0 bytes, default 64
[    0.272851] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.280061] bounce pool size: 64 pages
[    0.284348] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.290438] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.300698] msgmni has been set to 243
[    0.305098] io scheduler noop registered
[    0.309226] io scheduler deadline registered (default)
[    0.315320] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.326544] 18000300.serial: ttyS0 at MMIO 0x18000300 (irq = 117, base_baud = 6250000) is a 16550
[    0.335798] console [ttyS0] enabled
[    0.342926] bootconsole [earlycon0] disabled
[    0.352211] 18000400.serial: ttyS1 at MMIO 0x18000400 (irq = 117, base_baud = 6250000) is a 16550
[    0.363703] bgmac: Broadcom 47xx GBit MAC driver loaded
[    0.369047] bcma: bus0: Found chip with id 53010, rev 0x00 and package 0x02
[    0.376044] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2A, class 0x0)
[    0.384625] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.384640] bcma: bus0: Core 1 found: Chipcommon B (manuf 0x4BF, id 0x50B, rev 0x01, class 0x0)
[    0.393372] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.393386] bcma: bus0: Core 2 found: DMA (manuf 0x4BF, id 0x502, rev 0x01, class 0x0)
[    0.401336] bcma: bus0: Core 3 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x04, class 0x0)
[    0.409723] bcma: bus0: Core 4 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x04, class 0x0)
[    0.418104] bcma: bus0: Core 5 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x04, class 0x0)
[    0.426493] bcma: bus0: Core 6 found: GBit MAC (manuf 0x4BF, id 0x82D, rev 0x04, class 0x0)
[    0.434846] bcma: bus0: Core 7 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x01, class 0x0)
[    0.443378] bcma: bus0: Core 8 found: PCIe Gen 2 (manuf 0x4BF, id 0x501, rev 0x01, class 0x0)
[    0.451941] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.451955] bcma: bus0: Core 9 found: ARM Cortex A9 core (ihost) (manuf 0x4BF, id 0x510, rev 0x01, class 0x0)
[    0.461887] bcma: bus0: Core 10 found: USB 2.0 (manuf 0x4BF, id 0x504, rev 0x01, class 0x0)
[    0.470265] bcma: bus0: Core 11 found: USB 3.0 (manuf 0x4BF, id 0x505, rev 0x01, class 0x0)
[    0.478658] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.478671] bcma: bus0: Core 12 found: SDIO3 (manuf 0x4BF, id 0x503, rev 0x01, class 0x0)
[    0.486873] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.486885] bcma: bus0: Core 13 found: ARM Cortex A9 JTAG (manuf 0x4BF, id 0x506, rev 0x01, class 0x0)
[    0.496226] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.496239] bcma: bus0: Core 14 found: Denali DDR2/DDR3 memory controller (manuf 0x4BF, id 0x507, rev 0x01, class 0x0)
[    0.506961] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.506973] bcma: bus0: Core 15 found: ROM (manuf 0x4BF, id 0x508, rev 0x01, class 0x0)
[    0.515018] bcma: bus0: Core 16 found: NAND flash controller (manuf 0x4BF, id 0x509, rev 0x01, class 0x0)
[    0.524614] bcma: bus0: bcma_of_get_irq() failed with rc=-22
[    0.524626] bcma: bus0: Core 17 found: SPI flash controller (manuf 0x4BF, id 0x50A, rev 0x01, class 0x0)
[    0.538741] bcm_nand bcma0:16: NAND Controller rev 6.1
[    0.558498] nand: device found, Manufacturer ID: 0xec, Chip ID: 0xf1
[    0.564825] nand: Samsung NAND 128MiB 3,3V 8-bit
[    0.569436] nand: 128MiB, SLC, page size: 2048, OOB size: 64
[    1.884410] random: nonblocking pool is initialized
[    2.196062] 15 bcm47xxpart partitions found on MTD device bcm_nand
[    2.202228] Creating 15 MTD partitions on "bcm_nand":
[    2.207262] 0x000000000000-0x000000080000 : "boot"
[    2.214718] 0x000000080000-0x000000200000 : "nvram"
[    2.224875] 0x000000200000-0x000000220000 : "board_data"
[    2.231685] 0x000000220000-0x000000240000 : "POT"
[    2.237832] 0x000000240000-0x0000002a0000 : "POT"
[    2.244749] 0x0000002a0000-0x0000002c0000 : "ML"
[    2.250909] 0x0000002c0000-0x0000002e0000 : "ML"
[    2.257000] 0x0000002e0000-0x000000300000 : "ML"
[    2.263206] 0x000000300000-0x000000320000 : "ML"
[    2.269398] 0x000000320000-0x000000340000 : "ML"
[    2.275522] 0x000000340000-0x000000360000 : "ML"
[    2.281697] 0x000000360000-0x000000380000 : "ML"
[    2.287855] 0x000000380000-0x000008000000 : "firmware"
[    2.633155] 0x00000038001c-0x0000004e0000 : "linux"
[    2.638022] mtd: partition "linux" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    2.655349] 0x0000004e0000-0x000008000000 : "ubi"
[    2.997110] bcm53xxspiflash spi32766.0: unrecognized JEDEC id bytes: ff, ff, ff
[    3.004461] bcm53xxspiflash: probe of spi32766.0 failed with error -2
[    3.055536] Unsupported SPROM revision 0 detected. Will extract v1
[    3.131542] bcma: bus0: Using SPROM revision 1 provided by platform.
[    3.132037] bgmac bcma0:3: Invalid MAC addr: 00:00:00:00:00:00
[    3.137877] bgmac bcma0:3: Using random MAC: 1e:1b:1d:e9:80:d5
[    3.143785] bgmac bcma0:3: Found PHY addr: 0
[    3.154244] libphy: bgmac mii bus: probed
[    3.159783] b53_common: found switch: BCM53011, rev 2
[    3.165985] bgmac bcma0:4: Invalid MAC addr: 00:00:00:00:00:00
[    3.171870] bgmac bcma0:4: Using random MAC: 9e:e6:05:b6:73:61
[    3.177733] bgmac bcma0:4: Found PHY addr: 0
[    3.188204] libphy: bgmac mii bus: probed
[    3.193544] bgmac: Unsupported core_unit 2
[    3.197637] bgmac: probe of bcma0:5 failed with error -524
[    3.203359] bgmac: Unsupported core_unit 3
[    3.207447] bgmac: probe of bcma0:6 failed with error -524
[    3.213148] pci_host_bcm5301x bcma0:7: initializing PCIe controller
[    3.488457] pci_host_bcm5301x bcma0:7: link: UP
[    3.493234] pci_host_bcm5301x bcma0:7: PCI host bridge to bus 0000:00
[    3.499698] pci_bus 0000:00: root bus resource [mem 0x08000000-0x0fffffff]
[    3.506542] pci_bus 0000:00: root bus resource [io  0x0000]
[    3.512104] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    3.520025] pci 0000:00:00.0: [14e4:8011] type 01 class 0x020000
[    3.520104] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    3.520441] PCI: bus0: Fast back to back transfers disabled
[    3.526254] pci 0000:01:00.0: [14e4:a8db] type 00 class 0x028000
[    3.526295] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
[    3.526415] pci 0000:01:00.0: supports D1 D2
[    3.526685] PCI: bus1: Fast back to back transfers disabled
[    3.532280] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    3.532301] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01
[    3.532418] pci 0000:00:00.0: BAR 8: assigned [mem 0x08000000-0x080fffff]
[    3.539199] pci 0000:01:00.0: BAR 0: assigned [mem 0x08000000-0x08007fff 64bit]
[    3.546489] pci 0000:00:00.0: PCI bridge to [bus 01]
[    3.551449] pci 0000:00:00.0:   bridge window [mem 0x08000000-0x080fffff]
[    3.558553] pci_host_bcm5301x bcma0:8: initializing PCIe controller
[    3.828454] pci_host_bcm5301x bcma0:8: link: UP
[    3.833213] pci_host_bcm5301x bcma0:8: PCI host bridge to bus 0001:00
[    3.839671] pci_bus 0001:00: root bus resource [mem 0x40000000-0x47ffffff]
[    3.846516] pci_bus 0001:00: root bus resource [io  0x0000]
[    3.852078] pci_bus 0001:00: No busn resource found for root bus, will use [bus 00-ff]
[    3.860007] pci 0001:00:00.0: [14e4:8011] type 01 class 0x020000
[    3.860077] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
[    3.860391] PCI: bus0: Fast back to back transfers disabled
[    3.866188] pci 0001:01:00.0: [14e4:4360] type 00 class 0x028000
[    3.866223] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
[    3.866335] pci 0001:01:00.0: supports D1 D2
[    3.866611] PCI: bus1: Fast back to back transfers disabled
[    3.872211] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[    3.872231] pci_bus 0001:00: busn_res: [bus 00-ff] end is updated to 01
[    3.872389] pci 0001:00:00.0: BAR 8: assigned [mem 0x40000000-0x400fffff]
[    3.879171] pci 0001:01:00.0: BAR 0: assigned [mem 0x40000000-0x40007fff 64bit]
[    3.886463] pci 0001:00:00.0: PCI bridge to [bus 01]
[    3.891424] pci 0001:00:00.0:   bridge window [mem 0x40000000-0x400fffff]
[    3.899779] bcma: bus0: Bus registered
[    3.903740] PCI: enabling device 0000:00:00.0 (0006 -> 0007)
[    3.909446] PCI: enabling device 0000:01:00.0 (0140 -> 0142)
[    3.915133] bcma: bus1: Found chip with id 43217, rev 0x00 and package 0x08
[    3.922108] bcma: bus1: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x27, class 0x0)
[    3.930620] bcma: bus1: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x1E, class 0x0)
[    3.939231] bcma: bus1: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x14, class 0x0)
[    3.947278] bcma: bus1: Found rev 12 PMU (capabilities 0x108C260C)
[    4.001394] Unsupported SPROM revision 0 detected. Will extract v1
[    4.077367] bcma: bus1: Using SPROM revision 1 provided by platform.
[    4.077389] bcma: bus1: PMU resource config unknown or not needed for device 0xA8D1
[    4.079405] bcma: bus1: Workarounds unknown or not needed for device 0xA8D1
[    4.118883] bcma: bus1: Bus registered
[    4.123030] TCP: cubic registered
[    4.126340] NET: Registered protocol family 17
[    4.130912] Bridge firewalling registered
[    4.134917] 8021q: 802.1Q VLAN Support v1.8
[    4.142041] UBI: auto-attach mtd14
[    4.145444] UBI: attaching mtd14 to ubi0
[    6.045759] UBI: scanning is finished
[    6.069889] UBI: attached mtd14 (name "ubi", size 123 MiB) to ubi0
[    6.076058] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    6.082871] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    6.089555] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
[    6.096395] UBI: good PEBs: 983, bad PEBs: 2, corrupted PEBs: 0
[    6.102298] UBI: user volume: 2, internal volumes: 1, max. volumes count: 128
[    6.109411] UBI: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1027806594
[    6.118410] UBI: available PEBs: 0, total reserved PEBs: 983, PEBs reserved for bad PEB handling: 18
[    6.127569] UBI: background thread "ubi_bgt0d" started, PID 275
[    6.134963] UBI: ubiblock0_0 created from ubi0:0(rootfs)
[    6.140303] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem
[    6.155260] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
[    6.162677] Freeing unused kernel memory: 156K (c0378000 - c039f000)
[    6.487644] External imprecise Data abort at addr=0xb6fa8005, fsr=0x1c06 ignored.
[    7.445428] usbcore: registered new interface driver usbfs
[    7.451156] usbcore: registered new interface driver hub
[    7.456673] usbcore: registered new device driver usb
[   11.238366] UBIFS: background thread "ubifs_bgt0_1" started, PID 343
[   11.345003] UBIFS: recovery needed
[   11.552533] UBIFS: recovery completed
[   11.556312] UBIFS: mounted UBI device 0, volume 1, name "rootfs_data"
[   11.562766] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   11.571871] UBIFS: FS size: 118214656 bytes (112 MiB, 931 LEBs), journal size 5967872 bytes (5 MiB, 47 LEBs)
[   11.581662] UBIFS: reserved for root: 4952683 bytes (4836 KiB)
[   11.587477] UBIFS: media format: w4/r0 (latest is w4/r0), UUID AA446714-88F3-4189-B72A-FE37773045D5, small LPT model
[   18.651514] NET: Registered protocol family 10
[   18.660513] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   18.672272] Loading modules backported from Linux version master-2014-11-04-0-gf3660a2
[   18.680222] Backport generated by backports.git backports-20141023-2-g4ff890b
[   18.689425] ip_tables: (C) 2000-2006 Netfilter Core Team
[   18.701185] nf_conntrack version 0.5.0 (3999 buckets, 15996 max)
[   18.730090] xt_time: kernel timezone is -0000
[   18.748871] cfg80211: Calling CRDA to update world regulatory domain
[   18.756815] cfg80211: World regulatory domain updated:
[   18.762007] cfg80211:  DFS Master region: unset
[   18.766344] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   18.776061] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   18.784039] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   18.792010] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   18.799986] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   18.807956] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   18.817396] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   18.825456] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   18.833431] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   18.871418] PPP generic driver version 2.4.2
[   18.877478] NET: Registered protocol family 24
[   18.890724] b43-phy0: Broadcom 43217 WLAN found (core revision 30)
[   18.896904] bcma: bus1: Switched to core: 0x812
[   18.908515] b43-phy0: Found PHY: Analog 9, Type 4 (N), Revision 17
[   18.914675] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2057, Revision 14, Version 1
[   18.973758] Broadcom 43xx driver loaded [ Features: PNL ]
[   18.985584] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   18.997306] usbcore: registered new interface driver brcmfmac
[   23.356258] device eth0.1 entered promiscuous mode
[   23.361158] device eth0 entered promiscuous mode
[   23.379213] br-lan: port 1(eth0.1) entered forwarding state
[   23.384811] br-lan: port 1(eth0.1) entered forwarding state
[   25.378461] br-lan: port 1(eth0.1) entered forwarding state