Intel(R) 10G 2P X520 Adapter not detected

casalicomputers

Renowned Member
Mar 14, 2015
89
3
73
Goodmorning,

we are installing Promxox with ZFS on an old server to use it as replica on the main one. To be precise the server is a Dell R730 with an Intel(R) 10G 2P X520 Adapter installed and detected on the IDRAC, but not on Proxmox. Reading on the internet, look like this card is managed using the `ixgbe` kernel module, so i tried to load it, but look like no additional card is recognized (dmesg reports the module loading, but no new card have been initialized).

Can we ask an help to initialize such card?

Thanks in advance for the support,
Have a nice day
 
Unfortunately no, we tried to install intel updated ixgbe (5.18), but it is still not detected. Look like that card is just incompatible. We will update the thread if we found a solution.
 
Hello
How did you installed ixgbe drivers to proxmox?
Intel is listing ixgbe-5.19.6.tar.gz as latest. It seems that proxmox already has older ixgbe installed but is not working with my nic X540-AT2
So I am looking to install the newest version but with no luck today.
 
Well, in my case the problem was because of we were connecting the expansion card in a raiser for the CPU2 when the server hasn't even installed the CPU2. We have reseated the expansion card and now it's working as expected :D

Maybe you have some different expansion card with non-intel SFP modules? :confused:
https://communities.vmware.com/t5/E...ib-install/m-p/2703547/highlight/true#M264763

Hello everyone!

I can confirm that this was also the issue for us...
The colleague that installed the card didn't put it in the right slot :rolleyes:

So the issue was on our side and not with the proxmox or the card,
Sorry but I'm taking over for the colleague that started the thread, do I need to mark the issue as solved somehow?
 
Last edited:
  • Like
Reactions: leesteken
Hello all!
I am new to Proxmox. I am having the same problem with an old R730xd. I have a Dell X520/I350 NIC in there. I found this thread and was hoping for some help. Is the X520/I350 a revision with the same problem? Was there confirmation that the card is simply incompatible with Proxmox?
Is there a work around? Can Proxmox provide a patch or update?

Thank you in advance.
 
Hello all!
I am new to Proxmox. I am having the same problem with an old R730xd. I have a Dell X520/I350 NIC in there. I found this thread and was hoping for some help. Is the X520/I350 a revision with the same problem? Was there confirmation that the card is simply incompatible with Proxmox?
Is there a work around? Can Proxmox provide a patch or update?

Thank you in advance.

Hello, welcome to the forums!
I dont think there is any issue with proxmox, in my case the issue was that the cards had an unsupported sfp+ module.
I've used the card on two different pve installations now, in the first case the issue was that we simply plugged the card in the pcie slot of an empty cpu socket...
In the second case the card was being detected by the kernel and it was showing in the output of lspci,
but it wasn't being detected by proxmox or the ip command, I updated the drivers, upgraded the system and fiddled around with modprobe untill I managed to get it working.

Here's a snippet of my history, I hope it gets you on the right track:

Code:
lspci
lspci | grep Ethernet

// for me it is:
// 05:00.0 Ethernet controller: Intel Corporation Ethernet 10G 2P X520 Adapter (rev 01)
// 05:00.1 Ethernet controller: Intel Corporation Ethernet 10G 2P X520 Adapter (rev 01)

find /sys | grep drivers.*05

dmesg | grep ixgbe

// i think this returned an exception like "unsupported spf modules"
// this was what put me on the right track
// found this https://www.serveradminz.com/blog/unsupported-sfp-linux/

echo "options ixgbe allow_unsupported_sfp=1" > /etc/modprobe.d/ixgbe.conf

// then i just added this, didnt bother with the grub configuration.

rmmod ixgbe
modprobe ixgbe
reboot

// at this point it was probably working.

ip -c a
dmesg | grep ixgbe
dmesg | grep ixgbe
ip -c a
lspci -v
lspci -v | grep Ether
find /sys | grep drivers.*05
lspci
 
Help, I'm following this, but I'm getting the following error:


Code:
dmesg | grep ixgbe
[  112.463485] ixgbe: module verification failed: signature and/or required key missing - tainting kernel
 
[ 112.463485] ixgbe: module verification failed: signature and/or required key missing - tainting kernel
This is to be considered a "warning" not more. I don't believe this means that the modules/drivers are not loading. Do you have any other non-working behavior from your device?

See this, and there's plenty more out there.
 
This is to be considered a "warning" not more. I don't believe this means that the modules/drivers are not loading. Do you have any other non-working behavior from your device?

See this, and there's plenty more out there.
Apologies for not following back. What I did was recompiled the driver, and rebooted. Working fine now. Thanks.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!