Skip to content

Instantly share code, notes, and snippets.

@incyi
Last active January 21, 2023 10:24
Show Gist options
  • Save incyi/2b167c7ce5b96459c101a9030f16e212 to your computer and use it in GitHub Desktop.
Save incyi/2b167c7ce5b96459c101a9030f16e212 to your computer and use it in GitHub Desktop.
Kali Linux on Lenovo Thinkpad X280
## Kali Linux on Lenovo Thinkpad X280
# Install intell internal Wi-Fi
lspci
# 3b:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)
mount kali-linux-2022.4-installer-everything-amd64.iso /media/cdrom
cd /media/cdrom/firmware/
cp firmware-iwlwifi_20221012-1+kali1_all.deb /root/
cd /root/
dpkg -i firmware-iwlwifi_20221012-1+kali1_all.deb
# Install Bluetooth
# Reference: https://www.maketecheasier.com/setup-bluetooth-in-linux/
modprobe btusb
sudo systemctl enable bluetooth.service
sudo systemctl start bluetooth.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment