You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone. I need help.
I am encountering an error while installing wifi driver for Linux. I am using version 2024.3.
The chipset of my wifi card is realtek 8812bu.
While installing the driver from github, when I run the make command on the terminal, I encounter the error "make error 2".
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.10.11-amd64/build M=/home/kali/Downloads/RTL8812BU modules
make[1]: *** /lib/modules/6.10.11-amd64/build: No such file or directory. Stop.
make: *** [Makefile:2506: modules] Error 2
I did research on the internet, but the problem was not solved.
The brand of my USB wifi card is "zyxel nwd6602"
my Kali Version :
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
VERSION_ID="2024.3"
VERSION="2024.3"
VERSION_CODENAME=kali-rolling
ID=kali
ID_LIKE=debian
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
ANSI_COLOR="1;31"
The text was updated successfully, but these errors were encountered:
Hello everyone. I need help.
I am encountering an error while installing wifi driver for Linux. I am using version 2024.3.
The chipset of my wifi card is realtek 8812bu.
While installing the driver from github, when I run the make command on the terminal, I encounter the error "make error 2".
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.10.11-amd64/build M=/home/kali/Downloads/RTL8812BU modules
make[1]: *** /lib/modules/6.10.11-amd64/build: No such file or directory. Stop.
make: *** [Makefile:2506: modules] Error 2
I did research on the internet, but the problem was not solved.
The brand of my USB wifi card is "zyxel nwd6602"
my Kali Version :
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
VERSION_ID="2024.3"
VERSION="2024.3"
VERSION_CODENAME=kali-rolling
ID=kali
ID_LIKE=debian
HOME_URL="https://www.kali.org/"
SUPPORT_URL="https://forums.kali.org/"
BUG_REPORT_URL="https://bugs.kali.org/"
ANSI_COLOR="1;31"
The text was updated successfully, but these errors were encountered: