WAVLINK Quantum DAX is a 2.4 and 5 GHz wireless router with 1 WAN port and 3 gigabit LAN ports. It's a rebrand from Phicomm K3 (same hardware specs with some extra security against changing firmware).
To transfer the openwrt firmware file, we'll need to connect to the router in 2 ways:
sudo dnsmasq --port=0 --enable-tftp --tftp-root=/tmp/tftp --tftp-no-blocksize --user=root --group=root
sudo apt install minicom
sudo minicom -s
+-----------------------------------------------------------------------+ | A - Serial Device : /dev/ttyUSB0 | | B - Lockfile Location : /var/lock | | C - Callin Program : | | D - Callout Program : | | E - Bps/Par/Bits : 115200 8N1 | | F - Hardware Flow Control : No | | G - Software Flow Control : No | | H - RS485 Enable : No | | I - RS485 Rts On Send : No | | J - RS485 Rts After Send : No | | K - RS485 Rx During Tx : No | | L - RS485 Terminate Bus : No | | M - RS485 Delay Rts Before: 0 | | N - RS485 Delay Rts After : 0 | | | | Change which setting? | +-----------------------------------------------------------------------+
sudo minicom
nc -l 4444 > original_firmware.trx
nc 192.168.10.100 4444 < /dev/mtdblock6
tftp -g -r openwrt.trx 192.168.10.100
cat openwrt.trx > /dev/mtdblock6
reboot
http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/
LuCI Upgrade URLIf you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:
sysupgrade
mtd
Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc sysupgrade /tmp/xxx.abc
If sysupgrade
does not support this router, use mtd
.
cd /tmp wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc mtd write /tmp/xxx.abc linux && reboot
→ Basic configuration After flashing, proceed with this.
Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.
Port | Switch port |
---|---|
Internet (WAN) | WAN |
LAN 1 | LAN 3 |
LAN 2 | LAN 2 |
LAN 3 | LAN 1 |
→ 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 WAVLINK Quantum DAX has the following buttons:
BUTTON | Event |
---|---|
Reset | reset |
Note: This will void your warranty!
→ port.serial general information about the serial port, serial port cable, etc.
Serial connection parameters for WAVLINK Quantum DAX WN538A8 | EXAMPLE 115200, 8N1, 3.3V |
---|
Accessing the Serial Port:
Router | FDTI |
---|---|
VCC | - |
GND | GND |
TX | RX |
RX | TX |
*NOTE: VCC should not be connected
None so far.
COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE
COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING
If the WIFI signal is bad, you can try to install the firmware “brcmfmac4366c-pcie.bin_ac88_3” present in the following page:
How to replace the driver?
If after the installation the WAN interface isn't working (no signal when cable is connected), a workaround can be setup of the LAN ports to act as the WAN port. To do so in Luci: