# fetch https://pkg.freebsd.org/FreeBSD:13:amd64/latest/All/aquantia-atlantic-kmod-0.0.5_2.pkg
# pkg install aquantia-atlantic-kmod-0.0.5_2.pkg
# ee /boot/loader.conf.local
if_atlantic_load="YES"
# exit
# kldstat
# ifconfig
To have the driver always load after reboot, edit the file loader.conf.localCode: [Select]# ee /boot/loader.conf.localAdd 1 line by typingCode: [Select]if_atlantic_load="YES"
Quote from: Mr. Me on January 22, 2024, 04:33:43 pmTo have the driver always load after reboot, edit the file loader.conf.localCode: [Select]# ee /boot/loader.conf.localAdd 1 line by typingCode: [Select]if_atlantic_load="YES"Thanks for the writeup. You can do this step in the UI so the setting becomes part of a configuration backup, just in case you ever need to reinstall.System > Settings > Tunables.
root@opnsense:~ # grep atlantic /boot/loader.confif_atlantic_load="YES"root@opnsense:~ #