Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834576 - net-misc/r8125: need new vendor driver for Realtek 2.5G NICs
Summary: net-misc/r8125: need new vendor driver for Realtek 2.5G NICs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Karlson2k
URL: https://www.realtek.com/en/component/...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-03-04 13:07 UTC by Karlson2k
Modified: 2022-03-08 13:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karlson2k 2022-03-04 13:07:34 UTC
Realtek has vendor driver for RTL8125 chips.
Vendor driver is more advanced than kernel in-tree driver and probably more stable.

Gentoo already has ebuild for older NICs: net-misc/r8168

Arch GNU/Linux has package for this r8125 dirver: https://aur.archlinux.org/packages/r8125-dkms.

Please, add the new ebuild for r8125. RSS features are very useful for higher network speeds.

Reproducible: Always
Comment 1 Karlson2k 2022-03-04 13:08:41 UTC
Older Gentoo bug for the same driver: https://bugs.gentoo.org/736400
Closed as WONTFIX.
Comment 2 Karlson2k 2022-03-04 18:05:16 UTC
I'm ready to be a proxied maintainer for this ebuild.
Comment 3 Larry the Git Cow gentoo-dev 2022-03-08 13:18:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc56fae05662314257f70a7a768ab82737ca31a

commit 1cc56fae05662314257f70a7a768ab82737ca31a
Author:     Karlson2k (Evgeny Grin) <k2k@narod.ru>
AuthorDate: 2022-02-18 13:13:14 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-08 13:17:58 +0000

    net-misc/r8125: new package for Realtek r8125 driver
    
    This package is vendor drivers for Realtek RTL8125 network cards.
    While Linux kernel has support for these card, vendor driver provides
    more features, which are not available in in-tree driver.
    
    Closes: https://bugs.gentoo.org/736400
    Closes: https://bugs.gentoo.org/834576
    
    Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
    Closes: https://github.com/gentoo/gentoo/pull/24250
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/r8125/Manifest              |  1 +
 net-misc/r8125/metadata.xml          | 20 +++++++++++++++++++
 net-misc/r8125/r8125-9.007.01.ebuild | 38 ++++++++++++++++++++++++++++++++++++
 3 files changed, 59 insertions(+)