10Gb SolarFlare compatibility
-
Hello,
I’ve Fog running w/o issue but was curious if some one has a link to more detailed docs regarding all of the different PXE files included with Fog?I’m currently using undionly.kpxe and while it works for Intel NICs, I’m having a bit of a time in Fog working with the older SolarFlare SFC9020 10Gb fiber based NICs which I have plenty of.
BTW these are great cards.
-
@aurfalien If you are still on this quest. What we would need is the hardware id of this network adapter. You can get this from windows in the device manager. We would need the vend and device IDs.
If in linux then use
lspci -nn
to get the device IDs. They will be 2 sets of 4 character hex numbers within the square brackets separated by a colon. i.e. [8086:1b4e].With that code we can see if there are standard linux kernel drivers for this network adapter.