Search Criteria
Package Details: igb 5.18.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/igb.git (read-only, click to copy) |
---|---|
Package Base: | igb |
Description: | Driver for Intel ethernet network connection |
Upstream URL: | https://github.com/intel/ethernet-linux-igb |
Licenses: | GPL-2.0-or-later |
Submitter: | Chocobo1 |
Maintainer: | Chocobo1 |
Last Packager: | Chocobo1 |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-04-16 14:19 (UTC) |
Last Updated: | 2025-01-04 06:47 (UTC) |
Dependencies (3)
- linux
- linux-headers (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Latest Comments
ZeroDot1 commented on 2024-09-29 20:16 (UTC)
[intel igb] Bad return status for module build on kernel: 6.11.0-5-cachyos https://github.com/CachyOS/linux-cachyos/issues/303#issuecomment-2381579810
scrump commented on 2022-04-21 13:27 (UTC)
Hi, thanks that you make this AUR package, but Am I the only one who has problems installing this package?
istobic commented on 2022-03-16 18:06 (UTC)
Hi, thanks for maintaining the package. Unfortunately for me, it does not compile:
Plexcon commented on 2020-11-07 15:30 (UTC)
.cache/yay/igb/src/igb-5.4.6/src/igb_main.c:7526:3: error: declaración implícita de la función ‘read_barrier_depends’ [-Werror=implicit-function-declaration] 7526 | read_barrier_depends();
j1simon commented on 2020-10-16 07:32 (UTC)
This package only compiles the driver for Linux (Arch standard). Not for Linux-zen or others.
sexxst commented on 2020-07-08 13:14 (UTC)
I guess because /usr/src/linux/version belongs to linux-headers package. So you can build igb against updated kernel and headers BEFORE rebooting to new kernel.
freddfx commented on 2020-05-28 07:41 (UTC)
out of curiosity, why not use: _kernver="$(/usr/bin/uname -r)"
instead of: _kernver="$(< /usr/src/linux/version)"