Ptibiskwi
Posts: 9
Joined: Wed Nov 27, 2013 11:48 am

Cannot install TP-LINK TL-WN725N V2.2

Thu Oct 27, 2016 9:49 am

Hi,

Im pretty new in the rpi world.
I would like to install my TL-WN725n v2.2 on my RPI 2b.
Im running the latest raspbian with pixel.
Could someone link me a howto that would work for my configuration.

Thx a lot,

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Cannot install TP-LINK TL-WN725N V2.2

Thu Oct 27, 2016 10:06 am

Ptibiskwi wrote:Hi,

Im pretty new in the rpi world.
I would like to install my TL-WN725n v2.2 on my RPI 2b.
Im running the latest raspbian with pixel.
Could someone link me a howto that would work for my configuration.

Thx a lot,
viewtopic.php?f=28&t=62371
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Ptibiskwi
Posts: 9
Joined: Wed Nov 27, 2013 11:48 am

Re: Cannot install TP-LINK TL-WN725N V2.2

Thu Oct 27, 2016 11:45 am

Thx a lot it worked.

But now im facing issues connection de wlan on the wpa supplicant file.

This doesn't work :(
https://www.raspberrypi.org/documentati ... ess-cli.md

Ptibiskwi
Posts: 9
Joined: Wed Nov 27, 2013 11:48 am

Re: Cannot install TP-LINK TL-WN725N V2.2

Fri Oct 28, 2016 1:03 pm

This i what i get when i try to install the driver.


pi@raspberrypi:~ $ ./install.sh
sudo cp 8188eu.conf /etc/modprobe.d/.
sudo install -p -m 644 8188eu.ko /lib/modules/4.4.8-v7+/kernel/drivers/net/wireless
install: cannot create regular file ‘/lib/modules/4.4.8-v7+/kernel/drivers/net/wireless’: No such file or directory
sudo depmod 4.4.8-v7+
depmod: ERROR: could not open directory /lib/modules/4.4.8-v7+: No such file or directory
depmod: FATAL: could not search modules: No such file or directory

Reboot to run the driver.

If you have already configured your wifi it should start up and connect to your
wireless network.

If you have not configured your wifi you will need to do that to enable the wifi.

Ptibiskwi
Posts: 9
Joined: Wed Nov 27, 2013 11:48 am

Re: Cannot install TP-LINK TL-WN725N V2.2

Fri Oct 28, 2016 2:38 pm

I have finaly installed the driver.

But now i cannot configure the wireless.

This is my Wireless network :

Cell 01 - Address: DC:53:7C:BC:F6:AD
ESSID:"Jon Wifi"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.412 GHz (Channel 1)
Encryption key:on
Bit Rates:270 Mb/s
Extra:rsn_ie=30140100000fac040100000fac040100000fac020000
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
IE: Unknown: DD270050F204104A00011010440001021047001063041253101920061228DC537CBCF6AE103C000103
Quality=90/100 Signal level=42/100
Extra:fm=0001
---------------------------------------------------------------------

This is my Wpa supplicant file :

ountry=GB
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
ssid="Jon Wifi"
psk="$$$$$$$"
}

-------------------------------------------

And this is my interfaces file :

# interfaces(5) file used by ifup(8) and ifdown(8)

# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'

# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

auto lo
iface lo inet loopback

iface eth0 inet manual

allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf



Thanks a lot for helping im so lost :(

Return to “Troubleshooting”