Search Criteria
Package Details: e1000e-dkms 3.8.7-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/e1000e-dkms.git (read-only, click to copy) |
---|---|
Package Base: | e1000e-dkms |
Description: | Intel e1000e Ethernet adapter driver (latest version from Intel) (DKMS version) |
Upstream URL: | http://sourceforge.net/projects/e1000/ |
Licenses: | GPL |
Submitter: | sergej |
Maintainer: | None |
Last Packager: | andreas_baumann |
Votes: | 13 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-24 11:55 (UTC) |
Last Updated: | 2023-09-07 15:00 (UTC) |
Dependencies (4)
- dkms (dkms-gitAUR, dkms-fast-zstdAUR)
- linux-ck-headersAUR (optional) – build the module against Linux-ck kernel [requires at least one set of kernel headers]
- linux-headers (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]
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
z0n commented on 2020-04-29 20:43 (UTC)
Still doesn't work for me, same issue as the people below:
stemak commented on 2020-04-19 14:20 (UTC) (edited on 2020-04-19 14:29 (UTC) by stemak)
Update: I've just deleted it. All work properly :>
I can't build it:
Cloning and makepkg almostly returns the same. Once there was:
But I can't repeat this log :( (maybe it was just russian mongth name)
vesterlay commented on 2020-04-13 17:49 (UTC)
same issue..
RogueGirl commented on 2020-02-23 07:43 (UTC)
doesn't work
Building module: cleaning build area...(bad exit status: 2) make -j4 KERNELRELEASE=5.5.4-15-tkg-pds KVERSION=5.5.4-15-tkg-pds BUILD_KERNEL=5.5.4-15-tkg-pds...(bad exit status: 2) Error! Bad return status for module build on kernel: 5.5.4-15-tkg-pds (x86_64) Consult /var/lib/dkms/e1000e/3.6.0/build/make.log for more information. ➜ ~ cat /var/lib/dkms/e1000e/3.6.0/build/make.log DKMS make.log for e1000e-3.6.0 for kernel 5.5.4-15-tkg-pds (x86_64) Sun 23 Feb 2020 11:13:09 AM +0330 make: *** No targets. Stop.
xyzabc123 commented on 2020-01-08 13:42 (UTC)
I use the DKMS version for an Intel I218-LM NIC because i get a lot of disconnects with TOE enabled under heavy loads since Kernel > 4.19.
If you want to build the module with any Kernel >= 5.4 you have to edit "kcompat.h" and replace "#include <linux/pci-aspm.h>" with "#include <linux/pci.h>" on line 2799 because pci-aspm.h is now merged with pci.h [1]
[1] https://lore.kernel.org/linux-acpi/20190827095620.11213-1-kw@linux.com/#r
moetayuko commented on 2019-10-31 14:43 (UTC) (edited on 2019-11-03 08:56 (UTC) by moetayuko)
doesn't build at all
Update: I patched dkms conf to fix build:
mrbrklyn commented on 2019-08-10 02:46 (UTC) (edited on 2019-08-10 02:47 (UTC) by mrbrklyn)
I've been trying to install this. I initially started to make the dkms myself then found that you already have done this. I tried to install this though the command yaourt -s e1000e
It fails
[ruben@www3 ~]$ cat /var/lib/dkms/e1000e/3.5.1/build/make.log
DKMS make.log for e1000e-3.5.1 for kernel 5.2.4-artix1-1-ARTIX (x86_64)
Fri 09 Aug 2019 10:26:39 PM EDT
make -C /lib/modules/5.2.4-artix1-1-ARTIX/build CC=gcc SUBDIRS=/var/lib/dkms/e1000e/3.5.1/build modules
make[1]: Entering directory '/usr/lib/modules/5.2.4-artix1-1-ARTIX/build'
Makefile:213: ================= WARNING ================
Makefile:214: 'SUBDIRS' will be removed after Linux 5.3
Makefile:215: Please use 'M=' or 'KBUILD_EXTMOD' instead
Makefile:216: ==========================================
CC [M] /var/lib/dkms/e1000e/3.5.1/build/netdev.o
/var/lib/dkms/e1000e/3.5.1/build/netdev.c: In function ‘e1000_flush_tx_ring’:
/var/lib/dkms/e1000e/3.5.1/build/netdev.c:4329:2: error: implicit declaration of function
‘mmiowb’ [-Werror=implicit-function-declaration]
4329 | mmiowb(); | ^~~~~~
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:279: /var/lib/dkms/e1000e/3.5.1/build/netdev.o] Error 1
make[1]: *** [Makefile:1595: module/var/lib/dkms/e1000e/3.5.1/build] Error 2
make[1]: Leaving directory '/usr/lib/modules/5.2.4-artix1-1-ARTIX/build'
make: *** [Makefile:235: default] Error 2
As far as I can tell, the latest module is 3.4.2.4 ??
https://downloadcenter.intel.com/download/15817
« First ‹ Previous 1 2 3 4 5 Next › Last »