Best supported NIC by FreeBSD 9.2?

Hi,

What's the best supported GigE NIC for FreeBSD 9.2 amd64?

We have an onboard Intel NIC, but experienced some strange problem. From time to time, the interface lost network connectivity. No ping, nor any network traffic to or passing the interface. System shows the interface is up, switch shows the port is alive and up. Only rebooting can bring the interface back again.

So we are looking for putting in another NIC card. Any suggestions are appreciated.
 
I'd say the Intel PRO/1000 NICs are pretty much unbeatable at this point.
 
Intel is probably the best card, and the best supported. There are various differing versions. Broadcom cards are not bad, and now Broadcom is contributing to the FreeBSD drivers. Down the line are the ubiquitous re(4) Realtek cards, which generally work acceptably well. Other brands are less common, but I've used the Atheros gigabit cards on a couple of FreeBSD machines.
 
Like @DutchDaemon and @wblock@ said, I'd go with the Intel NICs if you care about quality. But first, try unplugging your computer and then plugging it back in. This may fix your problem. Although I have a motherboard with a Realtek chip, this may work on Intel NICs also.
 
Last edited by a moderator:
Intel PRO/1000 NICs have been discontinued. These used em(4) or igb(4) drivers depending on the specific model number/revision of the chipset.

Intel i350 NICs have replaced them. These use only the igb(4) driver.
 
Back
Top