Rtl8812au: It is possible to compile against a moduleless kernel?

Created on 30 Mar 2019  路  6Comments  路  Source: aircrack-ng/rtl8812au

Hi, I'm actually running a kernel with all modules compiled as builtin, so my question is:

It's possible to compile with the modules=n in .config?

All 6 comments

Yes, it is possible, but might need some minor makefile fixes.
Basically put the git repository into drivers/net/wireless/rtl8812au and edit Kconfig and Makefile in the parent directory to include it.
There is some confusion around RTL8812A vs. RTL8821A config options that might need addressing...

Yes it's possible, but that's a lot of work.. have to rip out the firmware blob and everything..I mean.. it's a LOT of work. still interested? I can point you in the right direction, but it requires some understanding for the language "C" .. let me know

I actually did it successfully on my similarly patched up rtl8812bu driver over here:
https://github.com/TheSeven/rtl88x2bu
It's mashed up with a lot of other changes in the latest commit there, but might still provide some hints

I see your using code from this repo :yum:

https://github.com/TheSeven/rtl88x2bu/blob/0e0788bb53c5066a444dab94fca5ecdb3f87b421/core/rtw_cmd.c#L907

Feel free, of course :yellow_heart: :v:

Really thanks @kimocoder, I'll try it out.

I'll look at your repo too @TheSeven :+1:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lhernanz picture lhernanz  路  15Comments

cristianav picture cristianav  路  7Comments

mustard418 picture mustard418  路  3Comments

oldstanda picture oldstanda  路  5Comments

etem picture etem  路  8Comments