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.

nombre réponses : 25

#0 Re : -1 »  [Résolu] Une seule résolution dans Ubuntu 12.04 ? » Le 25/05/2012, à 21:24

Guinioul
Réponses : 44

Salut à tous,

Le xorg.conf n'est plus utilisé depuis quelques temps de ce que j'en ai comprit .

Néanmoins on peut le générer avec

sudo X -configure

mais uniquement en ayant au préalable soit :
- démarré en recovery (sans GUI donc)
- désactivé la session graphique (sinon le serveur X tourne et ne se laissera pas configurer), pour ce faire

sudo /etc/init.d/lightdm stop

et là on se logge dans une des tty vu que la GUI est tuée (pour redémarrer la session graphique : "sudo /etc/init.d/lightdm start")

le xorg.conf généré se trouvera à l'adresse /home/xorg.conf.new et il faudra ensuite le copier dans /etc/X11 .


tiré de : http://forum.ubuntu-fr.org/viewtopic.php?id=398769 .

#1 Re : -1 »  [Résolu] Une seule résolution dans Ubuntu 12.04 ? » Le 25/05/2012, à 21:51

Guinioul
Réponses : 44

Salut Pa2squale,

merci pour la commande "cvt" ;-)

Sinon : je viens de tester aussi et le xorg.conf est bien créé dans /root/ mais je n'ai pu exécuter

sudo Xorg -configure

que depuis une console de récupération . En effet quand je fais

sudo /etc/init.d/gdm stop

le terminal me dit "commande inconnue" (je suis sous 10.10 donc pas de lightdm) .

Maintenant plus qu'a éplucher ce xorg.conf retrouvé et définir un modeline pour le 1600x1080 que le système ne me propose pas .

#2 Re : -1 »  [Résolu] Une seule résolution dans Ubuntu 12.04 ? » Le 26/05/2012, à 23:33

Guinioul
Réponses : 44
Pa2squale a écrit :

Bonjour,

je suis encore en résolution 1024x768 et la commande

Xrandr -q

indique encore un problème :

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
   1024x768       76.0*

Une idée à me suggérer ?

Tu es tres probablement victime d'un probleme d'edid (comme moi) et c'est pour cela que les résolutions que l'écran supporte ne sont pas proposées par ubuntu .
Et dans ce cas là d'apres ce que j'en ai deduit c'est modelines obligatoires :-/


Si tu veux néanmoins verifier

sudo apt-get install read-edid

puis

sudo read-edid|parse-edid

Le résultat apparait dans le terminal, si à un moment tu as un "call failed" c'est que l'edid n'est pas transmi par l'écran (ou pas reçu par le driver de la cg, ou autre probleme de communication entre ces deux là) .



Pa2squale a écrit :

Juste une question à la noix pour un lecteur averti :
est-ce qu'il y a un lien entre
les lignes du GRUB (surtout nomodeset) :

GRUB_GFXMODE=1366x768,1280x1024,1024x768,640x480
GRUB_GFXPAYLOAD_LINUX=1366x768;keep
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"

et les modelines que j'essaye de mettre en place via Xorg.conf dans les sections Monitor ?

Pour les résolutions normalement non, c'est juste celles que grub utilisera pour afficher son menu .
L'option nomodeset par contre est un réglage gaphique (un contournement de bug pour certains materiels je crois), tu peux éssayer de virer ce parametre pour voir (après avoir fait une copie du fichier original of course) .

je continue aussi mes recherches, j'ai inséré des modelines dans xorg.conf mais ça ne fonctionne pas :-/ .
je repasse poster mon xorg.conf sous peu, des fois ça peut aider pour comparer .

#3 Re : -1 »  [Résolu] Une seule résolution dans Ubuntu 12.04 ? » Le 28/05/2012, à 04:11

Guinioul
Réponses : 44

hmmm,

autant pour moi je me suis planté :-/

la commande est

sudo get-edid|parse-edid

(et non read-edid|parse-edid...)
désolé ^_^ .

Le terminal me réponds

parse-edid: parse-edid version 2.0.0
get-edid: get-edid version 2.0.0

    Performing real mode VBE call
    Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0

blablabla

Your EDID is probably invalid.

blablabla

donc ça foire au niveau de la transmission de l'edid, l'OS ne "comprends" pas l'écran .

Faut maintenant trouver comment correctement déclarer la modeline donnée par "cvt"

Voila le xorg.conf généré par

sudo Xorg -configure

Et "modeliné" ("cvt 1600 1080 60") par mes soins :

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/share/fonts/X11/cyrillic"
    FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/share/fonts/X11/100dpi"
    FontPath     "/usr/share/fonts/X11/75dpi"
    FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath     "built-ins"
EndSection

Section "Module"
    Load  "record"
    Load  "extmod"
    Load  "dri"
    Load  "dri2"
    Load  "dbe"
    Load  "glx"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    #DisplaySize      600   340    # mm
    Identifier   "Monitor0"
    VendorName   "GDH"
    ModelName    "9021"
    Modeline "1600x1080_60.00"  144.00  1600 1704 1872 2144  1080 1083 1093 1120 -hsync +vsync
    Option "preferredMode" "1600x1080_60"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "Dac8Bit"                # [<bool>]
        #Option     "BusType"                # [<str>]
        #Option     "CPPIOMode"              # [<bool>]
        #Option     "CPusecTimeout"          # <i>
        #Option     "AGPMode"                # <i>
        #Option     "AGPFastWrite"           # [<bool>]
        #Option     "AGPSize"                # <i>
        #Option     "GARTSize"               # <i>
        #Option     "RingSize"               # <i>
        #Option     "BufferSize"             # <i>
        #Option     "EnableDepthMoves"       # [<bool>]
        #Option     "EnablePageFlip"         # [<bool>]
        #Option     "NoBackBuffer"           # [<bool>]
        #Option     "DMAForXv"               # [<bool>]
        #Option     "FBTexPercent"           # <i>
        #Option     "DepthBits"              # <i>
        #Option     "PCIAPERSize"            # <i>
        #Option     "AccelDFS"               # [<bool>]
        #Option     "IgnoreEDID"             # [<bool>]
        #Option     "CustomEDID"             # [<str>]
        #Option     "DisplayPriority"        # [<str>]
        #Option     "PanelSize"              # [<str>]
        #Option     "ForceMinDotClock"       # <freq>
        #Option     "ColorTiling"            # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "RageTheatreCrystal"     # <i>
        #Option     "RageTheatreTunerPort"     # <i>
        #Option     "RageTheatreCompositePort"     # <i>
        #Option     "RageTheatreSVideoPort"     # <i>
        #Option     "TunerType"              # <i>
        #Option     "RageTheatreMicrocPath"     # <str>
        #Option     "RageTheatreMicrocType"     # <str>
        #Option     "ScalerWidth"            # <i>
        #Option     "RenderAccel"            # [<bool>]
        #Option     "SubPixelOrder"          # [<str>]
        #Option     "ClockGating"            # [<bool>]
        #Option     "VGAAccess"              # [<bool>]
        #Option     "ReverseDDC"             # [<bool>]
        #Option     "LVDSProbePLL"           # [<bool>]
        #Option     "AccelMethod"            # <str>
        #Option     "DRI"                    # [<bool>]
        #Option     "ConnectorTable"         # <str>
        #Option     "DefaultConnectorTable"     # [<bool>]
        #Option     "DefaultTMDSPLL"         # [<bool>]
        #Option     "TVDACLoadDetect"        # [<bool>]
        #Option     "ForceTVOut"             # [<bool>]
        #Option     "TVStandard"             # <str>
        #Option     "IgnoreLidStatus"        # [<bool>]
        #Option     "DefaultTVDACAdj"        # [<bool>]
        #Option     "Int10"                  # [<bool>]
        #Option     "EXAVSync"               # [<bool>]
        #Option     "ATOMTVOut"              # [<bool>]
        #Option     "R4xxATOM"               # [<bool>]
        #Option     "ForceLowPowerMode"      # [<bool>]
        #Option     "DynamicPM"              # [<bool>]
        #Option     "NewPLL"                 # [<bool>]
        #Option     "ZaphodHeads"            # <str>
    Identifier  "Card0"
    Driver      "radeon"
    BusID       "PCI:3:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Mais ça ne fonctionne pas !! (enfin pas en 1600x1080 en tout cas) .
y'a un truc qui nous échappe mad


Pa2squale a écrit :

Encore une dernière info que je viens de découvrir dans Résumé de l'icône "Détails" des "Paramètres système", si ça peut aider une lumière à poindre :
Carte graphique : Gallium 0.4 on llvmpipe (LLVM 0x300)

Galium est un pilote graphique je crois ...
Rien de bizarre s apparemment.

#4 Re : -1 »  [Résolu] Une seule résolution dans Ubuntu 12.04 ? » Le 29/05/2012, à 12:13

Guinioul
Réponses : 44
Pa2squale a écrit :
get-edid: get-edid version 2.0.0

    Performing real mode VBE call

blablabla

    Monitor and video card combination does not support DDC1 transfers
    Monitor and video card combination supports DDC2 transfers

blablabla

    # DPMS capabilities: Active off:no  Suspend:no  Standby:no

    Mode     "1366x768"    # vfreq 59.998Hz, hfreq 47.398kHz
        DotClock    72.330000
      

il ne semble donc pas y avoir de problème au niveau EDID ?

l'edid est bien lu mais il y a des erreurs de transfert ddc (c'est quoi ça encore?) et l'écran ne déclare que 1366x768 comme résolutions supportées :-/ . Il semblerait que l'écran déclare mal son edid (apparemment fréquent quand le constructeur bacle la partie software de l'électronique qui commande la dalle) .


Sinon, j'ai trouvé un très bon howto (en anglais) qui explique comment rajouter des modelines dans xorg.conf : http://ubuntuforums.org/showthread.php?t=83973 .

Apparemment il faut utiliser "cvt" (et get-edid) pour avoir l'identifiant et les modelines de l'écran afin de les déclarer dans le xorg . Par contre il faut être très rigoureux concernant la forme et le fond notamment pour le champ "identifier" dans les sections "device", "screen", et "monitor" qui doivent correspondre sans quoi ça ne fonctionne pas .
Je l'ai fait mais sans succès alors que tout paraissait ok, je le retente à l'occase car bêtement je n'ai pas fait de copie du xorg "modeliné" à poster ici .

Si tu veux tester ;-)

#5 Re : -1 »  Installation de libimobiledevice-1.2.0 » Le 17/09/2016, à 14:20

Guinioul
Réponses : 15

Bonjour,

je rebondis sur ce topic car je n'arrive pas non plus à installer libimobiledevice-1.20 sur une ubuntu 32bits :-/
Dans synaptics je vois que j'ai le 1.1.1-4 installé mais il ne fonctionne pas (boucle d'autorisation qui débloque sur l'iphone et ubuntu)

J'ai téléchargé le fichier de libimobile... puis je l'ai extrait sur le bureau
Voila ou j'en suis :

noemi@noemi-portable:~$ cd Bureau
noemi@noemi-portable:~/Bureau$ cd libimobiledevice-1.2.0
noemi@noemi-portable:~/Bureau/libimobiledevice-1.2.0$ ls
aclocal.m4    config.h.in   COPYING.LESSER  include      Makefile.in  tools
AUTHORS       config.sub    cython          install-sh   missing
common        configure     depcomp         ltmain.sh    NEWS
compile       configure.ac  docs            m4           README
config.guess  COPYING       doxygen.cfg.in  Makefile.am  src
noemi@noemi-portable:~/Bureau/libimobiledevice-1.2.0$ install-sh
Commande 'install-sh' non trouvée, vouliez-vous dire :
 La commande 'install-mh' du paquet 'nmh' (universe)
 La commande 'install-mh' du paquet 'mailutils-mh' (universe)
install-sh : commande introuvable
noemi@noemi-portable:~/Bureau/libimobiledevice-1.2.0$ configure
configure : commande introuvable
noemi@noemi-portable:~/Bureau/libimobiledevice-1.2.0$ 

En gros tout est là mais ça veut pas :-( .

Merci pour le coup de main :-)

#6 Re : -1 »  [Résolu] plus d'applications dans le tableau de bord (dash) » Le 21/02/2016, à 12:46

Guinioul
Réponses : 13

Bonjour,
j'ai rencontré le même problème sous 12.04 (menu unity/dash complètement vide, recherche qui mouline mais n'affiche rien) .

La solution de renommer le dossier .cache n'a pas fonctionné, par contre ce qui a marché c'est :

rm ~/.local/share/zeitgeist/activity.sqlite

(en graphique : supprimer le fichier "activity.sqlite" qui se trouve dans home/.local/share/zeitgeist/ .

Si ça peut aider .

#7 -1 »  [résolu] 12.04 - systeme de paquets cassés - dépendances insatisfaites » Le 26/12/2015, à 10:42

Guinioul
Réponses : 13

Bonjour,

le systeme (ubuntu 12.04) m'informe que le système de paquets est cassé, je ne peux plus faire de mises à jour ou installer quoi que ce soit via le software-center .

Quand je veux faire les mises à jour j'ai un message qui me dit :
"Les paquets suivants ont des dépendances non satisfaites :

linux-generic-pae: Depends: linux-image-generic-pae (= 3.2.0.92.106) mais la version 3.2.0.97.113 est installée
                   Depends: linux-headers-generic-pae (= 3.2.0.92.106) mais la version 3.2.0.92.106 est installée
linux-headers-generic-pae: Depends: linux-headers-3.2.0-92-generic-pae mais il n'est pas installé"

Que puis je faire pour me sortir de ce mauvais pas ?

J'ai essayé la commande

sudo apt-get update

puis

sudo apt-get install -f

mais j'obtiens la même information d'erreur que ci dessus :-(

Je suis perdu :-/

Merci pour votre aide :-)

#8 Re : -1 »  [résolu] 12.04 - systeme de paquets cassés - dépendances insatisfaites » Le 26/12/2015, à 17:30

Guinioul
Réponses : 13

Bonjour et merci de m'aider :-)

alors :

pour "sudo apt-get update" j'ai :

Atteint http://security.ubuntu.com precise-security Release.gpg
Atteint http://security.ubuntu.com precise-security Release
Atteint http://security.ubuntu.com precise-security/main Sources
Atteint http://fr.archive.ubuntu.com precise Release.gpg
Atteint http://fr.archive.ubuntu.com precise-updates Release.gpg
Atteint http://security.ubuntu.com precise-security/restricted Sources  
Atteint http://security.ubuntu.com precise-security/universe Sources           
Atteint http://security.ubuntu.com precise-security/multiverse Sources         
Atteint http://security.ubuntu.com precise-security/main i386 Packages         
Atteint http://security.ubuntu.com precise-security/restricted i386 Packages   
Atteint http://security.ubuntu.com precise-security/universe i386 Packages     
Atteint http://security.ubuntu.com precise-security/multiverse i386 Packages   
Atteint http://security.ubuntu.com precise-security/main TranslationIndex      
Atteint http://security.ubuntu.com precise-security/multiverse TranslationIndex
Atteint http://security.ubuntu.com precise-security/restricted TranslationIndex
Atteint http://security.ubuntu.com precise-security/universe TranslationIndex  
Atteint http://fr.archive.ubuntu.com precise Release                           
Atteint http://security.ubuntu.com precise-security/main Translation-en        
Atteint http://security.ubuntu.com precise-security/multiverse Translation-en  
Atteint http://security.ubuntu.com precise-security/restricted Translation-en  
Atteint http://fr.archive.ubuntu.com precise-updates Release                   
Atteint http://security.ubuntu.com precise-security/universe Translation-en    
Atteint http://fr.archive.ubuntu.com precise/main Sources                      
Atteint http://fr.archive.ubuntu.com precise/restricted Sources
Atteint http://fr.archive.ubuntu.com precise/universe Sources
Atteint http://fr.archive.ubuntu.com precise/multiverse Sources
Atteint http://fr.archive.ubuntu.com precise/main i386 Packages
Atteint http://fr.archive.ubuntu.com precise/restricted i386 Packages
Atteint http://fr.archive.ubuntu.com precise/universe i386 Packages
Atteint http://fr.archive.ubuntu.com precise/multiverse i386 Packages
Atteint http://fr.archive.ubuntu.com precise/main TranslationIndex
Atteint http://fr.archive.ubuntu.com precise/multiverse TranslationIndex
Atteint http://fr.archive.ubuntu.com precise/restricted TranslationIndex
Atteint http://fr.archive.ubuntu.com precise/universe TranslationIndex
Atteint http://fr.archive.ubuntu.com precise-updates/main Sources
Atteint http://fr.archive.ubuntu.com precise-updates/restricted Sources
Atteint http://fr.archive.ubuntu.com precise-updates/universe Sources
Atteint http://fr.archive.ubuntu.com precise-updates/multiverse Sources
Atteint http://fr.archive.ubuntu.com precise-updates/main i386 Packages
Atteint http://fr.archive.ubuntu.com precise-updates/restricted i386 Packages
Atteint http://fr.archive.ubuntu.com precise-updates/universe i386 Packages
Atteint http://fr.archive.ubuntu.com precise-updates/multiverse i386 Packages
Atteint http://fr.archive.ubuntu.com precise-updates/main TranslationIndex
Atteint http://fr.archive.ubuntu.com precise-updates/multiverse TranslationIndex
Atteint http://fr.archive.ubuntu.com precise-updates/restricted TranslationIndex
Atteint http://fr.archive.ubuntu.com precise-updates/universe TranslationIndex
Atteint http://fr.archive.ubuntu.com precise/main Translation-fr_FR
Atteint http://fr.archive.ubuntu.com precise/main Translation-fr
Atteint http://fr.archive.ubuntu.com precise/main Translation-en
Atteint http://fr.archive.ubuntu.com precise/multiverse Translation-fr_FR
Atteint http://fr.archive.ubuntu.com precise/multiverse Translation-fr
Atteint http://fr.archive.ubuntu.com precise/multiverse Translation-en
Atteint http://fr.archive.ubuntu.com precise/restricted Translation-fr_FR
Atteint http://fr.archive.ubuntu.com precise/restricted Translation-fr
Atteint http://fr.archive.ubuntu.com precise/restricted Translation-en
Atteint http://fr.archive.ubuntu.com precise/universe Translation-fr_FR
Atteint http://fr.archive.ubuntu.com precise/universe Translation-fr
Atteint http://fr.archive.ubuntu.com precise/universe Translation-en
Atteint http://fr.archive.ubuntu.com precise-updates/main Translation-fr
Atteint http://fr.archive.ubuntu.com precise-updates/main Translation-en
Atteint http://fr.archive.ubuntu.com precise-updates/multiverse Translation-fr
Atteint http://fr.archive.ubuntu.com precise-updates/multiverse Translation-en
Atteint http://fr.archive.ubuntu.com precise-updates/restricted Translation-fr
Atteint http://fr.archive.ubuntu.com precise-updates/restricted Translation-en
Atteint http://fr.archive.ubuntu.com precise-updates/universe Translation-fr
Atteint http://fr.archive.ubuntu.com precise-updates/universe Translation-en
Lecture des listes de paquets... Fait         

(tout est atteint)

pour "df -Th" j'obtiens :

Sys. de fichiers Type     Taille Utilisé Dispo Uti% Monté sur
/dev/sda1        ext4        23G     11G   11G  50% /
udev             devtmpfs  1000M    4,0K 1000M   1% /dev
tmpfs            tmpfs      202M    860K  201M   1% /run
none             tmpfs      5,0M       0  5,0M   0% /run/lock
none             tmpfs     1007M    160K 1007M   1% /run/shm
/dev/sda3        ext4       123G    9,7G  107G   9% /home

(ça n'est pas un soucis d'espace libre insuffisant ;-) )

et pour "dpkg -l | grep -Ei "linux-headers|linux-image"" j'ai comme retour :

ii  linux-headers-3.2.0-23                         3.2.0-23.36                             Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-23-generic-pae             3.2.0-23.36                             Linux kernel headers for version 3.2.0 on 64 bit x86 SMP
ii  linux-headers-3.2.0-25                         3.2.0-25.40                             Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-25-generic-pae             3.2.0-25.40                             Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-31                         3.2.0-31.50                             Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-31-generic-pae             3.2.0-31.50                             Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-33                         3.2.0-33.52                             Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-33-generic-pae             3.2.0-33.52                             Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-34                         3.2.0-34.53                             Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-34-generic-pae             3.2.0-34.53                             Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-35                         3.2.0-35.55                             Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-35-generic-pae             3.2.0-35.55                             Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-37                         3.2.0-37.58                             Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-37-generic-pae             3.2.0-37.58                             Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-38                         3.2.0-38.61                             Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-38-generic-pae             3.2.0-38.61                             Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-48                         3.2.0-48.74                             Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-48-generic-pae             3.2.0-48.74                             Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-52                         3.2.0-52.78                             Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-52-generic-pae             3.2.0-52.78                             Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-59                         3.2.0-59.90                             Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-59-generic-pae             3.2.0-59.90                             Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-60                         3.2.0-60.91                             Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-60-generic-pae             3.2.0-60.91                             Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-63                         3.2.0-63.95                             Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-63-generic-pae             3.2.0-63.95                             Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-65                         3.2.0-65.99                             Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-65-generic-pae             3.2.0-65.99                             Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-67                         3.2.0-67.101                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-67-generic-pae             3.2.0-67.101                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-68                         3.2.0-68.102                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-68-generic-pae             3.2.0-68.102                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-69                         3.2.0-69.103                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-69-generic-pae             3.2.0-69.103                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-70                         3.2.0-70.105                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-70-generic-pae             3.2.0-70.105                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-72                         3.2.0-72.107                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-72-generic-pae             3.2.0-72.107                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-74                         3.2.0-74.109                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-74-generic-pae             3.2.0-74.109                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-76                         3.2.0-76.111                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-76-generic-pae             3.2.0-76.111                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-77                         3.2.0-77.114                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-77-generic-pae             3.2.0-77.114                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-79                         3.2.0-79.115                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-79-generic-pae             3.2.0-79.115                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-80                         3.2.0-80.116                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-80-generic-pae             3.2.0-80.116                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-82                         3.2.0-82.119                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-82-generic-pae             3.2.0-82.119                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-84                         3.2.0-84.121                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-84-generic-pae             3.2.0-84.121                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-91                         3.2.0-91.129                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-91-generic-pae             3.2.0-91.129                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-92                         3.2.0-92.131                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-94                         3.2.0-94.134                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-94-generic-pae             3.2.0-94.134                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-95                         3.2.0-95.135                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-95-generic-pae             3.2.0-95.135                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
ii  linux-headers-3.2.0-97                         3.2.0-97.137                            Header files related to Linux kernel version 3.2.0
ii  linux-headers-3.2.0-97-generic-pae             3.2.0-97.137                            Linux kernel headers for version 3.2.0 on 32 bit x86 SMP
iU  linux-headers-generic-pae                      3.2.0.92.106                            Generic Linux kernel headers
ii  linux-image-3.2.0-23-generic-pae               3.2.0-23.36                             Linux kernel image for version 3.2.0 on 64 bit x86 SMP
ii  linux-image-3.2.0-25-generic-pae               3.2.0-25.40                             Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-31-generic-pae               3.2.0-31.50                             Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-33-generic-pae               3.2.0-33.52                             Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-34-generic-pae               3.2.0-34.53                             Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-35-generic-pae               3.2.0-35.55                             Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-37-generic-pae               3.2.0-37.58                             Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-38-generic-pae               3.2.0-38.61                             Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-48-generic-pae               3.2.0-48.74                             Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-52-generic-pae               3.2.0-52.78                             Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-59-generic-pae               3.2.0-59.90                             Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-60-generic-pae               3.2.0-60.91                             Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-63-generic-pae               3.2.0-63.95                             Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-65-generic-pae               3.2.0-65.99                             Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-67-generic-pae               3.2.0-67.101                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-68-generic-pae               3.2.0-68.102                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-69-generic-pae               3.2.0-69.103                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-70-generic-pae               3.2.0-70.105                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-72-generic-pae               3.2.0-72.107                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-74-generic-pae               3.2.0-74.109                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-76-generic-pae               3.2.0-76.111                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-77-generic-pae               3.2.0-77.114                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-79-generic-pae               3.2.0-79.115                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-80-generic-pae               3.2.0-80.116                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-82-generic-pae               3.2.0-82.119                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-84-generic-pae               3.2.0-84.121                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-91-generic-pae               3.2.0-91.129                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-92-generic-pae               3.2.0-92.131                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-94-generic-pae               3.2.0-94.134                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-95-generic-pae               3.2.0-95.135                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-3.2.0-97-generic-pae               3.2.0-97.137                            Linux kernel image for version 3.2.0 on 32 bit x86 SMP
ii  linux-image-generic-pae                        3.2.0.97.113                            Generic Linux kernel image

Maintenant que j'y repense il est possible que, comme un idiot, j'eut supprimé il ya quelques temps, à la mano, des anciens noyaux en pensant que ça n'aurait pas d'incidence (je sais pas si ça aide beaucoup cela dit) .

Entre temps j'ai fait un

sudo apt-get clean all

ce qui m'a permis de forcer les mises à jour de ce qui en avait besoin avec

sudo apt-get upgrade -f

mais le gestionnaire de mises à jour est toujours bloqué :-/

#9 Re : -1 »  [résolu] 12.04 - systeme de paquets cassés - dépendances insatisfaites » Le 27/12/2015, à 13:18

Guinioul
Réponses : 13
nam1962 a écrit :

C'est probablement celui que tu as nettoyé à la main qui bloque.
....que donne

sudo dpkg --configure -a

alors ça donne :

dpkg : des problèmes de dépendances empêchent la configuration de linux-headers-generic-pae :
 linux-headers-generic-pae dépend de linux-headers-3.2.0-92-generic-pae ; cependant :
  Le paquet linux-headers-3.2.0-92-generic-pae n'est pas installé.
dpkg : erreur de traitement de linux-headers-generic-pae (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg : des problèmes de dépendances empêchent la configuration de linux-generic-pae :
 linux-generic-pae dépend de linux-image-generic-pae (= 3.2.0.92.106) ; cependant :
  La version de linux-image-generic-pae sur le système est 3.2.0.97.113.
 linux-generic-pae dépend de linux-headers-generic-pae (= 3.2.0.92.106) ; cependant :
 Le paquet linux-headers-generic-pae n'est pas encore configuré.
dpkg : erreur de traitement de linux-generic-pae (--configure) :
 problèmes de dépendances - laissé non configuré
Des erreurs ont été rencontrées pendant l'exécution :
 linux-headers-generic-pae
 linux-generic-pae
nam1962 a écrit :

Pour nettoyer les kernels, mieux vaut passer par kclean.

Donne aussi

uname -r

Merci pourkclean je le saurais maintenant :-)

sinon j'ai comme retour :

3.2.0-97-generic-pae
nany a écrit :

Bonjour,

prenons le pari que l’on verra une ligne affichant 100% avec la commande suivante.

df -i

résultat :

Sys. de fichiers  Inœuds IUtil.  ILibre IUti% Monté sur
/dev/sda1        1520736 993412  527324   66% /
udev              215773    507  215266    1% /dev
tmpfs             219426    414  219012    1% /run
none              219426      3  219423    1% /run/lock
none              219426      6  219420    1% /run/shm
/dev/sda3        8183808  30994 8152814    1% /home

encore merci pour votre aide :-)

#10 Re : -1 »  [résolu] 12.04 - systeme de paquets cassés - dépendances insatisfaites » Le 27/12/2015, à 14:55

Guinioul
Réponses : 13

Voila le résultat de la commande :

(Lecture de la base de données... 977132 fichiers et répertoires déjà installés.)
Suppression de linux-headers-3.2.0-92 ...
Suppression de linux-image-3.2.0-92-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-92-generic-pae /boot/vmlinuz-3.2.0-92-generic-pae
update-initramfs: Deleting /boot/initrd.img-3.2.0-92-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-92-generic-pae /boot/vmlinuz-3.2.0-92-generic-pae
Generating grub.cfg ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-3.2.0-97-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-97-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-95-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-95-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-94-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-94-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-91-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-91-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-84-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-84-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-82-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-82-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-80-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-80-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-79-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-79-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-77-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-77-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-76-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-76-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-74-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-74-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-72-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-72-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-70-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-70-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-69-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-69-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-68-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-68-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-67-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-67-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-65-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-65-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-63-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-63-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-60-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-60-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-59-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-59-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-52-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-52-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-48-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-48-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-38-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-38-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-37-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-37-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-35-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-35-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-34-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-34-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-33-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-33-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-31-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-31-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-25-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-25-generic-pae
Found linux image: /boot/vmlinuz-3.2.0-23-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-23-generic-pae
Found memtest86+ image: /boot/memtest86+.bin
done
Purge des fichiers de configuration de linux-image-3.2.0-92-generic-pae ...
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.2.0-92-generic-pae /boot/vmlinuz-3.2.0-92-generic-pae
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.2.0-92-generic-pae /boot/vmlinuz-3.2.0-92-generic-pae

j'ai ensuite redémarré mais le gestionnaire de mise à jour me dit toujours :

Les paquets suivants ont des dépendances non satisfaites :

linux-generic-pae: Depends: linux-image-generic-pae (= 3.2.0.92.106) mais la version 3.2.0.97.113 est installée
                   Depends: linux-headers-generic-pae (= 3.2.0.92.106) mais la version 3.2.0.92.106 est installée
linux-headers-generic-pae: Depends: linux-headers-3.2.0-92-generic-pae mais il n'est pas installé

Bon je mets ce fil en attente quelques semaine car cet ordi capricieux n'est pas le mien et je ne le reverrai pas tout de suite (il fonctionne néanmoins...) .

Encore merci beaucoup, la suite au prochain épisode :-)

#11 Re : -1 »  [résolu] 12.04 - systeme de paquets cassés - dépendances insatisfaites » Le 31/12/2015, à 17:03

Guinioul
Réponses : 13

Alors j'ai récupéré l'ordi récalcitrant ^_^

Donc pour :

sudo apt-get purge linux-headers-generic-pae linux-image-generic-pae linux-generic-pae

j'obtiens :

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  linux-headers-3.2.0-33-generic-pae linux-headers-3.2.0-33
  linux-headers-3.2.0-80 linux-headers-3.2.0-82 linux-headers-3.2.0-77
  linux-headers-3.2.0-84 linux-headers-3.2.0-79
  linux-headers-3.2.0-82-generic-pae linux-headers-3.2.0-77-generic-pae
  calligra-l10n-engb calligra-l10n-zhcn linux-headers-3.2.0-80-generic-pae
  calligra-l10n-de calligra-l10n-fr linux-headers-3.2.0-84-generic-pae
  linux-headers-3.2.0-79-generic-pae
Veuillez utiliser « apt-get autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
  linux-generic-pae* linux-headers-generic-pae* linux-image-generic-pae*
0 mis à jour, 0 nouvellement installés, 3 à enlever et 1 non mis à jour.
2 partiellement installés ou enlevés.
Après cette opération, 101 ko d'espace disque seront libérés.
Souhaitez-vous continuer [O/n] ? O
(Lecture de la base de données... 958860 fichiers et répertoires déjà installés.)
Suppression de linux-generic-pae ...
Suppression de linux-headers-generic-pae ...
Suppression de linux-image-generic-pae ...

et pour :

sudo apt-get -y install linux-generic-pae

le système me retourne :

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  linux-headers-3.2.0-33-generic-pae linux-headers-3.2.0-33
  linux-headers-3.2.0-80 linux-headers-3.2.0-82 linux-headers-3.2.0-77
  linux-headers-3.2.0-84 linux-headers-3.2.0-79
  linux-headers-3.2.0-82-generic-pae linux-headers-3.2.0-77-generic-pae
  calligra-l10n-engb calligra-l10n-zhcn linux-headers-3.2.0-80-generic-pae
  calligra-l10n-de calligra-l10n-fr linux-headers-3.2.0-84-generic-pae
  linux-headers-3.2.0-79-generic-pae
Veuillez utiliser « apt-get autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés : 
  linux-headers-generic-pae linux-image-generic-pae
Les NOUVEAUX paquets suivants seront installés :
  linux-generic-pae linux-headers-generic-pae linux-image-generic-pae
0 mis à jour, 3 nouvellement installés, 0 à enlever et 1 non mis à jour.
Il est nécessaire de prendre 2 668 o/7 012 o dans les archives.
Après cette opération, 101 ko d'espace disque supplémentaires seront utilisés.
Réception de : 1 http://fr.archive.ubuntu.com/ubuntu/ precise-updates/main linux-image-generic-pae i386 3.2.0.97.113 [2 668 B]
2 668 o réceptionnés en 0s (9 728 o/s)               
Sélection du paquet linux-image-generic-pae précédemment désélectionné.
(Lecture de la base de données... 958852 fichiers et répertoires déjà installés.)
Dépaquetage de linux-image-generic-pae (à partir de .../linux-image-generic-pae_3.2.0.97.113_i386.deb) ...
Sélection du paquet linux-headers-generic-pae précédemment désélectionné.
Dépaquetage de linux-headers-generic-pae (à partir de .../linux-headers-generic-pae_3.2.0.97.113_i386.deb) ...
Sélection du paquet linux-generic-pae précédemment désélectionné.
Dépaquetage de linux-generic-pae (à partir de .../linux-generic-pae_3.2.0.97.113_i386.deb) ...
Paramétrage de linux-image-generic-pae (3.2.0.97.113) ...
Paramétrage de linux-headers-generic-pae (3.2.0.97.113) ...
Paramétrage de linux-generic-pae (3.2.0.97.113) ...

ça m'a l'air gagné ;-)
Le gestionnaire de mises à jour ne retourne plus aucune erreur et il a bien voulu faire la mise à jour de flashplayer :-)

Un immmmmmmmmense merci pour cette aide précieuse, je m'en serait jamais sorti tout seul (et je ne ferai plus le ménage des noyaux à la main, non non) .

#12 Re : -1 »  [résolu] 12.04 - systeme de paquets cassés - dépendances insatisfaites » Le 01/01/2016, à 13:21

Guinioul
Réponses : 13

alors ubuntu me réponds :

linux-headers-3.2.0-23 passé en « installé automatiquement ».
linux-headers-3.2.0-23-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-25 passé en « installé automatiquement ».
linux-headers-3.2.0-25-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-31 passé en « installé automatiquement ».
linux-headers-3.2.0-31-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-34 passé en « installé automatiquement ».
linux-headers-3.2.0-34-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-35 passé en « installé automatiquement ».
linux-headers-3.2.0-35-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-37 passé en « installé automatiquement ».
linux-headers-3.2.0-37-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-38 passé en « installé automatiquement ».
linux-headers-3.2.0-38-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-48 passé en « installé automatiquement ».
linux-headers-3.2.0-48-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-52 passé en « installé automatiquement ».
linux-headers-3.2.0-52-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-59 passé en « installé automatiquement ».
linux-headers-3.2.0-59-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-60 passé en « installé automatiquement ».
linux-headers-3.2.0-60-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-63 passé en « installé automatiquement ».
linux-headers-3.2.0-63-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-65 passé en « installé automatiquement ».
linux-headers-3.2.0-65-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-67 passé en « installé automatiquement ».
linux-headers-3.2.0-67-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-68 passé en « installé automatiquement ».
linux-headers-3.2.0-68-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-69 passé en « installé automatiquement ».
linux-headers-3.2.0-69-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-70 passé en « installé automatiquement ».
linux-headers-3.2.0-70-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-72 passé en « installé automatiquement ».
linux-headers-3.2.0-72-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-74 passé en « installé automatiquement ».
linux-headers-3.2.0-74-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-76 passé en « installé automatiquement ».
linux-headers-3.2.0-76-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-91 passé en « installé automatiquement ».
linux-headers-3.2.0-91-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-94 passé en « installé automatiquement ».
linux-headers-3.2.0-94-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-95 passé en « installé automatiquement ».
linux-headers-3.2.0-95-generic-pae passé en « installé automatiquement ».
linux-headers-3.2.0-97 passé en « installé automatiquement ».
linux-headers-3.2.0-97-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-23-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-25-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-31-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-33-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-34-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-35-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-37-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-38-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-48-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-52-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-59-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-60-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-63-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-65-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-67-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-68-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-69-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-70-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-72-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-74-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-76-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-77-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-79-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-80-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-82-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-84-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-91-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-94-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-95-generic-pae passé en « installé automatiquement ».
linux-image-3.2.0-97-generic-pae passé en « installé automatiquement ».

ça sent plutôt bon non ? :-)

#13 Re : -1 »  écrire un script de deux commandes ? (pour /etc/apm/resume.d/ ) » Le 07/06/2012, à 15:13

Guinioul
Réponses : 11

petit up ^_^

personne ne sait comment je peux vérifier que le script s’exécute bien ?
Dans quel log je peux voir ça ?


Encore merci .

#14 Re : -1 »  Xubuntu 12.04 avec Compiz » Le 05/08/2014, à 13:49

Guinioul
Réponses : 37

Bonjour,

je me permet de upper ce topic car je cherche aussi à obtenir compiz sous xubuntu 12.04 mais sans succès pour l'instant :-/

ma carte graphique est une 855gm (vieille ^_^) donc j'ai installé le driver proposé par glasen (ppa glasen toussa), ainsi à priori l'accélération graphique marche (la transparence des fenetres et ce genre de trucs fonctionnent dans xfce)...

j'ai ensuite installé, compiz, compizconfig-settings-manager, et metacity puis paramétré selon

Chatillon a écrit :

"- dans compizconfig, cocher décoration des fenêtres.
- dans Animations -> Animations de fermeture -> Mettre aucun pour
       (type=Tooltip | Notification | Utility) & !(name=compiz)
- dans Window Rules -> dans pas de focus, mettre :
       (type=Tooltip | Notification | Utility) & !(name=compiz)"

mais quand je fais

compiz --replace

j'obtiens

Backend     : ini
Integration : true
Profile     : default
Adding plugins
Initializing core options...done
Initializing composite options...done
Erreur de segmentation (core dumped)

là l'affiche clignote quelque peu puis stabilise mais je perds mes décorations de fenetre et compiz ne s'active pas :-(

Y'a un truc que j'ai mal fait ?

#15 Re : -1 »  Ubuntu Unity sur tablette asus TF101 » Le 20/07/2012, à 19:33

Guinioul
Réponses : 41

Salut Chaton,

je crois qu'il y a moyen de démarrer depuis la sd et même de faire un dualboot .

Billy64 peux tu nous dire si l'accélération graphique fonctionne ?
Cette tablette m’intéresse beaucoup car l'autonomie avec le dock est juste hallucinante et il me faudra sans doute un netbook en septembre donc ça peut être un bon compromis mais j'aimerai bien avoir une partie graphique accélérée vu l'usage auquel elle sera destinée .

#16 Re : -1 »  BUG avec la visonneuse par defaut sur ubuntu 12.04. » Le 30/09/2012, à 12:53

Guinioul
Réponses : 11

Bonjour,

Même problème depuis hier (ne le faisait pas avant) sur un hp sous 12.04 .
Au bout de deux photos le système plante et affiche un écran de terminal avec des lignes de code, obligé de redémarrer l'ordi :-/ . version de eyes of gnome posant problème : 3.4.2 uniquement en visionnant des photos, si eog est ouvert depuis le menu (donc sans afficher de photo) ça ne plante pas . Le problème est apparu suite à des mises à jour, notamment de xorg (mais je ne croit pas que eog ai été mit à jour) .

à noter que le probleme n'apparait que avec eog ! avec gthumb pas de soucis .

précisions :
- Current Operating System: Linux noemie-portable 3.2.0-31-generic-pae #50-Ubuntu SMP Fri Sep 7 16:39:45 UTC 2012 i686
- xorg-server 2:1.11.4-0ubuntu10.8

[Edit]
Le bug apparait aussi avec gthumb finalement :-/ . au bout de quelques photos le systeme crashe complet, obligé de rebooter . J'ai prit une photo de ce qui apparait sur l'écran et je la mettrai ici prochainement

Mais du coup c'est plutot embetant, plus moyen de regarder des photos .
Quelqu'un aurait une solution ?

Merci d'avance
[/Edit]

#17 Re : -1 »  Ubuntu - enregistrer sa sortie audio ? » Le 20/06/2012, à 15:05

Guinioul
Réponses : 42

Salut Mohican,

je ne suis plus trop le topic mais j'ai édité mon titre ;-)

#18 Re : -1 »  [Résolu] Problème de connexion wifi sous Ubuntu 10.04 » Le 08/10/2012, à 01:38

Guinioul
Réponses : 27

Bonjour je suis sous 10.04 et les astuces de ce topic ne fonctionnent pas pour moi :-/ .

La carte marche mais déconnecte souvent et le débit est mauvais (100ko/s) .
J'ai pas mal de pertes de paquets .

ça marche pas super quoi ^_^ .

quelques infos :

lspci :
00:09.0 Ethernet controller: Atheros Communications Inc. Atheros AR5001X+ Wireless Network Adapter (rev 01)
iwconfig :
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:"Jenedonnepasmonssid"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:1A:70:9E:12:76   
          Bit Rate=54 Mb/s   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=62/70  Signal level=-48 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

(le bitrate est bon) .


lsmod :
ath5k                 121632  0 
mac80211              205434  1 ath5k
ath                     7611  1 ath5k
cfg80211              126528  3 ath5k,mac80211,ath
led_class               2864  1 ath5k

(le driver est bien chargé) .


J'ai aussi testé :

sudo sh -c "echo 'options ath5k nohwcrypt' >/etc/modprobe.d/custom-wireless.conf"

mais aucune amélioration du débit :'-( .

Pour les pertes de paquets j'ai 21% de l'ordi au routeur

ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=1.03 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=1.02 ms
64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=1.06 ms
64 bytes from 192.168.1.1: icmp_seq=5 ttl=64 time=1.02 ms
64 bytes from 192.168.1.1: icmp_seq=6 ttl=64 time=1.02 ms
64 bytes from 192.168.1.1: icmp_seq=7 ttl=64 time=1.02 ms
64 bytes from 192.168.1.1: icmp_seq=8 ttl=64 time=2.29 ms
64 bytes from 192.168.1.1: icmp_seq=9 ttl=64 time=2.92 ms
64 bytes from 192.168.1.1: icmp_seq=10 ttl=64 time=2.01 ms
64 bytes from 192.168.1.1: icmp_seq=11 ttl=64 time=1.01 ms
64 bytes from 192.168.1.1: icmp_seq=12 ttl=64 time=1.02 ms
64 bytes from 192.168.1.1: icmp_seq=14 ttl=64 time=1.02 ms
64 bytes from 192.168.1.1: icmp_seq=15 ttl=64 time=1.02 ms
64 bytes from 192.168.1.1: icmp_seq=16 ttl=64 time=1.23 ms
64 bytes from 192.168.1.1: icmp_seq=19 ttl=64 time=3.35 ms
^C
--- 192.168.1.1 ping statistics ---
19 packets transmitted, 15 received, 21% packet loss, time 18046ms
rtt min/avg/max/mdev = 1.013/1.474/3.354/0.759 ms

(les autre ordis du réseau n'ont aucune perte de paquets bien évidemment) .



Il reste des trucs à tester ou tout a déja été tenté ? ^_^ .

#19 Re : -1 »  Carte wifi Atheros AR5001 non reconnue Ubuntu 10.04 » Le 08/10/2012, à 01:00

Guinioul
Réponses : 20

Salut,

je uppe ce topic car je suis aussi embeté avec cette carte sous 10.04 .

En fait le driver "marchotte" ^_^ .

La connexion ne se fait pas avec toutes les box et elle est instable quand elle veut bien fonctionner (obligeant à se reconnecter manuellement car en automatique ça ne fonctionne pas) . Enfin le débit est très mauvais (maxi 100ko/s) sur mon réseau alors que mes autres postes n'ont pas ce soucis et filent au mo/s sur le meme téléchargement .

est ce qu'il y a moyen de régler tout ça ?

lspci :
00:09.0 Ethernet controller: Atheros Communications Inc. Atheros AR5001X+ Wireless Network Adapter (rev 01)
lsmod :
ath5k                 121632  0 
mac80211              205434  1 ath5k
ath                     7611  1 ath5k
cfg80211              126528  3 ath5k,mac80211,ath
led_class               2864  1 ath5k

D'autant que le driver ath5k est pourtant bien là ...

Merci d'avance .

#20 Re : -1 »  Oneiric, Gimp et touche ALT » Le 30/06/2012, à 16:22

Guinioul
Réponses : 5
Spadassin a écrit :

Bonjour

Regarde dans compiz setting manager, si tu ne l'as pas installe le et modifie les raccourcis attribués à gestion des fenêtre "déplacer la fenêtre"

Je confirme que c'est bien ça (sous Unity en tout cas) .

#21 Re : -1 »  [How to!] activer multitouch sous 11.10 et 12.04 (touchpad synaptics) » Le 13/06/2012, à 17:44

Guinioul
Réponses : 4

Hello hello,

je uppe mon topic car âprès avoir upgradé vers 12.04 je me retrouve de nouveau sans défilement à deux doigts et l'astuce ci dessus ne fonctionne plus :-/

Je google je google mais pour l'instant pas de solution .
Quelqu'un aurait une idée ?


[Edit]
finalement ça refonctionne après avoir installé "synaptiks" (qui a du activer un truc quelconque qui devait manquer)
[/Edit]

#22 Re : -1 »  [How to!] activer multitouch sous 11.10 et 12.04 (touchpad synaptics) » Le 15/06/2012, à 12:10

Guinioul
Réponses : 4

encore quelques news .

apparemment sous 12.04 (et les autres distribs gnome) le fichier de config "/usr/share/X11/xorg.conf.d/50-synaptics.conf" même s'il est correctement paramétré n'est en fait pas lu par le système à cause d'un bug de gnome .

Mais bonne nouvelle c'est contournable (et pas besoin de Synaptiks du coup) .

Pour ce faire il faut démarrer

dconf-editor

(à taper dans le terminal . S'il n'est pas installé pas de soucis car le terminal vous donnera la commande pour le faire)

ensuite on se rend à "org.gnome.settings-daemon.plugins.mouse" et là on décoche "mouse" .

Enfin on paramètre son fichier "/usr/share/X11/xorg.conf.d/50-synaptics.conf" avec les valeurs qui vont bien . On reboot, et hop ça marche !

#23 Re : -1 »  Problème de touch pad » Le 07/06/2012, à 15:11

Guinioul
Réponses : 7

Salut Joww,


la commande :

sudo modprobe -r psmouse

sert à décharger du noyau le module "psmouse" (qui est le module de la souris)


la commande :

sudo modprobe psmouse

sert à recharger le module "psmouse" dans le noyau .


Je m'en sert régulièrement sur un portable vaio qui perds le touchpad en retour de veille .

#24 Re : -1 »  Problème de touch pad » Le 07/06/2012, à 17:36

Guinioul
Réponses : 7

De rien,

Si tu cherches des tutos et des cours tu peux aller faire un tour sur le site du zéro (rubrique systèmes d'exploitation > Linux) ;-) .