Hi!
I'm a newbie in raspberry pi bussiness. I have a TL-WN725N V2 and raspbian 3.10.25 #622
My problem is I have followed every step on this post but my raspberry never show my wifi adapter in lsusb or lsmod.
I don't know what is wrong... I feel very frustrated for this...
I tried to install with the LaFambe´s shell script but my rpi launch command not found error...
I think I going to practice my budo taijutsu techniques with the pi...
Edit: I just finished the raspbian installation if you think is better install other version I'll do, but now I don't know which
Thank a lot for your support
EDIT 2: Solution/
First search a driver for your raspbian version here (top post):
http://www.raspberrypi.org/phpBB3/viewt ... 28&t=62371
Now, download it from
http://dl.ciph.se/raspberrypi/. This is a alternative server courtesy of Ciph user (Thanks a lot).
Once you get your driver extract the ko file and put it in your current work folder and do this:
1. Remove old drivers or failed attemps.
2. Install new drivers.
Code: Select all
sudo cp 8188eu.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/
sudo depmod -a
sudo modprobe 8188eu
3. Now ifconfig show wlan0. Congrats!
Second and optional block step.
Install Wicd-curses
Code: Select all
sudo apt-get update
sudo apt-get install wicd-curses
And now... launch it
Attention:
If wicd not show propper wlan0 go to prefs (press p or shift+p) and in the wireless interface field just write wlan0.
Then press F10 for save.
I hope my solution for install driver will be usefull for everyone.
My English can have dramatic mistakes, sorry about that.