How to install drivers for a NIC? (AQtion AQC107/XG-C100C)

DidiNag

Cadet
Joined
Aug 26, 2021
Messages
1
Hello,
I've send a few messages to Aquantia and I've finally found how to compile the driver.
The last github version is here (now v0.0.4): https://github.com/Aquantia/aqtion-freebsd/archive/master.zip
I've compiled the driver and obtained the if_atlantic.ko file.
The instructions to compile are:
  1. Load sources: fetch -o /tmp ftp://ftp.freebsd.org/pub/`uname -s`/releases/`uname -m`/`uname -r | cut -d'-' -f1,2`/src.txz
  2. Become superuser: su
  3. Unzip sources: tar xzf /tmp/src.txz -C /
  4. Download archive with driver and extract it
  5. Build driver: make
  6. Load driver: kldload ./if_atlantic.ko
I've attached here the if_atlantic.ko result file.

hello,
i tried to compile the driver and did the steps as shown by you. But if i say : make - no target to make .
Can you help me what im doing wrong ?
thanks
 

playface

Cadet
Joined
Jul 8, 2022
Messages
2
I still can't make QNAP-QNA-UC5G1T to work. I've tried everything in this thread. Works fine on Scale.

 
Top