Search Criteria
Package Details: igb 5.5.2-1
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://sourceforge.net/projects/e1000/files/igb%20stable/ |
Licenses: | |
Submitter: | Chocobo1 |
Maintainer: | Chocobo1 |
Last Packager: | Chocobo1 |
Votes: | 3 |
Popularity: | 0.012136 |
First Submitted: | 2016-04-16 14:19 |
Last Updated: | 2021-02-02 10:17 |
Dependencies (3)
- linux>=2.6.30 (linux-surfacepro3-git, linux-aarch64-rock64-bin, linux-ec2, linux-galliumos, linux-zest-git, linux-lts49-kallsyms, linux-bootsplash, linux-odroid, linux-phicomm-n1)
- xz (xz-git, xz-static-git) (make)
- linux-headers>=2.6.30 (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-fbcondecor-headers, linux-ck-fbcondecor-headers, linux-odroid-headers, linux-phicomm-n1-headers) (make)
Latest Comments
Plexcon commented on 2020-11-07 15:30
.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
This package only compiles the driver for Linux (Arch standard). Not for Linux-zen or others.
sexxst commented on 2020-07-08 13:14
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
out of curiosity, why not use: _kernver="$(/usr/bin/uname -r)"
instead of: _kernver="$(< /usr/src/linux/version)"