Page 2 sur 2
Re: logiciel pour le wifi
Posté : lun. 4 nov. 2019 15:07
par Bloblo
Dernier message de la page précédente :
Non, il y a pas de soucis de ce coté la, network manager apparaît bien,
mais dans les paramètres, il y a pas d'option pour le wifi. Tout ce que j'ai c'est une option pour créer une connexion wifi. J'ai pas de liste de Wifi détectés dans mon secteur:
Plus d'info, sur la ligne de commande qui tu m'a demandé de réaliser:
Code : Tout sélectionner
apt-cache policy network-manager
network-manager:
Installé : 1.10.6-2ubuntu1.1
Candidat : 1.10.6-2ubuntu1.1
Table de version :
*** 1.10.6-2ubuntu1.1 500
500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
100 /var/lib/dpkg/status
1.10.6-2ubuntu1 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
Ma carte réseau:
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723
Re: logiciel pour le wifi
Posté : lun. 4 nov. 2019 17:35
par Bloblo
Bon, j'ai installé Ukuu, pour changer ne noyau, rien à changé.
J'ai installer Wifi-radar, aucune connexion, j'ai ça:
Code : Tout sélectionner
2019-11-04 17:30:24,985: get_network_device: No WiFi device found, please set this in the preferences.
2019-11-04 17:30:24,987: get_network_device: No WiFi device found, please set this in the preferences.
: error fetching interface information: Device not found
Interface doesn't support scanning.
2019-11-04 17:30:26,060: get_network_device: No WiFi device found, please set this in the preferences.
Interface doesn't support scanning.
2019-11-04 17:30:27,086: get_network_device: No WiFi device found, please set this in the preferences.
Interface doesn't support scanning.
2019-11-04 17:30:28,109: get_network_device: No WiFi device found, please set this in the preferences.
Interface doesn't support scanning.
2019-11-04 17:30:29,128: get_network_device: No WiFi device found, please set this in the preferences.
Interface doesn't support scanning.
2019-11-04 17:30:30,149: get_network_device: No WiFi device found, please set this in the preferences.
Interface doesn't support scanning.
2019-11-04 17:30:31,176: get_network_device: No WiFi device found, please set this in the preferences.
Re: logiciel pour le wifi
Posté : lun. 4 nov. 2019 17:55
par Bloblo
C'est quand même bizarre que les distributions basés sur debian, il n y ai pas la wifi par défaut. Tous les ordinateurs portables sont équipés de la wifi. Ces commandes ont régler le problème:
Code : Tout sélectionner
sudo apt install wget
wget -d -c -O 'rtlwifi_new.zip' 'https://github.com/lwfinger/rtlwifi_new/archive/extended.zip';
unzip rtlwifi_new.zip;
cd rtlwifi_new-extended;
make;
sudo make install;
sudo modprobe -r rtl8723de;
sudo modprobe rtl8723de;
Merci.