Skip to content
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

About the rtl8812au repo #1275

Closed
ghost opened this issue Feb 10, 2019 · 4 comments
Closed

About the rtl8812au repo #1275

ghost opened this issue Feb 10, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Feb 10, 2019

Do we do this, as suggested? https://github.com/aircrack-ng/rtl8812au

But for RPI 3 B+ you will need to run those below which builds the ARM64 arch driver:

$ sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' Makefile
$ sed -i 's/CONFIG_PLATFORM_ARM64_RPI = n/CONFIG_PLATFORM_ARM64_RPI = y/g' Makefile
@igorpecovnik
Copy link
Member

It works OOB. I would say we don't touch it.

@ghost
Copy link
Author

ghost commented Feb 10, 2019

It works... kind of. But that's realteks problem , not ours. I'll try to see what it does if I change the options. I really think we should follow the suggested path for ARM devices on Armbian. Unless that flag is only for RPi.

Seems like there the flags are CONFIG_PLATFORM_ARM_RPI and CONFIG_PLATFORM_ARM64_RPI. Maybe that arm path is better for our boards. Of course I don't know for sure. Time to test!

@igorpecovnik
Copy link
Member

IIRC I tried this kind of obvious flag some time ago and it didn't bring any change. Try.

@ghost
Copy link
Author

ghost commented Feb 10, 2019

I guess we can leave it for now. No need to insert additional complexity to the builds while it works.

@ghost ghost closed this as completed Feb 10, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant