Intel xxv710 NIC not showing

Flupp

Dabbler
Joined
Jul 3, 2023
Messages
13
I just installed the latest version of CORE and the my intel xxv710da2 nic isn't showing up at all. The onboard interfaces are showing as expected but I can't see the NIC. I've read that this specific card should be supported just fine and freebsd does seem to support it with the ixl drivers but I can't find these on my truenas core setup?

ifconfig doesn't show the interfaces at all
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
I run some of those without issue:
Code:
ixl0: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
    options=8100b8<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWFILTER>
    ether 40:xx:xx:xx:xx:xx
    media: Ethernet autoselect
    status: no carrier
    nd6 options=9<PERFORMNUD,IFDISABLED>
ixl1: flags=8963<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
    options=8100b8<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWFILTER>
    ether 40:xx:xx:xx:xx:xx
    media: Ethernet autoselect (10Gbase-SR <full-duplex>)
    status: active
    nd6 options=9<PERFORMNUD,IFDISABLED>


Are you sure your card has the yottamark?
 

Flupp

Dabbler
Joined
Jul 3, 2023
Messages
13
It "should" be a genuine card, I got this 2U server configured from SCAN, one of the largest system integrators / retailers in the UK.

I also tried Scale and the same problem. I'm half tempted to throw regular old windows on there to see if it gets picked up at all. I can see it on the switch side and the link is up though...
 

Flupp

Dabbler
Joined
Jul 3, 2023
Messages
13
I also can't see the kernel driver being loaded when looking at lspci -nn -k , besides the onboard drivers.
 
Top