https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238324
--- Comment #3 from Luckas <camar...@gmail.com> --- 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: Load sources: fetch -o /tmp ftp://ftp.freebsd.org/pub/`uname -s`/releases/`uname -m`/`uname -r | cut -d'-' -f1,2`/src.txz Become superuser: su Unzip sources: tar xzf /tmp/src.txz -C / Download archive with driver and extract it Build driver: make Load driver: kldload ./if_atlantic.ko I've attached here the if_atlantic.ko result file for v11.2 kernel. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"