**SOLVED*How to enable WiFi kick secure install HD

Hi!
Relative newbie. Installed kick secure to my hard drive.
Unable to connect to any WiFi networks?
I can use my mobile via USB tether but need to be able to connect to my Proton Invizbox2 secure WiFi.
How to make the WiFi discoverable please?
Thank you.

What WiFi card does your system use? Lots of cards should work out of the box, but some newer cards might require a newer kernel than the default Debian 12 kernel shipped in Kicksecure, and you may need a third-party driver for certain Realtek and Broadcom cards. If you run lspci -k, it should tell you what PCI(e) devices are in your system, you can find your WiFi card in the list. (You can also post the output of the command here if you’d like someone else to look over it.)

2 Likes
Subsystem: Hewlett-Packard Company Raptor Lake LPC/eSPI Controller

00:1f.3 Multimedia audio controller: Intel Corporation Raptor Lake-P/U/H cAVS (rev 01)
Subsystem: Hewlett-Packard Company Raptor Lake-P/U/H cAVS
Kernel driver in use: sof-audio-pci-intel-tgl
00:1f.4 SMBus: Intel Corporation Alder Lake PCH-P SMBus Host Controller (rev 01)
Subsystem: Hewlett-Packard Company Alder Lake PCH-P SMBus Host Controller
Kernel driver in use: i801_smbus
00:1f.5 Serial bus controller: Intel Corporation Alder Lake-P PCH SPI Controller (rev 01)
Subsystem: Hewlett-Packard Company Alder Lake-P PCH SPI Controller
01:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller PM9B1 (rev 02)
Subsystem: Samsung Electronics Co Ltd NVMe SSD Controller PM9B1 (DRAM-less)
Kernel driver in use: nvme
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8852BE PCIe 802.11ax Wireless Network Controller
DeviceName: WLAN
Subsystem: Hewlett-Packard Company RTL8852BE PCIe 802.11ax Wireless Network Controller
[user ~]%
[user ~]%

Also when running Anon connection Wizard, getting “Tor Controller Cannot Be Constructed”

Well I solved the wifi issue :grinning:

sudo apt-get update
sudo apt-get install make gcc linux-headers-$(uname -r) build-essential git
git clone https://github.com/lwfinger/rtw89.git
cd rtw89
make
sudo make install
sudo update-initramfs -u
sudo reboot


Now to sort the Annon connection issue.
Solved. Installed whonix within via virtualbox!
1 Like