From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40AA71382C5 for ; Sun, 3 Jan 2021 20:14:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BF8CE088A; Sun, 3 Jan 2021 20:14:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63A2BE088A for ; Sun, 3 Jan 2021 20:14:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6494F340F65 for ; Sun, 3 Jan 2021 20:13:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C645249 for ; Sun, 3 Jan 2021 20:13:57 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1609704835.1f779cd4a3e7767a89ee7c19b7cf030ce53beb79.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/realtek-r8152/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/realtek-r8152/Manifest net-misc/realtek-r8152/metadata.xml net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild X-VCS-Directories: net-misc/realtek-r8152/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 1f779cd4a3e7767a89ee7c19b7cf030ce53beb79 X-VCS-Branch: master Date: Sun, 3 Jan 2021 20:13:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cf5d278c-f2b4-4f2b-9bf4-c278ae193000 X-Archives-Hash: 05c67feac8c015d6dd36f015fa845e1a commit: 1f779cd4a3e7767a89ee7c19b7cf030ce53beb79 Author: Piotr Karbowski gentoo org> AuthorDate: Sun Jan 3 20:12:11 2021 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Sun Jan 3 20:13:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f779cd4 net-misc/realtek-r8152: new package. Signed-off-by: Piotr Karbowski gentoo.org> net-misc/realtek-r8152/Manifest | 1 + net-misc/realtek-r8152/metadata.xml | 8 +++ net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild | 58 ++++++++++++++++++++++ 3 files changed, 67 insertions(+) diff --git a/net-misc/realtek-r8152/Manifest b/net-misc/realtek-r8152/Manifest new file mode 100644 index 00000000000..b29e20ede11 --- /dev/null +++ b/net-misc/realtek-r8152/Manifest @@ -0,0 +1 @@ +DIST realtek-r8152-2.14.0.tar.gz 88356 BLAKE2B c530080cab5e6f7433aa6452e3c5f1f19f14c2ac473751958d85efa5553d2b2889d80cc47c2ad4064ad5673008df97dce197254f445c5fc7ae3905c7833e1641 SHA512 2908e9963b6bec9d638514e6a54ab8bca0b56c4866245f476889e4c8462c36f2bece86abac2e5ece9aee1776f00f7d4a67fd5561d830a67e02e386d79aba07dd diff --git a/net-misc/realtek-r8152/metadata.xml b/net-misc/realtek-r8152/metadata.xml new file mode 100644 index 00000000000..6c5d3e79d48 --- /dev/null +++ b/net-misc/realtek-r8152/metadata.xml @@ -0,0 +1,8 @@ + + + + + slashbeast@gentoo.org + Piotr Karbowski + + diff --git a/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild b/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild new file mode 100644 index 00000000000..5102a32a5e5 --- /dev/null +++ b/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild @@ -0,0 +1,58 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit linux-mod linux-info udev + +SRC_URI="https://github.com/slashbeast/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Out-of-tree driver for Realtek's 2.5 GbE USB NICs." +HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-software" + +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND=" + virtual/linux-sources + sys-kernel/linux-headers +" +RDEPEND="" + +MODULE_NAMES="r8152(net/usb)" + +pkg_setup() { + linux_config_exists + + for module in USB_USBNET USB_NET_CDC_NCM USB_NET_CDCETHER; do + linux_chkconfig_module "${module}" || ewarn "CONFIG_${module} needs to be built as module (builtin doesn't work)" + done + + linux_chkconfig_present MII || ewarn "CONFIG_MII needs to be built as module or builtin into the kernel" + + linux_chkconfig_present USB_RTL8152 && ewarn "CONFIG_USB_RTL8152 must NOT be enabled in the kernel!" + + linux-mod_pkg_setup + + BUILD_TARGETS="modules" + BUILD_PARAMS="KERNELDIR=${KERNEL_DIR}" +} + +src_install() { + linux-mod_src_install + + udev_newrules 50-usb-realtek-net.rules 50-usb-realtek-net.rules +} + +pkg_postinst() { + udev_reload + + echo + elog "If the cdc_ncm was loaded before this r8152 driver, one might get a flood" + elog "of 'usbN: network connection: disconnected' in kernel log." + elog "In that case one needs to unload r8152, cdc_ether and cdc_ncm modules and" + elog "let udev load them in right order or manually load r8152." + echo +}