neydah700

Results 15 comments of neydah700

My knowledge on FreeBSD is limited but I believe igb uses the em(4) driver. All the common Intel cards fall under it (I350, 82575, etc.) https://www.freebsd.org/releases/12.3R/hardware/

If you look at the if_igb.ko driver in /boot/kernel it just is a shortcut to if_em.ko. I think at one point the two intel drivers merged. https://www.intel.com/content/www/us/en/download/15187/intel-network-adapter-gigabit-base-driver-for-freebsd.html?wapkw=i350%20freebsd

Okay, I got everything up and working on my regular Intel NIC. I’m not the biggest expert here so bear with me. Through troubleshooting I was able to get every...

> Interesting that the intel igb driver works. I searched for bugs on the FreeBSD buglist and found this... > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260068 > > Looks like it might be related?...

> Some comments and feedback in testing so far: > > 1. It seems safe to install and test this on 2.5.2. I have downloaded the kernel module and am...