Search Criteria
Package Details: e1000e-dkms 3.8.7-2
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: | miss_barfin |
Votes: | 14 |
Popularity: | 0.29 |
First Submitted: | 2015-10-24 11:55 (UTC) |
Last Updated: | 2021-08-13 14:33 (UTC) |
Dependencies (4)
- dkms
- linux-ck-headers (optional) – build the module against Linux-ck kernel [requires at least one set of kernel headers]
- linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-bootsplash-headers, linux-sumavision-q5-headers, linux-t2-wifi-headers, linux-kernel-ohio-headers, linux-rk3328-headers, linux-phicomm-n1-headers, linux-tqc-a01-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
1llum1n4t3d commented on 2022-03-10 18:52 (UTC) (edited on 2022-03-11 06:56 (UTC) by 1llum1n4t3d)
Any progress? How its going? Keep us up2date! Hope we get a new working driver release soon!? Thanks bro!
RyanHakurei commented on 2022-02-07 12:52 (UTC)
I am going to adopt this and attempt to give it a shot, no promises though.
1llum1n4t3d commented on 2022-02-02 16:59 (UTC)
Please update package! We beg you!
1llum1n4t3d commented on 2022-02-02 16:58 (UTC)
Hello is somebody there???
1llum1n4t3d commented on 2022-02-02 16:57 (UTC)
Someone please fix this! We beg you please! It will be much appreciated.
jjba commented on 2022-01-21 08:14 (UTC)
It would be great to have this fixed, for now I have no Ethernet in 5.16 kernel.. it indeed does not compile correctly due to warnings being treated as errors.. I have attempted a manual build from intel sources and to install this package, and it is the same issue.. How could we fix this?
1llum1n4t3d commented on 2022-01-19 02:12 (UTC)
Can someone please help me to fix the package so I can update my driver to install new kernel? Thank you so much.
1llum1n4t3d commented on 2022-01-19 02:10 (UTC)
DKMS make.log for e1000e-3.8.7 for kernel 5.16.1-arch1-1 (x86_64) wo 19 jan 2022 1:14:23 CET make: Map '/usr/lib/modules/5.16.1-arch1-1/build' wordt binnengegaan CC [M] /var/lib/dkms/e1000e/3.8.7/build/netdev.o CC [M] /var/lib/dkms/e1000e/3.8.7/build/ethtool.o CC [M] /var/lib/dkms/e1000e/3.8.7/build/ich8lan.o CC [M] /var/lib/dkms/e1000e/3.8.7/build/mac.o CC [M] /var/lib/dkms/e1000e/3.8.7/build/nvm.o CC [M] /var/lib/dkms/e1000e/3.8.7/build/phy.o /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2838:35: fout: initialization of ‘int ()(struct net_device , struct ethtool_coalesce , struct kernel_ethtool_coalesce , struct netlink_ext_ack )’ from incompatible pointer type ‘int ()(struct net_device , struct ethtool_coalesce )’ [-Werror=incompatible-pointer-types] 2838 | .get_coalesce = e1000_get_coalesce, | ^~~~~~~~~~~~~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2838:35: note: (near initialization for ‘e1000_ethtool_ops.get_coalesce’) /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2839:35: fout: initialization of ‘int ()(struct net_device , struct ethtool_coalesce , struct kernel_ethtool_coalesce , struct netlink_ext_ack )’ from incompatible pointer type ‘int ()(struct net_device , struct ethtool_coalesce )’ [-Werror=incompatible-pointer-types] 2839 | .set_coalesce = e1000_set_coalesce, | ^~~~~~~~~~~~~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2839:35: note: (near initialization for ‘e1000_ethtool_ops.set_coalesce’) /var/lib/dkms/e1000e/3.8.7/build/ethtool.c: In functie ‘e1000_get_rxnfc’: /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2580:28: let op: this statement may fall through [-Wimplicit-fallthrough=] 2580 | if (mrqc & E1000_MRQC_RSS_FIELD_IPV4_TCP) | ^ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2583:17: note: here 2583 | case UDP_V4_FLOW: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2591:28: let op: this statement may fall through [-Wimplicit-fallthrough=] 2591 | if (mrqc & E1000_MRQC_RSS_FIELD_IPV6_TCP) | ^ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2594:17: note: here 2594 | case UDP_V6_FLOW: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c: In functie ‘e1000_init_phy_workarounds_pchlan’: /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:320:17: let op: this statement may fall through [-Wimplicit-fallthrough=] 320 | msleep(50); | ^~~~~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:323:9: note: here 323 | case e1000_pch2lan: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:324:20: let op: this statement may fall through [-Wimplicit-fallthrough=] 324 | if (e1000_phy_is_accessible_pchlan(hw)) | ^ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:328:9: note: here 328 | case e1000_pchlan: | ^~~~ In file included from /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:15: /var/lib/dkms/e1000e/3.8.7/build/ethtool.c: In functie ‘e1000_loopback_cleanup’: /var/lib/dkms/e1000e/3.8.7/build/e1000.h:672:25: let op: this statement may fall through [-Wimplicit-fallthrough=] 672 | #define ew32(reg, val) ew32(hw, E1000_##reg, (val)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:1931:17: note: in expansion of macro ‘ew32’ 1931 | ew32(TARC(0), tarc0); | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:1933:9: note: here 1933 | case e1000_80003es2lan: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:1934:20: let op: this statement may fall through [-Wimplicit-fallthrough=] 1934 | if (hw->phy.media_type == e1000_media_type_fiber || | ^ In file included from ./include/linux/printk.h:559, from ./include/linux/kernel.h:20, from ./arch/x86/include/asm/percpu.h:27, from ./arch/x86/include/asm/current.h:6, from ./arch/x86/include/asm/processor.h:17, from ./arch/x86/include/asm/timex.h:5, from ./include/linux/timex.h:65, from ./include/linux/time32.h:13, from ./include/linux/time.h:60, from ./include/linux/ktime.h:24, from ./include/linux/timer.h:6, from ./include/linux/netdevice.h:24, from /var/lib/dkms/e1000e/3.8.7/build/e1000.h:11, from /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:41: /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c: In functie ‘e1000_valid_nvm_bank_detect_ich8lan’: /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:1941:9: note: here 1941 | case e1000_82571: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:1943:20: let op: this statement may fall through [-Wimplicit-fallthrough=] 1943 | if (hw->phy.media_type == e1000_media_type_fiber || | ^ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:1951:9: note: here 1951 | default: | ^~~~~~~ ./include/linux/dynamic_debug.h:131:52: let op: this statement may fall through [-Wimplicit-fallthrough=] 131 | #define __dynamic_func_call(id, fmt, func, ...) do { \ | ^ ./include/linux/dynamic_debug.h:152:9: note: in expansion of macro ‘__dynamic_func_call’ 152 | __dynamic_func_call(__UNIQUE_ID(ddebug), fmt, func, ##__VA_ARGS) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/dynamic_debug.h:170:9: note: in expansion of macro ‘_dynamic_func_call’ 170 | _dynamic_func_call(fmt, __dynamic_netdev_dbg, \ | ^~~~~~~~~~~~~~~~~~ ./include/linux/netdevice.h:5331:9: note: in expansion of macro ‘dynamic_netdev_dbg’ 5331 | dynamic_netdev_dbg(__dev, format, ##args); \ | ^~~~~~~~~~~~~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/e1000.h:36:9: note: in expansion of macro ‘netdev_dbg’ 36 | netdev_dbg(hw->adapter->netdev, format, ## arg) | ^~~~~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:3224:17: note: in expansion of macro ‘e_dbg’ 3224 | e_dbg("Unable to determine valid NVM bank via EEC - reading flash signature\n"); | ^~~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:3226:9: note: here 3226 | default: | ^~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c: In functie ‘e1000_sw_lcd_config_ich8lan’: /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:2128:20: let op: this statement may fall through [-Wimplicit-fallthrough=] 2128 | if ((hw->adapter->pdev->device == E1000_DEV_ID_ICH8_IGP_AMT) || | ^ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:2134:9: note: here 2134 | case e1000_pchlan: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c: In functie ‘e1000_check_for_copper_link_ich8lan’: /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:1596:20: let op: this statement may fall through [-Wimplicit-fallthrough=] 1596 | if (ret_val) | ^ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:1599:9: note: here 1599 | case e1000_pchlan: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c: In functie ‘e1000_init_mac_params_ich8lan’: /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:688:34: let op: this statement may fall through [-Wimplicit-fallthrough=] 688 | mac->ops.rar_set = e1000_rar_set_pch2lan; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:690:9: note: here 690 | case e1000_pch_lpt: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c: In functie ‘e1000_init_phy_params_pchlan’: /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:441:28: let op: this statement may fall through [-Wimplicit-fallthrough=] 441 | if ((phy->id != 0) && (phy->id != PHY_REVISION_MASK)) | ^ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:444:17: note: here 444 | case e1000_pch2lan: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/netdev.c: In functie ‘e1000e_set_interrupt_capability’: /var/lib/dkms/e1000e/3.8.7/build/netdev.c:2315:35: let op: this statement may fall through [-Wimplicit-fallthrough=] 2315 | adapter->int_mode = E1000E_INT_MODE_MSI; /var/lib/dkms/e1000e/3.8.7/build/netdev.c:2317:9: note: here 2317 | case E1000E_INT_MODE_MSI: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/netdev.c: In functie ‘e1000e_reset’: /var/lib/dkms/e1000e/3.8.7/build/netdev.c:4543:20: let op: this statement may fall through [-Wimplicit-fallthrough=] 4543 | if (adapter->netdev->mtu > ETH_DATA_LEN) { | ^ /var/lib/dkms/e1000e/3.8.7/build/netdev.c:4551:9: note: here 4551 | default: | ^~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/netdev.c: In functie ‘e1000_setup_rctl’: /var/lib/dkms/e1000e/3.8.7/build/netdev.c:3566:32: let op: this statement may fall through [-Wimplicit-fallthrough=] 3566 | psrctl |= PAGE_SIZE << E1000_PSRCTL_BSIZE3_SHIFT; /var/lib/dkms/e1000e/3.8.7/build/netdev.c:3568:17: note: here 3568 | case 2: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/netdev.c:3569:32: let op: this statement may fall through [-Wimplicit-fallthrough=] 3569 | psrctl |= PAGE_SIZE << E1000_PSRCTL_BSIZE2_SHIFT; /var/lib/dkms/e1000e/3.8.7/build/netdev.c:3571:17: note: here 3571 | case 1: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/netdev.c: In functie ‘__e1000e_disable_aspm’: /var/lib/dkms/e1000e/3.8.7/build/netdev.c:7576:31: let op: this statement may fall through [-Wimplicit-fallthrough=] 7576 | aspm_dis_mask |= PCI_EXP_LNKCTL_ASPM_L0S; /var/lib/dkms/e1000e/3.8.7/build/netdev.c:7578:9: note: here 7578 | case PCIE_LINK_STATE_L1: | ^~~~ CC [M] /var/lib/dkms/e1000e/3.8.7/build/manage.o CC [M] /var/lib/dkms/e1000e/3.8.7/build/80003es2lan.o cc1: sommige waarschuwingen worden als fouten behandeld make[1]: [scripts/Makefile.build:287: /var/lib/dkms/e1000e/3.8.7/build/ethtool.o] Fout 1 make[1]: Wachten op onvoltooide taken... make: *** [Makefile:1846: /var/lib/dkms/e1000e/3.8.7/build] Fout 2 make: Map '/usr/lib/modules/5.16.1-arch1-1/build' wordt verlaten
1llum1n4t3d commented on 2022-01-15 19:47 (UTC)
Do I need to remove the old driver first to install the new one? What I AM doing wrong?
1llum1n4t3d commented on 2022-01-15 01:21 (UTC) (edited on 2022-01-15 01:25 (UTC) by 1llum1n4t3d)
Hello I get this error when installing latest version 3.8.7-2. I try to upgrade from previous version. Does anyone know the solution how to fix? Thank you.
(1/1) Remove upgraded DKMS modules ==> dkms remove e1000e/3.8.7 :: Pakketveranderingen verwerken... Error! The module/version combo: e1000e-3.8.7 is not located in the DKMS tree. fout:fout tijdens uitvoeren van commando (1/1) herinstalleren e1000e-dkms [######################] 100% Creating symlink /var/lib/dkms/e1000e/3.8.7/source -> /usr/src/e1000e-3.8.7
Building module: cleaning build area... make -j6 KERNELRELEASE=5.15.14-hardened1-1-hardened -C /usr/lib/modules/5.15.14-hardened1-1-hardened/build M=/var/lib/dkms/e1000e/3.8.7/build....(bad exit status: 2) Error! Bad return status for module build on kernel: 5.15.14-hardened1-1-hardened (x86_64) Consult /var/lib/dkms/e1000e/3.8.7/build/make.log for more information. fout:fout tijdens uitvoeren van commando :: Post-transactie-hooks uitvoeren... (1/3) Arming ConditionNeedsUpdate... (2/3) Install DKMS modules ==> dkms install --no-depmod e1000e/3.8.7 -k 5.16.0-arch1-1 Error! Bad return status for module build on kernel: 5.16.0-arch1-1 (x86_64) Consult /var/lib/dkms/e1000e/3.8.7/build/make.log for more information. ==> WARNING:
dkms install --no-depmod e1000e/3.8.7 -k 5.16.0-arch1-1' exited 10 ==> dkms install --no-depmod e1000e/3.8.7 -k 5.15.14-hardened1-1-hardened Error! Bad return status for module build on kernel: 5.15.14-hardened1-1-hardened (x86_64) Consult /var/lib/dkms/e1000e/3.8.7/build/make.log for more information. ==> WARNING:
dkms install --no-depmod e1000e/3.8.7 -k 5.15.14-hardened1-1-hardened' exited 10 (3/3) Refreshing PackageKit...Here is the make.log
DKMS make.log for e1000e-3.8.7 for kernel 5.15.14-hardened1-1-hardened (x86_64) do 13 jan 2022 18:44:35 CET make: Map '/usr/lib/modules/5.15.14-hardened1-1-hardened/build' wordt binnengegaan CC [M] /var/lib/dkms/e1000e/3.8.7/build/netdev.o CC [M] /var/lib/dkms/e1000e/3.8.7/build/ethtool.o CC [M] /var/lib/dkms/e1000e/3.8.7/build/ich8lan.o CC [M] /var/lib/dkms/e1000e/3.8.7/build/mac.o CC [M] /var/lib/dkms/e1000e/3.8.7/build/nvm.o CC [M] /var/lib/dkms/e1000e/3.8.7/build/phy.o /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2838:35: fout: initialization of ‘int (*)(struct net_device *, struct ethtool_coalesce *, struct kernel_ethtool_coalesce *, struct netlink_ext_ack *)’ from incompatible pointer type ‘int (*)(struct net_device *, struct ethtool_coalesce *)’ [-Werror=incompatible-pointer-types] 2838 | .get_coalesce = e1000_get_coalesce, | ^~~~~~~~~~~~~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2838:35: note: (near initialization for ‘e1000_ethtool_ops.get_coalesce’) /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2839:35: fout: initialization of ‘int (*)(struct net_device *, struct ethtool_coalesce *, struct kernel_ethtool_coalesce *, struct netlink_ext_ack *)’ from incompatible pointer type ‘int (*)(struct net_device *, struct ethtool_coalesce *)’ [-Werror=incompatible-pointer-types] 2839 | .set_coalesce = e1000_set_coalesce, | ^~~~~~~~~~~~~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2839:35: note: (near initialization for ‘e1000_ethtool_ops.set_coalesce’) /var/lib/dkms/e1000e/3.8.7/build/ethtool.c: In functie ‘e1000_get_rxnfc’: /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2580:28: let op: this statement may fall through [-Wimplicit-fallthrough=] 2580 | if (mrqc & E1000_MRQC_RSS_FIELD_IPV4_TCP) | ^ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2583:17: note: here 2583 | case UDP_V4_FLOW: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2591:28: let op: this statement may fall through [-Wimplicit-fallthrough=] 2591 | if (mrqc & E1000_MRQC_RSS_FIELD_IPV6_TCP) | ^ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:2594:17: note: here 2594 | case UDP_V6_FLOW: | ^~~~ In file included from /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:15: /var/lib/dkms/e1000e/3.8.7/build/ethtool.c: In functie ‘e1000_loopback_cleanup’: /var/lib/dkms/e1000e/3.8.7/build/e1000.h:672:25: let op: this statement may fall through [-Wimplicit-fallthrough=] 672 | #define ew32(reg, val) __ew32(hw, E1000_##reg, (val)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:1931:17: note: in expansion of macro ‘ew32’ 1931 | ew32(TARC(0), tarc0); | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:1933:9: note: here 1933 | case e1000_80003es2lan: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:1934:20: let op: this statement may fall through [-Wimplicit-fallthrough=] 1934 | if (hw->phy.media_type == e1000_media_type_fiber || | ^ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:1941:9: note: here 1941 | case e1000_82571: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:1943:20: let op: this statement may fall through [-Wimplicit-fallthrough=] 1943 | if (hw->phy.media_type == e1000_media_type_fiber || | ^ /var/lib/dkms/e1000e/3.8.7/build/ethtool.c:1951:9: note: here 1951 | default: | ^~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c: In functie ‘e1000_init_phy_workarounds_pchlan’: /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:320:17: let op: this statement may fall through [-Wimplicit-fallthrough=] 320 | msleep(50); | ^~~~~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:323:9: note: here 323 | case e1000_pch2lan: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:324:20: let op: this statement may fall through [-Wimplicit-fallthrough=] 324 | if (e1000_phy_is_accessible_pchlan(hw)) | ^ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:328:9: note: here 328 | case e1000_pchlan: | ^~~~ In file included from ./include/linux/printk.h:559, from ./include/linux/kernel.h:19, from ./include/linux/list.h:9, from ./include/linux/timer.h:5, from ./include/linux/netdevice.h:24, from /var/lib/dkms/e1000e/3.8.7/build/e1000.h:11, from /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:41: /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c: In functie ‘e1000_valid_nvm_bank_detect_ich8lan’: ./include/linux/dynamic_debug.h:131:52: let op: this statement may fall through [-Wimplicit-fallthrough=] 131 | #define __dynamic_func_call(id, fmt, func, ...) do { \ | ^ ./include/linux/dynamic_debug.h:152:9: note: in expansion of macro ‘__dynamic_func_call’ 152 | __dynamic_func_call(__UNIQUE_ID(ddebug), fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/dynamic_debug.h:170:9: note: in expansion of macro ‘_dynamic_func_call’ 170 | _dynamic_func_call(fmt, __dynamic_netdev_dbg, \ | ^~~~~~~~~~~~~~~~~~ ./include/linux/netdevice.h:5332:9: note: in expansion of macro ‘dynamic_netdev_dbg’ 5332 | dynamic_netdev_dbg(__dev, format, ##args); \ | ^~~~~~~~~~~~~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/e1000.h:36:9: note: in expansion of macro ‘netdev_dbg’ 36 | netdev_dbg(hw->adapter->netdev, format, ## arg) | ^~~~~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:3224:17: note: in expansion of macro ‘e_dbg’ 3224 | e_dbg("Unable to determine valid NVM bank via EEC - reading flash signature\n"); | ^~~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:3226:9: note: here 3226 | default: | ^~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c: In functie ‘e1000_sw_lcd_config_ich8lan’: /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:2128:20: let op: this statement may fall through [-Wimplicit-fallthrough=] 2128 | if ((hw->adapter->pdev->device == E1000_DEV_ID_ICH8_IGP_AMT) || | ^ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:2134:9: note: here 2134 | case e1000_pchlan: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c: In functie ‘e1000_check_for_copper_link_ich8lan’: /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:1596:20: let op: this statement may fall through [-Wimplicit-fallthrough=] 1596 | if (ret_val) | ^ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:1599:9: note: here 1599 | case e1000_pchlan: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c: In functie ‘e1000_init_mac_params_ich8lan’: /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:688:34: let op: this statement may fall through [-Wimplicit-fallthrough=] 688 | mac->ops.rar_set = e1000_rar_set_pch2lan; | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:690:9: note: here 690 | case e1000_pch_lpt: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c: In functie ‘e1000_init_phy_params_pchlan’: /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:441:28: let op: this statement may fall through [-Wimplicit-fallthrough=] 441 | if ((phy->id != 0) && (phy->id != PHY_REVISION_MASK)) | ^ /var/lib/dkms/e1000e/3.8.7/build/ich8lan.c:444:17: note: here 444 | case e1000_pch2lan: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/netdev.c: In functie ‘e1000e_set_interrupt_capability’: /var/lib/dkms/e1000e/3.8.7/build/netdev.c:2315:35: let op: this statement may fall through [-Wimplicit-fallthrough=] 2315 | adapter->int_mode = E1000E_INT_MODE_MSI; /var/lib/dkms/e1000e/3.8.7/build/netdev.c:2317:9: note: here 2317 | case E1000E_INT_MODE_MSI: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/netdev.c: In functie ‘e1000e_reset’: /var/lib/dkms/e1000e/3.8.7/build/netdev.c:4543:20: let op: this statement may fall through [-Wimplicit-fallthrough=] 4543 | if (adapter->netdev->mtu > ETH_DATA_LEN) { | ^ /var/lib/dkms/e1000e/3.8.7/build/netdev.c:4551:9: note: here 4551 | default: | ^~~~~~~ /var/lib/dkms/e1000e/3.8.7/build/netdev.c: In functie ‘e1000_setup_rctl’: /var/lib/dkms/e1000e/3.8.7/build/netdev.c:3566:32: let op: this statement may fall through [-Wimplicit-fallthrough=] 3566 | psrctl |= PAGE_SIZE << E1000_PSRCTL_BSIZE3_SHIFT; /var/lib/dkms/e1000e/3.8.7/build/netdev.c:3568:17: note: here 3568 | case 2: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/netdev.c:3569:32: let op: this statement may fall through [-Wimplicit-fallthrough=] 3569 | psrctl |= PAGE_SIZE << E1000_PSRCTL_BSIZE2_SHIFT; /var/lib/dkms/e1000e/3.8.7/build/netdev.c:3571:17: note: here 3571 | case 1: | ^~~~ /var/lib/dkms/e1000e/3.8.7/build/netdev.c: In functie ‘__e1000e_disable_aspm’: /var/lib/dkms/e1000e/3.8.7/build/netdev.c:7576:31: let op: this statement may fall through [-Wimplicit-fallthrough=] 7576 | aspm_dis_mask |= PCI_EXP_LNKCTL_ASPM_L0S; /var/lib/dkms/e1000e/3.8.7/build/netdev.c:7578:9: note: here 7578 | case PCIE_LINK_STATE_L1: | ^~~~ CC [M] /var/lib/dkms/e1000e/3.8.7/build/manage.o CC [M] /var/lib/dkms/e1000e/3.8.7/build/80003es2lan.o cc1: sommige waarschuwingen worden als fouten behandeld make[1]: *** [scripts/Makefile.build:277: /var/lib/dkms/e1000e/3.8.7/build/ethtool.o] Fout 1 make[1]: *** Wachten op onvoltooide taken... make: *** [Makefile:1868: /var/lib/dkms/e1000e/3.8.7/build] Fout 2 make: Map '/usr/lib/modules/5.15.14-hardened1-1-hardened/build' wordt verlaten
RogueScholar commented on 2021-07-31 00:28 (UTC)
This package is broken as of the sunsetting of e1000e as an out-of-tree module just a few days ago. v3.8.7 can still be built, but the source URL would need to be updated to https://downloads.sourceforge.net/project/e1000/e1000e%20historic%20archive/3.8.7/e1000e-3.8.7.tar.gz.
jsmpereira commented on 2020-11-13 10:53 (UTC) (edited on 2020-11-13 16:24 (UTC) by jsmpereira)
I was able to build and install for kernel-5.8.16-2-MANJARO-x86_64 based on @flops comment and some additional digging, but still unusable. Please note the changes were made "in the blind" - I really don't have any idea of what I'm doing :/.
Output from dmesg:
Changes to
netdev.c
andkcompat.h
.netdev.c
kcompat.h
Plexcon commented on 2020-11-08 09:50 (UTC)
cc1: some warnings are treated as errors
make[1]: [scripts/Makefile.build:283: /var/lib/dkms/e1000e/3.8.4/build/netdev.o] Error 1 make: [Makefile:1784: /var/lib/dkms/e1000e/3.8.4/build] Error 2 make: se sale del directorio '/usr/lib/modules/5.9.6-arch1-1/build'
flops commented on 2020-07-16 16:05 (UTC) (edited on 2020-07-16 22:08 (UTC) by flops)
Breaking changes were made in kernel/linux/power/qos.c https://github.com/torvalds/linux/commit/67b06ba01857ed077e1a66bfa139156e7c68bab2#diff-bac34978346027e18b6f022ea28281fdL324
I've made a patch considering that there were only minor changes in naming and some argument calls. Not sure that it will even work in total, but if you brave enough you can try. As i've tried it's trying to work, but i couldn't suspend my system. So there are much more things to change. As i can say this driver currently doesn't work in kernel >= 5.7.
src/netdev.c
skerit commented on 2020-06-16 09:20 (UTC)
I'm able to install the module for kernel 5.6, but it fails on 5.7:
RedSky commented on 2020-05-01 12:19 (UTC)
Install "common.mk" to src directory. It's a necessary file to build module.
Remove "MAKE[0]" line in /usr/src/e1000e-xxx/dkms.conf or dkms.conf.in before package install, dkms will generate make command line properly and install the module.
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..
miss_barfin 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
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)
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)