Hello everyone,
I decided to make a post on this forum because after several hours of research and unsuccessful attempts I am completely blocked. This is the first time I use a linux as an OS on my daily computer. My problem: I can't connect with wifi, in the settings in the GUI I don't have wifi and via the CLI I can't see the interface (see below).
View attachment 12069
I wish to stay on kali linux, understand and especially succeed in making my wifi work, for the moment I use an ethernet cable in order to have access to internet.
After following this tutorial, I managed to have the wifi option available, then on reboot it disappeared and I couldn't put it back, there are some things I must have misunderstood.
I followed this thread but I didn't manage to correct my problem, that's why I open a new thread.
I tried to install the drivers and some work around similar problems, here is some informations:
uname:
ifconfig:
ip a:
lspci:
lsub:
inxi:
I thank you in advance for your help and I thank you for reading.
I decided to make a post on this forum because after several hours of research and unsuccessful attempts I am completely blocked. This is the first time I use a linux as an OS on my daily computer. My problem: I can't connect with wifi, in the settings in the GUI I don't have wifi and via the CLI I can't see the interface (see below).
View attachment 12069
I wish to stay on kali linux, understand and especially succeed in making my wifi work, for the moment I use an ethernet cable in order to have access to internet.
After following this tutorial, I managed to have the wifi option available, then on reboot it disappeared and I couldn't put it back, there are some things I must have misunderstood.
I followed this thread but I didn't manage to correct my problem, that's why I open a new thread.
I tried to install the drivers and some work around similar problems, here is some informations:
uname:
┌──(root㉿LAPTOP-KALI)-[/home/rodolphe]
└─# uname -a
Linux LAPTOP-KALI 5.16.0-kali3-amd64 #1 SMP PREEMPT Debian 5.16.11-1kali1 (2022-03-03) x86_64 GNU/Linux
ifconfig:
┌──(root㉿LAPTOP-KALI)-[/home/rodolphe]
└─# ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.129 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fde4:4cc2:8bbe:490f:2e0:4cff:fe82:15f prefixlen 64 scopeid 0x0<global>
inet6 fe80::2e0:4cff:fe82:15f prefixlen 64 scopeid 0x20<link>
inet6 fde4:4cc2:8bbe:490f:450c:58f5:7d24:98a7 prefixlen 64 scopeid 0x0<global>
ether 00:e0:4c:82:01:5f txqueuelen 1000 (Ethernet)
RX packets 150953 bytes 172875013 (164.8 MiB)
RX errors 0 dropped 3482 overruns 0 frame 0
TX packets 81961 bytes 13326276 (12.7 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 8 bytes 480 (480.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 8 bytes 480 (480.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
ip a:
┌──(root㉿LAPTOP-KALI)-[/home/rodolphe]
└─# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 00:e0:4c:82:01:5f brd ff:ff:ff:ff:ff:ff
inet 192.168.1.129/24 brd 192.168.1.255 scope global dynamic noprefixroute eth0
valid_lft 85613sec preferred_lft 85613sec
inet6 fde4:4cc2:8bbe:490f:450c:58f5:7d24:98a7/64 scope global temporary dynamic
valid_lft 1798sec preferred_lft 1798sec
inet6 fde4:4cc2:8bbe:490f:2e0:4cff:fe82:15f/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 1798sec preferred_lft 1798sec
inet6 fe80::2e0:4cff:fe82:15f/64 scope link noprefixroute
valid_lft forever preferred_lft forever
lspci:
┌──(root㉿LAPTOP-KALI)-[/home/rodolphe]
└─# lspci |grep Network
02:00.0 Network controller: MEDIATEK Corp. MT7921 802.11ax PCI Express Wireless Network Adapter
lsub:
┌──(root㉿LAPTOP-KALI)-[/home/rodolphe]
└─# lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 13d3:5458 IMC Networks USB2.0 HD UVC WebCam
Bus 003 Device 002: ID 13d3:3563 IMC Networks Wireless_Device
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 005: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter
Bus 002 Device 004: ID 05e3:0749 Genesys Logic, Inc. SD Card Reader and Writer
Bus 002 Device 002: ID 2109:0815 VIA Labs, Inc. USB3.0 Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 003: ID 2109:2813 VIA Labs, Inc. VL813 Hub
Bus 001 Device 004: ID 2109:8817 VIA Labs, Inc. USB Billboard Device
Bus 001 Device 002: ID 2109:2815 VIA Labs, Inc. USB2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
inxi:
Apparently my drivers do not seem to be installed...┌──(root㉿LAPTOP-KALI)-[/home/rodolphe]
└─# inxi -N
Network:
Device-1: MEDIATEK MT7921 802.11ax PCI Express Wireless Network Adapter
driver: N/A
Device-2: Realtek RTL8153 Gigabit Ethernet Adapter type: USB
driver: r8152
I thank you in advance for your help and I thank you for reading.