Well, I got the nic driver "installed" and LSPCI shows the NIC as vmnic2. But it does not show up in my adapters list and I cannot configure it.
So, it's a fail with ESXi 6.5 it seems.
-------------------
[root@localhost:~] esxcli software acceptance set --level=CommunitySupported
Host acceptance level changed to 'CommunitySupported'.
[root@localhost:~] esxcli software vib install -d /vmfs/volumes/datastore1/net-atl1e-1.0.1.14-1-offline_bundle.zip
[DependencyError]
VIB Atheros_bootbank_net-atl1e_1.0.1.14-1 requires com.vmware.driverAPI-9.2.0.0, but the requirement cannot be satisfied within the Im ageProfile.
VIB Atheros_bootbank_net-atl1e_1.0.1.14-1 requires vmkapi_2_0_0_0, but the requirement cannot be satisfied within the ImageProfile.
Please refer to the log file for more details.
[root@localhost:~] requires com.vmware.driverAPI-9.2.0.0, but the requirement cannot be satisfied within the ImageProfile.
-sh: requires: not found
[root@localhost:~] esxcli software vib install -d /vmfs/volumes/datastore1/net-atl1e-1.0.1.14-1-offline_bundle.zip -f
Installation Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed: Atheros_bootbank_net-atl1e_1.0.1.14-1
VIBs Removed:
VIBs Skipped:
[root@localhost:~] esxcli software vib install -d /vmfs/volumes/datastore1/net-atl1-2.1.3-1-offline_bundle.zip -f
Installation Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed: Atheros_bootbank_net-atl1_2.1.3-1
VIBs Removed:
VIBs Skipped:
[root@localhost:~]
-------------------