RE AC600. usb wifi tp link oliver

226 views
Skip to first unread message

martin.oliv...@gmail.com

unread,
Aug 13, 2020, 11:22:15 AM8/13/20
to Android-x86
hi 

just got an ac600 wifi uplink usb I wanted to used it on android 9.0 r2 

is there any drivers to download and install if so how do you do that?

from Oliver 

Daniel Cheung

unread,
Aug 13, 2020, 12:55:13 PM8/13/20
to andro...@googlegroups.com
You need to figure out what chipset is inside before we can even tell if it's supported. There are a few chipset supported in the kernel such as RALink, Broadcom, Intel, Realtek.

--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/c33b694b-5bcf-403e-8130-920f5c8a6912n%40googlegroups.com.

Oliver Chapple

unread,
Aug 13, 2020, 1:19:29 PM8/13/20
to andro...@googlegroups.com
The wifi USB adapter is called 

TP-LINK Archer T2U Nano

 


RTL8811AU;RMC, RTL8811AU, 1227H5 G107.                                                                                      With those chipsets 

Hope that helps 


from oliver.    













Daniel Cheung

unread,
Aug 13, 2020, 1:27:45 PM8/13/20
to andro...@googlegroups.com
I checked the kernel configuration for 4.19 in 7 R4 which is the same kernel for 9.0 R2 and I don't see 8811AU as supported. Looking at some of the online searches, you may need to download the driver source file and compile it yourself. People have done it for 5.x kernel and did post a repo of the driver.


Oliver Chapple

unread,
Aug 13, 2020, 1:41:28 PM8/13/20
to andro...@googlegroups.com
Which one of those links i chink on 

Sent from my iPad

On 13 Aug 2020, at 18:27, Daniel Cheung <dwt.c...@gmail.com> wrote:



Oliver Chapple

unread,
Aug 13, 2020, 1:59:18 PM8/13/20
to andro...@googlegroups.com
Just to make sure do I do this 5

For Kernel version 5 and above use this repo

Follow the instructions in the readme it's really easy!

To sum things up:

git clone https://github.com/gnab/rtl8812au.git
cd ./rtl8812au
make

Check if the driver compiled properly and works:

sudo insmod 8812au.ko

Install:

sudo cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless
sudo depmod


oliver 

On 13 Aug 2020, at 18:27, Daniel Cheung <dwt.c...@gmail.com> wrote:

Daniel Cheung

unread,
Aug 13, 2020, 2:05:55 PM8/13/20
to andro...@googlegroups.com
That instruction won't work or at least I never got it to work. What I did with RTL8723BS is to check out the code to a folder locally, copy it over to the driver folder and modify the Kconfig and Makefile. Run the kernel configuration, compile, copy the resulting ko driver file over to the Android device and use modprobe to install it. See my last post in this thread, the process would be similar.


Oliver Chapple

unread,
Aug 13, 2020, 2:30:24 PM8/13/20
to andro...@googlegroups.com
Where do I type the commands

Oliver Chapple

unread,
Aug 13, 2020, 2:45:14 PM8/13/20
to andro...@googlegroups.com
Hi 


If you don’t mind could you make me a little 

For the driver for mine.


Guide because I don’t want to go wrong.


From Oliver 



On 13 Aug 2020, at 19:05, Daniel Cheung <dwt.c...@gmail.com> wrote:

Daniel Cheung

unread,
Aug 13, 2020, 3:53:04 PM8/13/20
to andro...@googlegroups.com
You don't type in the commands in the Android device. You need a Linux machine or VM to compile the driver. Sounds like you don't know enough to do that. I could try compiling it for you but you need to confirm which kernel version you're running for 9.0 R2. Download a file manager like Solid Explorer or go into Terminal Emulator on the Android device and navigate to /System/Lib/Modules and tell me if you see a folder that looks like "4.19.122-android. The digits refers to the Kernel version.

Oliver Chapple

unread,
Aug 13, 2020, 4:08:09 PM8/13/20
to andro...@googlegroups.com



Here’s the file 


From oliver 


Sent from my iPad

On 13 Aug 2020, at 20:52, Daniel Cheung <dwt.c...@gmail.com> wrote:



Daniel Cheung

unread,
Aug 13, 2020, 4:09:42 PM8/13/20
to andro...@googlegroups.com
Ok let me double check my build VM after work and see if it's the same version. If so I can attempt a driver build. No promises since I'm pretty new at this.

Oliver Chapple

unread,
Aug 13, 2020, 4:14:30 PM8/13/20
to andro...@googlegroups.com
Okay thanks for your help so far 

Oliver 

Sent from my iPad

On 13 Aug 2020, at 21:09, Daniel Cheung <dwt.c...@gmail.com> wrote:


Ok let me double check my build VM after work and see if it's the same version. If so I can attempt a driver build. No promises since I'm pretty new at this.

On Thu, Aug 13, 2020 at 1:07 PM Oliver Chapple <martin.oliv...@gmail.com> wrote:
<image0.jpeg>



Here’s the file 

Daniel Cheung

unread,
Aug 13, 2020, 10:06:40 PM8/13/20
to andro...@googlegroups.com
Looks like I can't just dump the files into the kernel driver directory, configure the kernel, and compile. Can someone review this document and see if it's possible to integrate with Android X-86?


Oliver Chapple

unread,
Aug 16, 2020, 7:41:35 PM8/16/20
to andro...@googlegroups.com
Looks like no one else has come back to you yet



From oliver 

Sent from my iPad

On 14 Aug 2020, at 03:06, Daniel Cheung <dwt.c...@gmail.com> wrote:



Oliver Chapple

unread,
Aug 18, 2020, 5:25:48 PM8/18/20
to andro...@googlegroups.com
What could i try now  

Sent from my iPad

On 14 Aug 2020, at 03:06, Daniel Cheung <dwt.c...@gmail.com> wrote:



Daniel Cheung

unread,
Aug 18, 2020, 6:05:12 PM8/18/20
to andro...@googlegroups.com
I don't have the device so I have no way of testing those instructions in the PDF. Second, even if I build an ISO, I don't know where I can get free distribution of something over 800MB.

Reply all
Reply to author
Forward
0 new messages