Carlos Garcés
Carlos Garcés
Hi. The make file can't find your kernel sources Is looking at /usr/src/linux-headers-5.10.17-v8+ but not found arch/aarch64/Makefile Are you using a arm 32 bits kernel? Please post the results of...
Check the content of `/usr/src/linux-headers-5.10.17-v8+` looks like you don't have the correct headers Maybe `sudo apt-get install linux-headers-$(uname -r)` Solve your problems
Looks like a problem with your distribution ¿raspbian? Please read this: https://www.raspberrypi.org/documentation/linux/kernel/headers.md
> Thanks a lot, I'll have to get back to this tomorrow. If you have any tips or coaching based on this, I'd greatly appreciate: > > https://www.raspberrypi.org/documentation/linux/kernel/building.md Note that...
Hi. First of all please execute lsusb and give me the usb id of your wifi device. 1. Try to use mainline driver, rtl8xxxu is your best option. 2. If...
You have the kernel headers installed? `sudo apt-get install linux-headers-$(uname -r) `
I'm not familiar with kali linux I don't know where are located the kernel src files. dkms is looking at `/lib/modules/5.10.0-kali3-amd64/build` and `/lib/modules/5.10.0-kali3-amd64/source` You can set the correct folder manually...
Hi @charliewaffles148 One file is missing on your kernel packaging You can fetch it from linux kernel sources. ```bash sudo wget https://raw.githubusercontent.com/torvalds/linux/master/scripts/module.lds.S -O /usr/src/linux-headers-5.10.0-kali3-amd64/scripts/module.lds sudo sed -i '$ d' /usr/src/linux-headers-5.10.0-kali3-amd64/scripts/module.lds...
> > so popular that we don't really have extra unused compute capacity to offer at a Spot discount. > > If so, how he would explain that I'm perfectly...
> Answer not (more) needed ;-) Found some hint in phy_SetBBSwingByBand_8814A() so rtl8814/rtw8814a some kind of jaguar2 hmmm. Based on the RTL propietary driver, 8814A is a JAGUAR2 driver just...