# ethernet-linux-igc **Repository Path**: colornix/ethernet-linux-igc ## Basic Information - **Project Name**: ethernet-linux-igc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-17 - **Last Updated**: 2025-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ethernet-linux-igc #### 介绍 backport for ubuntu 18.04 5.4 HWE based on v5.10 of linux https://gitee.com/mirrors/linux_old1/blob/v5.10/drivers/net/ethernet/intel/igc/igc_base.c #### COMPILE # 安装必要的工具和依赖 sudo apt-get update sudo apt-get install build-essential linux-headers-$(uname -r) # 进入驱动源码目录 cd ~/ethernet-linux-igc # 编译内核模块 make -C /lib/modules/$(uname -r)/build M=$(pwd) modules # 加载内核模块 sudo insmod $(ls *.ko) ### UBUNTU 4.15 for ubuntu 18.04 4.15 refer to https://github.com/jim3ma/synology-igc which is for synolody.