Package Details: igb-dkms 5.15.6-1

Git Clone URL: https://aur.archlinux.org/igb-dkms.git (read-only, click to copy)
Package Base: igb-dkms
Description: Intel igb Ethernet adapter driver (latest version from Intel) (DKMS version)
Upstream URL: http://sourceforge.net/projects/e1000/
Licenses: GPL
Submitter: hrast
Maintainer: sergej
Last Packager: sergej
Votes: 2
Popularity: 0.000000
First Submitted: 2015-03-14 03:50 (UTC)
Last Updated: 2024-01-22 22:06 (UTC)

Dependencies (4)

  • dkms
  • linux-ck-headersAUR (optional) – build the module against Linux-ck kernel [requires at least one set of kernel headers]
  • linux-headers (linux-headers-binAUR) (optional) – build the module against Arch kernel [requires at least one set of kernel headers]
  • linux-lts-headers (optional) – build the module against LTS Arch kernel [requires at least one set of kernel headers]

Required by (0)

Sources (3)

Latest Comments

pmalhaire commented on 2019-12-13 08:28 (UTC)

I got an issue with my kernels (investigating):

make -j12 KERNELRELEASE=5.4.2-1-MANJARO KVERSION=5.4.2-1-MANJARO BUILD_KERNEL=5.4.2-1-MANJARO...(bad exit status: 2) Error! Bad return status for module build on kernel: 5.4.2-1-MANJARO (x86_64) Consult /var/lib/dkms/igb/5.3.5.3/build/make.log for more information. error: command failed to execute correctly :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Install DKMS modules ==> dkms install igb/5.3.5.3 -k 5.4.2-1-MANJARO Error! Bad return status for module build on kernel: 5.4.2-1-MANJARO (x86_64) Consult /var/lib/dkms/igb/5.3.5.3/build/make.log for more information. ==> dkms install igb/5.3.5.3 -k 4.19.88-1-MANJARO Error! Bad return status for module build on kernel: 4.19.88-1-MANJARO (x86_64) Consult /var/lib/dkms/igb/5.3.5.3/build/make.log for more information. ==> dkms install igb/5.3.5.3 -k 5.3.15-1-MANJARO Error! Bad return status for module build on kernel: 5.3.15-1-MANJARO (x86_64) Consult /var/lib/dkms/igb/5.3.5.3/build/make.log for more information. ==> Unable to install module igb/5.3.5.3 for kernel 3.16.78-1-MANJARO: Missing kernel modules tree.

hrast commented on 2016-06-19 20:57 (UTC)

No longer needs manual work to compile.

sergej commented on 2016-04-19 08:12 (UTC)

Also even 5.3.4.4 does not build with 4.5.1 kernel. You need to enfoce include clocksource.h in kcompat.h

hrast commented on 2015-10-28 04:03 (UTC)

Noted. I'll make the change and push it up in the next day or two.

sergej commented on 2015-10-26 11:22 (UTC)

It looks like that to build it on upgrade but before rebooting you need to modify dkms.conf: MAKE[0]="make KVERSION=$kernelver BUILD_KERNEL=$kernelver" without BUILD_KERNEL=$kernelver it fails to build using dkms install -m igb/5.3.3.2 -k 4.2.4-1-ARCH/x86_64 until you reboot from 4.2.3 to 4.2.4 kernel