Skip to content

Commit 6671be2

Browse files
authored
Update Using_USB_Adapter_in_VirtualBox.md
1 parent dc864e0 commit 6671be2

File tree

1 file changed

+33
-18
lines changed

1 file changed

+33
-18
lines changed

home/Using_USB_Adapter_in_VirtualBox.md

+33-18
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,30 @@
1-
## Using a USB WiFi Adapter with VirtualBox
1+
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 but the general principles apply to most VM's as
9-
USB WiFi adapters are generally not set up automatically in VM's. If
10-
you are running Kali on VirtualBox from a Windows host and experiencing
11-
problems, here are some troubleshooting 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.
21+
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:
1225

13-
1. Make sure you have the latest VirtualBox and Extension Pack installed
14-
before proceeding.
26+
1. Make sure you have VirtualBox and Extension Pack installed before
27+
proceeding.
1528

1629
2. Configure USB settings:
1730

@@ -21,7 +34,8 @@ before proceeding.
2134

2235
- Check "Enable USB Controller."
2336

24-
- 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.
2539

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

3650
- You should see the adapter listed as "wlan0." Keep in mind that your
37-
adapter may be assigned a different number than 0 or if you have turned
38-
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
3953
name may be some thing like "wlx0035bc05649".
4054

4155
4. Further troubleshooting (if necessary):
@@ -57,14 +71,15 @@ intact.
5771
- After uninstalling, delete the old "vbox.sys" drivers from the
5872
mentioned directory.
5973

60-
- Install the latest version of VirtualBox and the Extension Pack.
61-
62-
- 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.
6376

6477
- Launch Kali, and the adapter should now function correctly.
6578

6679
By following these steps, you should be able to resolve any issues with
67-
the adapter's compatibility with Kali on VirtualBox. Also, you're
68-
welcome for the shortcuts ;)
80+
the adapter's compatibility with Kali on VirtualBox.
81+
82+
If you have ideas to improve this guide, please post in `Issues`.
83+
6984

7085
If you have ideas to improve the above guide, please post in `Issues`.

0 commit comments

Comments
 (0)