vmuniverse
New Member
I can't get the dual NIC Intel E810-XXV to work. when I give a lshw -c network it says that network 0 and network 1 are UNCLAIMED.
I'm using Ubuntu server 24.04.1 LTS (6.8.0-41-generic)
Server Apollo 6500 Gen10 plus (P19725-B21)
I can't get to the internet because the Intel E810 will not work (so no sudo apt)
I've followed the instructions about getting the build-essentials from an online Ubuntu server and copied the *.DEB files to the offline server.
Installed it: sudo dpkg -i *.deb
After that I downloaded the ice Linux Base Driver version 1.15.5 for the E810 series devices and followed the instruction from Intel of installing it on the offline server.
modinfo ice gives me:
filename: /lib/modules/6.8.0-41-generic/updates/drivers/net/ethernet/intel/ice/ice.ko
firmware: updates/intel/ice/ddp/ice.pkg
version: 1.15.5
If I do a modprobe ice , it doesn't give any info (which must be good)
If I do a lspci -nn | grep 0200
0e:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller E810-XXV for SFP [8086:159b] (rev 02)
0e:00.1 Ethernet controller [0200]: Intel Corporation Ethernet Controller E810-XXV for SFP [8086:159b] (rev 02)
If I do a sudo dmseg | grep "\<ice\>"
[ 15.740357] ice: probe of 0000:0e:00.0 failed with error -5
[ 15.783364] ice: probe of 0000:0e:00.1 failed with error -5
I've disabled and enabled SR-IOV in the bios. No result.
If anyone can help me, it would be much appreciated!
I'm using Ubuntu server 24.04.1 LTS (6.8.0-41-generic)
Server Apollo 6500 Gen10 plus (P19725-B21)
I can't get to the internet because the Intel E810 will not work (so no sudo apt)
I've followed the instructions about getting the build-essentials from an online Ubuntu server and copied the *.DEB files to the offline server.
Installed it: sudo dpkg -i *.deb
After that I downloaded the ice Linux Base Driver version 1.15.5 for the E810 series devices and followed the instruction from Intel of installing it on the offline server.
modinfo ice gives me:
filename: /lib/modules/6.8.0-41-generic/updates/drivers/net/ethernet/intel/ice/ice.ko
firmware: updates/intel/ice/ddp/ice.pkg
version: 1.15.5
If I do a modprobe ice , it doesn't give any info (which must be good)
If I do a lspci -nn | grep 0200
0e:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller E810-XXV for SFP [8086:159b] (rev 02)
0e:00.1 Ethernet controller [0200]: Intel Corporation Ethernet Controller E810-XXV for SFP [8086:159b] (rev 02)
If I do a sudo dmseg | grep "\<ice\>"
[ 15.740357] ice: probe of 0000:0e:00.0 failed with error -5
[ 15.783364] ice: probe of 0000:0e:00.1 failed with error -5
I've disabled and enabled SR-IOV in the bios. No result.
If anyone can help me, it would be much appreciated!