Search Criteria
Package Details: netatop-dkms 2.0-1
Git Clone URL: | https://aur.archlinux.org/netatop-dkms.git (read-only) |
---|---|
Package Base: | netatop-dkms |
Description: | Atop network kernel module, enables network statistics in atop |
Upstream URL: | http://www.atoptool.nl/ |
Keywords: | atop dkms kernel module netatop |
Licenses: | |
Groups: | |
Conflicts: | |
Submitter: | m1kc |
Maintainer: | m1kc |
Last Packager: | m1kc |
Votes: | 10 |
Popularity: | 0.000074 |
First Submitted: | 2015-06-02 10:10 |
Last Updated: | 2017-10-04 16:41 |
Dependencies (3)
- atop
- dkms
- linux-headers (linux-surface3-git-headers, linux-lts-ck-headers, linux-drm-tip-git-headers, linux-xanmod-git-headers, linux-galliumos-headers, linux-ryzen-amd-staging-drm-next-git-headers, linux-ryzen-git-headers, linux-git-headers, linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-pf-lts-headers, linux-lts316-headers, kernel-uek-devel, linux-bfq-mq-git-headers, linux-xanmod-headers, linux-libre-headers, linux-gc-headers, linux-lts414-headers, linux-lts49-headers, linux-bfq-mq-headers, linux-amd-raven-headers, linux-ck-headers) (make)
Latest Comments
stef204 commented on 2016-09-27 19:59
@m1kc thanks for this package.
@hrast i've just installed it and it built both dkms modules; the libalpm hooks take care of it automatically:
==> dkms install -m netatop -v 1.0 -k 4.4.22-1-lts
==> dkms install -m netatop -v 1.0 -k 4.7.4-1-ARCH
and it does work with both kernels.
not so for you?
m1kc commented on 2016-08-25 17:51
I'm sorry. I've never tried to build this module against an LTS kernel and currently have no plans to support this option. However, if you have an idea how to make it work, feel free to submit a PR: https://github.com/m1kc/netatop-dkms
hrast commented on 2016-08-21 23:34
Can you update this to build using the linux-lts-headers instead of just linux-headers?
EDIT - Reading around, you may not be able to.
m1kc commented on 2016-06-19 21:30
Package updated. Sorry for the delay.
cobalt commented on 2016-06-11 00:06
==> ERROR: groups should be an array
/tmp/yaourt-tmp/aur-netatop-dkms/src/netatop-0.7/module/netatop.c:1733:19: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
ziermmar commented on 2016-02-05 09:49
Package cannot be built unless PKGBUILD file is patched like this:
-groups=modules
+groups=('modules')