How to install TP-Link Wireless USB Adapter on Raspberry Pi
It’s like this, but the numbers are different
I’ve now done this a few times, manually for 3.10.25+ Raspbian and with the method described below for 3.12.19+, in this case build #684.
First, credit where credit is due…
Now, on to the walk-through.
I decided to use a Chrome Extension called Secure Shell to do the commands here, since I intend on using my Chromebook (cr-48) and Chrome OS to interact with my Raspberry Pi. These screenshots are using the Chrome Extension on Windows 8.1. Tools like PuTTY, Linux command line, or any other SSH connection (or Raspberry Pi command line itself) will work just fine.
Installing the TP-Link drivers
First, make a curl request to the dropboxusercontent share with this command:pi@tsnPi ~ $ curl -s https://dl.dropboxusercontent.com/u/80256631/install-8188eu.tgz | tar xz
Then check to see if the file unzipped properly. You should see install-8188eu.sh
pi@tsnPi ~ $ lsNow list the supported build numbers in the file with
pi@tsnPi ~ $ ./install-8188eu.sh -lIf you don’t know it already, get your build number (#xxx) with…
pi@tsnPi ~ $ uname -aMy particular build number is the latest, after running an rpi-update: #684
Now you’re ready to install the driver with the -k option…but be sure to substitute your build number for #xxx below…
pi@tsnPi ~ $ ./install-8188eu.sh -k #xxxThen disconnect your ethernet cable, and check your wlan listing with
pi@tsnPi ~ $ iwconfigYou should see your wlan0 listed, however if this is the first time you’ve installed the drivers, it probably won’t automatically be connected.
You’ll want to do a reboot before you set up your network, just to make sure the drivers take (I know I had to reboot before it would connect to the internet).
pi@tsnPi ~ $ sudo rebootI’m sure there are tutorials online for how to get your network configured on your Raspberry Pi. Special thanks to the folks at the Raspberry Pi forums and LaFambe (who I assume wrote the script).
“Raspberry Pi” and its logo are trademark of the Raspberry Pi Foundation
0 comentarios:
Publicar un comentario