Hi,
I installed a 10GB Intel NIC card (Intel® Ethernet Converged Network Adapter XL710 10/40 GbE) on FreeBSD 10.3 on Dell T630 machine.
FreeBSD 10.3 is not recognizing the NIC card.
I tried to unload the if_ixl.ko module and reload it back. But it did not resolve the problem. Appreciate any input.
Thanks,
Lakshmi
I installed a 10GB Intel NIC card (Intel® Ethernet Converged Network Adapter XL710 10/40 GbE) on FreeBSD 10.3 on Dell T630 machine.
FreeBSD 10.3 is not recognizing the NIC card.
pciconf
shows that the NIC card is not recognized. I find the following message on dmesg
I tried to unload the if_ixl.ko module and reload it back. But it did not resolve the problem. Appreciate any input.
Code:
1 Copyright (c) 1992-2016 The FreeBSD Project.
2 Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
3 The Regents of the University of California. All rights reserved.
4 FreeBSD is a registered trademark of The FreeBSD Foundation.
5 FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016
6 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
7 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
8 module_register: cannot register pci/ixl from kernel; already loaded from if_ixl.ko
9 Module pci/ixl failed to register: 17
Code:
root@netflix:/usr/local/www/nginx-dist/images # kldstat
Id Refs Address Size Name
1 8 0xffffffff80200000 17bc680 kernel
3 1 0xffffffff81c11000 358d ums.ko
4 1 0xffffffff81c15000 18788 if_ixl.ko
Thanks,
Lakshmi