Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 24/02/2025, à 17:32

iznobe

Re : Problème Grub HP Xubuntu

et :

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)"

?

on est en recovery ou pas là , vu qu ' il n' y a pas de pilote graphique chargé ?

Dernière modification par iznobe (Le 24/02/2025, à 17:32)

Hors ligne

#27 Le 24/02/2025, à 17:40

xubu1957

Re : Problème Grub HP Xubuntu

C'est pas le i915 ? > intel_graphics ?


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

#28 Le 24/02/2025, à 17:43

iznobe

Re : Problème Grub HP Xubuntu

ligne :

kernel driver in use : XXXXX

manquante .

Hors ligne

#29 Le 24/02/2025, à 17:48

xubu1957

Re : Problème Grub HP Xubuntu

Je vais demander :

sudo dmesg | grep i915

vu les bizarreries > github.com/intel/ipex-llm/issues/11605


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

#30 Le 24/02/2025, à 22:33

boudin_rouge

Re : Problème Grub HP Xubuntu

sudo lshw -c display

olivier@xubuntu-HP-Laptop:~$ sudo lshw -c display
  *-display                 
       description: VGA compatible controller
       produit: Meteor Lake-P [Intel Arc Graphics]
       fabricant: Intel Corporation
       identifiant matériel: 2
       information bus: pci@0000:00:02.0
       nom logique: /dev/fb0
       version: 08
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: pciexpress msi pm vga_controller bus_master cap_list fb
       configuration : depth=32 latency=0 mode=1920x1080 visual=truecolor xres=1920 yres=1080
       ressources : mémoireE/S:400-3ff mémoireE/S:400-3ff mémoire:4010000000-4010ffffff mémoire:4000000000-400fffffff mémoire:c0000-dffff mémoire:4011000000-4017ffffff
  *-graphics
       produit: simpledrmdrmfb
       identifiant matériel: 2
       nom logique: /dev/fb0
       fonctionnalités: fb
       configuration : depth=32 resolution=1920,1080

lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"

olivier@xubuntu-HP-Laptop:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation Meteor Lake-P [Intel Arc Graphics] [8086:7d55] (rev 08) (prog-if 00 [VGA controller])
	Kernel modules: i915, xe

uname -a

olivier@xubuntu-HP-Laptop:~$ uname -a
Linux xubuntu-HP-Laptop 6.8.0-53-generic #55-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 17 15:37:52 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

echo $XDG_SESSION_TYPE

olivier@xubuntu-HP-Laptop:~$ echo $XDG_SESSION_TYPE
x11

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)"

olivier@xubuntu-HP-Laptop:~$ 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-6.8.0-51                6.8.0-51.52    all
ii  linux-headers-6.8.0-51-generic        6.8.0-51.52    amd64
ii  linux-image-6.8.0-51-generic          6.8.0-51.52    amd64
ii  linux-modules-6.8.0-51-generic        6.8.0-51.52    amd64
ii  linux-modules-extra-6.8.0-51-generic  6.8.0-51.52    amd64
ii  linux-tools-6.8.0-51                  6.8.0-51.52    amd64
ii  linux-tools-6.8.0-51-generic          6.8.0-51.52    amd64
ii  linux-headers-6.8.0-53                6.8.0-53.55    all
ii  linux-tools-common                    6.8.0-53.55    all
ii  linux-headers-6.8.0-53-generic        6.8.0-53.55    amd64
ii  linux-image-6.8.0-53-generic          6.8.0-53.55    amd64
ii  linux-modules-6.8.0-53-generic        6.8.0-53.55    amd64
ii  linux-modules-extra-6.8.0-53-generic  6.8.0-53.55    amd64
ii  linux-tools-6.8.0-53                  6.8.0-53.55    amd64
ii  linux-tools-6.8.0-53-generic          6.8.0-53.55    amd64
ii  linux-generic                         6.8.0-53.55+1  amd64
ii  linux-headers-generic                 6.8.0-53.55+1  amd64
ii  linux-image-generic                   6.8.0-53.55+1  amd64

Noyau courant : 6.8.0-53-generic x86_64

Dernière modification par boudin_rouge (Le 24/02/2025, à 22:39)

Hors ligne

#31 Le 24/02/2025, à 22:45

boudin_rouge

Re : Problème Grub HP Xubuntu

on est en recovery ou pas là , vu qu ' il n' y a pas de pilote graphique chargé ?

Yes, je suis en mode recovery.

En fait, j'ai toujours utilisé ce Xubuntu en mode recovery. Je n'ai jamais pu ouvrir une session de manière normal (d’où l'ouverture de ce topic big_smile )

Peut-être devrais tout réinstaller ?

Hors ligne

#32 Le 25/02/2025, à 00:10

stanwood

Re : Problème Grub HP Xubuntu

boudin_rouge a écrit :

on est en recovery ou pas là , vu qu ' il n' y a pas de pilote graphique chargé ?

Yes, je suis en mode recovery.

En fait, j'ai toujours utilisé ce Xubuntu en mode recovery. Je n'ai jamais pu ouvrir une session de manière normal (d’où l'ouverture de ce topic big_smile )

Peut-être devrais tout réinstaller ?

Si l'installation est très récente, je doute que cela change grand chose.

3 pistes selon moi:

1) Refaire toutes les commandes décrites précédemment dans une session qui n'est PAS en recovery, ce qui signifie de devoir ouvrir une session terminal sur l'écran noir avec CTRL + ALT + F2 (ou autre touche Fx si F2 ne donne rien), mais cela va être très compliqué de donner le retour de commande....

2) Démarrer le PC sur la clé USB d'installation, choisir "Essayer ou installer Ubuntu" - bien sûr on n'installe rien - et effectuer un "boot info", puis nous communiquer le rapport:

https://doc.ubuntu-fr.org/tutoriel/boot-info

3) Voir si un paramètre spécial était activé dans le Bios, notamment dans les onglets de sécurité ou au niveau des modes RAID/AHCI, etc... Mais attention car toute manipulation hasardeuse dans le Bios peut "flinguer" Windows...
Par contre je recommande fortement de contrôler et le cas échéant faire une mise à jour du Bios... (peut se faire sur Windows, le plus simple étant d'utiliser l'outil de diagnostic HP préinstallé dans le système).

Voilà mes quelques pistes de novices, mais qui ont dépanné plusieurs soucis similaires dans le passé.

Attendre le retour des aidants avant d'effectuer quoi que ce soit, je ne suis qu'un utilisateur lambda.

Dernière modification par stanwood (Le 25/02/2025, à 00:13)


Xubuntu 24.04 sur Asus K53S
Ubuntu Touch sur Redmi Note 9S
/e/OS sur Fairphone 4

Hors ligne

#33 Le 25/02/2025, à 16:51

boudin_rouge

Re : Problème Grub HP Xubuntu

Hello
Avec ma cle bootable XUbuntu24 je me suis connecte a l ordi et j ai relance les commande.


xubuntu@xubuntu:~$ 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-6.8.0-41                6.8.0-41.41  all
ii  linux-tools-common                    6.8.0-41.41  all
ii  linux-generic                         6.8.0-41.41  amd64
ii  linux-headers-6.8.0-41-generic        6.8.0-41.41  amd64
ii  linux-headers-generic                 6.8.0-41.41  amd64
ii  linux-image-6.8.0-41-generic          6.8.0-41.41  amd64
ii  linux-image-generic                   6.8.0-41.41  amd64
ii  linux-modules-6.8.0-41-generic        6.8.0-41.41  amd64
ii  linux-modules-extra-6.8.0-41-generic  6.8.0-41.41  amd64
ii  linux-tools-6.8.0-41                  6.8.0-41.41  amd64
ii  linux-tools-6.8.0-41-generic          6.8.0-41.41  amd64

Noyau courant : 6.8.0-41-generic x86_64

xubuntu@xubuntu:~$ sudo dmesg | grep i915

[   10.898684] i915 0000:00:02.0: [drm] VT-d active for gfx access
[   10.923345] i915 0000:00:02.0: vgaarb: deactivate vga console
[   10.923369] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[   10.924033] i915 0000:00:02.0: [drm] *ERROR* Unexpected child device config size 40 (expected 39 for VBT version 256)
[   10.936240] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   10.954551] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/mtl_dmc.bin (v2.21)
[   11.010678] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/mtl_guc_70.bin version 70.20.0
[   11.021908] i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
[   11.021910] i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
[   11.022104] i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
[   11.032127] mei_gsc_proxy 0000:00:16.0-0f73db04-97ab-4125-b893-e904ad0d5464: bound 0000:00:02.0 (ops i915_gsc_proxy_component_ops [i915])
[   11.032555] i915 0000:00:02.0: [drm] GT1: GuC firmware i915/mtl_guc_70.bin version 70.20.0
[   11.032558] i915 0000:00:02.0: [drm] GT1: HuC firmware i915/mtl_huc_gsc.bin version 8.5.4
[   11.053936] i915 0000:00:02.0: [drm] GT1: HuC: authenticated for clear media
[   11.054301] i915 0000:00:02.0: [drm] GT1: GUC: submission enabled
[   11.054303] i915 0000:00:02.0: [drm] GT1: GUC: SLPC enabled
[   11.054372] i915 0000:00:02.0: [drm] GT1: GUC: RC enabled
[   11.058247] i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
[   11.202592] i915 0000:00:02.0: [drm] GT1: Loaded GSC firmware i915/mtl_gsc_1.bin (cv1.0, r102.0.0.1655, svn 1)
[   11.222815] i915 0000:00:02.0: [drm] GT1: HuC: authenticated for all workloads
[   12.218767] [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
[   12.221781] i915 display info: display version: 14
[   12.221784] i915 display info: cursor_needs_physical: no
[   12.221785] i915 display info: has_cdclk_crawl: yes
[   12.221786] i915 display info: has_cdclk_squash: yes
[   12.221787] i915 display info: has_ddi: yes
[   12.221788] i915 display info: has_dp_mst: yes
[   12.221790] i915 display info: has_dsb: yes
[   12.221791] i915 display info: has_fpga_dbg: yes
[   12.221792] i915 display info: has_gmch: no
[   12.221793] i915 display info: has_hotplug: yes
[   12.221794] i915 display info: has_hti: no
[   12.221795] i915 display info: has_ipc: yes
[   12.221796] i915 display info: has_overlay: no
[   12.221797] i915 display info: has_psr: yes
[   12.221798] i915 display info: has_psr_hw_tracking: no
[   12.221799] i915 display info: overlay_needs_physical: no
[   12.221800] i915 display info: supports_tv: no
[   12.221801] i915 display info: has_hdcp: yes
[   12.221802] i915 display info: has_dmc: yes
[   12.221804] i915 display info: has_dsc: yes
[   12.223602] sof-audio-pci-intel-mtl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   12.226418] fbcon: i915drmfb (fb0) is primary device
[   12.226423] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device

xubuntu@xubuntu:~$ sudo lshw -c display

  *-display                 
       description: VGA compatible controller
       product: Meteor Lake-P [Intel Arc Graphics]
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       logical name: /dev/fb0
       version: 08
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
       configuration: depth=32 driver=i915 latency=0 mode=1920x1080 resolution=1920,1080 visual=truecolor xres=1920 yres=1080
       resources: iomemory:400-3ff iomemory:400-3ff irq:176 memory:4010000000-4010ffffff memory:4000000000-400fffffff memory:c0000-dffff memory:4011000000-4017ffffff

xubuntu@xubuntu:~$

lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation Meteor Lake-P [Intel Arc Graphics] [8086:7d55] (rev 08) (prog-if 00 [VGA controller])
	Kernel driver in use: i915
	Kernel modules: i915, xe

xubuntu@xubuntu:~$ uname -a

Linux xubuntu 6.8.0-41-generic #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug  2 20:41:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

xubuntu@xubuntu:~$ echo $XDG_SESSION_TYPE

x11

xubuntu@xubuntu:~$ ubuntu-drivers devices

pas de retour pour cette commande

xubuntu@xubuntu:~$ journalctl --no-pager -b -p err

Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C4.TPL1], AE_NOT_FOUND (20230628/dswload2-162)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C5.TPL1], AE_NOT_FOUND (20230628/dswload2-162)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS01], AE_NOT_FOUND (20230628/dswload2-162)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS02], AE_NOT_FOUND (20230628/dswload2-162)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS03], AE_NOT_FOUND (20230628/dswload2-162)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS04], AE_NOT_FOUND (20230628/dswload2-162)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 25 14:25:59 xubuntu kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 25 14:25:59 xubuntu kernel: ucsi_acpi USBC000:00: error -ETIMEDOUT: PPM init failed
Feb 25 14:26:00 xubuntu kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.HEC.DPTF.FCHG], AE_NOT_FOUND (20230628/psargs-330)
Feb 25 14:26:00 xubuntu kernel: ACPI Error: Aborting method \_SB.IETM.CHRG.PPSS due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
Feb 25 14:26:01 xubuntu kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Feb 25 14:26:01 xubuntu kernel: i915 0000:00:02.0: [drm] *ERROR* Unexpected child device config size 40 (expected 39 for VBT version 256)
Feb 25 14:26:01 xubuntu kernel: iwlwifi 0000:00:14.3: Not valid error log pointer 0x00275830 for RT uCode
Feb 25 14:26:03 xubuntu kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Feb 25 14:26:17 xubuntu bluetoothd[2112]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
Feb 25 14:26:17 xubuntu bluetoothd[2112]: sap-server: Operation not permitted (1)
Feb 25 14:26:19 xubuntu kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Feb 25 14:26:19 xubuntu kernel: iwlwifi 0000:00:14.3: Not valid error log pointer 0x00275830 for RT uCode

xubuntu@xubuntu:~$ 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
+++-=====================================-========================================-============-================================================================================

xubuntu@xubuntu:~$ iwconfig

lo        no wireless extensions.

wlo1      IEEE 802.11  ESSID:"Samsung_A50"  
          Mode:Managed  Frequency:2.412 GHz  Access Point: 3A:12:5D:61:97:23   
          Bit Rate=144.4 Mb/s   Tx-Power=22 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=70/70  Signal level=-34 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:66   Missed beacon:0

xubuntu@xubuntu:~$ nmcli dev wifi | cat

IN-USE  BSSID              SSID                   MODE   CHAN  RATE        SIGNAL  BARS  SECURITY 
*       3A:12:5D:61:97:23  Samsung_A50            Infra  1     130 Mbit/s  100     ▂▄▆█  WPA2     
        DE:0C:5D:F9:BF:64  Valerie's Galaxy S22   Infra  11    130 Mbit/s  72      ▂▄▆_  WPA2     
        68:3F:7D:4C:6D:10  Livebox-6D10           Infra  1     195 Mbit/s  24      ▂___  WPA2     
        4E:BA:D7:3F:4D:14  [LG_Refrigerator]4d14  Infra  11    65 Mbit/s   20      ▂___  WPA2     
        40:06:A0:5E:0E:17  Bose ST 10 (283400)    Infra  1     54 Mbit/s   17      ▂___  --       
        56:B7:12:86:22:BE  Xiaomi 13 Pro          Infra  6     270 Mbit/s  17      ▂___  WPA2  

xubuntu@xubuntu:~$ nmcli device

DEVICE        TYPE      STATE                   CONNECTION  
wlo1          wifi      connected               Samsung_A50 
lo            loopback  connected (externally)  lo          
p2p-dev-wlo1  wifi-p2p  disconnected            --  

xubuntu@xubuntu:~$ nmcli connection show

NAME                UUID                                  TYPE      DEVICE 
Samsung_A50         07845bb8-95af-4997-ab94-8216d8c65caa  wifi      wlo1   
lo                  bfab5ee5-a6b9-499c-a80a-859d08ca7b41  loopback  lo     
netplan-zz-all-en   3fc91611-2585-3063-ac16-0d3e7c50d8c3  ethernet  --     
netplan-zz-all-eth  361ae2b8-a95b-3e8e-bb96-107d56c02d9b  ethernet  --  

xubuntu@xubuntu:~$ lspci -k -nn | grep -A 3 -i net

00:14.3 Network controller [0280]: Intel Corporation Meteor Lake PCH CNVi WiFi [8086:7e40] (rev 20)
	DeviceName: Intel Wi-Fi 6E AX201 + BT
	Subsystem: Intel Corporation Device [8086:0074]
	Kernel driver in use: iwlwifi

ubuntu@xubuntu:~$ sudo dmesg | grep iwlwifi

[   10.299949] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[   10.301537] iwlwifi 0000:00:14.3: Detected crf-id 0x1300504, cnv-id 0x1080800 wfpm id 0x80005b30
[   10.301540] iwlwifi 0000:00:14.3: PCI dev 7e40/0074, rev=0x441, rfid=0x10a100
[   10.392098] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.3.90
[   10.472879] iwlwifi 0000:00:14.3: loaded firmware version 86.fb5c9aeb.0 ma-b0-hr-b0-86.ucode op_mode iwlmvm
[   10.900397] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x441
[   10.912748] iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
[   11.018097] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00275830 for RT uCode
[   11.018131] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x1f
[   11.018139] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[   11.018156] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x80
[   11.018163] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[   11.018224] iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
[   11.018978] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[   11.081768] iwlwifi 0000:00:14.3: base HW address: 4c:b0:4a:3b:c3:4c
[   11.100053] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
[   28.575449] iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
[   28.679841] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00275830 for RT uCode
[   28.679866] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x1f
[   28.679881] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[   28.679887] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x80
[   28.679894] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[   28.680760] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
[   28.764395] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0

xubuntu@xubuntu:~$ 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 noprefixroute 
       valid_lft forever preferred_lft forever
2: wlo1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 4c:b0:4a:3b:c3:4c brd ff:ff:ff:ff:ff:ff
    altname wlp0s20f3
    inet 192.168.137.144/24 brd 192.168.137.255 scope global dynamic noprefixroute wlo1
       valid_lft 2707sec preferred_lft 2707sec
    inet6 2a01:cb09:d031:91c6:ac0:8ab9:47bc:8768/64 scope global temporary dynamic 
       valid_lft 7184sec preferred_lft 7184sec
    inet6 2a01:cb09:d031:91c6:bc9e:f077:94f0:ff9e/64 scope global dynamic mngtmpaddr noprefixroute 
       valid_lft 7184sec preferred_lft 7184sec
    inet6 fe80::6db9:faff:da15:6058/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever

xubuntu@xubuntu:~$ sudo lshw -class network

  *-network                 
       description: Wireless interface
       product: Meteor Lake PCH CNVi WiFi
       vendor: Intel Corporation
       physical id: 14.3
       bus info: pci@0000:00:14.3
       logical name: wlo1
       version: 20
       serial: 4c:b0:4a:3b:c3:4c
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=6.8.0-41-generic firmware=86.fb5c9aeb.0 ma-b0-hr-b0-86.uc ip=192.168.137.144 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: iomemory:400-3ff irq:18 memory:4020284000-4020287fff

xubuntu@xubuntu:~$ sudo lshw -c display

  *-display                 
       description: VGA compatible controller
       product: Meteor Lake-P [Intel Arc Graphics]
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       logical name: /dev/fb0
       version: 08
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
       configuration: depth=32 driver=i915 latency=0 mode=1920x1080 resolution=1920,1080 visual=truecolor xres=1920 yres=1080
       resources: iomemory:400-3ff iomemory:400-3ff irq:176 memory:4010000000-4010ffffff memory:4000000000-400fffffff memory:c0000-dffff memory:4011000000-4017ffffff

xubuntu@xubuntu:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"

00:02.0 VGA compatible controller [0300]: Intel Corporation Meteor Lake-P [Intel Arc Graphics] [8086:7d55] (rev 08) (prog-if 00 [VGA controller])
	Kernel driver in use: i915
	Kernel modules: i915, xe

xubuntu@xubuntu:~$ echo $XDG_SESSION_TYPE

x11

Dernière modification par boudin_rouge (Le 25/02/2025, à 16:57)

Hors ligne

#34 Le 25/02/2025, à 17:13

iznobe

Re : Problème Grub HP Xubuntu

là :

xubuntu@xubuntu:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation Meteor Lake-P [Intel Arc Graphics] [8086:7d55] (rev 08) (prog-if 00 [VGA controller])
	Kernel driver in use: i915
	Kernel modules: i915, xe

on voit qu ' il utilise le pilote intel i915 .
alors que dans ta session , non :

olivier@xubuntu-HP-Laptop:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation Meteor Lake-P [Intel Arc Graphics] [8086:7d55] (rev 08) (prog-if 00 [VGA controller])
	Kernel modules: i915, xe

avec une config , vraiment bizzare surtout la 2nde partie :

sudo lshw -c display

olivier@xubuntu-HP-Laptop:~$ sudo lshw -c display
  *-display                 
       description: VGA compatible controller
       produit: Meteor Lake-P [Intel Arc Graphics]
       fabricant: Intel Corporation
       identifiant matériel: 2
       information bus: pci@0000:00:02.0
       nom logique: /dev/fb0
       version: 08
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: pciexpress msi pm vga_controller bus_master cap_list fb
       configuration : depth=32 latency=0 mode=1920x1080 visual=truecolor xres=1920 yres=1080
       ressources : mémoireE/S:400-3ff mémoireE/S:400-3ff mémoire:4010000000-4010ffffff mémoire:4000000000-400fffffff mémoire:c0000-dffff mémoire:4011000000-4017ffffff
  *-graphics
       produit: simpledrmdrmfb
       identifiant matériel: 2
       nom logique: /dev/fb0
       fonctionnalités: fb
       configuration : depth=32 resolution=1920,1080

Dernière modification par iznobe (Le 25/02/2025, à 17:16)

Hors ligne

#35 Le 25/02/2025, à 17:18

boudin_rouge

Re : Problème Grub HP Xubuntu

Merci pour ton retour iznobe.

De mémoire, quand j'ai installé XUbuntu, j'avais choisi la version la plus lite. Peut être que ça va vient de la ?

Hors ligne

#36 Le 25/02/2025, à 17:27

iznobe

Re : Problème Grub HP Xubuntu

montre :

cat /proc/cmdline

en live et en " normal " .

et aussi

dpkg -l | grep -iE 'gdm | lightdm'

en mode normal .

Dernière modification par iznobe (Le 25/02/2025, à 17:29)

Hors ligne

#37 Le 25/02/2025, à 21:32

boudin_rouge

Re : Problème Grub HP Xubuntu

En mode recovery:

cat /proc/cmdline

olivier@xubuntu-HP-Laptop:~$ sudo cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-6.8.0-53-generic root=UUID=f27f34e3-2272-46a9-b00f-5b0fca740467 ro recovery nomodeset dis_ucode_ldr

dpkg -l | grep -iE 'gdm | lightdm'

olivier@xubuntu-HP-Laptop:~$ dpkg -l | grep -iE 'gdm | lightdm'
ii  liblightdm-gobject-1-0:amd64          1.30.0-0ubuntu14                         amd64        LightDM GObject client library
ii  lightdm                               1.30.0-0ubuntu14                         amd64        Display Manager
ii  lightdm-gtk-greeter                   2.0.9-0ubuntu3                           amd64        simple display manager (GTK+ greeter)
ii  lightdm-gtk-greeter-settings          1.2.3-0ubuntu1                           all          settings editor for the LightDM GTK+ Greeter

Avec le cle USB Ubuntu

cat /proc/cmdline

xubuntu@xubuntu:~$ sudo cat /proc/cmdline
BOOT_IMAGE=/casper/vmlinuz --- quiet splash

dpkg -l | grep -iE 'gdm | lightdm'

xubuntu@xubuntu:~$ dpkg -l | grep -iE 'gdm | lightdm'
ii  liblightdm-gobject-1-0:amd64          1.30.0-0ubuntu14                         amd64        LightDM GObject client library
ii  lightdm                               1.30.0-0ubuntu14                         amd64        Display Manager
ii  lightdm-gtk-greeter                   2.0.9-0ubuntu3                           amd64        simple display manager (GTK+ greeter)
ii  lightdm-gtk-greeter-settings          1.2.3-0ubuntu1                           all          settings editor for the LightDM GTK+ Greeter

Dernière modification par boudin_rouge (Le 25/02/2025, à 22:42)

Hors ligne

#38 Le 28/02/2025, à 12:05

boudin_rouge

Re : Problème Grub HP Xubuntu

Que pouvez-vous me conseiller finalement ?

Je pense réinstaller XUbuntu. Est-ce que je peux réinstaller XUbuntu sur un XUbuntu en dualboot ?

Hors ligne

#39 Le 28/02/2025, à 12:08

iznobe

Re : Problème Grub HP Xubuntu

Bonjour , pourrais tu montrer :

cat /etc/default/grub

il est toujours possible de reinstaller , mais ca ne changera probablement rien au soucis .

Hors ligne

#40 Le 28/02/2025, à 12:33

iznobe

Re : Problème Grub HP Xubuntu

bon , j ' ai trouvé un bug sur le net .
on va essayer ca :

cd /lib/firmware/i915
sudo wget https://web.git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915/mtl_guc_70.bin
sudo wget https://web.git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915/mtl_dmc.bin && cd

ensuite , tente de redemarrer l' ordi normalement .

Dernière modification par iznobe (Le 01/03/2025, à 23:50)

Hors ligne

#41 Le 01/03/2025, à 23:33

boudin_rouge

Re : Problème Grub HP Xubuntu

Merci Iznobe. Je vais essayer ça smile

Hors ligne

#42 Le 02/03/2025, à 21:03

boudin_rouge

Re : Problème Grub HP Xubuntu

C'est pareil. Dans le GRUB, ormis en recovery, aucun choix ne fonctionne correctement.

cat /etc/default/grub

olivier@xubuntu-HP-Laptop:~$ cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`( . /etc/os-release; echo ${NAME:-Ubuntu} ) 2>/dev/null || echo Ubuntu`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"
GRUB_CMDLINE_LINUX=""

# If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
# for guest OSes installed via LVM or raw disk devices, running
# os-prober can cause damage to those guest OSes as it mounts
# filesystems to look for things.
#GRUB_DISABLE_OS_PROBER=false

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

Merci pour votre aide tout de même smile
J'essaierai d'installer Ubuntu normalement dans quelques semaine, à la place de XUbuntu.

Bonne soirée

Hors ligne

#43 Le 03/03/2025, à 09:37

iznobe

Re : Problème Grub HP Xubuntu

Bonjour ,

[   11.032555] i915 0000:00:02.0: [drm] GT1: GuC firmware i915/mtl_guc_70.bin version 70.20.0
[   11.032558] i915 0000:00:02.0: [drm] GT1: HuC firmware i915/mtl_huc_gsc.bin version 8.5.4

montre :

sudo dmesg | grep -i i915

Hors ligne

#44 Le 03/03/2025, à 22:41

boudin_rouge

Re : Problème Grub HP Xubuntu

Hello iznobe,
Voici la commande demandé:

sudo dmesg | grep -i i915

olivier@xubuntu-HP-Laptop:~$ sudo dmesg | grep -i i915
               use xe.force_probe='7d55' and i915.force_probe='!7d55'
               CONFIG_DRM_I915_FORCE_PROBE='!7d55' configuration options.

Tu as détecté une anomalie ?

Hors ligne

#45 Le 04/03/2025, à 00:36

iznobe

Re : Problème Grub HP Xubuntu

pas normal ton retour ...
le précédent message #33 etait correct .

Hors ligne