[HOWTO] Enable Wired Ethernet on P5110

Search This thread

martburg

New member
Apr 10, 2014
3
2
vienna
Dear Forum,

Wired Ethernet on a tablett HOWTO.

Tested on a P5110

Get ready to build CyanogenMod for Your Device
http : / wiki.cyanogenmod.org/w/Build_for_p5110
but before you build:
cd android/system/kernel/samsung/espresso10
make menuconfig
[Navigate using arrow keys and enter]
Load an Alternate Configuration File:
./arch/arm/configs/cyanogenmod_p5110_defconfig
then
Device Drivers ->
Network device support ->
USB Network Adapters ->
Multi-Purpose USB Networking Framework ->
[PRESS y so that the module will be built into the kernel]
[*] Multi-purpose USB Networking Framework
find the Chipset Your Adapter is using
[PRESS y]
[*] ASIX AX88xxx Based USB 2.0 Ethernet Adapters
or whatever Chipset your Adapter is using

exit and save

build the ROM

Flash it
open terminal
su
netcfg

Your eth0 should now show up to get an IP Address

netcfg eth0 dhcp

The grapevine says not all apps are supported as Android has a sketchy implementation apps written in c or c++ should work
 
  • Like
Reactions: lovemachine35
I"ve been scratching my head for a while on this one. Here's what I did to get ethernet access with the help from above. Thanks iamashwin and blueseeker.

1) From TWRP v2.8.4.0 in boot recovery, flash the following:
- Recent version of OmniRom 4.4.4 nightly. I used the 2/12/15 nightly.
- Flash PA Gapps Micro for 4.4.4
- Flash SuperUser
- Flash AGNi kernel for 4.4.4
- Reboot
2) Load this android app.
2) Make sure wifi is turned off.
3) Plug in your USB-OTG adapter with USB-Ethernet adapter. I bought this USB-OTG adapter and this USB-Ethernet adapter.
4) Run ethernet app that you downloaded from 2) above. Hit "Enable".

You should be good to go from here.....
 

jdean2k6

Member
Mar 20, 2010
44
0
Kingston
Samsung Galaxy Tab 3 10.1" P5200.

Hello I want to get a similar configuration setup on my Samsung Galaxy Tab 3. Is there any way that modifications can be made to what's been used here to support it.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Dear Forum,

    Wired Ethernet on a tablett HOWTO.

    Tested on a P5110

    Get ready to build CyanogenMod for Your Device
    http : / wiki.cyanogenmod.org/w/Build_for_p5110
    but before you build:
    cd android/system/kernel/samsung/espresso10
    make menuconfig
    [Navigate using arrow keys and enter]
    Load an Alternate Configuration File:
    ./arch/arm/configs/cyanogenmod_p5110_defconfig
    then
    Device Drivers ->
    Network device support ->
    USB Network Adapters ->
    Multi-Purpose USB Networking Framework ->
    [PRESS y so that the module will be built into the kernel]
    [*] Multi-purpose USB Networking Framework
    find the Chipset Your Adapter is using
    [PRESS y]
    [*] ASIX AX88xxx Based USB 2.0 Ethernet Adapters
    or whatever Chipset your Adapter is using

    exit and save

    build the ROM

    Flash it
    open terminal
    su
    netcfg

    Your eth0 should now show up to get an IP Address

    netcfg eth0 dhcp

    The grapevine says not all apps are supported as Android has a sketchy implementation apps written in c or c++ should work