-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Help]: Install driver on Kali Linux VM which install on Apple M1 Silicon Macbook #571
Comments
Hi @1PingSun
You have installed the wrong driver. You need the rtl8821au driver. You have options: https://github.com/morrownr/8821au-20210708 or https://github.com/lwfinger/rtw88 rtw88 is used as a development and test repo for upstreaming driver into the Linux kernel. In fact, when the distro you are using includes kernel 5.14 or later, you won't have to look for a driver anymore. |
Hi, thanks for your suggestion. I am trying to use the lwfinger/rtw88 repo. After following the README file and installing the program I tried to load the driver with the command Thanks! |
Let's try it again: Go to the rtw88 directory in a terminal, then: $ make clean $ make $ sudo make install $ sudo reboot |
I got it done!! Finally, I used this repo: https://github.com/morrownr/8821au-20210708, and successfully install the driver for my WiFi Adapter smoothly! Thank you for your kind help. |
Great. Once you get to kernel 6.14, you won't want to install my morrownr driver as there will be a driver in the kernel. Your adapter should be plug and play at that point. Good luck. |
Checklist
uname
Linux kali 6.11.2-arm64 #1 SMP Kali 6.11.2-1kali1 (2024-10-15) aarch64 GNU/Linux
lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd QEMU Tablet Bus 001 Device 003: ID 0627:0001 Adomax Technology Co., Ltd QEMU Tablet Bus 001 Device 004: ID 0627:0001 Adomax Technology Co., Ltd QEMU Tablet Bus 001 Device 005: ID 0409:55aa NEC Corp. Hub Bus 001 Device 006: ID 46f4:0001 QEMU QEMU USB HARDDRIVE Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 002: ID 2357:011e TP-Link AC600 wireless Realtek RTL8811AU [Archer T2U Nano] Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
rfkill
none (not thing)
dkms
iw
What happened?
I have tried for more than 24 hours, but it still can't work.
Does anyone know how to install the AC600 driver on Kali VM which is installed on Apple M1 Silicon Macbook?
Thanks.
Device info
Laptop: Macbook Pro 14-inch, 2021 (M1 Pro chip)
VM Application: UTM
OS in VM: Linux Kali 6.11.2-arm64
USB WiFi Adapter: Archer T2U Nano (AC600)
The text was updated successfully, but these errors were encountered: