neumotngayem
Posts: 11
Joined: Sat Jul 28, 2018 2:21 am

Install driver of TL-WN722N Version 3 on Raspberry Pi 2

Sun Aug 05, 2018 3:20 am

Hi, is everyone in here install success driver for TL-WN722N Version 3 on Raspberry Pi 2, i found most of install guide in google is for TL-WN722N Version 2, I follow the installation guide in from TP Link they said change the Makefile the value of CONFIG_PLATFORM_BCM2709 to y, but I cann't find this in the Makefile. Or anyone can suggest me other USB wifi that not need driver installation ?

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: Install driver of TL-WN722N Version 3 on Raspberry Pi 2

Sun Aug 05, 2018 7:35 am

anyone can suggest me other USB wifi that not need driver installation ?


https://www.raspberrypi.org/products/ra ... fi-dongle/

User avatar
allfox
Posts: 452
Joined: Sat Jun 22, 2013 1:36 pm
Location: Guang Dong, China

Re: Install driver of TL-WN722N Version 3 on Raspberry Pi 2

Sun Aug 05, 2018 8:31 am

Get a new Pi 3 B+

MrEngman
Posts: 4032
Joined: Fri Feb 03, 2012 2:17 pm
Location: Southampton, UK

Re: Install driver of TL-WN722N Version 3 on Raspberry Pi 2

Sun Aug 05, 2018 9:32 am

If you are using Raspbian OS you do not need to install a driver as it is included in the image.

You should just need to set up the wifi configuration correctly to get it working.

See viewtopic.php?f=91&t=218910
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra

Please post ALL technical questions on the forum. Please Do Not send private messages.

Rasponi
Posts: 1
Joined: Thu Oct 25, 2018 12:15 am

Re: Install driver of TL-WN722N Version 3 on Raspberry Pi 2

Thu Oct 25, 2018 12:17 am

Code: Select all

git clone https://github.com/lwfinger/rtl8188eu
cd rtl8188eu
git checkout v5.2.2.4
vim Makefile
DIFF:

Code: Select all

-CONFIG_PLATFORM_I386_PC = y
-CONFIG_PLATFORM_BCM2709 = n
+CONFIG_PLATFORM_I386_PC = n
+CONFIG_PLATFORM_BCM2709 = y

Return to “General discussion”