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: | 14 |
Popularity: | 0.51 |
First Submitted: | 2015-10-24 11:55 (UTC) |
Last Updated: | 2023-09-07 15:00 (UTC) |
Dependencies (4)
- dkms (dkms-gitAUR)
- 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
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
squarezin commented on 2018-08-17 02:12 (UTC) (edited on 2018-08-17 02:12 (UTC) by squarezin)
Fixed this package on kernek 4.16 using Matthew Goff patch. Uploaded a copy of patched on my drive: https://drive.google.com/file/d/1GuKL3su5OtQOPKlZebZc41t1tsL4lsh7/view?usp=sharing
goggelz commented on 2018-05-30 14:20 (UTC) (edited on 2018-05-30 15:34 (UTC) by goggelz)
The DKMS module fails to compile with kernel 4.16.12-1, with the following message:
==> dkms install e1000e/3.4.1.1 -k 4.16.12-1-ARCH
Error! Bad return status for module build on kernel: 4.16.12-1-ARCH (x86_64) Consult /var/lib/dkms/e1000e/3.4.1.1/build/make.log for more information.
The log file reads like this:
DKMS make.log for e1000e-3.4.1.1 for kernel 4.16.12-1-ARCH (x86_64)
Wed May 30 15:48:39 CEST 2018
make -C /lib/modules/4.16.12-1-ARCH/build CC=gcc SUBDIRS=/var/lib/dkms/e1000e/3.4.1.1/build modules
make[1]: Entering directory '/usr/lib/modules/4.16.12-1-ARCH/build'
/var/lib/dkms/e1000e/3.4.1.1/build/netdev.c: In function ‘e1000_probe’:
/var/lib/dkms/e1000e/3.4.1.1/build/netdev.c:8351:2: error: implicit declaration of function ‘init_timer’; did you mean ‘init_timers’? [-Werror=implicit-function-declaration]
/var/lib/dkms/e1000e/3.4.1.1/build/netdev.c:8352:35: error: assignment to ‘void ()(struct timer_list )’ from incompatible pointer type ‘void (*)(long unsigned int)’ [-Werror=incompatible-pointer-types]
/var/lib/dkms/e1000e/3.4.1.1/build/netdev.c:8353:25: error: ‘struct timer_list’ has no member named ‘data’
/var/lib/dkms/e1000e/3.4.1.1/build/netdev.c:8356:35: error: assignment to ‘void ()(struct timer_list )’ from incompatible pointer type ‘void (*)(long unsigned int)’ [-Werror=incompatible-pointer-types]
/var/lib/dkms/e1000e/3.4.1.1/build/netdev.c:8357:25: error: ‘struct timer_list’ has no member named ‘data’
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:325: /var/lib/dkms/e1000e/3.4.1.1/build/netdev.o] Error 1
make[1]: *** [Makefile:1562: module/var/lib/dkms/e1000e/3.4.1.1/build] Error 2
make[1]: Leaving directory '/usr/lib/modules/4.16.12-1-ARCH/build'
make: *** [Makefile:256: default] Error 2
sergej commented on 2017-08-21 17:10 (UTC)
pogojotz commented on 2017-08-20 16:20 (UTC)
<deleted-account> commented on 2017-04-14 03:06 (UTC)
shoober420 commented on 2017-03-06 00:16 (UTC)
Eremiell commented on 2016-08-12 08:26 (UTC)
hrast commented on 2016-02-04 04:12 (UTC) (edited on 2016-02-04 04:12 (UTC) by hrast)
rains commented on 2015-12-19 04:51 (UTC)
« First ‹ Previous 1 2 3 4 5