1
- ## Using a USB WiFi Adapter with VirtualBox
1
+ Using a USB WiFi Adapter with VirtualBox
2
2
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. .
6
16
7
17
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:
12
25
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.
15
28
16
29
2 . Configure USB settings:
17
30
@@ -21,7 +34,8 @@ before proceeding.
21
34
22
35
- Check "Enable USB Controller."
23
36
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.
25
39
26
40
- Under "USB Device Filters," add a new USB filter and choose your
27
41
adapter (if your adapter uses a Mediatek chip, it should appear as
@@ -34,8 +48,8 @@ something like "MediaTek Inc. Wireless").
34
48
- Start Kali and run "ip addr" from the terminal.
35
49
36
50
- 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
39
53
name may be some thing like "wlx0035bc05649".
40
54
41
55
4 . Further troubleshooting (if necessary):
@@ -57,14 +71,15 @@ intact.
57
71
- After uninstalling, delete the old "vbox.sys" drivers from the
58
72
mentioned directory.
59
73
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.
63
76
64
77
- Launch Kali, and the adapter should now function correctly.
65
78
66
79
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
+
69
84
70
85
If you have ideas to improve the above guide, please post in ` Issues ` .
0 commit comments