-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Others RTL8156BG adapters #351
Comments
https://www.amazon.com/gp/product/B0BNHK5RGL/ref=ox_sc_saved_image_6?smid=AU7F5I67DFQ5W&th=1 Wavlink USB C to Ethernet Adapter 2.5 Gbps, 2-in-1 USB to 2.5G Ethernet Adapter, USB-C to RJ45 Network Converter This sub $24 one worked with your driver on my DSM 7.2.1-69057 Update 3, DS224+ following the directions in the readme. Creates a LAN3 network interface. Allows Jumbo frames. I've ordered another to try it on my DS416j. |
@bb-qq How to verify which chip is inside the usb adapter? I have just received two of this and the hardware ids are: USB\VID_0BDA&PID_8156&REV_3100 (no brand) USB\VID_0BDA&PID_8156&REV_3104 (UGREEN) and both should have the RTL8156B. Can anyone share the hardware id string for a device which has RTL8156BG chip? |
have the same question: I bought the cheapest adapter on AliExpress, and it has a Rev. 3100. Does this mean it has an RTL8156B chipset? I'm also unclear about the exact differences between the RTL8156, RTL8156B, and RTL8156BG chipsets. Only the RTL8156BG has lower power consumption? |
Version 31.04 (Revision 3104) means RTL8156BG! uni 2.5 Gbps Adapter with USB-A Plug lists RTL8156B in the description, but the unit I received (and others in European Amazon reviews) reports as version 31.04, meaning RTL8156BG: |
Looks like manufacturers run out of the old stock B chips by the end of 2024 and many if not most of those adapters are built with BG chip these days. i got 3 of em for testing and all 3 r based on BG based on their HW id and they all staying cool after 20 min transfer test. https://www.amazon.ca/dp/B0CD1FDKT1 |
Pal got this one https://www.amazon.ca/dp/B0CXBRNSC4 reported to be rev 3104 so latest BG chip and i also got this one https://www.amazon.ca/dp/B0856V9FDH and its also 3104 \ BG Ugreen one https://www.amazon.ca/dp/B0CWV2Q6HJ remains unmatched in build quality and materials used, classy device |
There is no easy way to determine the revision of a chip from its VID/PID. You can use the chip revision shown in the log instead.
As already commented, you may refer to the Version of the UI as well. |
In case it could be helpful to someone i post here these 2.5 Gbps Ethernet adapters using the RTL8156BG chipset:
These others have only RTL8156B instead:
Or RTL8156:
(torvalds/linux@72f93a3)
Unknown:
Finally the new LTS kernel will provide us a great Realtek support, without any help from them :(
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/net/usb/r8152.c?id=ec51fbd1b8a2bca2948dede99c14ec63dc57ff6b
The text was updated successfully, but these errors were encountered: