![]() |
|
Kali Linux Live USB no wifi - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Operating Systems (https://sinister.ly/Forum-Operating-Systems) +--- Thread: Kali Linux Live USB no wifi (/Thread-Kali-Linux-Live-USB-no-wifi) |
Kali Linux Live USB no wifi - KNeom - 06-08-2020 I have downloaded Kali Linux live 2020.2 on to a USB with persistence. I can boot it successfully and it runs, but the problem i have is being unable to connect to my WiFi. Please Help have tried many videos and no solution works Also sorry forgot to mention it is a laptop if that matters which i think it may RE: Kali Linux Live USB no wifi - Skullmeat - 06-08-2020 It could be any number of things. My guess is the drivers for your wifi card arent open source, or there is no linux driver. Check to see if you have the non-free repositories enabled. RE: Kali Linux Live USB no wifi - KNeom - 06-08-2020 (06-08-2020, 01:33 AM)Skullmeat Wrote: It could be any number of things. My guess is the drivers for your wifi card arent open source, or there is no linux driver. Check to see if you have the non-free repositories enabled.May i ask how u do that? RE: Kali Linux Live USB no wifi - Skullmeat - 06-08-2020 Taken from: https://www.kali.org/docs/general-use/kali-linux-sources-list-repositories/ On a standard, clean install of Kali Linux, with network access, you should have the following entry present in /etc/apt/sources.list: Code: ali@kali:~$ grep -v '#' /etc/apt/sources.list | sort -u
deb http://http.kali.org/kali kali-rolling main non-free contrib
kali@kali:~$f the output doesn’t exactly match up to the above output, you may not be able to install any new additional packages or receive updates. This may happen for any number of reasons, such as: - You did an off-line install (such as missing a network connection during installation). - You have switched your branch. - Using a different (hardcoded) mirror]. You will probably want to read the “switching branches” section to alter this. https://www.kali.org/docs/general-use/kali-linux-sources-list-repositories/ RE: Kali Linux Live USB no wifi - Drako - 06-08-2020 I've dealt with an issue like that before. It could be two network managers clashing, or one just isn't running. Do you know what manager you have installed? By default you should have NetworkManager. RE: Kali Linux Live USB no wifi - KNeom - 06-08-2020 (06-08-2020, 02:00 AM)Drako Wrote: I've dealt with an issue like that before. It could be two network managers clashing, or one just isn't running. Do you know what manager you have installed? By default you should have NetworkManager.Yes i have NetworkManager Installed. RE: Kali Linux Live USB no wifi - mothered - 06-08-2020 Does It establish a connection on another PC? RE: Kali Linux Live USB no wifi - xehir32406 - 06-08-2020 (06-08-2020, 01:27 AM)KNeom Wrote: I have downloaded Kali Linux live 2020.2 on to a USB with persistence. Try to update your operating system it will help
RE: Kali Linux Live USB no wifi - Drako - 06-08-2020 (06-08-2020, 02:43 AM)KNeom Wrote:(06-08-2020, 02:00 AM)Drako Wrote: I've dealt with an issue like that before. It could be two network managers clashing, or one just isn't running. Do you know what manager you have installed? By default you should have NetworkManager.Yes i have NetworkManager Installed. Okay, try to disable and enable NetworkManager. If you get an error trying to disable it, that may mean NetworkManager was never running in the first place. RE: Kali Linux Live USB no wifi - KNeom - 06-18-2020 (06-08-2020, 06:24 PM)Drako Wrote:Sorry for the late reply it actually is not running in the first place how do i get it running?(06-08-2020, 02:43 AM)KNeom Wrote:(06-08-2020, 02:00 AM)Drako Wrote: I've dealt with an issue like that before. It could be two network managers clashing, or one just isn't running. Do you know what manager you have installed? By default you should have NetworkManager.Yes i have NetworkManager Installed. (06-08-2020, 03:29 AM)mothered Wrote: Does It establish a connection on another PC?Unable to access another pc at the moment |