PDA

View Full Version : Kali linux networking or NetworkManager breaks automatically and no wlan0



NobinPegasus
2022-05-05, 20:28
I am using kali linux.
My wifi is gone.
Either my NetworkManager goes down and active fails or my networking. As a result I'm unable to use my wifi help!!!

obscuredsecurity
2022-07-14, 03:47
This might help if the issue still reoccuring

sudo service networking restart

dmesg| less (this will tell you if the driver failed to load)

modprobe <name of driver> this will load the driver

My skill is mid-level so I'm new to advance system management for Linux, but I had this issue as well
and did some digging and found out that my driver was failing to load. In attempt to install the factory driver
I just thought to manually load the default driver that kali had, and it worked!