I'm having some serious issues with the network manager in Kali. I have read 25+ other threads / questions with this problem to no avail. Here is what is happening. Essentially the icon is missing from the top and there seems to be no way to open it.
On a Kali Linux live USB (latest stable version of OS) plugged into a Macbook Air, the network manager icon is missing in the corner. Many threads suggest that you "right click and add to panel" to get it back, but I can't right click this-- right-clicking the upper right notifications area does the same thing as left-clicking. There is no option to add anything.
I have tried running NetworkManager at the terminal, and it recognizes the command but does nothing. I have also tried running /etc/init.d/network-manager start after stopping it, and it tells me it is starting it but nothing appears on the screen and nothing changes.
When I go to Settings, the only related area is "Network" which brings up a little window with some proxy options and nothing else. This doesn't seem to be the Network Manager, which is also not listed under Applications.
What is going on here? I don't know what to try next. I have no internet access so I can't download anything.
Edit:
Here is the output of iwconfig:
lo no wireless extensions
Here is the output of ifconfig:
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0.10<host>
loop txqueulen - (Local Loopback)
RX packets 16 bytes 960 (960.0B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 16 bytes 960 (960.0B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Here is the output of ipconfig:
bash: ipconfig: command not found
Here is the output of lspci | grep -i network:
03:00.0 Network controller: Broadcom Corporation BCM4360 802.11ac Wireless Network Adapter (rev 03)
Also, service network-manager restart has no output at all. And running nm-applet causes a notification to pop up that reads "Disconnected: The network connection has been disconnected." There is no other result.