* r8152 module out of date
@ 2022-11-03 11:00 Albert Zhou
2022-11-03 13:28 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Albert Zhou @ 2022-11-03 11:00 UTC (permalink / raw)
To: linux-usb
[-- Attachment #1.1.1: Type: text/plain, Size: 809 bytes --]
The linux kernel v6.1-rc3 still has the old v1 driver for devices RTL8152/RTL8153: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/usb/r8152.c?h=v6.1-rc3
This results in slow ethernet speeds (I had this problem and fixed this by updating the driver); see also:
https://bugzilla.kernel.org/show_bug.cgi?id=205923
https://bugzilla.kernel.org/show_bug.cgi?id=213685
https://bugzilla.kernel.org/show_bug.cgi?id=103191
I fixed this issue (albeit on v5.15.0-52 on an ubuntu kernel) by updating the driver to the latest v2: https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-software
The new driver is GPLv2. It would be great if this could be included in the linux kernel.
--
From Albert Zhou
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 653 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: r8152 module out of date
2022-11-03 11:00 r8152 module out of date Albert Zhou
@ 2022-11-03 13:28 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2022-11-03 13:28 UTC (permalink / raw)
To: Albert Zhou; +Cc: linux-usb
On Thu, Nov 03, 2022 at 10:00:04PM +1100, Albert Zhou wrote:
> The linux kernel v6.1-rc3 still has the old v1 driver for devices RTL8152/RTL8153: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/usb/r8152.c?h=v6.1-rc3
>
> This results in slow ethernet speeds (I had this problem and fixed this by updating the driver); see also:
>
> https://bugzilla.kernel.org/show_bug.cgi?id=205923
> https://bugzilla.kernel.org/show_bug.cgi?id=213685
> https://bugzilla.kernel.org/show_bug.cgi?id=103191
>
> I fixed this issue (albeit on v5.15.0-52 on an ubuntu kernel) by updating the driver to the latest v2: https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-software
>
> The new driver is GPLv2. It would be great if this could be included in the linux kernel.
Wonderful, please submit patches to update the driver to the latest
version and we will be glad to take it. Be sure to follow the rules
documented in the kernel tree for how to properly submit patches.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-03 13:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-03 11:00 r8152 module out of date Albert Zhou
2022-11-03 13:28 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).