Package Details: igb 5.16.3-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: 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: 2024-04-27 19:22 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

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?

==> ERROR: A failure occurred in build().
    Aborting...
:: Unable to build igb - makepkg exited with code: 4

istobic commented on 2022-03-16 18:06 (UTC)

Hi, thanks for maintaining the package. Unfortunately for me, it does not compile:

home/istobic/.cache/yay/igb/src/igb-5.9.3/src/igb_main.c:6675:9: Fehler: Implizite Deklaration der Funktion »random_ether_addr« [-Werror=implicit-function-declaration]
 6675 |         random_ether_addr(mac_addr)

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)"