Go to advanced search

by Rasponi
Thu Oct 25, 2018 12:17 am
Forum: General discussion
Topic: Install driver of TL-WN722N Version 3 on Raspberry Pi 2
Replies: 4
Views: 1530

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

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

Go to advanced search