OpenWrt Forum Archive

Topic: Update on Linksys WRT1900AC support

The content of this topic has been archived between 16 Sep 2014 and 7 May 2018. Unfortunately there are posts – most likely complete pages – missing.

anyone got to play with the WRT1900ACS? it is the same and "supported from release with openwrt on the 8th of October".  They "worked" with Marvell so...where is that driver?

InkblotAdmirer wrote:

I will say that CPU0 is cheating toward 60% full-time now, all soft-IRQ related.

I'll second that observation.
I did a fresh build & flash this morning.  The performance is horrid
Now seeing that one CPU is averaging 54% busy (soft IRQ).
And that's with only a couple wireless clients connected, basically not doing anything;
   MBP (5Ghz)
   Android phone (5Ghz)
   Android phone (2.4 Ghz)
And a few wired/ethernet connected servers

Watching /proc/interrupts, it looks like each mwlwifi is generating nearly 2K interrupts per second

root@OpenWrt:/etc# date ; cat /proc/interrupts ; sleep 60 ; date ; cat /proc/interrupts 
Fri Oct 16 09:03:08 MDT 2015
           CPU0       CPU1       
 16:     343845     340207  armada_370_xp_irq   5  armada_370_xp_per_cpu_tick
 18:      21826          0  armada_370_xp_irq  31  mv64xxx_i2c
 19:       3671          0  armada_370_xp_irq  41  serial
 25:          0          0  armada_370_xp_irq  45  ehci_hcd:usb1
 26:       3847          0  armada_370_xp_irq   8  mvneta
 27:       5288          0  armada_370_xp_irq  10  mvneta
 28:          0          0  armada_370_xp_irq  55  f10a0000.sata
 29:      28779          0  armada_370_xp_irq 113  f10d0000.nand
 69:          0          0  f1018140.gpio   0  gpio_keys
 70:          0          0  f1018140.gpio   1  gpio_keys
 87:       7536    6639841  armada_370_xp_irq  59  mwlwifi
 88:       7103    6600422  armada_370_xp_irq  60  mwlwifi
 89:          2          0  armada_370_xp_irq  51  f1060900.xor
 90:          2          0  armada_370_xp_irq  52  f1060900.xor
 91:          2          0  armada_370_xp_irq  94  f10f0900.xor
 92:          2          0  armada_370_xp_irq  95  f10f0900.xor
 93:       1271          0  armada_370_xp_msi_irq   0  xhci_hcd
IPI0:          0          0  CPU wakeup interrupts
IPI1:          0          0  Timer broadcast interrupts
IPI2:      25426      13776  Rescheduling interrupts
IPI3:          0          0  Function call interrupts
IPI4:       4868       2633  Single function call interrupts
IPI5:          0          0  CPU stop interrupts
IPI6:          0          0  IRQ work interrupts
IPI7:          0          0  completion interrupts
Err:          0
Fri Oct 16 09:04:08 MDT 2015
           CPU0       CPU1       
 16:     349925     346239  armada_370_xp_irq   5  armada_370_xp_per_cpu_tick
 18:      22134          0  armada_370_xp_irq  31  mv64xxx_i2c
 19:       3671          0  armada_370_xp_irq  41  serial
 25:          0          0  armada_370_xp_irq  45  ehci_hcd:usb1
 26:       3869          0  armada_370_xp_irq   8  mvneta
 27:       5328          0  armada_370_xp_irq  10  mvneta
 28:          0          0  armada_370_xp_irq  55  f10a0000.sata
 29:      28779          0  armada_370_xp_irq 113  f10d0000.nand
 69:          0          0  f1018140.gpio   0  gpio_keys
 70:          0          0  f1018140.gpio   1  gpio_keys
 87:       7536    6759654  armada_370_xp_irq  59  mwlwifi
 88:       7103    6719055  armada_370_xp_irq  60  mwlwifi
 89:          2          0  armada_370_xp_irq  51  f1060900.xor
 90:          2          0  armada_370_xp_irq  52  f1060900.xor
 91:          2          0  armada_370_xp_irq  94  f10f0900.xor
 92:          2          0  armada_370_xp_irq  95  f10f0900.xor
 93:       1271          0  armada_370_xp_msi_irq   0  xhci_hcd
IPI0:          0          0  CPU wakeup interrupts
IPI1:          0          0  Timer broadcast interrupts
IPI2:      25630      13815  Rescheduling interrupts
IPI3:          0          0  Function call interrupts
IPI4:       4901       2639  Single function call interrupts
IPI5:          0          0  CPU stop interrupts
IPI6:          0          0  IRQ work interrupts
IPI7:          0          0  completion interrupts
Err:          0

In my opinion, things are no better off now than they were when nyt opened issue #34 (when 10.3.0.8 first came out)

I backed out to my previous (10.3.0.3) build.

EDIT:
After flashing back to my previous build (CC 15.05 R47101) with mwlwifi 10.3.0.3... softirq CPU utilization is averaging 1.4%

(Last edited by wrtpat on 17 Oct 2015, 03:25)

tusc wrote:

I'm trying to compile it now but am running into compile errors.

make[4]: Entering directory '/home/ctalbot/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.11_eabi/linux-mvebu/linux-3.18.21'
  CC [M]  /home/ctalbot/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.11_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/main.o
/home/ctalbot/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.11_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/main.c: In function 'mwl_set_ht_caps':
/home/ctalbot/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.11_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/main.c:398:12: error: invalid operands to binary | (have 'long unsigned int[1]' and 'int')
  hw->flags |= IEEE80211_HW_AMPDU_AGGREGATION;
            ^
/home/ctalbot/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.11_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/main.c: In function 'mwl_wl_init':
/home/ctalbot/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.11_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/main.c:504:12: error: invalid operands to binary | (have 'long unsigned int[1]' and 'int')
  hw->flags |= IEEE80211_HW_SIGNAL_DBM | IEEE80211_HW_HAS_RATE_CONTROL;
            ^
/home/ctalbot/openwrt/build_dir/target-arm_cortex-a9+vfpv3_musl-1.1.11_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/main.c:514:12: error: invalid operands to binary | (have 'long unsigned int[1]' and 'int')
  hw->flags |= IEEE80211_HW_AP_LINK_PS;
            ^

I did a fresh build this morning.  The mwlwifi driver compiled cleanly.  I did not see any of those errors.

make   -C "/home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/linux-3.18.21" ARCH="arm" CROSS_COMPILE="arm-openwrt-
linux-uclibcgnueabi-" SUBDIRS="/home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016" NOSTD
INC_FLAGS="-I/home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016 -I/home/pat/OpenWRT/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/usr/include/mac80211-backport/uapi -I/home/pat/OpenWRT/openwrt/staging_dir/target-arm_cortex-a9+
vfpv3_uClibc-0.9.33.2_eabi/usr/include/mac80211-backport -I/home/pat/OpenWRT/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/usr/include/mac80211/uapi -I/home/pat/OpenWRT/openwrt/staging_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/usr/include/mac80211 -include backport/backport.h" modulesmake[3]: Entering directory `/home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/linux-3.18.21'  CC [M]  /home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/main.o  CC [M]  /home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/mac80211.o
  CC [M]  /home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/fwdl.o
  CC [M]  /home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/fwcmd.o
  CC [M]  /home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/tx.o
  CC [M]  /home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/rx.o
  CC [M]  /home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/isr.o
  CC [M]  /home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/debugfs.o
  LD [M]  /home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/mwlwifi.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/mwlwifi.mod.o
  LD [M]  /home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/mwlwifi-10.3.0.10-20151016/mwlwifi.ko
make[3]: Leaving directory `/home/pat/OpenWRT/openwrt/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/linux-3.18.21'

Are you using a pre-built tool chain?  Or did you also build the tool chain? (maybe you should)?

EDIT: I just noticed your target is musl based, whereas mine is uClibc.  So you must be using trunk vs CC 15.05?  I wonder what that has to do with this?  What happens if you try doing a build after switching to uClibc?

(Last edited by wrtpat on 17 Oct 2015, 03:35)

@wrtpat
I am wondering if it may have to do with mvneta not being released yet? It sure would be nice to find that that was what the aim was.

@northbound

mvneta has nothing to do with WiFi.

nitroshift

So what everyone is saying is that the new wifi drivers are terrible... no surprise there (tho I'm disappointed)

Hello, I have a WRT1200AC router, and every day the 2,4ghz WLAN is  still online, but nobody can connect.
Only a reboot solves the Problem. In fact a daily reboot did the Workaround but I am not happy about it.
Any ideas?

Thx!

so long

im completely new to linux, i managed to set the router up, my issue is i cannot figure out how to mount my USB hard drives under win8.1, they use NTFS and through windows 8.1 network map it doesn't even see the router and there is no "external storage" menu in openwrt like there was in stock firmware

i tried connecting with Putty via SSH and playing around with the wiki commands but it says "permission denied" whenever i try to move around directories, but it logs in fine

EDIT1: ok, i managed to make it as far as being able to see the drive name in windows network map after making it through luci with the samba plugin but it throws an error when i try to map it

EDIT2: i figured it out big_smile ...that was not easy lol

(Last edited by anarky321 on 17 Oct 2015, 10:29)

InkblotAdmirer wrote:
i.trankolov wrote:

Can someone guide me how to compile the new driver?

Here's what I did.  In package/kernel/mwlwifi change the appropriate lines in Makefile:

PKG_VERSION:=10.3.0.10-20151016
PKG_SOURCE_VERSION:=7a6aff718d2de7dee6f9d82eae8af91667e8ee86

Then

make package/mwlwifi/{clean,compile}
make target/linux/clean
make V=s

If you're sure it's going to work I think you can probably just clean Linux and make, however I wanted to be sure the driver was going to compile first.

I'd rather not be posting binaries around just yet - if I'm doing something wrong or incomplete I don't want garbage floating around.

I will say that CPU0 is cheating toward 60% full-time now, all soft-IRQ related.

@alirz, you can get the bin files from here:  https://github.com/kaloz/mwlwifi

Just download the zip and extract.

EDIT:  don't capitalize linux...  (the editor here is auto-capping...)

Ok, but I have an issue. I tried to compile it with 15.05, but for some reason the kernel version in the git is 3.18.21. The release I am running - the final CC is with kernel 3.18.20.

just scrap the ifdefs, keep the 4.2 related code with ieee80211_hw_set but get rid of the bitwise stuff if you want it to compile.  Don't waste your time, though.  Same issues at 10.3.0.8 hmm

(Last edited by nyt on 17 Oct 2015, 11:16)

So bottom line "10.3.0.10" is still crap?

alirz wrote:

So bottom line "10.3.0.10" is still crap?

Builder mvebu is working now.

But  mwlwifi driver 10.3.0.10 is not in trunk yet.

my brand new WRT1900AC crashed overnight...i only hooked it up yesterday...how do i go about diagnosing the reason?

The first step would be to look at the system and kernel logs.

For anyone trying to build 10.3.0.10 you have to edit the mwlwifi's Makefile located at ./packages/kernel/mwlwifi/Makefile. Second you must be using CC branch and not trunk for it to cleanly build otherwise you will get errors during build time. Finally take a look at what @TireMeat https://github.com/kaloz/mwlwifi/issues … -148959538 is doing which could lead to a better performing/less buggy driver.

my router crashed overnight like completely no wifi no LAN when i woke up i couldn't even log into it through the browser it had to be switched on and off....where do i begin with diagnosing?

the only thing i really changed was getting 2 NTFS drives mounted with hd-idle

the router did show that it was almost out of ram when i was going to bed but everything was working great

im pasting a copy of the kernel log and system log, im kind of assuming it has something to do with the attached storage

kernel log since restart

"[   31.602233] ieee80211 phy0: change: 0x40
[   31.771521] ieee80211 phy0: change: 0x40
[   31.941587] ieee80211 phy0: change: 0x40
[   32.111518] ieee80211 phy0: change: 0x40
[   32.281524] ieee80211 phy0: change: 0x40
[   32.451517] ieee80211 phy0: change: 0x40
[   32.621539] ieee80211 phy0: change: 0x40
[   32.791629] ieee80211 phy0: change: 0x40
[   32.851811] ieee80211 phy0: change: 0x100
[   33.024965] ieee80211 phy0: change: 0x100
[   33.034067] ieee80211 phy0: change: 0x42
[   33.114291] br-lan: port 3(wlan0) entered forwarding state
[   33.119893] br-lan: port 3(wlan0) entered forwarding state
[   33.125638] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   33.246068] ieee80211 phy0: change: 0x20
[   35.111454] br-lan: port 3(wlan0) entered forwarding state
[   72.952804] orion-ehci f1050000.usb: port 1 reset error -110
[   73.442803] orion-ehci f1050000.usb: port 1 reset error -110
[   73.932805] orion-ehci f1050000.usb: port 1 reset error -110
[   75.052809] orion-ehci f1050000.usb: port 1 reset error -110
[   75.332803] orion-ehci f1050000.usb: port 1 reset error -110
[   75.612789] orion-ehci f1050000.usb: port 1 reset error -110
[   76.512805] orion-ehci f1050000.usb: port 1 reset error -110
[   77.362800] orion-ehci f1050000.usb: port 1 reset error -110
[   77.853287] orion-ehci f1050000.usb: port 1 reset error -110
[   78.563571] orion-ehci f1050000.usb: port 1 reset error -110
[   79.052800] orion-ehci f1050000.usb: port 1 reset error -110
[   79.553027] orion-ehci f1050000.usb: port 1 reset error -110
[   80.042807] orion-ehci f1050000.usb: port 1 reset error -110
[   80.533345] orion-ehci f1050000.usb: port 1 reset error -110
[   80.752807] orion-ehci f1050000.usb: port 1 reset error -110
[   81.242805] orion-ehci f1050000.usb: port 1 reset error -110
[   81.952805] orion-ehci f1050000.usb: port 1 reset error -110
[   82.451518] usb 1-1: new high-speed USB device number 26 using orion-ehci
[   82.612831] orion-ehci f1050000.usb: port 1 reset error -110
[   83.512806] orion-ehci f1050000.usb: port 1 reset error -110
[   84.001556] usb 1-1: new high-speed USB device number 27 using orion-ehci
[   84.601518] usb 1-1: device not accepting address 27, error -71
[   84.662886] orion-ehci f1050000.usb: port 1 reset error -110
[   85.152809] orion-ehci f1050000.usb: port 1 reset error -110
[   85.852804] orion-ehci f1050000.usb: port 1 reset error -110
[   86.552803] orion-ehci f1050000.usb: port 1 reset error -110
[   87.042807] orion-ehci f1050000.usb: port 1 reset error -110
[   87.262805] orion-ehci f1050000.usb: port 1 reset error -110
[   87.542800] orion-ehci f1050000.usb: port 1 reset error -110
[   89.132809] orion-ehci f1050000.usb: port 1 reset error -110
[   89.622810] orion-ehci f1050000.usb: port 1 reset error -110
[   90.552806] orion-ehci f1050000.usb: port 1 reset error -110
[   91.042805] orion-ehci f1050000.usb: port 1 reset error -110
[   91.532802] orion-ehci f1050000.usb: port 1 reset error -110
[   92.022804] orion-ehci f1050000.usb: port 1 reset error -110
[   92.742804] orion-ehci f1050000.usb: port 1 reset error -110
[   93.242802] orion-ehci f1050000.usb: port 1 reset error -110
[   95.052804] orion-ehci f1050000.usb: port 1 reset error -110
[   95.542803] orion-ehci f1050000.usb: port 1 reset error -110
[   95.762803] orion-ehci f1050000.usb: port 1 reset error -110
[   96.321527] usb 1-1: new high-speed USB device number 63 using orion-ehci
[   96.382811] orion-ehci f1050000.usb: port 1 reset error -110
[   97.092810] orion-ehci f1050000.usb: port 1 reset error -110
[   98.311534] usb 1-1: new high-speed USB device number 70 using orion-ehci
[   98.971546] usb 1-1: new high-speed USB device number 72 using orion-ehci
[   99.129868] usb-storage 1-1:1.0: USB Mass Storage device detected
[   99.136564] scsi host2: usb-storage 1-1:1.0
[  105.557401] scsi 2:0:0:0: Direct-Access     TOSHIBA  External USB 3.0 0001 PQ: 0 ANSI: 6
[  105.569248] sd 2:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[  105.579750] sd 2:0:0:0: [sdb] Write Protect is off
[  105.584671] sd 2:0:0:0: [sdb] Mode Sense: 33 00 00 08
[  105.593058] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[  105.637372]  sdb: sdb1
[  105.654358] sd 2:0:0:0: [sdb] Attached SCSI disk
[  479.714324] ieee80211 phy1: result error
[  480.726650] ieee80211 phy1: result error
[  879.844003] ieee80211 phy1: result error
[  880.863652] ieee80211 phy1: result error
[  900.554358] ieee80211 phy1: result error
[  901.563052] ieee80211 phy1: result error
[  902.571489] ieee80211 phy1: result error
[ 1043.307299] ieee80211 phy1: result error
[ 1044.322859] ieee80211 phy1: result error
[ 1936.746290] ieee80211 phy1: result error
[ 1937.755028] ieee80211 phy1: result error
[ 2286.243497] ieee80211 phy1: result error
[ 2287.260460] ieee80211 phy1: result error
[ 2358.273382] ieee80211 phy1: result error
[ 2359.281728] ieee80211 phy1: result error
[ 4126.811462] ieee80211 phy1: result error
[ 4127.829619] ieee80211 phy1: result error
[ 4147.141695] ieee80211 phy1: result error
[ 4148.151238] ieee80211 phy1: result error
[ 4159.201951] ieee80211 phy1: result error
[ 4160.220213] ieee80211 phy1: result error
[ 4168.912526] ieee80211 phy1: result error
[ 4169.928690] ieee80211 phy1: result error
[ 4170.943874] ieee80211 phy1: result error
[ 4216.432902] ieee80211 phy1: result error
[ 4217.441514] ieee80211 phy1: result error
[12476.200952] ieee80211 phy1: result error
[12477.220562] ieee80211 phy1: result error
[13086.545122] ieee80211 phy1: result error
[13087.554089] ieee80211 phy1: result error
[13244.778914] ieee80211 phy1: result error
[13245.804655] ieee80211 phy1: result error
[13360.711590] ieee80211 phy1: result error
[13361.723810] ieee80211 phy1: result error
[13364.221753] ieee80211 phy1: result error
[13369.762112] ieee80211 phy1: result error
[13406.273623] ieee80211 phy1: result error
[13407.283421] ieee80211 phy1: result error
[15628.963472] ieee80211 phy1: result error
[15629.991421] ieee80211 phy1: result error
[15652.633748] ieee80211 phy1: result error
[15653.643835] ieee80211 phy1: result error
[17965.562297] ieee80211 phy1: result error
[17966.582291] ieee80211 phy1: result error
[18450.142395] ieee80211 phy0: result error
[18451.160775] ieee80211 phy0: result error
[18453.922667] ieee80211 phy0: result error
[18454.941858] ieee80211 phy0: result error
[18460.712629] ieee80211 phy0: result error
[18461.730351] ieee80211 phy0: result error
[18552.464713] ieee80211 phy0: result error
[18555.844799] ieee80211 phy0: result error
[18592.985586] ieee80211 phy0: result error
[18594.001610] ieee80211 phy0: result error
[18652.976783] ieee80211 phy0: result error
[18683.567512] ieee80211 phy0: result error
[18752.188818] ieee80211 phy0: result error
[18805.290141] ieee80211 phy0: result error
[18806.310860] ieee80211 phy0: result error
[18886.271726] ieee80211 phy1: result error
[18887.284588] ieee80211 phy1: result error
[18930.424328] ieee80211 phy0: result error
[18931.435767] ieee80211 phy0: result error
[18932.446421] ieee80211 phy0: result error
[19119.337191] ieee80211 phy1: result error
[19120.371288] ieee80211 phy1: result error
[19122.016626] ieee80211 phy1: result error
[19123.032787] ieee80211 phy1: result error
[19133.286893] ieee80211 phy1: result error
[19134.349881] ieee80211 phy1: result error
[19147.587293] ieee80211 phy1: result error
[19148.602498] ieee80211 phy1: result error
[19150.827284] ieee80211 phy1: result error
[19151.854558] ieee80211 phy1: result error
[19189.297956] ieee80211 phy0: result error
[19190.308164] ieee80211 phy0: result error
[19207.108558] ieee80211 phy1: result error
[19208.136198] ieee80211 phy1: result error
[19210.838513] ieee80211 phy1: result error
[19211.868083] ieee80211 phy1: result error
[19225.278868] ieee80211 phy1: result error
[19226.303101] ieee80211 phy1: result error
[19227.332414] ieee80211 phy1: result error
[19263.889627] ieee80211 phy0: result error
[19264.910447] ieee80211 phy0: result error
[19277.129825] ieee80211 phy0: result error
[19364.671721] ieee80211 phy0: result error
[19365.691317] ieee80211 phy0: result error
[19424.432878] ieee80211 phy0: result error
[19425.443134] ieee80211 phy0: result error
[19499.134468] ieee80211 phy0: result error
[19500.152099] ieee80211 phy0: result error
[19501.169250] ieee80211 phy0: result error
[19535.915269] ieee80211 phy0: result error
[19536.926486] ieee80211 phy0: result error
[19544.765509] ieee80211 phy0: result error
[19559.295666] ieee80211 phy0: result error
[19560.312375] ieee80211 phy0: result error
[19574.465926] ieee80211 phy0: result error
[19575.474844] ieee80211 phy0: result error
[19580.756100] ieee80211 phy0: result error
[19581.798858] ieee80211 phy0: result error
[19589.946274] ieee80211 phy0: result error"

and system log, which i should have saved immediately after restart since it seems to overwrite itself over time

Sun Oct 18 00:25:00 2015 cron.info crond[1121]: USER root pid 29654 cmd /sbin/fan_ctrl.sh
Sun Oct 18 00:25:04 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 00:25:04 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 00:25:16 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:26:24 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 00:26:24 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 00:29:25 2015 daemon.info hostapd: wlan1: STA fc:c2:de:aa:99:32 WPA: group key handshake completed (RSN)
Sun Oct 18 00:29:35 2015 daemon.info hostapd: wlan0: STA 24:77:03:6e:c4:58 WPA: group key handshake completed (RSN)
Sun Oct 18 00:30:00 2015 cron.info crond[1121]: USER root pid 30605 cmd /sbin/fan_ctrl.sh
Sun Oct 18 00:31:20 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:31:21 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:31:23 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:31:27 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:31:35 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:31:51 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:32:23 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:32:23 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 00:32:23 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 00:35:00 2015 cron.info crond[1121]: USER root pid 31558 cmd /sbin/fan_ctrl.sh
Sun Oct 18 00:36:26 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 00:36:26 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 00:38:27 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:38:27 2015 kern.err kernel: [17965.562297] ieee80211 phy1: result error
Sun Oct 18 00:38:28 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:38:28 2015 kern.err kernel: [17966.582291] ieee80211 phy1: result error
Sun Oct 18 00:38:30 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:38:34 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:38:42 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:38:58 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:39:25 2015 daemon.info hostapd: wlan1: STA fc:c2:de:aa:99:32 WPA: group key handshake completed (RSN)
Sun Oct 18 00:39:30 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:39:35 2015 daemon.info hostapd: wlan0: STA 24:77:03:6e:c4:58 WPA: group key handshake completed (RSN)
Sun Oct 18 00:40:00 2015 cron.info crond[1121]: USER root pid 32510 cmd /sbin/fan_ctrl.sh
Sun Oct 18 00:40:04 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 00:40:04 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 00:41:24 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 00:41:24 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 00:42:26 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 00:42:26 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 00:45:00 2015 cron.info crond[1121]: USER root pid 1011 cmd /sbin/fan_ctrl.sh
Sun Oct 18 00:45:34 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:45:35 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:45:37 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:45:41 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:45:49 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:46:05 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:46:19 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 00:46:19 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 00:46:32 2015 kern.err kernel: [18450.142395] ieee80211 phy0: result error
Sun Oct 18 00:46:33 2015 kern.err kernel: [18451.160775] ieee80211 phy0: result error
Sun Oct 18 00:46:35 2015 kern.err kernel: [18453.922667] ieee80211 phy0: result error
Sun Oct 18 00:46:37 2015 kern.err kernel: [18454.941858] ieee80211 phy0: result error
Sun Oct 18 00:46:37 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:46:42 2015 kern.err kernel: [18460.712629] ieee80211 phy0: result error
Sun Oct 18 00:46:43 2015 kern.err kernel: [18461.730351] ieee80211 phy0: result error
Sun Oct 18 00:48:14 2015 kern.err kernel: [18552.464713] ieee80211 phy0: result error
Sun Oct 18 00:48:17 2015 kern.err kernel: [18555.844799] ieee80211 phy0: result error
Sun Oct 18 00:48:55 2015 kern.err kernel: [18592.985586] ieee80211 phy0: result error
Sun Oct 18 00:48:56 2015 kern.err kernel: [18594.001610] ieee80211 phy0: result error
Sun Oct 18 00:49:25 2015 daemon.info hostapd: wlan1: STA fc:c2:de:aa:99:32 WPA: group key handshake completed (RSN)
Sun Oct 18 00:49:31 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 00:49:31 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 00:49:35 2015 daemon.info hostapd: wlan0: STA 24:77:03:6e:c4:58 WPA: group key handshake completed (RSN)
Sun Oct 18 00:49:55 2015 kern.err kernel: [18652.976783] ieee80211 phy0: result error
Sun Oct 18 00:50:00 2015 cron.info crond[1121]: USER root pid 1994 cmd /sbin/fan_ctrl.sh
Sun Oct 18 00:50:25 2015 kern.err kernel: [18683.567512] ieee80211 phy0: result error
Sun Oct 18 00:51:26 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 00:51:26 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 00:51:34 2015 kern.err kernel: [18752.188818] ieee80211 phy0: result error
Sun Oct 18 00:52:27 2015 kern.err kernel: [18805.290141] ieee80211 phy0: result error
Sun Oct 18 00:52:28 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 00:52:28 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 00:52:28 2015 kern.err kernel: [18806.310860] ieee80211 phy0: result error
Sun Oct 18 00:52:41 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:52:42 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:52:44 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:52:48 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:52:56 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:53:12 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:53:44 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:53:48 2015 kern.err kernel: [18886.271726] ieee80211 phy1: result error
Sun Oct 18 00:53:49 2015 kern.err kernel: [18887.284588] ieee80211 phy1: result error
Sun Oct 18 00:54:32 2015 kern.err kernel: [18930.424328] ieee80211 phy0: result error
Sun Oct 18 00:54:33 2015 kern.err kernel: [18931.435767] ieee80211 phy0: result error
Sun Oct 18 00:54:34 2015 kern.err kernel: [18932.446421] ieee80211 phy0: result error
Sun Oct 18 00:55:00 2015 cron.info crond[1121]: USER root pid 2946 cmd /sbin/fan_ctrl.sh
Sun Oct 18 00:55:04 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 00:55:04 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 00:56:24 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 00:56:24 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 00:57:41 2015 kern.err kernel: [19119.337191] ieee80211 phy1: result error
Sun Oct 18 00:57:42 2015 kern.err kernel: [19120.371288] ieee80211 phy1: result error
Sun Oct 18 00:57:44 2015 kern.err kernel: [19122.016626] ieee80211 phy1: result error
Sun Oct 18 00:57:45 2015 kern.err kernel: [19123.032787] ieee80211 phy1: result error
Sun Oct 18 00:57:55 2015 kern.err kernel: [19133.286893] ieee80211 phy1: result error
Sun Oct 18 00:57:56 2015 kern.err kernel: [19134.349881] ieee80211 phy1: result error
Sun Oct 18 00:58:09 2015 kern.err kernel: [19147.587293] ieee80211 phy1: result error
Sun Oct 18 00:58:10 2015 kern.err kernel: [19148.602498] ieee80211 phy1: result error
Sun Oct 18 00:58:12 2015 kern.err kernel: [19150.827284] ieee80211 phy1: result error
Sun Oct 18 00:58:13 2015 kern.err kernel: [19151.854558] ieee80211 phy1: result error
Sun Oct 18 00:58:51 2015 kern.err kernel: [19189.297956] ieee80211 phy0: result error
Sun Oct 18 00:58:52 2015 kern.err kernel: [19190.308164] ieee80211 phy0: result error
Sun Oct 18 00:59:09 2015 kern.err kernel: [19207.108558] ieee80211 phy1: result error
Sun Oct 18 00:59:10 2015 kern.err kernel: [19208.136198] ieee80211 phy1: result error
Sun Oct 18 00:59:12 2015 kern.err kernel: [19210.838513] ieee80211 phy1: result error
Sun Oct 18 00:59:13 2015 kern.err kernel: [19211.868083] ieee80211 phy1: result error
Sun Oct 18 00:59:25 2015 daemon.info hostapd: wlan1: STA fc:c2:de:aa:99:32 WPA: group key handshake completed (RSN)
Sun Oct 18 00:59:27 2015 kern.err kernel: [19225.278868] ieee80211 phy1: result error
Sun Oct 18 00:59:28 2015 kern.err kernel: [19226.303101] ieee80211 phy1: result error
Sun Oct 18 00:59:29 2015 kern.err kernel: [19227.332414] ieee80211 phy1: result error
Sun Oct 18 00:59:35 2015 daemon.info hostapd: wlan0: STA 24:77:03:6e:c4:58 WPA: group key handshake completed (RSN)
Sun Oct 18 00:59:48 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:59:49 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:59:51 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 00:59:55 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 01:00:00 2015 cron.info crond[1121]: USER root pid 3898 cmd /sbin/fan_ctrl.sh
Sun Oct 18 01:00:03 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 01:00:05 2015 kern.err kernel: [19263.889627] ieee80211 phy0: result error
Sun Oct 18 01:00:06 2015 kern.err kernel: [19264.910447] ieee80211 phy0: result error
Sun Oct 18 01:00:19 2015 kern.err kernel: [19277.129825] ieee80211 phy0: result error
Sun Oct 18 01:00:19 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 01:00:51 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 01:01:46 2015 kern.err kernel: [19364.671721] ieee80211 phy0: result error
Sun Oct 18 01:01:47 2015 kern.err kernel: [19365.691317] ieee80211 phy0: result error
Sun Oct 18 01:02:30 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 01:02:30 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 01:02:46 2015 kern.err kernel: [19424.432878] ieee80211 phy0: result error
Sun Oct 18 01:02:47 2015 kern.err kernel: [19425.443134] ieee80211 phy0: result error
Sun Oct 18 01:04:01 2015 kern.err kernel: [19499.134468] ieee80211 phy0: result error
Sun Oct 18 01:04:02 2015 kern.err kernel: [19500.152099] ieee80211 phy0: result error
Sun Oct 18 01:04:03 2015 kern.err kernel: [19501.169250] ieee80211 phy0: result error
Sun Oct 18 01:04:37 2015 kern.err kernel: [19535.915269] ieee80211 phy0: result error
Sun Oct 18 01:04:38 2015 kern.err kernel: [19536.926486] ieee80211 phy0: result error
Sun Oct 18 01:04:46 2015 kern.err kernel: [19544.765509] ieee80211 phy0: result error
Sun Oct 18 01:05:00 2015 cron.info crond[1121]: USER root pid 4807 cmd /sbin/fan_ctrl.sh
Sun Oct 18 01:05:01 2015 kern.err kernel: [19559.295666] ieee80211 phy0: result error
Sun Oct 18 01:05:02 2015 kern.err kernel: [19560.312375] ieee80211 phy0: result error
Sun Oct 18 01:05:05 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 01:05:05 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 01:05:16 2015 kern.err kernel: [19574.465926] ieee80211 phy0: result error
Sun Oct 18 01:05:17 2015 kern.err kernel: [19575.474844] ieee80211 phy0: result error
Sun Oct 18 01:05:22 2015 kern.err kernel: [19580.756100] ieee80211 phy0: result error
Sun Oct 18 01:05:23 2015 kern.err kernel: [19581.798858] ieee80211 phy0: result error
Sun Oct 18 01:05:31 2015 kern.err kernel: [19589.946274] ieee80211 phy0: result error
Sun Oct 18 01:06:01 2015 kern.err kernel: [19619.317622] ieee80211 phy0: result error
Sun Oct 18 01:06:11 2015 kern.err kernel: [19629.097096] ieee80211 phy0: result error
Sun Oct 18 01:06:26 2015 daemon.info dnsmasq-dhcp[1556]: DHCPINFORM(br-lan) 192.168.1.122 24:77:03:6e:c4:58
Sun Oct 18 01:06:26 2015 daemon.info dnsmasq-dhcp[1556]: DHCPACK(br-lan) 192.168.1.122 24:77:03:6e:c4:58 VitaliyPankov
Sun Oct 18 01:06:55 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 01:06:56 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 01:06:58 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 01:07:02 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128
Sun Oct 18 01:07:10 2015 daemon.warn odhcpd[1089]: DHCPV6 SOLICIT IA_NA from 000100011da790f6d4bed92f1554 on br-lan: ok 2606:a000:1402:c066::140/128 fd2a:6232:19e1::140/128

(Last edited by anarky321 on 18 Oct 2015, 06:09)

Is there any possibility/interest in asking for our own device specific forum?

Just by looking at the numbers of this thread there is a lot of interest in this specific device and it will make our discussion efforts a lot more searchable.

(Last edited by Hobb on 18 Oct 2015, 12:04)

Going off on what Hobb suggested we should have a MWLWIFI only forum, tho arguably that already there under issues on github

We don't do per device forums here wink

So is 10.3.0.10 of mwlwifi suppose to fix the iOS/OSX issues? My WRT1900ac v1 ran fine for two weeks, and then it was not accesible through LAN or WIFI. I really appreciate the effort by everyone, but at the same time I want a stable router.

SaberOne wrote:

So is 10.3.0.10 of mwlwifi suppose to fix the iOS/OSX issues? My WRT1900ac v1 ran fine for two weeks, and then it was not accesible through LAN or WIFI. I really appreciate the effort by everyone, but at the same time I want a stable router.

a (scheduled) daily reboot is the only thing that i've found to keep the router stable during the day. The new driver doesn't fix moest of the issues encountered yet, but there is definitively progress.

JohnnySL wrote:
SaberOne wrote:

So is 10.3.0.10 of mwlwifi suppose to fix the iOS/OSX issues? My WRT1900ac v1 ran fine for two weeks, and then it was not accesible through LAN or WIFI. I really appreciate the effort by everyone, but at the same time I want a stable router.

a (scheduled) daily reboot is the only thing that i've found to keep the router stable during the day. The new driver doesn't fix moest of the issues encountered yet, but there is definitively progress.

Can you give me a hint how to?

I have a windows system running 24/7. Which software do I need? or a script?

br
Mark

mark1234 wrote:
JohnnySL wrote:
SaberOne wrote:

So is 10.3.0.10 of mwlwifi suppose to fix the iOS/OSX issues? My WRT1900ac v1 ran fine for two weeks, and then it was not accesible through LAN or WIFI. I really appreciate the effort by everyone, but at the same time I want a stable router.

a (scheduled) daily reboot is the only thing that i've found to keep the router stable during the day. The new driver doesn't fix moest of the issues encountered yet, but there is definitively progress.

Can you give me a hint how to?

I have a windows system running 24/7. Which software do I need? or a script?

br
Mark

it would be a configuration on the AP

something like the following entry in /etc/crontab

0 0 * * 0 root /sbin/reboot

to reboot weekly (change the last 0 to * to reboot daily)

Has anyone jumped to a recent build? 

I just upgraded to r47201 from cc final and have to report that the wifi perf is just horrible with the 10.3.08 driver.
Both 2.4 and 5 GHz are functional at maybe 80 % of cc final in terms of speed....

I tried to go back to the mwlwifi.ko from cc final, but wifi would not start (I must be missing something)???

Open to suggestions...


root@WRT1900AC-P:~# strings /lib/modules/*.*/mwlwifi.ko | grep "^10.3"
10.3.0.8
root@WRT1900AC-P:~# sensors
tmp421-i2c-0-4c
Adapter: mv64xxx_i2c adapter
temp1:        +40.1°C
temp2:        +40.2°C

armada_thermal-virtual-0
Adapter: Virtual device
temp1:        +55.2°C

Cheers

when copying from attached usb drive to client the router quickly runs out of ram and either crashes or runs very slowly.....are there solutions to this? can i use a memory stick as a "ram expansion" of some kind?