I made a mistake and bought a NIC off of Ebay without doing the proper lookup beforehand.
It is an "IBM PRO/1000 PT Dual Port Server Adapter by Intel", P/N: 39Y6126, FRU: 39Y6128, SN: 39Y6127. For some reason I just assumed it would work since it is an Intel card. So I now have a card that I can't get to work in my FreeBSD 9.1 server which consists of a MSI k9n neo v.2 along with an AMD Athlon 5600+ 2.9 GHz. But my hope stems from my own incompetence: I don't have enough experience with FreeBSD so there is probably something I'm missing.
Both
According to IBM, the card is "Based on Intel 82571GB dual port MAC/PHY controller chipset" which is not included in the list provided by Intel and IBM seems to offer support for nothing other than Windows, ESXI, Red Hat and SUSE.
Does this mean I'm not going to get this card to work with FreeBSD without writing the driver myself?
I will test the card in my Windows 7 machine as soon as possible, so I can rule out that the card is defect. When it is connected to a switch the indication light does shine in green, which might mean that there's compatibility. I have tried it in both PCIe x1 and x16 ports, with the same behavior in both cases.
http://imgur.com/a/tTy6y
Thank you for your time!
It is an "IBM PRO/1000 PT Dual Port Server Adapter by Intel", P/N: 39Y6126, FRU: 39Y6128, SN: 39Y6127. For some reason I just assumed it would work since it is an Intel card. So I now have a card that I can't get to work in my FreeBSD 9.1 server which consists of a MSI k9n neo v.2 along with an AMD Athlon 5600+ 2.9 GHz. But my hope stems from my own incompetence: I don't have enough experience with FreeBSD so there is probably something I'm missing.
Both
pciconf -lv | grep B3 network
and ifconfig
fail to display the card, which, to me, suggests that there is no driver.According to IBM, the card is "Based on Intel 82571GB dual port MAC/PHY controller chipset" which is not included in the list provided by Intel and IBM seems to offer support for nothing other than Windows, ESXI, Red Hat and SUSE.
Does this mean I'm not going to get this card to work with FreeBSD without writing the driver myself?
I will test the card in my Windows 7 machine as soon as possible, so I can rule out that the card is defect. When it is connected to a switch the indication light does shine in green, which might mean that there's compatibility. I have tried it in both PCIe x1 and x16 ports, with the same behavior in both cases.
http://imgur.com/a/tTy6y
Thank you for your time!