Linksys WRT1900ACS

Linksys WRT1900ACS.

  • model: WRT1900ACS
  • network 2.4 GHz + 5 GHz simultaneously
  • hardware version: V2

back to network page.

Links

links: OpenWrt, OpenWRT - Linksys WRT ACS Series, LEDE Project,

History

2024-01-07: check uptime (for some reason this AP is not in my DNS)

tingo@kg-core2:~ $ ssh root@10.1.10.14
root@10.1.10.14's password: 


BusyBox v1.31.1 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt SNAPSHOT, r13059-9fac9168c6
 -----------------------------------------------------
root@kg-shelby-b:~# uptime
 17:04:10 up 254 days,  9:03,  load average: 0.08, 0.01, 0.00

2023-09-09: check uptime

root@kg-shelby-b:~# date;uptime
Sat Sep  9 13:17:08 CEST 2023
 13:17:08 up 134 days,  4:16,  load average: 0.00, 0.00, 0.00

2022-10-29: reboot again - Jolla Tablet couldn't connect.

2022-05-30: my Jolla Tablet couldn't connect to this AP, so I rebooted it. It had 276 days of uptime.

2021-07-07: I re-created this page on my self-hosted web server.

2020-09-11: it seems like the box rebooted on its own:

root@kg-shelby-b:~# date;uptime
Sun May 10 19:25:06 CEST 2020
 19:25:06 up 18 min,  load average: 0.02, 0.09, 0.11

and the date is totally wrong too. Hmm,

root@kg-shelby-b:~# uci show system.ntp
system.ntp=timeserver
system.ntp.server='0.openwrt.pool.ntp.org' '1.openwrt.pool.ntp.org' '2.openwrt.pool.ntp.org' '3.openwrt.pool.ntp.org'

looks correct. I did 'sync with NTP server from System, system and that fixed it:

root@kg-shelby-b:~# date;uptime
Fri Sep 11 07:57:56 CEST 2020
 07:57:56 up 27 min,  load average: 0.00, 0.03, 0.06

ok

2020-05-10: OpenWRT - uci - network.lan

root@kg-shelby-b:~# uci show network.lan
network.lan=interface
network.lan.type='bridge'
network.lan.ifname='eth0.1'
network.lan.proto='static'
network.lan.ipaddr='192.168.1.1'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'

and

root@kg-shelby-b:~# uci get network.lan.netmask
255.255.255.0

so change it

root@kg-shelby-b:~# uci set network.lan.netmask='255.255.0.0'
root@kg-shelby-b:~# uci get network.lan.netmask
255.255.0.0
root@kg-shelby-b:~# uci set network.lan.ipaddr='10.1.10.14'
root@kg-shelby-b:~# uci get network.lan.ipaddr
10.1.10.14

and commit

root@kg-shelby-b:~# uci commit

verify

root@kg-shelby-b:~# uci show network.lan
network.lan=interface
network.lan.type='bridge'
network.lan.ifname='eth0.1'
network.lan.proto='static'
network.lan.ip6assign='60'
network.lan.netmask='255.255.0.0'
network.lan.ipaddr='10.1.10.14'

now I just need to activate it.

root@kg-shelby-b:~# service network reload

(my ssh connection broke, but it worked)

2020-05-10: OpenWRT - config via uci then:

root@kg-shelby-b:~# uci
Usage: uci [<options>] <command> [<arguments>]

Commands:
    batch
    export     [<config>]
    import     [<config>]
    changes    [<config>]
    commit     [<config>]
    add        <config> <section-type>
    add_list   <config>.<section>.<option>=<string>
    del_list   <config>.<section>.<option>=<string>
    show       [<config>[.<section>[.<option>]]]
    get        <config>.<section>[.<option>]
    set        <config>.<section>[.<option>]=<value>
    delete     <config>[.<section>[[.<option>][=<id>]]]
    rename     <config>.<section>[.<option>]=<name>
    revert     <config>[.<section>[.<option>]]
    reorder    <config>.<section>=<position>

ok

2020-05-10: firmware - I flashed the latest image from dc502wrt.org, which went well. For some rerason I have trouble getting the ip (v4) address to stick, so now I have ssh'ed to the AP via IPv6:

tingo@z30b:~$ ssh -6 root@fe80::6238:e0ff:fe0c:2c4f%wlp2s0
root@fe80::6238:e0ff:fe0c:2c4f%wlp2s0's password:


BusyBox v1.31.1 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 OpenWrt SNAPSHOT, r13059-9fac9168c6
 -----------------------------------------------------
root@kg-shelby-b:~#

good

2020-03-27: firmware - there is also the community builds over at dc502wrt.org, with LuCi "OpenTomato" web interface.

2020-03-27: firmware - OpenWRT 19.07.2 is recommended.

2018-10-14: firmware - OpenWRT - the page now recommends OpenWRT 18.06.1 for the WRT1900ACS. Hmmm,,,

2018-08-08: firmware - OpenWRT have a page one the WRT1900ACS (and the rest of the series). Unsure if OpenWRT 18.06.0 works on this device.

2017-08-05: firmware - custom LEDE image here: https://davidc502sis.dynamic-dns.net/releases/#1900acs

2017-08-05: firmware - latest official firmware is download, release notes,

Ver. 2.0.1.182461
Latest Date:  7/21/2017

2017-08-05: unboxed the router this afternoon. On the underside it says model no. WRT1900ACS V2.

2016-11-11: hardware - v1 or v2?

2016-10-11: I got a pickup message (text message) during the day and picked up the package at Coop Extra Birkelunden in the evening.

2016-10-10: my order was shipped.

2016-10-09: there was a sale on Komplett, and I ordered the WRT1900ACS which sold for NOK 1695.- (the order included another item).