Net hunter wifi adapter driver modules

Marella ram_youtubr

Senior Member
May 25, 2016
91
14
0
Hyderabad
FOR MORE DRIVERS JUST PLACE A COMMENT WITH YOUR WIFI ADAPTER CHIPSET AND DRIVER NAME

I have compiled wifi drivers for my honor 6x
I have posted those in download section

Installation process

1.extract the modules folder to internal storage
2.open nethunter app
3.go to custom commands
4.click on add command
5.select SEND TO as ANDROID
6.In COMMAND box type
cd /sdcard/modules
sh install.sh
7.click on ok
8.click on run

Now you will have your drivers installed

NOTE:-on every reboot you should go to nethunter app and click on run
 

Attachments

Last edited:

javei

New member
Aug 26, 2018
2
0
0
insmod not work for your rtl-wifi drivers

<pre>HWBLN-H:/sdcard/modules $ su
HWBLN-H:/storage/emulated/0/modules # ls
install.sh mac80211.ko rtl8192c-common.ko rtl8192cu.ko rtlwifi.ko
nsmod mac80211.ko <
insmod: failed to load mac80211.ko: Exec format error
at install.sh <
#!/bin/bash
su
cd /sdcard/modules
insmod mac80211.ko
insmod rtlwifi.ko
insmod rtl8192c-common.ko
insmod rtl8192cu.ko HWBLN-H:/storage/emulated/0/modules # insmod rtlwifi.ko
insmod: failed to load rtlwifi.ko: Exec format error
1|HWBLN-H:/storage/emulated/0/modules # </pre>

Could you share how you build your drivers?