-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] RTL8812AU Support #11
Comments
I can't find drivers for this anywhere. If you do, let me know with the link and I'll add it. |
https://github.com/aircrack-ng/rtl8812au this, but it lacks kernel headers like any other driver out there I could find. There were people on NetHunter repo issues that appear to have done it on Nexus 6P (device I also own) but they havent shared how exactly did they do it. |
offensive-security/kali-nethunter#1122 Biggest problem is that I have no idea can you even get 1.1 kernel sources at this point. |
Firmware for other chipsets are distributed as binaries so it's easy to just plug it in. This one uses dkms which builds (?) the module for a specific kernel. I have no experience with this or with building for other kernels. Btw, why are you looking for 1.1 kernel sources? |
well i have no real experience on the topic but long story short, dkms installed driver just doesnt work, neither kali installs dkms version of driver it has on its apt repo so far what i could have guessed is that dkms is missing something that would allow it to build for kernel installed which possibly can be worked around by either making kernel based on sources that would have what dkms is missing or making headers from sources to then use in drivers based on already made drivers. |
It does sound simple (like it ever is) - https://unix.stackexchange.com/a/258532, but I've never done this before. Also couldn't find anything related to using dkms for android kernels. |
Leaving this open in case someone stumbles upon this issue and finds a solution. |
i will see if i am able to build headers myself when i get more free time, if so i will post here |
I haven't dealt with this topic since last summer, so some links might become outdated. But this is how my TODO looked for working 6P with Asus USB-N56 and a pair of other adapters on 8812. At the first stage, I could not find any kernel sources kernel 3.10.73-nethunter-angler-1.1 for NH version 7.1.1 that worked stably with external devices and had to use the available sources kernel 3.10.73-nethunter-angler-2.0 for version 7.1.2.
In this folder:
At this stage, you have the own kernel image and necessary kernel headers for build the 8812 driver.
In this folder:
After make completion you must have 8812au.ko file in root or build/bin dir of driver_src. The next problem was that default NH 7.1.2 with kernel 3.10.73-nethunter-angler-2.0 compared to 7.1.1 and 3.10.73-nethunter-angler-1.1 was extremely unstable on my 6P, it had several bugs that were inconvenient for me. Such as problems with the startup of scripts at the start of the android due to the settings of the se policy, the inaccessibility of vim outside the NH chroot, etc. In /kali-nethunter/nethunetr-installer (download from https://github.com/offensive-security/kali-nethunter/): Replace this default files with files from https://build.nethunter.com/nightly/3.15.4-20170629-1630/kernel-nethunter-angler-nougat-3.15.4-20170629-1630.zip: 1)busybox, sepolicy-inject and sepolicy-inject-M (which replaced with sepolicy-inject-N) in /kali-nethunetr/nethunter-installer/boot-patcher/arch/arm64/tools 2)02-no-verity-opt-encrypt in /kali-nethunetr/nethunter-installer/boot-patcher/patch.d/ 3)patch.d-env in /kali-nethunetr/nethunter-installer/boot-patcher/ Now we add our own kernel image and support files to NH build system (what guarantees us compatibility of our 8812 driver with NH): 1)Image.gz-dtb in /path_to_your_kernel_src_dir/build/arch/arm64/boot/ to /kali-nethunetr/nethunter-installer/devices/nougat/angler/ 2)Modules files from /path_to_your_kernel_src_dir/build/lib/modules/3.10.73-nethunter-angler-2.0/ to /kali-nethunetr/nethunter-installer/devices/nougat/angler/modules/3.10.73-nethunter-angler-2.0 GOTO /kali-nethunter/nethunter-installer/ RUN in shell python build.py -d angler -n -fs full -su -nb At this stage, we will get a standard image of NH that will be compatible with our driver. After standard flashing it into the phone, you can manually or via the start-up scripts load the 8812au.ko module previously copied to the phone. I did not have time to integrate the 8812au.ko into the kernel image. I also encountered a serious bug that I didn’t have time to fix - unplug the 8812 adapter from the phone AFTER loading the 8812au.ko into the system (by insmod for example ) or down its interface (by iw etc.) ALWAYS causes the phone to reboot. I think the problem is in some kernel power settings. And as long as I remember, even a simple plug to usb rt2800 or ath9k adapters causes the same problem. 8812au build with monitor mode on default. So after connect adapter and load module in system you can immediately capture packets. Beware of using some aircrack-ng scripts that by default try to down the interface for later up it in monitoring mode, after load module 8812au in system this procedure will cause a reboot phone. |
I found and added files for RTL8812AU. When you're free, let me know if it works. |
Sorry, been busy lately but found out that I need to downgrade my installation. Will probably do so this weekends and update you. |
Aaah my drivers added.. great work! |
@kimocoder Did it work for you? |
Haven't tested, busy with some work related stuff for some time |
@rithvikvibhu i am about to reflash rom onto my phone so probably can get back to you in ~2 hours give or take |
i guess im dumber than i thought and im having trouble pointing modprobe to module (am i even supposed to use modprobe?) since its not in /lib/modules/ |
modprobe in AndroidSU before running "bootkali" remember. We're working on the issue |
yea modprobe on su throws me "no such file/directory" for 'modules.dep' |
Then you need to fix your kernel setup. Build with build.py from our NetHunter-Installer |
both |
I do it manually and run latest Oreo build and flashing only kernel the Magisk afterwards. |
It's my Oreo kernel in there and has all modules |
well i guess it wouldnt really be an option for now then as i would need to completely reflash to oreo from nougat and idea is to first test if this module works on nougat and only then update Edit: i have tried to build (using build script) generic fs, oreo and nougat kernels, generic fs fails to flash through TWRP 3.3.0-0 on both stock nougat and oreo roms, would be nice if you could give more info on how to get it working. |
So i tried building from linux (19.04 ubuntu x64 VM) and zip built just fine and does not throw 255 error on install attempt, not sure if it will work if built with cygwin or something on windows, @rithvikvibhu if i can get card to work on oreo i will reinstall nougat with zips built from sources and report if i can get card to work on nougat. As a sidenote: Kimo, do you know of any "swipe up to wake" like in pureNexus but on 8.1.0 as i prefer that over double tap as ive seen you also have fine device that is Angler? Edit: welp it didnt show any errors and appeared to flash fine but device seems to be bootlooping now at about moment system shouldve started |
We just pushed a new NetHunter release. We still have issues that needs to be resolved, so we started on the 2019.3 allready. I'll be watching over here and may be at help 🙂 |
I run a Nexus 6P with Android 8.1 kernel with all modules i wan't. Went down to 8.0 to get Nexmon supported too yesterday, but Oreo kernel is available.. |
@rithvikvibhu what you have to do, is rip out the firmware blob, if interested in learning howto make binaries of drivers, take a look at ulli-kroll's drivers/commits. |
Thanks, I'll go through at those repos soon. How portable are these firmware blobs? Between devices, arch, etc. |
So did anyone ever come up with firmware for this to work with android? Would be great if so and greatly appreciated especially seeing as how I'm not knowledgeable enough to contribute but would love to if I could. |
Wow! You are awesome my friend thank you so much!!
…On Mon, Sep 30, 2019, 10:32 AM Christian Bremvåg ***@***.***> wrote:
Here you go..
https://github.com/kimocoder/DJY_88XXAU_For_4.4__4.9_4.14_4.19_Android_Kernel_Patch
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11?email_source=notifications&email_token=AGNM7WPG26PKCISKFJRC7JLQMILYBA5CNFSM4GKR3SV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD76CDCY#issuecomment-536617355>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGNM7WLW3SHAVQEYP5S7VVLQMILYBANCNFSM4GKR3SVQ>
.
|
Take a look what I've done... Nexus 6P have it integrated in kernel 🥇 |
Wow!! Bro, you have got to make all the little people out there a quick
tutorial on how you accomplished this! Pretty sure you'll get moire than
enough views just from the people that I know! Keep it up my friend,
awesome work!!
…On Sat, Dec 21, 2019, 2:18 AM Christian Bremvåg ***@***.***> wrote:
@SirFell <https://github.com/SirFell>
Take a look what I've done... Nexus 6P have it integrated in kernel 🥇
[image: IMG_20191219_053442]
<https://user-images.githubusercontent.com/4252297/71305348-b1202680-23d2-11ea-8e90-50343050f59b.jpg>
[image: IMG_20191219_223704]
<https://user-images.githubusercontent.com/4252297/71305350-b1202680-23d2-11ea-921e-1bcbd494343c.jpg>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11?email_source=notifications&email_token=AGNM7WPLDMIBKJMY72NPREDQZXGNRA5CNFSM4GKR3SV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHOXTZQ#issuecomment-568162790>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGNM7WNYZWA37MBBV2KWJUDQZXGNRANCNFSM4GKR3SVQ>
.
|
this patch will work with dreamlte s8 phone? |
Would be great if you could add support for rtl8812au wlan controller. Thanks.
The text was updated successfully, but these errors were encountered: