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.

#1 Le 15/10/2023, à 12:51

Yoplabob

Passage à XUbuntu 22 carrément galère

Bonjour,

Lors d'un précédent passage à la 22 (sur cet ordi), pas mal de problèmes s'étaient soulevés, au point que je suis retourné à la 20. La 20 s'est mise à galérer il y a 6/8 semaines, en particulier sous Firefox (blocage sur des pages, infinie lenteur au chargement...), et parfois blocage sur des applis tel que libreoffice. Enfin bref, parfois sans signes et sans prévenir. Je me dis que la 22 doit avoir été améliorée et j'installe.
Début sympa malgré une refonte complète de ma config de bureau (M'enfin !..), puis Firefox recommence à merdouiller, de plus en plus gravement, impliquant de nombreuses extinctions forcées tous les jours. J'installe Brave puisque plus léger, avec une nette amélioration mais pas aussi fluide que Firefox à l'époque de sa forme. Falkon n'a pas posé de problème mais j'ai besoin de l'avoir sur plusieurs appareils synchronisés.
En plus des logiciels plus lents à démarrer (libreoffice) je découvre un GIMP complètement aux abois: une image de 80x200 p en 72 ppp avec deux calques d'aplats monochromes pesaient (ce matin) 180 Mo. Gimp rajoute 100 ko à chaque commande, même si c'est une suppression !
Et la cerise sur le gâteau, mon imprimante n'existe que quand elle veut bien (ce qui est très agréable quand tu as gentillement patienté que GIMP fasse une mise à l'échelle qui a duré 5 min).
Forcément ça m'oriente vers la carte graphique mais bon, j'en fais quoi de ça ?

Bref, à l'aide !

https://linux-hardware.org/?probe=b342c56fc5

Hors ligne

#2 Le 15/10/2023, à 13:00

xubu1957

Re : Passage à XUbuntu 22 carrément galère

Bonjour,

Montre, en te servant du Retour utilisable de commande :

lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
snap list
uname -a
dpkg -l | grep -v ^ii

et :

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

Hors ligne

#3 Le 15/10/2023, à 13:09

Yoplabob

Re : Passage à XUbuntu 22 carrément galère

Bonjour Xubu, éternel saint-Bernard <3

boris@Yoplacer:~/Bureau$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5921] (rev 06) (prog-if 00 [VGA controller])
	Kernel driver in use: i915
	Kernel modules: i915
boris@Yoplacer:~/Bureau$
boris@Yoplacer:~/Bureau$ snap list
Nom                       Version                     Révision  Suivi          Éditeur        Notes
bare                      1.0                         5         latest/stable  canonical✓     base
brave                     1.59.117                    293       latest/stable  brave✓         -
core18                    20230703                    2790      latest/stable  canonical✓     base
core20                    20230801                    2015      latest/stable  canonical✓     base
core22                    20230801                    864       latest/stable  canonical✓     base
cups                      2.4.6-4                     980       latest/stable  openprinting✓  -
firefox                   118.0.2-2                   3252      latest/stable  mozilla✓       -
fontvuer                  1.0.4                       18        latest/stable  tommysouta     -
gnome-3-28-1804           3.28.0-19-g98f9e67.98f9e67  198       latest/stable  canonical✓     -
gnome-3-38-2004           0+git.efb213a               143       latest/stable  canonical✓     -
gnome-42-2204             0+git.ff35a85               141       latest/stable  canonical✓     -
gnome-font-viewer         45.0                        49        latest/stable  ken-vandine✪   -
gtk-common-themes         0.1-81-g442e511             1535      latest/stable  canonical✓     -
kde-frameworks-5-core18   5.67.0                      35        latest/stable  kde✓           -
libreoffice               7.6.2.1                     300       latest/stable  canonical✓     -
nextcloud-desktop-client  3.10.0                      163       latest/stable  glasen         -
remmina                   v1.4.32                     6117      latest/stable  remmina✓       -
snap-store                41.3-71-g709398e            959       latest/stable  canonical✓     -
snapd                     2.60.4                      20290     latest/stable  canonical✓     snapd
tmnationsforever          2.11.26                     51        latest/stable  snapcrafters✪  -
vlc                       3.0.19                      3721      latest/stable  videolan✓      -
wine-platform-3-stable    3.0.4                       14        latest/stable  mmtrt          -
wine-platform-runtime     v1.0                        349       latest/stable  mmtrt          -
WARNING: There is 1 new warning. See 'snap warnings'.
boris@Yoplacer:~/Bureau$ 
boris@Yoplacer:~/Bureau$ uname -a
Linux Yoplacer 6.2.0-34-generic #34~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep  7 13:12:03 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
boris@Yoplacer:~/Bureau$ 
boris@Yoplacer:~/Bureau$ 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
+++-=====================================-=======================================-============-================================================================================
boris@Yoplacer:~/Bureau$
boris@Yoplacer:~/Bureau$ echo $XDG_SESSION_TYPE
x11
boris@Yoplacer:~/Bureau$

Hors ligne

#4 Le 15/10/2023, à 13:13

xubu1957

Re : Passage à XUbuntu 22 carrément galère

Pour info > installation de firefox en .deb sur ubuntu 22.04 et version supérieure

Donne la liste des anomalies de démarrage :

journalctl --no-pager -b -p err

les retours de :

sudo apt update

et :

ls -l /var/crash
Yoplabob a écrit :

Bonjour Xubu, éternel saint-Bernard

Je n'ai pas une grosse tête, et pas de tonnelet accroché au cou. tongue

Dernière modification par xubu1957 (Le 15/10/2023, à 13:15)


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

Hors ligne

#5 Le 15/10/2023, à 13:19

Yoplabob

Re : Passage à XUbuntu 22 carrément galère

La grosse tête je ne souhaite à personne, le tonnelet c'est dommage :-)

boris@Yoplacer:~/Bureau$ journalctl --no-pager -b -p err
oct. 15 11:37:05 Yoplacer kernel: x86/cpu: SGX disabled by BIOS.
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\COMP], AE_ALREADY_EXISTS (20221020/dswload2-326)
oct. 15 11:37:05 Yoplacer kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\RSR0], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\BDDD], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CPFB], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\PBTI], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\BRLV], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CAVR], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\TJMA], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CORE], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\TPDF], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\TPLF], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\TPDD], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\TMUD], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CTUR], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CG17], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CG18], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CG19], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CG20], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CG21], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CG22], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CG23], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CG24], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CG25], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CG26], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CG27], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CG28], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CG29], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\CG30], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\USBW], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\SFNO], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\STDT], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\BFDT], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\ESMS], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\ESMB], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\RSR1], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\IDFD], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: ACPI BIOS Error (bug): Failure creating named object [\RSR2], AE_ALREADY_EXISTS (20221020/dsfield-637)
oct. 15 11:37:05 Yoplacer kernel: integrity: Problem loading X.509 certificate -65
oct. 15 11:37:05 Yoplacer kernel: integrity: Problem loading X.509 certificate -65
oct. 15 11:37:10 Yoplacer systemd-udevd[386]: /etc/udev/rules.d/60-brother-brscan4-libsane-type1.rules:9 Invalid key 'SYSFS'
oct. 15 11:37:10 Yoplacer systemd-udevd[386]: /etc/udev/rules.d/60-brother-libsane-type1-inst.rules:14 Invalid key 'SYSFS'
oct. 15 11:37:21 Yoplacer kernel: pcieport 0000:00:1c.5: AER:   Error of this Agent is reported first
oct. 15 11:37:47 Yoplacer kernel: pcieport 0000:00:1c.5: AER:   Error of this Agent is reported first
oct. 15 11:37:47 Yoplacer kernel: pcieport 0000:00:1c.5: AER:   Error of this Agent is reported first
oct. 15 11:38:00 Yoplacer systemd[1]: Failed to start Service for snap application remmina.ssh-agent.
boris@Yoplacer:~/Bureau$
boris@Yoplacer:~/Bureau$ sudo apt update
[sudo] Mot de passe de boris : 
Atteint :1 http://fr.archive.ubuntu.com/ubuntu jammy InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease
Atteint :3 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease
Réception de :4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Réception de :5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 DEP-11 Metadata [43,0 kB]
Réception de :6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 DEP-11 Metadata [55,0 kB]
Atteint :7 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
208 ko réceptionnés en 5s (38,2 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.
boris@Yoplacer:~/Bureau$
boris@Yoplacer:~/Bureau$ ls -l /var/crash
total 110716
-rw-r----- 1 boris    whoopsie 113362087 oct.  14 06:41 _usr_bin_gimp-2.10.1000.crash
-rw-r--r-- 1 boris    whoopsie         0 oct.  14 06:41 _usr_bin_gimp-2.10.1000.upload
-rw------- 1 whoopsie whoopsie        37 oct.  14 06:41 _usr_bin_gimp-2.10.1000.uploaded
boris@Yoplacer:~/Bureau$

Hors ligne

#6 Le 15/10/2023, à 13:22

Yoplabob

Re : Passage à XUbuntu 22 carrément galère

xubu1957 a écrit :

Pour info > installation de firefox en .deb sur ubuntu 22.04 et version supérieure

J'ai vu mais apparemment le .deb va être abandonné (vu quelque part)

Hors ligne

#7 Le 15/10/2023, à 13:29

xubu1957

Re : Passage à XUbuntu 22 carrément galère

Je vois cette remarque, dans askubuntu.com/questions/1480809/acpi-bios-errorbug-failure-creating-named-object-sb-pcio-gppo-vga-ae-a :

le 03/08/2023, Rinzwind a écrit :

In case you want to reword this question to the "intremap=off": do you have a Intel 5500, 5520, or X58 chipset? If so those chipsets have serious bugs. See dmesg. It shoud have "[Hardware Error]: This system BIOS has enabled interrupt remapping on a chipset that contains an errata making that feature unstable. Please reboot with intremap=off added to the kernel command line and contact your BIOS vendor for an update"

Au cas où vous voudriez reformuler cette question avec "intremap=off" : avez-vous un chipset Intel 5500, 5520, ou X58 ? Si c'est le cas, ces chipsets ont de sérieux bugs. Voir dmesg. Il devrait y avoir "[Erreur matérielle] : Le BIOS de ce système a activé le remappage d'interruption sur un chipset qui contient un errata rendant cette fonctionnalité instable. Veuillez redémarrer avec intremap=off ajouté à la ligne de commande du noyau et contactez votre fournisseur de BIOS pour une mise à jour"

Traduit avec www.DeepL.com/Translator (version gratuite)

Il faudrait l'avis de connaisseurs.

Yoplabob a écrit :

Et la cerise sur le gâteau, mon imprimante n'existe que quand elle veut bien (

Ouvre une autre discussion dans la section Imprimantes et scanners.

Dernière modification par xubu1957 (Le 15/10/2023, à 13:30)


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

Hors ligne

#8 Le 15/10/2023, à 13:33

Yoplabob

Re : Passage à XUbuntu 22 carrément galère

Aïe... Bon, je patiente un peu, alors.
L'imprimante fonctionnait très bien sous X20, je vais patienter aussi (et c'est économique!).

Merci :-)

Hors ligne

#9 Le 15/10/2023, à 13:42

xubu1957

Re : Passage à XUbuntu 22 carrément galère

C'est suivant les versions, en relisant Après mise à niveau: plus d'imprimante(s), Wine partiel

Sur la 20.04, il fallait purger le paquet ippusbxd.

Dernière modification par xubu1957 (Le 15/10/2023, à 13:44)


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

Hors ligne

#10 Le 19/10/2023, à 08:24

Yoplabob

Re : Passage à XUbuntu 22 carrément galère

L'imprimante a été retrouvée. Elle n'était manifestement pas loin.
Mais il y a plein de petits trucs qui ne fonctionnent pas: le client Nextcloud s'éteint, des icônes dans la barre de lancement ne s'affichent plus, des fenêtres s'ouvrent avec beaucoup d'efforts, le bluetooth qui fait du yoyo De façon générale ça me donne l'impression que Xubuntu 22 en demande trop à mon ordi qui pourtant n'est pas le dernier des veaux.

Hors ligne

#11 Le 04/11/2023, à 16:48

Yoplabob

Re : Passage à XUbuntu 22 carrément galère

Bon, avec de la RAM en plus ça semble aller mieux, même si le message précédent reste entièrement valide.

Hors ligne