What have you tried:
I am trying to resolve a driver issue with my wireless adapter. Kali simply doesn’t recognize it. This is the output from the lspci | grep "Network controller" command: 06:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device b851.
I know that the github repo at https://github.com/lwfinger/rtw89 has the driver, but
What is the error:
I cannot get past the make command after I clone the repo. This is the output I get from the make command:
This branch was created from the version merged into the wireless-next repo, which is in the 5.16 kernel. IF YOU USE DRIVERS FROM THIS REPO FOR KERNELS 5.16+, YOU MUST BLACKLIST THE KERNEL VERSIONS!!! FAILING TO DO THIS WILL RESULT IN ALL MANNER OF STRANGE ERRORS.
No, I have not done this. I am not sure how to blacklist. I will look it up this evening, and give it a go. However, I would like to explore why my Kali install, which was performed yesterday, does not pick up the b851 device since you indicated in your previous reply that the kernel version I am using has driver support for the Realtek b851 Network controller. Is there an apt package that I need to install? I’d prefer to do that instead of using the driver from the aforementioned GitHub repo.
The repo readme also states that kernels over 6.10 with distributions that adjust the kernel APIs (which Kali does BTW) can have adverse effects on the makefile process.
Right now I can only connect over Ethernet, but that requires me to physically locate my box near my router.
Yep, I’m learning the hard way. There seems to be several driver support issues with Kali and network interfaces. I can’t even get the DWA-181 driver working for a D-Link USB WiFi interface. The makefile for that official driver that I downloaded from the D-Link web site is spewing a long list of errors. This has been super frustrating.