Pages : 1
#1 Le 26/03/2023, à 15:35
- billgastrik
[lspci | grep -i net] fait planter Ubuntu
Bonjour,
Mon ordinateur ne reconnait pas la carte Wifi et Bluetooth.
J'ai donc tenté un
lspci | grep -i net
et de consulter "PCI Devices" avec "Hard-Info" (System Profiler and Benchmark).
Dans les deux cas, cela fait planter mon système.
Quelqu'un aurait-il une idée de comment résoudre ce problème ?
Je vous remercie par avance,
Dernière modification par billgastrik (Le 26/03/2023, à 15:37)
Hors ligne
#2 Le 26/03/2023, à 15:41
- xubu1957
Re : [lspci | grep -i net] fait planter Ubuntu
Bonjour,
C'est pour le Dell 5406, avec la carte RTL8821 CE ?
Dernière modification par xubu1957 (Le 26/03/2023, à 15:42)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#3 Le 26/03/2023, à 15:45
- billgastrik
Re : [lspci | grep -i net] fait planter Ubuntu
Bonjour et merci pour ta réponse !
Non, c'est un autre PC, un Asus.
Mais, du coup ;-) :
Linux z 5.19.0-35-generic #36~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb 17 15:17:25 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
z@z:~$
pour
uname -a
z@z:~$ sudo bootctl
[sudo] password for z:
systemd-boot not installed in ESP.
System:
Firmware: n/a (n/a)
Secure Boot: disabled
Setup Mode: user
TPM2 Support: no
Boot into FW: supported
Current Boot Loader:
Product: n/a
Features: ✗ Boot counting
✗ Menu timeout control
✗ One-shot menu timeout control
✗ Default entry control
✗ One-shot entry control
✗ Support for XBOOTLDR partition
✗ Support for passing random seed to OS
✗ Boot loader sets ESP information
ESP: n/a
File: └─n/a
Random Seed:
Passed to OS: no
System Token: not set
Exists: no
Available Boot Loaders on ESP:
ESP: /boot/efi (/dev/disk/by-partuuid/17f7644f-93ac-4d3a-baf8-0025a4a390d8)
File: └─/EFI/BOOT/bootx64.efi
Boot Loaders Listed in EFI Variables:
Title: ubuntu
ID: 0x0001
Status: active, boot-order
Partition: /dev/disk/by-partuuid/17f7644f-93ac-4d3a-baf8-0025a4a390d8
File: └─/EFI/ubuntu/shimx64.efi
Title: Windows Boot Manager
ID: 0x0000
Status: active, boot-order
Partition: /dev/disk/by-partuuid/17f7644f-93ac-4d3a-baf8-0025a4a390d8
File: └─/EFI/Microsoft/Boot/bootmgfw.efi
Title: ubuntu
ID: 0x000D
Status: active, boot-order
Partition: /dev/disk/by-partuuid/17f7644f-93ac-4d3a-baf8-0025a4a390d8
File: └─EFI/Ubuntu/grubx64.efi
Boot Loader Entries:
$BOOT: /boot/efi (/dev/disk/by-partuuid/17f7644f-93ac-4d3a-baf8-0025a4a390d8)
0 entries, no entry could be determined as default.
Dernière modification par billgastrik (Le 26/03/2023, à 15:50)
Hors ligne
#4 Le 26/03/2023, à 15:59
- xubu1957
Re : [lspci | grep -i net] fait planter Ubuntu
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)"
et :
lspci -nnk | grep 0280 -A3
lsmod | grep cfg80211
rfkill list all
sudo lshw -C network
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#5 Le 26/03/2023, à 16:16
- billgastrik
Re : [lspci | grep -i net] fait planter Ubuntu
lspci -nnk | grep 0280 -A3
et
sudo lshw -C network
font planter mon pc.
z@z:~$ 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-hwe-5.19-headers-5.19.0-32 5.19.0-32.33~22.04.1 all
ii linux-headers-5.19.0-32-generic 5.19.0-32.33~22.04.1 amd64
ii linux-image-5.19.0-32-generic 5.19.0-32.33~22.04.1 amd64
ii linux-modules-5.19.0-32-generic 5.19.0-32.33~22.04.1 amd64
ii linux-modules-extra-5.19.0-32-generic 5.19.0-32.33~22.04.1 amd64
ii linux-hwe-5.19-headers-5.19.0-35 5.19.0-35.36~22.04.1 all
ii linux-headers-5.19.0-35-generic 5.19.0-35.36~22.04.1 amd64
ii linux-image-5.19.0-35-generic 5.19.0-35.36~22.04.1 amd64
ii linux-modules-5.19.0-35-generic 5.19.0-35.36~22.04.1 amd64
ii linux-modules-extra-5.19.0-35-generic 5.19.0-35.36~22.04.1 amd64
ii linux-generic-hwe-22.04 5.19.0.35.36~22.04.10 amd64
ii linux-headers-generic-hwe-22.04 5.19.0.35.36~22.04.10 amd64
ii linux-image-generic-hwe-22.04 5.19.0.35.36~22.04.10 amd64
Noyau courant : 5.19.0-35-generic x86_64
z@z:~$
z@z:~$ lsmod | grep cfg80211
cfg80211 1044480 2 rt2x00lib,mac80211
z@z:~$
z@z:~$ rfkill list all
z@z:~$
Hors ligne
#6 Le 26/03/2023, à 16:19
- xubu1957
Re : [lspci | grep -i net] fait planter Ubuntu
Donne les retours de :
sudo apt update
et d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#7 Le 26/03/2023, à 16:29
- billgastrik
Re : [lspci | grep -i net] fait planter Ubuntu
@z:~$ sudo apt update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu jammy InRelease
Réception de :2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Atteint :4 https://updates.signal.org/desktop/apt xenial InRelease
Réception de :5 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
Réception de :6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 DEP-11 Metadata [41,6 kB]
Réception de :7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 DEP-11 Metadata [18,6 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 DEP-11 Metadata [101 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [895 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 DEP-11 Metadata [269 kB]
Réception de :11 http://fr.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 DEP-11 Metadata [940 B]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu jammy-backports/main amd64 DEP-11 Metadata [7996 B]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 DEP-11 Metadata [12,2 kB]
1683 ko réceptionnés en 2s (1024 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
z@z:~$
z@z:~$ dpkg -l | grep -v ^ii
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==========================================-=======================================-============-================================================================================
rc language-pack-en-base 1:22.04+20230209 all translations for language English
rc language-pack-gnome-en-base 1:22.04+20230209 all GNOME translations for language English
z@z:~$
Hors ligne
#8 Le 26/03/2023, à 16:38
- xubu1957
Re : [lspci | grep -i net] fait planter Ubuntu
lspci
répond ?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#9 Le 26/03/2023, à 16:44
- billgastrik
Re : [lspci | grep -i net] fait planter Ubuntu
Et non : ça fai planter...
Hors ligne
#10 Le 26/03/2023, à 16:46
- xubu1957
Re : [lspci | grep -i net] fait planter Ubuntu
As-tu un support d'installation d'Ubuntu ?
Pour appliquer la procédure > amorcer_sur_cd_ubuntu#amorcage et arriver à cette étape : essayer_ubuntu_sans_rien_changer_dans_votre_ordinateur et tester la session-live.
Dernière modification par xubu1957 (Le 26/03/2023, à 16:49)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#11 Le 26/03/2023, à 16:50
- billgastrik
Re : [lspci | grep -i net] fait planter Ubuntu
Oui, j'ai un live qui fonctionne.
Hors ligne
#12 Le 26/03/2023, à 16:53
- Watael
Re : [lspci | grep -i net] fait planter Ubuntu
c'est quoi les symptômes de "ça fait planter" ?
Connected \o/
Welcome to sHell. · eval is evil.
Hors ligne
#13 Le 26/03/2023, à 16:54
- billgastrik
Re : [lspci | grep -i net] fait planter Ubuntu
Tout est bloqué (souris bloquée, horloge bloquée, impossible de faire CTRL+alt+F2, etc.)
Dernière modification par billgastrik (Le 26/03/2023, à 16:54)
Hors ligne
#14 Le 26/03/2023, à 17:04
- xubu1957
Re : [lspci | grep -i net] fait planter Ubuntu
Marque et modèle de la machine ?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#15 Le 26/03/2023, à 17:07
- billgastrik
Re : [lspci | grep -i net] fait planter Ubuntu
ASUSTeK COMPUTER INC. X75A1
Intel® Pentium(R) CPU 2020M @ 2.40GHz × 2
Hors ligne
#16 Le 26/03/2023, à 17:12
- xubu1957
Re : [lspci | grep -i net] fait planter Ubuntu
> linux-hardware.org/?view=computers&type=notebook&vendor=ASUSTek+Computer&model=X75A1
echo $XDG_SESSION_TYPE
pour voir si c'est Wayland ou x11 ?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#17 Le 26/03/2023, à 17:13
- billgastrik
Re : [lspci | grep -i net] fait planter Ubuntu
Wayland
Hors ligne
#18 Le 26/03/2023, à 17:16
- xubu1957
Re : [lspci | grep -i net] fait planter Ubuntu
As-tu moyen de changer de session avec la roue crantée, pour tester avec xorg ?
Regarde aussi l'EDIT de malbo dans ce message, pour la roue crantée.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#19 Le 26/03/2023, à 17:28
- billgastrik
Re : [lspci | grep -i net] fait planter Ubuntu
Je suis repassé en Xorg, mais ça ne change rien...
Hors ligne
#20 Le 26/03/2023, à 17:30
- xubu1957
Re : [lspci | grep -i net] fait planter Ubuntu
Donne la liste des anomalies de démarrage :
journalctl --no-pager -b -p err
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#21 Le 26/03/2023, à 17:33
- billgastrik
Re : [lspci | grep -i net] fait planter Ubuntu
z@z:~$ journalctl --no-pager -b -p err
mars 26 18:24:29 z kernel: ACPI Error: Needed type [Reference], found [Integer] (____ptrval____) (20220331/exresop-66)
mars 26 18:24:29 z kernel: ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Store] (20220331/dswexec-431)
mars 26 18:24:29 z kernel: ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_AML_OPERAND_TYPE) (20220331/psparse-529)
mars 26 18:24:34 z kernel: ieee80211 phy0: rt2800_probe_rt: Error - Invalid RT chipset 0xffff, rev ffff detected
mars 26 18:24:34 z kernel: ieee80211 phy0: rt2x00lib_probe_dev: Error - Failed to allocate device
mars 26 18:24:58 z gnome-session-binary[961]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
mars 26 18:24:58 z gnome-session-binary[961]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
mars 26 18:26:07 z gdm-password][1365]: gkr-pam: unable to locate daemon control file
mars 26 18:26:08 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:26:08 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:26:09 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:26:09 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:26:09 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:26:09 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:26:15 z systemd[1377]: Failed to start Application launched by gnome-session-binary.
mars 26 18:26:17 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:26:17 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:26:18 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:26:18 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:26:18 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:26:18 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:26:20 z gdm-launch-environment][848]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
mars 26 18:26:34 z pulseaudio[1386]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
mars 26 18:26:38 z systemd[1377]: Failed to start Tracker metadata extractor.
mars 26 18:27:09 z systemd[1377]: Failed to start Tracker metadata extractor.
mars 26 18:27:40 z systemd[1377]: Failed to start Tracker metadata extractor.
mars 26 18:28:09 z systemd[1377]: Failed to start Tracker metadata extractor.
mars 26 18:28:13 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:28:14 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:28:14 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:28:14 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:28:15 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:28:15 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:28:42 z systemd[1377]: Failed to start Tracker metadata extractor.
mars 26 18:29:13 z systemd[1377]: Failed to start Tracker metadata extractor.
mars 26 18:29:44 z systemd[1377]: Failed to start Tracker metadata extractor.
mars 26 18:30:13 z systemd[1377]: Failed to start Tracker metadata extractor.
mars 26 18:30:14 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:30:14 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:30:14 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:30:14 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:30:15 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:30:15 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:30:44 z systemd[1377]: Failed to start Tracker metadata extractor.
mars 26 18:31:19 z systemd[1377]: Failed to start Tracker metadata extractor.
mars 26 18:31:52 z systemd[1377]: Failed to start Tracker metadata extractor.
mars 26 18:32:14 z systemd[1377]: Failed to start Tracker metadata extractor.
mars 26 18:32:16 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:32:16 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:32:17 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:32:17 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:32:17 z systemd[1377]: Failed to start Tracker file system data miner.
mars 26 18:32:17 z systemd[1377]: Failed to start Tracker file system data miner.
z@z:~$
Hors ligne
#22 Le 26/03/2023, à 17:38
- xubu1957
Re : [lspci | grep -i net] fait planter Ubuntu
Je ne sais pas aider plus ! ¯∖_(ツ)_/¯
Il faut attendre les conseils d'aidants techniques.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#23 Le 26/03/2023, à 17:42
- Watael
Re : [lspci | grep -i net] fait planter Ubuntu
pour déterminer si c'est un problème graphique, en mode texte (Ctrl-Alt-Fn) avant d'ouvrir ta session, ça bloque aussi la machine ?
si c'est un périphérique qui bloque la terminaison de lspci, tu peux les débrancher un à un (à part le clavier ! ) et relancer la commande...
Dernière modification par Watael (Le 26/03/2023, à 17:42)
Connected \o/
Welcome to sHell. · eval is evil.
Hors ligne
#24 Le 26/03/2023, à 17:45
- xubu1957
Re : [lspci | grep -i net] fait planter Ubuntu
Pour :
kernel: ieee80211 phy0: rt2800_probe_rt: Error - Invalid RT chipset 0xffff, rev ffff detected
Pour info :
Le problème semble être un problème de BIOS ou de matériel, donc je vérifierais la configuration du BIOS (réinitialiser ou effacer complètement en retirant la batterie CMOS) et en vérifiant la connexion de l'adaptateur WiFi.
Dans ce contexte, je pense que "... sceller la connexion de l'adaptateur WiFi" signifie s'assurer que les contacts sont propres et que la carte est correctement insérée dans le slot PCI. Fondamentalement, cela signifie exactement la même chose que le message ci-dessus.
En bref, je pense qu'il s'agit d'un problème matériel et non d'un problème de pilote ou de système d'exploitation.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
Pages : 1