Skip to content

Commit 93a6a1b

Browse files
committed
Update Using_USB_Adapter_in_VirtualBox
1 parent 9e7711b commit 93a6a1b

File tree

1 file changed

+30
-17
lines changed

1 file changed

+30
-17
lines changed

home/Using_USB_Adapter_in_VirtualBox.md

+30-17
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,30 @@
11
Using a USB WiFi Adapter with VirtualBox
22

3-
Borrowed from Josh, an Amazon Customer that bought a Panda USB WiFi
4-
adapter that uses an mt7612u chipset. This guide should apply to
5-
any USB3 capable adapter.
3+
Updated: 2025-01-28
4+
5+
Important step: add your username to the "vboxuser" group.
6+
7+
To add your username to the "vboxuser" group, open a terminal and run
8+
the command "sudo usermod -aG vboxusers your_username"; this will add
9+
your username to the vboxusers group. Keep in mind that `sudo` requires
10+
elevated privileges, meaning you need administrator access.
11+
12+
Much of the information below is borrowed from Josh, an Amazon Customer
13+
that bought a Panda USB WiFi adapter that uses an mt7612u chipset. This
14+
guide should apply broadly to the task of making a USB WiFi adapter work
15+
with VirtualBox. .
616

717
This guide is intended for those who are facing issues when using an
8-
adapter with Kali. If you are running Kali on VirtualBox from a
9-
Windows host and experiencing problems, here are some troubleshooting
10-
steps to help you out:
18+
adapter with Kali as it is common for beginning Kali users to have
19+
problems if running in a VM. However, the priciples in this guide should
20+
work for most Linux distros.
1121

12-
1. Make sure you have the latest VirtualBox and Extension Pack installed
13-
before proceeding.
22+
If you are running Kali on VirtualBox from a Windows host and
23+
experiencing problems, here are some troubleshooting steps to help you
24+
out:
25+
26+
1. Make sure you have VirtualBox and Extension Pack installed before
27+
proceeding.
1428

1529
2. Configure USB settings:
1630

@@ -20,7 +34,8 @@ before proceeding.
2034

2135
- Check "Enable USB Controller."
2236

23-
- Select "USB 3.0 (xHCI) Controller" from the list.
37+
- Select "USB 3.0 (xHCI) Controller" from the list, if your adapter is
38+
a USB3 capable adapter.
2439

2540
- Under "USB Device Filters," add a new USB filter and choose your
2641
adapter (if your adapter uses a Mediatek chip, it should appear as
@@ -33,8 +48,8 @@ something like "MediaTek Inc. Wireless").
3348
- Start Kali and run "ip addr" from the terminal.
3449

3550
- You should see the adapter listed as "wlan0." Keep in mind that your
36-
adapter may be assigned a different number than 0 or if you have turned
37-
on predictable network interface names then your wireless interface
51+
adapter may be assigned a different number than 0 or, if you have turned
52+
on predictable network interface names, then your wireless interface
3853
name may be some thing like "wlx0035bc05649".
3954

4055
4. Further troubleshooting (if necessary):
@@ -56,14 +71,12 @@ intact.
5671
- After uninstalling, delete the old "vbox.sys" drivers from the
5772
mentioned directory.
5873

59-
- Install the latest version of VirtualBox and the Extension Pack.
60-
61-
- Repeat the USB settings configuration mentioned earlier, if necessary.
74+
- Go to Step 1: Install VirtualBox and the Extension Pack and then
75+
continue with the additional steps.
6276

6377
- Launch Kali, and the adapter should now function correctly.
6478

6579
By following these steps, you should be able to resolve any issues with
66-
the adapter's compatibility with Kali on VirtualBox. Also, you're
67-
welcome for the shortcuts ;)
80+
the adapter's compatibility with Kali on VirtualBox.
6881

69-
If you have ideas to improve the above guide, please in `Issues`.
82+
If you have ideas to improve this guide, please post in `Issues`.

0 commit comments

Comments
 (0)