Skip to content

Commit 69f3de4

Browse files
authored
Update Using_USB_Adapter_in_VirtualBox.md
1 parent 8e45810 commit 69f3de4

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

home/Using_USB_Adapter_in_VirtualBox.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
Updated: 2025-01-28
44

5-
Important first 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-
125
Much of the information below is borrowed from Josh, an Amazon Customer
136
that bought a Panda USB WiFi adapter that uses an mt7612u chipset. This
147
guide should apply broadly to the task of making a USB WiFi adapter work
@@ -23,10 +16,21 @@ USB WiFi adapters are not set up automatically in VM's. If you are
2316
running Kali on VirtualBox from a Windows host and experiencing
2417
problems, here are some troubleshooting steps to help you out:
2518

26-
1. Make sure you have VirtualBox and Extension Pack installed before
27-
proceeding.
19+
1. Make sure you have VirtualBox and Extension Pack installed.
20+
21+
Important step after installing VirtualBox:
22+
23+
add your username to the "vboxuser" group.
24+
25+
To add your username to the "vboxuser" group, open a terminal and run
26+
the command "sudo usermod -aG vboxusers your_username"; this will add
27+
your username to the vboxusers group. Keep in mind that `sudo` requires
28+
elevated privileges, meaning you need administrator access.
29+
30+
2. Install USB WiFi adapter driver in Kali if necessary. Mediatek based
31+
adapters will not require this step.
2832

29-
2. Configure USB settings:
33+
3. Configure USB settings:
3034

3135
- Plug the adapter into your Windows host system.
3236

@@ -43,7 +47,7 @@ something like "MediaTek Inc. Wireless").
4347

4448
- Click OK to apply the changes.
4549

46-
3. Verify the adapter connection:
50+
4. Verify the adapter connection:
4751

4852
- Start Kali and run "ip addr" from the terminal.
4953

@@ -52,7 +56,7 @@ adapter may be assigned a different number than 0 or, if you have turned
5256
on predictable network interface names, then your wireless interface
5357
name may be some thing like "wlx0035bc05649".
5458

55-
4. Further troubleshooting (if necessary):
59+
5. Further troubleshooting (if necessary):
5660

5761
If the adapter still doesn't appear, follow these additional steps:
5862

0 commit comments

Comments
 (0)