Kunal Purohit
New Member
It says "Your network is probably not using the DHCP protocol. Alternatively, the DHCP server may be slow or some network hardware is not working properly."
Please help me with this
Please help me with this
Try resetting your router unplug it for one minute then plug back in try to reconnectIt says "Your network is probably not using the DHCP protocol. Alternatively, the DHCP server may be slow or some network hardware is not working properly."
Please help me with this
Try resetting your router unplug it for one minute then plug back in try to reconnec
But I am not connected to any router i am just installing Kali Linux, i don't think that installation requires internet connection.Try resetting your router unplug it for one minute then plug back in try to reconnect
lspci | grep -i network
Hey what I did is selected the option "Do not configure DHCP protocol at this time" and the installation got completed. After installing i am getting error while updating the Linux using sudo apt update command. I think it is due to that network configuration problem. What should I do now?I do not believe this is a DHCP problem but more like missing firmware for the network card - If it is not seeing the network card then it won't see DHCP
boot form the live USB and run in the terminal
Since Kali is based on Debian you can get the firmware from here - https://debian.pkgs.org/11/debian-nonfree-amd64/Code:lspci | grep -i network
download the correct DEB file
Here is mine as an example:
expirion:~$ lspci | grep -i network
03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
So when I go the the above listed website I would download - firmware-atheros_20210315-3_all.deb
You then put that DEB file onto another USB stick, not the LiveUSB - As soon as you start the Install process from the LiveUSB plug in the second USB - Kali should pick up that DEB file on the second USB and install it during the installation process - Debian does, so I believe Kali should do the same thing. Hopefully this will fix it.
run theHey what I did is selected the option "Do not configure DHCP protocol at this time" and the installation got completed. After installing i am getting error while updating the Linux using sudo apt update command. I think it is due to that network configuration problem. What should I do now?
lspci | grep -i network
it is not picking the DEB file from different USB then the live one, what should i do now?I do not believe this is a DHCP problem but more like missing firmware for the network card - If it is not seeing the network card then it won't see DHCP
boot form the live USB and run in the terminal
Since Kali is based on Debian you can get the firmware from here - https://debian.pkgs.org/11/debian-nonfree-amd64/Code:lspci | grep -i network
download the correct DEB file
Here is mine as an example:
expirion:~$ lspci | grep -i network
03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
So when I go the the above listed website I would download - firmware-atheros_20210315-3_all.deb
You then put that DEB file onto another USB stick, not the LiveUSB - As soon as you start the Install process from the LiveUSB plug in the second USB - Kali should pick up that DEB file on the second USB and install it during the installation process - Debian does, so I believe Kali should do the same thing. Hopefully this will fix it.
What is the error you are getting? If Kali is now installed you should be able to install the deb file - right click and open a terminal where the deb is stored and runAfter installing i am getting error while updating the Linux using sudo apt update command
sudo dpkg -i package_name.deb