ZTopInc 802.11n NIC

jabir

New Member
Joined
Sep 23, 2025
Messages
3
Reaction score
0
Credits
24
ZTopInc 802.11n NIC i have this adpater i tried to connected to my kali linux , ubuntu and the when i run iwconfig always they show me no wireless extention i did install so many drivers idk why they dont work if someone could help i am trying to use wifite but the adpater dosent recognized from kali
 


welcome
Kali is a rite of passage, if you are not experienced in Linux and the terminal then its not suitable, SEE the Kali full docs, its a long read but important.

Now I have never heard of a ZTopinc wi-fi, but it probably is an assembly using either RTL88**or BCM 43 chipsets if you have Ubuntu/Mint/MX/Parrot home on a bootable USB you can run it in test mode and from the terminal run inxi -Nn and it will tell you which chipset, [you may need to install inxi from the software manager]
 
welcome
Kali is a rite of passage, if you are not experienced in Linux and the terminal then its not suitable, SEE the Kali full docs, its a long read but important.

Now I have never heard of a ZTopinc wi-fi, but it probably is an assembly using either RTL88**or BCM 43 chipsets if you have Ubuntu/Mint/MX/Parrot home on a bootable USB you can run it in test mode and from the terminal run inxi -Nn and it will tell you which chipset, [you may need to install inxi from the software manager]
tnx man
 
lsusb

Look for something like ID 350b:9101 — this confirms it's the ZTopInc adapter

Option 1

sudo apt update
sudo apt install dkms build-essential git
git clone https://github.com/sudo-goblok/driver_usb_wireless_adapter_ZTopIncop.git
cd driver_usb_wireless_adapter_ZTopIncop
make


Option 2


git clone https://codeberg.org/anlijudavid/driver_wifi_ztopinc.git
cd driver_wifi_ztopinc
make
sudo insmod ./zt9101_ztopmac_usb.ko cfg=./wifi.cfg


iwconfig


sudo airmon-ng check kill
sudo airmon-ng start wlan0
 
lsusb

Look for something like ID 350b:9101 — this confirms it's the ZTopInc adapter

Option 1

sudo apt update
sudo apt install dkms build-essential git
git clone https://github.com/sudo-goblok/driver_usb_wireless_adapter_ZTopIncop.git
cd driver_usb_wireless_adapter_ZTopIncop
make


Option 2


git clone https://codeberg.org/anlijudavid/driver_wifi_ztopinc.git
cd driver_wifi_ztopinc
make
sudo insmod ./zt9101_ztopmac_usb.ko cfg=./wifi.cfg


iwconfig


sudo airmon-ng check kill
sudo airmon-ng start wlan0
could you tell me which kali i should try this on because i have the newest version the 2025 one and all this does not work when i hit the iwconfig i still got
└─$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.
 

Is Kali Linux Right For You?


As the distribution’s developers, you might expect us to recommend that everyone should be using Kali Linux. The fact of the matter is, however, that Kali is a Linux distribution specifically geared towards professional penetration testers and security specialists, and given its unique nature, it is NOT a recommended distribution if you’re unfamiliar with Linux or are looking for a general-purpose Linux desktop distribution for development, web design, gaming, etc.
 
└─$ iwconfig
lo no wireless extensions.
Keep in mind that not all wifi adapters are capable of being put into monitor mode nor do all support packet injection.
If your adapter doesn't have that capability no driver is going to help you.

I suggest to take a look at Taiwanese Alfa cards, these are the best for wifi hacking.
 


Follow Linux.org

Staff online

Members online


Top