I have been trying to setup a TP-Link TL-WN725N (V2 i think) on raspian 3.12.28+ #709
Downloaded driver from here.
http://www.mendrugox.net/2013/08/tp-lin ... -raspbian/
Checked to make sure device was listed in lsusb
pi@PiScanner /lib/firmware/rtlwifi $ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0bda:8179 Realtek Semiconductor Corp.
ifconfig show the adaptor as up
eth0 Link encap:Ethernet HWaddr b8:27:eb:c0:d0:7d
inet addr:192.168.1.17 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1728997 errors:0 dropped:1 overruns:0 frame:0
TX packets:2818027 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:120336026 (114.7 MiB) TX bytes:3755945056 (3.4 GiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 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:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr e8
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:0 (0.0 B) TX bytes:0 (0.0 B)
iwlist scan displays a list of all the accesspoint but i cannot make a connection
i have tried
iwconfig wlan0 essid "MyNetwork" key "s:password"
iwconfig wlan0 essid "MyNetwork" key "hex_password"
and i have also turned on the guest access network with no security or password and still cannot obtain an IP
syslog displays
Oct 1 23:42:10 PiScanner dhclient: No working leases in persistent database - sleeping.
Oct 1 23:47:40 PiScanner dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
Oct 1 23:47:43 PiScanner dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
Oct 1 23:47:47 PiScanner dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
Oct 1 23:47:51 PiScanner dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 9
Oct 1 23:48:00 PiScanner dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 15
Oct 1 23:48:15 PiScanner dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 20
Oct 1 23:48:35 PiScanner dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
Oct 1 23:48:41 PiScanner dhclient: No DHCPOFFERS received.
Oct 1 23:48:41 PiScanner dhclient: No working leases in persistent database - sleeping
Wired works without a problem. and other devices can obtain ip address successfully.
anyone have a clue?
I