-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Intel I225/I226 driver (igc) #1786
Conversation
Thank you, looks good! |
Build action triggered: https://github.com/flatcar/scripts/actions/runs/8420861859 |
@@ -70,6 +70,7 @@ CONFIG_ISCSI_IBFT=y | |||
CONFIG_ISCSI_IBFT_FIND=y | |||
CONFIG_ITCO_VENDOR_SUPPORT=y | |||
CONFIG_ITCO_WDT=m | |||
CONFIG_IGC=m |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking that this driver might be also useful for ARM64. But from the docs, this driver seems to be used mostly on the NUCs and not the ARM64 servers (ARM64 boards do not use Intel as well).
Found the correct images in
|
The module size should be around 100k. Would be helpful to know the size of it and the size of the boot partition used space.
|
|
No boot partition as it's live booted via pxe. |
Did an install via:
|
This looks in line with the ~70k compressed kernel module versus the latest version size. #1731 (comment) |
This adds the Intel IGC driver for 2.5G NICs (I225/I226). Fedora CoreOS comes with those drivers as well: ``` core@localhost:~$ cat /etc/os-release | grep PRETTY_NAME PRETTY_NAME="Fedora CoreOS 39.20240225.3.0" core@localhost:~$ lsmod | grep igc igc 192512 0 ```
c64bd74
to
1bd8373
Compare
Enable Intel I225/I226 driver (igc)
This adds the Intel IGC driver for 2.5G NICs (I225/I226).
Right now, booting Flatcar fails during initramfs as the ignition config cannot be loaded. Root cause is the missing driver for the NIC.
Fedora CoreOS works and comes with those drivers as well:
Intel documentation: https://www.intel.com/content/www/us/en/support/articles/000055236/ethernet-products/gigabit-ethernet-controllers-up-to-2-5gbe.html
Would much appreciate, so this stack of NUC-like devices becomes useful: