Old Wireless Access Points: 1xUniFi AC Lite (5 GHz)

The Ubiquity UniFi AC Lite (aka. Salatschüssel) supports both the 2.4 and 5GHz bands as well as 802.11ac. 2.4GHz and 5GHz are currently in use. It’s mounted on a girder, right in the middle of the space, so it provides great coverage. See WLAN Upgrade auf 802.11ac (German) for details.

We’ve deprecated the old TL-WR841Ns because people were complaining about how they are kinda pointless now we have the Salatschüssel.

We build a custom, pre-configured OpenWrt^TM firmware images for all our access points, see its-network-docs/access-points (git repo). There shouldn’t be any need to change settings on the running images, if you want to change something please send a patch.

1 Like

Factory FW Backup for Unifi AC Lite

On device:

$ for i in 0 1 2 3 4 5 6 7 8 9; do cat /dev/mtdblock$i > /tmp/mtdblk$i; done
$ printf '%s\n' sys proc dev/pts > /tmp/exclude

On host:

$ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -l ubnt fd97:c4fe:a1a:0:7a8a:20ff:fe80:d6bd tar -cv -X /tmp/exclude / > root.tar

LEDE/OpenWrt Install

On host:

$ wget http://downloads.lede-project.org/releases/17.01.4/targets/ar71xx/generic/lede-17.01.4-ar71xx-generic-ubnt-unifiac-lite-squashfs-sysupgrade.bin
$ scp lede-17.01.4-ar71xx-generic-ubnt-unifiac-lite-squashfs-sysupgrade.bin 'ubnt@[fd97:c4fe:a1a:0:7a8a:20ff:fe80:d6bd]:/tmp'
$ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -l ubnt fd97:c4fe:a1a:0:7a8a:20ff:fe80:d6bd mtd write /tmp/lede-17.01.4-ar71xx-generic-ubnt-unifiac-lite-squashfs-sysupgrade.bin kernel0
$ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -l ubnt fd97:c4fe:a1a:0:7a8a:20ff:fe80:d6bd mtd write -r /tmp/lede-17.01.4-ar71xx-generic-ubnt-unifiac-lite-squashfs-sysupgrade.bin kernel1
1 Like

Hab mal OpenWrt update von 18.06.4 auf 19.07.3 gemacht falls es irgendwen interresiert:

1 Like

Ist die Doku ah im Gitea?

Nö, muss das repo mal umziehen.

OpenWrt update ist schon lange überfällig, wir sind jetzt auf 19.07.8, .9 war zwar schon heraußen aber die buildbots waren mit ath79 noch nicht fertig :slight_smile:

Beim ersten boot ist irgendwie das 5GHz wlan device auf der driver seite abgeschmiert (war dann einfach weg). Ein reboot hats dann “gefixed” falls das 5GHz wieder nicht sichtbar ist bitte melden.

Update: Salatschüssel is no more. Wir haben beim umbau zwei Extreme Networks WS-AP3825i deployed. Die gehören noch in die image build automatisierung eingegliedert. Aktuell sind sie manuell aufgesetzt.