Search Criteria
Package Details: r8101-dkms 1.035.03-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/r8101-dkms.git (read-only, click to copy) |
---|---|
Package Base: | r8101-dkms |
Description: | RTL810xE Fast Ethernet Driver (DKMS) |
Upstream URL: | https://fichiers.touslesdrivers.com/64992/ |
Keywords: | ethernet r8101 realtek rtl8101 rtl8106 |
Licenses: | GPL2 |
Conflicts: | r8101 |
Provides: | r8101 |
Submitter: | jsh6789 |
Maintainer: | None |
Last Packager: | pedrogabriel |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-27 22:47 (UTC) |
Last Updated: | 2021-02-16 04:08 (UTC) |
Dependencies (3)
- dkms (dkms-gitAUR)
- pahole (pahole-gitAUR)
- ethtool (ethtool-gitAUR) (optional) – device configuration
Latest Comments
1 2 3 Next › Last »
cyber-wojtek commented on 2025-03-29 00:36 (UTC)
So here's how i got it to compile on kernel 6.13.8
source of some of the patches
basically all of the patches in the forum (last comment) + my one
combopatch_linux6.13.8.patch
here's my change to the patches in the forum
suzakuwcx commented on 2024-01-29 08:35 (UTC)
upgrade to linux6.7.2 and upgrade driver version to 1.038.02
I try the patch created by @jghodd below, it cannot patch successfully, and I don't understand the effect of function 'dma_free_coherent', so I just upgrade the source code and make it to build success base on refactor log in kernel repository
linux672.patch
PKGBUILD
jghodd commented on 2022-06-10 21:14 (UTC) (edited on 2022-06-10 22:37 (UTC) by jghodd)
r8101 is not building against the 5.18.x kernel in a 32-bit environment. to get it to install, i had to create an additional patch for 5.18.x (as well as continuing to use the linux517 patch file). i modeled my code changes on similar updates made to r8168-dkms. here's the linux518.patch file. if anyone can improve on it or add to it, please let everyone here know.
here's linux517.patch:
...and the PKGBUILD:
you can set pkgrel to whatever you want - i needed it to be 1.4.
Edit-1: fixed the alloc/free mismatches in linux518.patch
jghodd commented on 2022-04-18 20:50 (UTC) (edited on 2022-04-18 23:17 (UTC) by jghodd)
if you want to also upgrade the driver to v1.036.00, here's the PKGBUILD:
and the linux517.patch file:
Edit: just an FYI that I had to add the eth_hw_addr_set call to the patch (kinda important)
jghodd commented on 2022-04-18 20:19 (UTC) (edited on 2022-04-19 17:47 (UTC) by jghodd)
here's a patch for r8101-1.035.03 that follows the pattern used to patch r8168 (linux517.patch):
jghodd commented on 2022-04-16 17:48 (UTC)
the r8101 dkms module no longer builds under linux-5.17.
Ten0 commented on 2021-08-16 18:21 (UTC)
I'm trying to use this instead of r8169 because r8169 seems to not manage to connect at > 100Mbps.
My hardware is identified as "RTL810xE PCI Express Fast Ethernet controller", yet the driver seems to not pick it up: https://pastebin.com/eHfkLjWU
Has anyone encountered a similar issue?
pedrogabriel commented on 2021-01-21 22:32 (UTC)
I've updated the package.
jtriangle commented on 2020-05-04 22:37 (UTC)
Worked correctly with this modification to the build file:
Replace: ("${url}/${_pkgbase}-${pkgver}.tar.bz2" With this: ("https://fichiers.touslesdrivers.com/64215/r8101-1.035.02.tar.bz2"
They seem to keep the drivers up to date here: https://www.touslesdrivers.com/index.php?v_page=12&v_code=668#23 so worth checking for a new version if you're going to use this.
1 2 3 Next › Last »