Satellune Bonjour, j'ai installé ubuntu 20.04.1 LTS sur un HP pavillondv9700-Notebook-PC suite à des problèmes de mise à jour sous xubuntu et malheureusement le wifi n'est pas reconnu. J'ai installé le firmware mais rien ne se passe: https://doc.ubuntu-fr.org/wifi_broadcom_bcm43xx#quel_pilote_utiliser J'avais déjà eu ce problème sous ubuntu 19 et en installant BCM4321 ça fonctionnait est-ce que quelqu'un peut m'aider? J'ai aussi un message d'erreur sur le logiciel d'application: erreur à l'ouverture du répertoire /usr/share/appdata Merci
xubu1957 Bonjour, L'ordi est de quelle année ? Voir le § 2 et le début du § 3 > [Tuto] Pas de Wi-fi ? Eléments importants à vérifier, pour désactiver le secure-boot.
xubu1957 Satellune a écritJ'avais déjà eu ce problème sous ubuntu 19 et en installant BCM4321 ça fonctionnait est-ce que quelqu'un peut m'aider? satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$ sudo lshw -C network [sudo] password for satellune: *-network description: Network controller produit: BCM4312 802.11b/g LP-PHY C'était BCM4312 > Connexion Wifi - Problème pilote carte wifi
Satellune en fait j'ai fait une faute de frappe c'est bien BCM4312 que j'ai installé... Que dois-je faire du coup?
xubu1957 Montre, en te servant du Retour utilisable de commande : lspci -nnk | grep 0280 -A3 lsmod | grep cfg80211 rfkill list all uname -a iwconfig nmcli dev wifi bootctl et : dpkg -l | grep -v ^ii
Satellune satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$ lspci -nnk | grep 0280 -A3 02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01) Subsystem: Hewlett-Packard Company BCM4312 802.11b/g Wireless LAN Controller [103c:137d] Kernel driver in use: b43-pci-bridge Kernel modules: ssb satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$ lsmod | grep cfg80211 cfg80211 704512 2 b43,mac80211 satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$ rfkill list all 0: hp-wifi: Wireless LAN Soft blocked: no Hard blocked: no satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$ uname -a Linux satellune-HP-Pavilion-dv9700-Notebook-PC 5.4.0-54-generic #60-Ubuntu SMP Fri Nov 6 10:37:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$ iwconfig enp8s0 no wireless extensions. lo no wireless extensions. satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$ nmcli dev wifi satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$ bootctl Couldn't find EFI system partition. It is recommended to mount it to /boot or /efi. Alternatively, use --esp-path= to specify path to mount point. System: Not booted with EFI satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$ dpkg -l | grep -v ^ii Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder | État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements |/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais) ||/ Nom Version Architecture Description +++-==========================================-===================================-============-====================================================================================================== satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$ ^C satellune@satellune-HP-Pavilion-d
Satellune satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$ sudo ip link set wlan0 up [sudo] Mot de passe de satellune : Cannot find device "wlan0"
xubu1957 Dans le doute de l'intégrité du noyau actuel > ./viewtopic.php?pid=22375872#p22375872, essaye : Le 29/05/2017, moko138 a écrit Démarrer sur un noyau précédent - redémarre en tapotant les touches Majuscules ou Echap - à l'apparition du menu de grub, descends avec la flèche bas, sur la ligne : Linux previous versions ou Advanced options for Ubuntu - valide - choisis un noyau autre que le plus récent. - valide et laisse le pc poursuivre son démarrage.
Satellune Parfait cela fonctionne! merci bcp pour votre efficacité et votre réactivité! Y a-t-il un moyen d'apporter un soutien financier à l'équipe de Ubuntu, je trouve le forum très réactif et je ne regrette en rien d'avoir installé Linux sur tous mes ordis et même mon smartphone!
xubu1957 Je vois cette page > enventelibre.org/fr/37-dons _ _ _ Tu peux montrer : iwconfig nmcli dev wifi ?
Satellune satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$ iwconfig wlan0 IEEE 802.11 ESSID:"Bbox-5D3DC02D" Mode:Managed Frequency:2.412 GHz Access Point: 40:65:A3:4C:55:20 Bit Rate=48 Mb/s Tx-Power=20 dBm Retry short limit:7 RTS thr:off Fragment thr:off Power Management:off Link Quality=70/70 Signal level=-2 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:7 Invalid misc:7 Missed beacon:0 enp8s0 no wireless extensions. lo no wireless extensions. satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$ nmcli dev wifi IN-USE BSSID SSID MODE CHAN RATE S> * 40:65:A3:4C:55:20 Bbox-5D3DC02D Infra 1 130 Mbit/s 1> 62:12:8B:0B:C2:78 DIRECT-Fv78-MG5700series Infra 3 65 Mbit/s 1> satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$
xubu1957 Fournis les noyaux présents : echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
Satellune satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)" ii linux-headers-5.4.0-26 5.4.0-26.30 all ii linux-headers-5.4.0-26-generic 5.4.0-26.30 amd64 ii linux-image-5.4.0-26-generic 5.4.0-26.30 amd64 ii linux-modules-5.4.0-26-generic 5.4.0-26.30 amd64 ii linux-modules-extra-5.4.0-26-generic 5.4.0-26.30 amd64 ii linux-headers-5.4.0-54 5.4.0-54.60 all ii linux-headers-5.4.0-54-generic 5.4.0-54.60 amd64 ii linux-image-5.4.0-54-generic 5.4.0-54.60 amd64 ii linux-modules-5.4.0-54-generic 5.4.0-54.60 amd64 ii linux-modules-extra-5.4.0-54-generic 5.4.0-54.60 amd64 ii linux-generic-hwe-20.04 5.4.0.54.57 amd64 ii linux-headers-generic-hwe-20.04 5.4.0.54.57 amd64 ii linux-image-generic-hwe-20.04 5.4.0.54.57 amd64 Noyau courant : 5.4.0-26-generic x86_64 satellune@satellune-HP-Pavilion-dv9700-Notebook-PC:~$