berly
Posts: 5
Joined: Fri Jan 08, 2016 9:53 pm

ac1200 tp-link

Fri Jan 08, 2016 9:55 pm

Hey guys!
Could you help me please i cant use the ac1200 tp-link?

Is it even possible?

Kind regards

SonOfAMotherlessGoat
Posts: 690
Joined: Tue Jun 16, 2015 6:01 am

Re: ac1200 tp-link

Fri Jan 08, 2016 11:54 pm

Isn't that an Archer 5 Wireless Access Point? What are you using on the Pi for your WiFi?
Account Inactive

malicious
Posts: 96
Joined: Thu Jul 24, 2014 10:07 pm
Location: USA

Re: ac1200 tp-link

Sat Jan 09, 2016 1:14 am

Do you mean an Archer T4U wireless adapter? The directions and driver here may work:
http://wiki.beyondlogic.org/index.php?t ... ux_Drivers

This page has a different driver project:
https://wikidevi.com/wiki/TP-LINK_Archer_T4U

berly
Posts: 5
Joined: Fri Jan 08, 2016 9:53 pm

Re: ac1200 tp-link

Sat Jan 09, 2016 10:30 am

Oh soory yea i want to create a wifi router with mypi

i only get thaht error


make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/4.1.13-v7+/build M=/home/pi/rtl8812AU_8821AU_linux modules
make[1]: *** /lib/modules/4.1.13-v7+/build: No such file or directory. Stop.
Makefile:1049: recipe for target 'modules' failed
make: *** [modules] Error 2

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

Re: ac1200 tp-link

Sat Jan 09, 2016 10:53 am

berly wrote:Oh soory yea i want to create a wifi router with mypi

i only get thaht error


make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/4.1.13-v7+/build M=/home/pi/rtl8812AU_8821AU_linux modules
make[1]: *** /lib/modules/4.1.13-v7+/build: No such file or directory. Stop.
Makefile:1049: recipe for target 'modules' failed
make: *** [modules] Error 2
The error is because you are missing a symlink to your Linux source. You can make it with a command like

Code: Select all

sudo ln -s /home/pi/src/linux /lib/modules/$(uname -r)/build
You will need to change "/home/pi/src/linux" to the directory where you have your Linux source.



MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra

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

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

Re: ac1200 tp-link

Sat Jan 09, 2016 11:04 am

To save you the trouble trying to compile your own driver I have drivers available for raspbian. You can download and install using commands

Code: Select all

wget https://dl.dropboxusercontent.com/u/80256631/8812au-4.1.13-v7-826.tar.gz
tar xzf 8812au-4.1.13-v7-826.tar.gz
./install.sh

MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra

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

berly
Posts: 5
Joined: Fri Jan 08, 2016 9:53 pm

Re: ac1200 tp-link

Sat Jan 09, 2016 11:08 am

MrEngman how can i thank you?

Return to “Beginners”