kimocoder / realtek_rtwifi

Realtek RTL8xxxU
https://www.aircrack-ng.org
68 stars 14 forks source link

Need A Proper Complete Documentation On NetHunter #3

Closed ghost closed 4 years ago

ghost commented 4 years ago

Also some comments what to do after installing it on nethunter. Also the folder structure mentioned here is not getting matched say the name of driver folder is realtek_rtwifi but on Makefile its path is only rtwifi. Seriously man for implementing this we net some clear procedures with proper folder structure mentioned.

Atleast give us a link to kernel source you tried this so that we can match our folder tree structure with that source.

Also be clear wheather to copy the driver folder under /realtek or to copy the content of driver folder ?

​ Copy driver folder to ​'​kernel/drivers/net/wireless/# realtek/​ << no realtek folder did make one Open the Makefile in vim/nano, eg: vim drivers/net/wireless/realtek/Makefile​ << no Makefile ​ ​  Then add:​ ​  ​'​"​obj-​$(​CONFIG_RTL8XXXU​)​ += rtwifi/​"​ ​in​ the bottom.​'​ ​  ​ ​* Step two, eg: vim drivers/net/wireless/realtek/Kconfig​ << no kconfig file ​  ​ ​  Then add:​ ​  ​'​source ​"​drivers/net/wireless/realtek/rtwifi/Kconfig​"​'​ at bottom.​<< where is rtwifi folder is it realtek_rtwifi ? ​  ​

Regards.

ghost commented 4 years ago

got it but opened another issue