Answer the question
In order to leave comments, you need to log in
What to do if the Kali Linux installer does not see the laptop's network card?
I am installing Kali Linux on my PC for the first time (before that I did not work with Linux and therefore I do not understand it).
Here's the problem: the Kali installer couldn't find the network card of the laptop (Lenovo). I decided to look for the driver for my card in the list that the installer offered me, but I did not find it there.
Here is the name of the card: Realtek 8821CE Wireless LAN 802.11ac PCI-E NIC.
I also tried to find a driver for this card for Linux on the Internet (unsuccessfully).
Can you suggest what to do in this situation?
Answer the question
In order to leave comments, you need to log in
I am installing Kali Linux on my PC for the first time (before that I did not work with Linux and therefore I do not understand it).
I tried to find a driver for this card for Linux on the Internet (unsuccessfully)What if I find it?
What to do if the Kali Linux installer does not see the laptop's network card?
My solution on this topic (rtl8821ce)
1.
-apt-get update
-apt-get install open-vm-tools-desktop fuse
-reboot
2.
-nano /etc/apt/sources.list
-(deb http.kali.org /kali kali-rolling main non-free contrib)
(deb-src http.kali.org/kali kali-rolling main non-free contrib)
3.
-apt-get update
-apt-get upgrade
-apt-get dist-upgrade
-reboot
4.
-apt-get install linux-headers-$(uname -r)
5.
-apt install bc module-assistant build-essential dkms
-ma prepare
6.
-git clonehttps://github.com/tomaspinho/rtl8821ce.git
-cd rtl8821ce
-./dkms-install.sh
-make
-install make
-reboot
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question