Package Details: r8169aspm-dkms v4.15.3-2

Git Clone URL: https://aur.archlinux.org/r8169aspm-dkms.git (read-only, click to copy)
Package Base: r8169aspm-dkms
Description: Driver for Realtek Ethernet chips with aspm enabled for power saving
Upstream URL: https://github.com/KastB/r8169
Licenses: GPL
Submitter: berndkast
Maintainer: berndkast
Last Packager: berndkast
Votes: 3
Popularity: 0.000000
First Submitted: 2017-05-13 18:55 (UTC)
Last Updated: 2018-03-08 22:13 (UTC)

Dependencies (2)

Required by (0)

Sources (3)

Latest Comments

TwoLeaves commented on 2019-10-28 14:42 (UTC)

Looks like we will be able to toggle ASPM on or off for this driver via sysfs, pending a patch due in kernel 5.5 (https://patchwork.kernel.org/project/linux-pci/list/?series=183179).

SinClaus commented on 2019-07-19 04:59 (UTC)

/var/lib/dkms/r8169_aspm/v4.15.3/build/r8169_aspm.c:1552:2: error: implicit declaration of function ‘mmiowb’ [-Werror=implicit-function-declaration]

/var/lib/dkms/r8169_aspm/v4.15.3/build/r8169_aspm.c:7197:2: error: implicit declaration of function ‘synchronize_sched’; did you mean ‘synchronize_net’? [-Werror=implicit-function-declaration]

I try to install this driver...

flv commented on 2017-12-03 07:39 (UTC)

just tested r8168 from the official repos. I've forced aspm=1 via a modprobe.d config, and power managemnt works fine. I can get into PC8, and my up/down speeds are not affected like they are when I use this driver.

flv commented on 2017-12-01 17:05 (UTC)

Sadly, my down/uploading speeds were cut in half. I'm barely getting 40Mbps with this driver

flv commented on 2017-12-01 12:08 (UTC)

Great. Now my system can get into PC8 (it could only do PC3 in PowerTOP with the built in driver) Thanks a lot

berndkast commented on 2017-09-29 17:47 (UTC)

should be solved

wast3 commented on 2017-09-28 16:36 (UTC)

Doesn't build against 4.13 kernel. Fails with /var/lib/dkms/r8169_aspm/v1.1/build/r8169_aspm.c: In function ‘rtl8169_get_link_ksettings_xmii’: /var/lib/dkms/r8169_aspm/v1.1/build/r8169_aspm.c:2155:9: error: void value not ignored as it ought to be return mii_ethtool_get_link_ksettings(&tp->mii, cmd); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/dkms/r8169_aspm/v1.1/build/r8169_aspm.c:2156:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ make[1]: *** [scripts/Makefile.build:309: /var/lib/dkms/r8169_aspm/v1.1/build/r8169_aspm.o] Error 1 make: *** [Makefile:1512: _module_/var/lib/dkms/r8169_aspm/v1.1/build] Error 2