Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

MK808 - TP-LINK WiFi dongle driver

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    MK808 - TP-LINK WiFi dongle driver

    Hi Guys, need some help.

    Got myself a TP-LINK TL-WN723N V3 WiFi dongle (realtek RTL8188eu chipset), cause the build in is too slow, only 65Mbit.

    My setup is as follows:
    ROM: Hybrid FW V2.2.3 1080p by Lewy!
    Kernel: 2dark4u 1.4 1080p

    Here's what i've managed to do:

    Found on the web 8188eu.ko driver module and then fired up a shell console...

    Code:
    root@android:/ # insmod /sdcard/rtl8188eu/8188eu.ko
    root@android:/ # lsmod
    8188eu 529790 0 Live
    0x00000000
    
    root@android:/ # dmesg
    <4>[ 334.567035] <==== _ReadAdapterInfo8188EU in 140 ms
    <4>[ 334.567983] rtw_register_early_suspend
    <4>[ 334.568106] rtw_macaddr_cfg MAC Address = f8:1a:67:0c:b4:6d
    <4>[ 334.568126] MAC Address from pnetdev>
    dev_addr= f8:1a:67:0c:b4:6d
    <4>[ 334.576260] bDriverStopped:1, bSurpriseRemoved:0, bup:0, hw_init_completed:0
    <6>[ 334.577339] usbcore: registered new interface driver rtl8188eu
    
    root@android:/ # netcfg
    lo UP 127.0.0.1/8 0x00000049 00:00:00:00:00:00
    tunl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
    sit0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
    ip6tnl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
    wlan0 UP 192.168.0.104/24 0x00001043 00:22:f4:62:0c:4e
    wlan1 DOWN 0.0.0.0/0 0x00001002 00:00:00:00:00:00
    
    root@android:/ # ifconfig wlan1 up
    
    root@android:/ # netcfg
    lo UP 127.0.0.1/8 0x00000049 00:00:00:00:00:00
    tunl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
    sit0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
    ip6tnl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
    wlan0 UP 192.168.0.104/24 0x00001043 00:22:f4:62:0c:4e
    wlan1 UP 0.0.0.0/0 0x00001043 00:00:00:00:00:00
    
    root@android:/ # iwlist wlan1 scan
    
    root@android:/ # iwconfig wlan1 essid name key xxx
    250|root@android:/ # dhcpcd d
    wlan1
    dhcpcd[2755]: version 5.2.10 starting
    dhcpcd[2755]: wlan1: using hwaddr 00:00:00:00:00:00
    dhcpcd[2755]: wlan1: executing `/system/etc/dhcpcd/dhcpcdrunhooks',
    reason PREINIT
    dhcpcd[2755]: wlan1: executing `/system/etc/dhcpcd/dhcpcdrunhooks',
    reason CARRIER
    dhcpcd[2755]: wlan1: broadcasting for a lease
    dhcpcd[2755]: wlan1: sending DISCOVER (xid 0xf6631179), next in 4.03 seconds
    dhcpcd[2755]: wlan1: sending DISCOVER (xid 0xf6631179), next in 7.12 seconds
    dhcpcd[2755]: wlan1: sending DISCOVER (xid 0xf6631179), next in 16.93 seconds
    dhcpcd[2755]: wlan1: sending DISCOVER (xid 0xf6631179), next in 32.62 seconds
    dhcpcd[2755]: timed out
    dhcpcd[2755]: allowing 8 seconds for IPv4LL timeout
    dhcpcd[2755]: wlan1: probing for an IPv4LL address
    dhcpcd[2755]: wlan1: checking for 169.254.130.110
    dhcpcd[2755]: wlan1: sending ARP probe (1 of 3), next in 1.80 seconds
    dhcpcd[2755]: wlan1: sending ARP probe (2 of 3), next in 1.90 seconds
    dhcpcd[2755]: wlan1: sending ARP probe (3 of 3), next in 2.00 seconds
    dhcpcd[2755]: wlan1: using IPv4LL address 169.254.130.110
    dhcpcd[2755]: wlan1: adding IP address 169.254.130.110/16
    dhcpcd[2755]: wlan1: adding route to 169.254.0.0/16
    dhcpcd[2755]: wlan1: writing lease `/data/misc/dhcp/dhcpcdwlan1.
    lease'
    dhcpcd[2755]: wlan1: executing `/system/etc/dhcpcd/dhcpcdrunhooks',
    reason IPV4LL
    dhcpcd[2755]: forking to background
    dhcpcd[2755]: forked to background, child pid 2786
    WPA2PSK
    AES

    ONLY FROM SHELL:
    Now it scans through all available networks just fine, but when I'm trying to connect
    to my wifi network secured with WPA2PSK AES it won't aquire a static dhcp ip address,
    it gets instead a private one which is weared...

    FROM Android Wifi settings:
    Won't turn on at all!


    What am I doing wrong?

    #2
    Can anyone help me with that please...

    Comment

    Working...
    X