Jump to content

10GB NIC showing in devices, not on networking page


Recommended Posts

I have installed 2 10gb nics, both in different unraid servers, to try and directly connect them. My older box shows the new nics in the network panel, but the precision3450 does something different. It show the devices in system devices:

image.thumb.png.0b45d7324cf133170fb3d437483837d4.png

But they do not show up on the network page as expected:
image.thumb.png.ca92288eb3f041185b207d96d5809544.png

 

Working computer same views:

image.thumb.png.90d9d1a01867d3b2ad6411aa8e19d6ef.png

 

image.thumb.png.ba71bdcffcc794b2dcd457f7177105af.png

Link to comment

Both NICs are failing to initialize, so the driver is not loaded, but don't see why:

 

Jan 18 22:59:50 Precision3450 kernel: ixgbe: probe of 0000:01:00.0 failed with error -5
Jan 18 22:59:50 Precision3450 kernel: ixgbe: probe of 0000:01:00.1 failed with error -5

 

Link to comment

I had a similar issue including the vanishing network-rules.cfg after each restart...
(btw, for this everybody replying to a previous thread of mine insists i have something installed that removes it, which is actually not the case. i still think that its unraid itself removing the file due to reasons during startup after reading it.)
The machine has 2 NICs, the onboard (which whyever cannot be disabled in the bios) and the 10GBit Nic

Here is my network-rules.cfg:

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="e4:1d:9c:92:ce:44", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="22:48:5c:05:16:45", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"

It is merely to make sure the 10GBit is eth0 because Unraid has some special handling for eth0 as we all know...

As well, I made sure its there before restarting the server (user script just writes it to /boot/config each hour ;) )

hope this helps you as well ;)

Edited by ADvorsky
Link to comment
7 hours ago, JorgeB said:

Both NICs are failing to initialize, so the driver is not loaded, but don't see why:

 

Jan 18 22:59:50 Precision3450 kernel: ixgbe: probe of 0000:01:00.0 failed with error -5
Jan 18 22:59:50 Precision3450 kernel: ixgbe: probe of 0000:01:00.1 failed with error -5

 

Any suggestion on how to get them to initialize? I have the same 10gb nic working in another unraid server without issue

Link to comment
18 hours ago, ADvorsky said:

I had a similar issue including the vanishing network-rules.cfg after each restart...
(btw, for this everybody replying to a previous thread of mine insists i have something installed that removes it, which is actually not the case. i still think that its unraid itself removing the file due to reasons during startup after reading it.)
The machine has 2 NICs, the onboard (which whyever cannot be disabled in the bios) and the 10GBit Nic

Here is my network-rules.cfg:

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="e4:1d:9c:92:ce:44", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="22:48:5c:05:16:45", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"

It is merely to make sure the 10GBit is eth0 because Unraid has some special handling for eth0 as we all know...

As well, I made sure its there before restarting the server (user script just writes it to /boot/config each hour ;) )

hope this helps you as well ;)

This did not help, after formatting it like the below, it was deleted after rebooting.

 

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="b0:4f:13:11:06:70", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="90:e2:ba:ea:71:18", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="90:e2:ba:ea:71:19", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"

Link to comment
18 hours ago, JorgeB said:

In this case I suspect network-rules.cfg is not being created because the other NICs are not loading a driver, so basically Unraid only sees one NIC.

yes, thats probably why the one i was creating was getting deleted.

 

13 hours ago, JackieWu said:

 

Maybe switch 10G NIC PCIE slot to another. 

 Tried in both slots, x16 and x4 with the same result. Seen in the bios, and in devices, but not on the network tab.

21 hours ago, JorgeB said:

Both NICs are failing to initialize, so the driver is not loaded, but don't see why:

 

Jan 18 22:59:50 Precision3450 kernel: ixgbe: probe of 0000:01:00.0 failed with error -5
Jan 18 22:59:50 Precision3450 kernel: ixgbe: probe of 0000:01:00.1 failed with error -5

This is unfortunately not very helpful

Link to comment
9 hours ago, mihcox said:

This did not help, after formatting it like the below, it was deleted after rebooting.

Yes, it vanishes on my system as well after each reboot, but the nics are present as configured in the file. Without the file present during boot the 10gb nic is not available.

That's why i have a copy of that file to recreating it after each reboot on array start ;)

Link to comment
8 hours ago, JorgeB said:

Could be a kernel in-tree driver problem, you can try booting a different Linux distro, ideally with a similar/same kernel.

Same issue in ubuntu 20.04.3, what does that indicate?

 

4 hours ago, ADvorsky said:

Yes, it vanishes on my system as well after each reboot, but the nics are present as configured in the file. Without the file present during boot the 10gb nic is not available.

That's why i have a copy of that file to recreating it after each reboot on array start ;)

I tried that with mine, but when the server restarts it deletes the file. How are you generating it?

 

Link to comment
14 hours ago, mihcox said:

Same issue in ubuntu 20.04.3, what does that indicate?

It does confirm it's not an Unraid problem, could be an issue with the Linux in-tree driver, or a problem that the Windows driver ignores and Linux one doesn't, either way I'm afraid I don't have a good solution, other then maybe trying a different NIC if possible.

Link to comment
10 hours ago, JorgeB said:

It does confirm it's not an Unraid problem, could be an issue with the Linux in-tree driver, or a problem that the Windows driver ignores and Linux one doesn't, either way I'm afraid I don't have a good solution, other then maybe trying a different NIC if possible.

Yes, so the difference is in the machines where it is working, i have an I217-LM intel NIC as the main connection, but in the ones where its failing its an I219-LM NIC. This means it is some sort of kernel/driver issue i guess?

 

I had purchased an x520-DA2 because it was seemed to work easily. Is there another suggestion for cheap 10GB NICs, with 1 and 2 ports?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...