Skip to content

Instantly share code, notes, and snippets.

@vitaly-los
Created August 10, 2018 10:42
Show Gist options
  • Save vitaly-los/97251bd465f7455452358e0849641d45 to your computer and use it in GitHub Desktop.
Save vitaly-los/97251bd465f7455452358e0849641d45 to your computer and use it in GitHub Desktop.
kali wi-wi adapter
apt-get update
apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
modprobe wl
https://www.linux.org.ru/forum/general/11153095
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment