Bonjour,
Je suis novice sur Ubuntu et je viens récemment d'acheter un PC sur lequel j'ai installé Ubuntu 20.04 en dualboot avec Windows 10. Toutefois, je rencontre quelques problèmes de connexions Wifi. En effet, Ubuntu reconnaît bien ma connexion Wifi mais il semble y avoir des problèmes de lenteur comparé à Windows 10. De plus la commande iwconfig m'indique "no wireless extension".
Voici également quelques résultats de mon wificheck :
>> sudo iwconfig
wlo1 no wireless extensions.
3
enp3s0 no wireless extensions.
lo no wireless extensions.
>> cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04 LTS"
>> lspci -k -nn | grep -A 3 -i net
00:14.3 Network controller [0280]: Intel Corporation Wireless-AC 9560 [Jefferson Peak] [8086:a370] (rev 10)
DeviceName: Onboard - Ethernet
Subsystem: Intel Corporation Wireless-AC 9560 [Jefferson Peak] [8086:0034]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
--
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:208f]
Kernel driver in use: r8169
Kernel modules: r8169
>> sudo lshw -C network
*-network
description: Ethernet interface
produit: Wireless-AC 9560 [Jefferson Peak]
fabricant: Intel Corporation
identifiant matériel: 14.3
information bus: pci@0000:00:14.3
nom logique: wlo1
version: 10
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress msix bus_master cap_list ethernet physical
configuration : broadcast=yes driver=iwlwifi driverversion=5.4.0-28-generic firmware=46.6bf1df06.0 9000-pu-b0-jf-b0- ip=192.168.43.243 latency=0 link=yes multicast=yes
ressources : irq:16 mémoire:a441c000-a441ffff
*-network
description: Ethernet interface
produit: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
fabricant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:03:00.0
nom logique: enp3s0
version: 15
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration : autonegotiation=on broadcast=yes driver=r8169 firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII
ressources : irq:16 portE/S:3000(taille=256) mémoire:a4204000-a4204fff mémoire:a4200000-a4203fff
>> ifconfig -a
enp3s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether mac txqueuelen 1000 (Ethernet)
RX packets 14169 bytes 13645172 (13.6 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 10932 bytes 1271755 (1.2 MB)
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 (Boucle locale)
RX packets 3327 bytes 321812 (321.8 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3327 bytes 321812 (321.8 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlo1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.43.243 netmask 255.255.255.0 broadcast 192.168.43.255
inet6 fe80::86af:aeb0:c57a:c71c prefixlen 64 scopeid 0x20<link>
ether mac txqueuelen 1000 (Ethernet)
RX packets 502 bytes 151865 (151.8 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 570 bytes 77646 (77.6 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
>> uname -r -m
5.4.0-28-generic x86_64
>> sudo rfkill list
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
3: phy2: Wireless LAN
Soft blocked: no
Hard blocked: no
Merci d'avance pour votre aide précieuse !