Table of Contents

WAVLINK Quantum DAX WN538A8

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).

WAVLINK Quantum DAX

Devices with Broadcom WiFi chipsets have limited OpenWrt supportability (due to limited FLOSS driver availability for Broadcom chips). Consider this when choosing a device to buy, or when deciding to flash OpenWrt on your device because it is listed as supported. See Broadcom WiFi for details.

Supported Versions

Hardware Highlights

Installation

Install OpenWrt (generic explanation)

Connection Diagram

To transfer the openwrt firmware file, we'll need to connect to the router in 2 ways:

Download latest Openwrt firmware and prepare PC

Setup PC connection

Setup tftp Server

Setup minicom:

  +-----------------------------------------------------------------------+
  | 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?                                              |
  +-----------------------------------------------------------------------+

Backup current image:

Install openwrt:

Post Installation Notes:

Upgrading OpenWrt

generic.sysupgrade

LuCI Web Upgrade Process

Terminal Upgrade Process

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

mtd

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

Debricking

generic.debrick

Failsafe mode

failsafe_and_factory_reset

Basic configuration

Basic configuration After flashing, proceed with this.

Specific Configuration

Switch Ports (for VLANs)

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

Buttons

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

Hardware

Info

Photos

Front:

Back:

Bottom label:

Opening the case

Note: This will void your warranty!

Main PCB:

Serial

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

Bootloader mods

bootloader

Hardware mods

None so far.

Bootlogs

OEM bootlog

COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE


OpenWrt bootlog

COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING


Notes

5Ghz Wifi Signal:

If the WIFI signal is bad, you can try to install the firmware “brcmfmac4366c-pcie.bin_ac88_3” present in the following page:

https://github-com.translate.goog/xiangfeidexiaohuo/Phicomm-K3_Wireless-Firmware?_x_tr_sl=zh-CN&_x_tr_tl=en&_x_tr_hl=pt-PT&_x_tr_pto=wapp

How to replace the driver?

No WAN interface:

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: