D
D
Direwolf2020-08-01 21:28:20
network hardware
Direwolf, 2020-08-01 21:28:20

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

5 answer(s)
A
AVKor, 2020-08-01
@AVKor

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).

Kali is not a distribution for beginners.
Stop doing nonsense and install Debian standard.

H
hint000, 2020-08-02
@hint000

I tried to find a driver for this card for Linux on the Internet (unsuccessfully)
What if I find it?
https://github.com/tomaspinho/rtl8821ce - a repository and a bunch of installation descriptions using this repository:
https://medium.com/@kimiyukiyukawa/installing-rtl8...
https://askubuntu.com/questions/ 1080561/ubuntu-18-...
https://ubuntugeeks.com/questions/272808/how-to-in...
https://linuxmint.com.ru/viewtopic.php?t=4520
And all this was found per minute, on the first page of Google.

C
CityCat4, 2020-08-03
@CityCat4

What to do if the Kali Linux installer does not see the laptop's network card?

Say "the whole world is a mess" and go back to minecraft...
Why do you need Kali? Why not bubunta, not debian? If you are not looking for easy ways - well, put a gent - there will be so much sekas that you will remember for a long time ...

D
dimension_Kali, 2020-10-30
@dimension_Kali

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 question

Ask a Question

731 491 924 answers to any question