-
Notifications
You must be signed in to change notification settings - Fork 0
linux: Intel E810 network adapter does not work – missing driver ICE #3199
Comments
pmenzel
added a commit
to mariux64/linux
that referenced
this issue
Jan 24, 2025
…ies Support as module The new server *lucy*, , includes two Intel E810-XXV adapters: @lucy:~$ lspci -nn -k -s 64: 64:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller E810-XXV for SFP [8086:159b] (rev 02) Subsystem: Intel Corporation Ethernet 25G 2P E810-XXV Adapter [8086:0002] 64:00.1 Ethernet controller [0200]: Intel Corporation Ethernet Controller E810-XXV for SFP [8086:159b] (rev 02) Subsystem: Intel Corporation Ethernet 25G 2P E810-XXV Adapter [8086:0002] So, build the driver as a module. > config ICE > tristate "Intel(R) Ethernet Connection E800 Series Support" > default n > depends on PCI_MSI > depends on PTP_1588_CLOCK_OPTIONAL > depends on GNSS || GNSS = n > select AUXILIARY_BUS > select DIMLIB > select LIBIE > select NET_DEVLINK > select PACKING > select PLDMFW > select DPLL > help > This driver supports Intel(R) Ethernet Connection E800 Series of > devices. For more information on how to identify your adapter, go > to the Adapter & Driver ID Guide that can be located at: > > <http://support.intel.com> > > More specific information on configuring the driver is in > <file:Documentation/networking/device_drivers/ethernet/intel/ice.rst>. > > To compile this driver as a module, choose M here. The module > will be called ice. The firmware files are already included in the bee package *linux-firmware*: $ ls /lib/firmware/intel/ice ddp ddp-comms ddp-lag ddp-wireless_edge Resolves: mariux64/bee-files#3199
pmenzel
added a commit
that referenced
this issue
Jan 24, 2025
Has *ice* driver enabled. /lib/modules/6.12.11.mx64.479/kernel/drivers/net/ethernet/intel/ice/ice.ko Resolves: #3199
With the ice driver the devices is detected and 10 Gbit/s is negotiated. But the driver logs:
After creating the symbolic link with
and rebooting the system, the network does not work anymore. More next week. https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1960839 |
Turns out Linux 6.12.11 was disted away for yet unknown reasons. |
No idea if one should be closer at 10 Gbits/sec. |
ethtool says 10GB/s
|
Sign in
to join this conversation on GitHub.
The text was updated successfully, but these errors were encountered: