2
2
3
3
Updated: 2025-01-28
4
4
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
-
12
5
Much of the information below is borrowed from Josh, an Amazon Customer
13
6
that bought a Panda USB WiFi adapter that uses an mt7612u chipset. This
14
7
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
23
16
running Kali on VirtualBox from a Windows host and experiencing
24
17
problems, here are some troubleshooting steps to help you out:
25
18
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.
28
32
29
- 2 . Configure USB settings:
33
+ 3 . Configure USB settings:
30
34
31
35
- Plug the adapter into your Windows host system.
32
36
@@ -43,7 +47,7 @@ something like "MediaTek Inc. Wireless").
43
47
44
48
- Click OK to apply the changes.
45
49
46
- 3 . Verify the adapter connection:
50
+ 4 . Verify the adapter connection:
47
51
48
52
- Start Kali and run "ip addr" from the terminal.
49
53
@@ -52,7 +56,7 @@ adapter may be assigned a different number than 0 or, if you have turned
52
56
on predictable network interface names, then your wireless interface
53
57
name may be some thing like "wlx0035bc05649".
54
58
55
- 4 . Further troubleshooting (if necessary):
59
+ 5 . Further troubleshooting (if necessary):
56
60
57
61
If the adapter still doesn't appear, follow these additional steps:
58
62
0 commit comments