Fedora 22 installation kernel doesn't support the Intel i219V gigabit controller.

Problem:

The Fedora 22 installation kernel doesn't support the Intel i219V gigabit controller.

Affected Systems:

  • Marquis M526

Solution:

To enable networking under Fedora 22 first install the system without networking.

Next, download an updated e1000e driver.

Place the driver on a memory stick and copy it to the following location on the newly installed system:

/lib/modules/$(uname -r)/kernel/drivers/net/ethernet/intel/e1000e

Finally run the following command:

# depmod -a

Reboot the system and use the ifconfig command to verify that the network interface is active. The dnf command can now be used to update the kernel to a version which contains support for the i219V controller:

# dnf upgrade kernel*