Projects
home:bitstreamout:Essentials
r8168
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 30
View file
r8168.changes
Changed
@@ -4,6 +4,9 @@ - Update to new version r8168-8.051.02 - Delete patch r8168-kernel_5.18.patch now upstream - Add patch r8168-support-linux-6.1.0.patch +- Add patch r8168-support-dev0x8136.patch to support + Realtek Semiconductor Co., + Ltd. RTL810xE PCI Express Fast Ethernet controller 10ec:8136 (rev 05) ------------------------------------------------------------------- Tue Dec 6 11:31:36 UTC 2022 - Werner Fink <werner.fink@opensuse.org>
View file
r8168.spec
Changed
@@ -31,6 +31,7 @@ Patch1: r8168-configuration.patch Patch2: r8168-support-linux-5.19.patch Patch3: r8168-support-linux-6.1.0.patch +Patch4: r8168-support-dev0x8136.patch BuildRequires: kernel-source BuildRequires: kernel-syms BuildRequires: libelf-devel @@ -62,6 +63,7 @@ %patch1 -b .p1 %patch2 -p1 -b .p2 %patch3 -p1 -b .p3 +%patch4 -p1 -b .p4 cp %{S:1} . cp %{S:2} .
View file
r8168-support-dev0x8136.patch
Added
@@ -0,0 +1,22 @@ +From b6e3225a3c9f3aa7b218f1c31a6666e3026092ca Mon Sep 17 00:00:00 2001 +From: M4rQu1Nh0S <blogmrcs@gmail.com> +Date: Thu, 12 May 2022 11:32:17 -0300 +Subject: PATCH Add files via upload + +Added Device ID 10ec:8136 (0x8136) +--- + src/r8168_n.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/r8168_n.c b/src/r8168_n.c +index 28d7636..cbf43d1 100755 +--- a/src/r8168_n.c ++++ b/src/r8168_n.c +@@ -397,6 +397,7 @@ static const struct { + + static struct pci_device_id rtl8168_pci_tbl = { + { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8168), }, ++ { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8136), }, + { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8161), }, + { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x2502), }, + { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x2600), },
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.