Re: Getting TL-WN725N working
Posted: Sun Sep 22, 2013 8:04 am
Hi,
I purchased a TP-LINK TL-WN723N, apparently V3 (0bda:8179), which also requires 8188eu driver to function.
I downloaded the raspbian wheezy 2013-09-10 image from the official website, and installed wewa's driver,
Mr. Engmann's version didn't work here either.
The curious thing, is that DHCP does not work. I don't get an IP address from the router.
Other wifi stick (TP-LINK TL-WN321G) works (and also three other laptops, two smartphones works),
and gets the IP address. The problem with WN321G, is that its utterly crap.
It stays online for 4 minutes, then loose the connection and I'm not able to reconnect.
But the DHCP works on the stick.
I manually issued the following command:
But no success.
I manually set the ip address from command line (don't remember when I needed to do it last time, around 2002 or so).
Then I could ping my laptop on the local network, and I also could ssh into the raspberry pi (from the laptop).
So the wifi stick is working, only the DHCP part is not working.
I can't see any new log in dmesg.
What I hate the most about these TP-LINK sticks is this: when I plug into the raspberrypi it reboots.
I can disconnect, but can't replug it when it is up and running. (from powered hub it does not reboot the pi).
I only bought this stick yesterday, so I can still return it.... I'm hesitating.
I checked the Verified peripherals on elinux.org, and WN723N v1,v2 was listed as working. Didn't think, that at the bottom of the page
there is also a v3 listed as problematic stick.
Best,
arcol
I purchased a TP-LINK TL-WN723N, apparently V3 (0bda:8179), which also requires 8188eu driver to function.
I downloaded the raspbian wheezy 2013-09-10 image from the official website, and installed wewa's driver,
Mr. Engmann's version didn't work here either.
The curious thing, is that DHCP does not work. I don't get an IP address from the router.
Other wifi stick (TP-LINK TL-WN321G) works (and also three other laptops, two smartphones works),
and gets the IP address. The problem with WN321G, is that its utterly crap.
It stays online for 4 minutes, then loose the connection and I'm not able to reconnect.
But the DHCP works on the stick.
I manually issued the following command:
Code: Select all
sudo dhclient -s 192.168.1.1 wlan0I manually set the ip address from command line (don't remember when I needed to do it last time, around 2002 or so).
Code: Select all
sudo ifconfig wlan0 192.168.1.32 netmask 255.255.255.0 up
So the wifi stick is working, only the DHCP part is not working.
I can't see any new log in dmesg.
What I hate the most about these TP-LINK sticks is this: when I plug into the raspberrypi it reboots.
I can disconnect, but can't replug it when it is up and running. (from powered hub it does not reboot the pi).
I only bought this stick yesterday, so I can still return it.... I'm hesitating.
I checked the Verified peripherals on elinux.org, and WN723N v1,v2 was listed as working. Didn't think, that at the bottom of the page
there is also a v3 listed as problematic stick.
Best,
arcol