Actions
Issue #2275
openFinish Ethernet support (relatively easy)
Start date:
09/14/2021
Due date:
% Done:
0%
Estimated time:
Resolution:
Device:
Galaxy Note 2 (GT-N7100), Galaxy Note 8.0 (N51xx), Galaxy S 3 (I9300), Galaxy S 3 4G (I9305), Galaxy Tab 2 10.1 (P51xx), Galaxy Tab 2 7.0 (P31xx)
Grant:
Type of work:
Build system integration, User testing
Updated by Denis 'GNUtoo' Carikli about 3 years ago
- Category set to Build system
That might be why the Ethenret only works on some devices:
samsung/tuna/overlay/frameworks/base/core/res/res/values/config.xml: <item>"ethernet,9,9,1,-1,true"</item> samsung/galaxys2-common/overlay/frameworks/base/core/res/res/values/config.xml: <item>"ethernet,9,9,1,-1,true"</item> samsung/espresso3g/overlay/aosp/frameworks/base/core/res/res/values/config.xml: <item>"ethernet,9,9,1,-1,true"</item>
So if we try to find the documentation for that (by looking at the commits, at the official AOSP documentation, by looking on the web) add that to the devices that miss it it will probably make Ethernet work out of the box.
Note that last time I tested it in this way:- First I plugged the USB Ethernet adapter and the Ethernet cable and made everything ready
- Then I rebooted the device
And it would then automatically get an IP address at the next boot and an (ethernet? network?) icon would appear in the top bar.
Actions