frida-tools
frida-tools copied to clipboard
Trying to get the TP-UE300 Ethernet Adapter to work with the internet on THEA500
I am using the r1832.ko, ipv4.ko and ipv6.ko from this and trying to get the internet working on THEA500 Mini using a TP-Link UE300 Ethernet Adapter(https://www.tp-link.com/uk/home-networking/computer-accessory/ue300/), its the only one I could find that has a r1853 chip in it but its only connect to ipv6 only(you can see it on my routers settings page under devices attached) and not connecting via ipv4, it has a ip v4 ip address on THEA500 but never shows in my routers settings page...? Maybe you can help...? I am Spannernick.
From THEA500 Putty...
Ethernet 0
eth0 Link encap:Ethernet HWaddr 50:3E:AA:8B:30:66
inet addr:192.168.0.4 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:49 (49.0 B) TX bytes:90 (90.0 B)
dmesg...
[ 39.020887] NET: Registered protocol family 2
[ 39.021445] TCP established hash table entries: 256 (order: 0, 4096 bytes)
[ 39.021462] TCP bind hash table entries: 256 (order: 0, 4096 bytes)
[ 39.021471] TCP: Hash tables configured (established 256 bind 256)
[ 39.021932] TCP: reno registered
[ 39.021948] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 39.021962] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 39.051931] NET: Registered protocol family 10
[ 39.071215] usbcore: registered new interface driver r8152
[ 39.242455] usb 5-1: reset high-speed USB device number 2 using xhci-hcd
[ 39.260374] xhci-hcd xhci-hcd.0.auto: xHCI xhci_drop_endpoint called with disabled ep ffffffc01b0ffd80
[ 39.260381] xhci-hcd xhci-hcd.0.auto: xHCI xhci_drop_endpoint called with disabled ep ffffffc01b0ffdc0
[ 39.260387] xhci-hcd xhci-hcd.0.auto: xHCI xhci_drop_endpoint called with disabled ep ffffffc01b0ffe00
[ 39.410032] r8152 5-1:1.0 eth0: v2.15.0 (2021/04/15)
[ 39.410043] r8152 5-1:1.0 eth0: This product is covered by one or more of the following patents:
[ 39.410043] US6,570,884, US6,115,776, and US6,327,625.
[ 39.410043]
[ 40.110443] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 41.003175] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 41.003694] r8152 5-1:1.0 eth0: carrier on
Modules...
```Module Size Used by Tainted: G
r8152 186429 0
ipv6 292654 16
ipv4 485168 12 ipv6,[permanent]
rgl_gpiokey 4555 0
mali_kbase 299796 0
nand 420597 2"
Are you sure you posted this on the correct project? I don't see what it has to do with frida...