Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up WiFi on fresh Kali Linux 2021.1 disables wireless card and prevents WiFi from scanning #20

Open
claytonsulby opened this issue Apr 19, 2021 · 0 comments

Comments

@claytonsulby
Copy link

Installing kalipi-config by following the directions, I used the networking options to list my home network. I connected via the terminal GUI and now on boot no networks are listed and the connection I put in isn't connected either. I have also tried wait for connection on boot, but it doesn't connect and still boots.

I am using Raspberry Pi 4B, Kali Linux 2021.1 for Pi4.

I've tried:

source

wpa_passphase “wifiname” “wifipassword” > /etc/wpa_supplicant/wpa_supplicant.conf

in /etc/network/interfaces put:
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp

the trick is the last line, it MUST be the last one.

stop network manager
service network-manager stop
disable so that it doesn’t start at boot
systemctl disable network-manager

it might be important to start/restart the networking service
service networking start (or restart)

reboot and it should work it might also be useful to enable networking with
systemctl enable networking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant