Site Tools


Sidebar

Work

Projects Travel Singapore Socials (External)

projects:homelab:aquantia

This is an old revision of the document!


Aquantia NIC Notes

Controllers

Products

SFP+

  • PCIe cards
  • Thunderbolt
    • QNAP QNA-T310G1S (recommended) - AQC100, JHL6240 PCIe Gen3 x2 TB3 controller. Compact size, fanless
    • Sonnet Solo10G SFP+ - AQC100, JHL6340 PCIe Gen3 x4 TB3 controller. Fanless, has (easily replaceable) captive cable, quite a bit of wasted internal space. Extra two lanes on TB3 controller not useful, and controller has 0.5W higher TDP than the JHL6240. Works fine.

10GBase-T RJ45

  • PCIe cards
  • Thunderbolt
    • Sonnet Solo10G (recommended) - AQC107, JHL6340 PCIe Gen3 x4 TB3 controller. Fanless, has (easily replaceable) captive cable. Slightly shorter than Solo10G SFP+ (see above).
    • QNAP QNA-T310G1T - AQC107, JHL6240 PCIe Gen3 x2 TB3 controller. Has an internal fan. Compact size; form factor similar to QNA-T310G1S (see above).

5GBase-T RJ45

2.5GBase-T RJ45

Why not just use something like an Intel i225?

Utilities

    • Extract and copy the atlflashupdate binary to the Windows firmware package and execute there
  • aqcdiag2) - self-tests, flash backup/restore, device info, etc
    • It's a bit old, so the Linux version links old libraries and references old kernel header files.
      • On Ubuntu 22.04, using DIAG_2.10_Ubuntu_x86_64.zip, patching lib/_ctypes.x86_64-linux-gnu.so to use libffi.so.7 instead of libffi.so.6, and patching lib/readline.x86_64-linux-gnu.so to use libreadline.so.8 instead of libreadline.so.6 seems to work fine.
      • Replace #include <asm/compat.h> with #include <linux/compat.h> in diag_driver_linux/diag_driver.c for newer kernel versions too.
    • Or you can use this patched archive: build the kernel driver in driver/diag_driver_linux with make, then run ./DIAG -s (to automatically unload/load kernel modules) in diag/.
    • To backup/restore flash: use menu item 3) Flash3) Save Flash Contents To File (read) or 2) Update Flash Image (write).
    • ./DIAG -s –password \!h:ahT8uW6 also exposes secret menus that let you read/write registers, update PCIe device ID/subsystem IDs, change MAC addresses, wipe your flash (!), etc

Firmware

  • AQC100/AQC10x/AQC11x: Marvell Drivers → Marvell Public Drivers → Windows → AQC107
projects/homelab/aquantia.1717258358.txt.gz · Last modified: 2024/06/01 16:12 by zhongfu