[Mise à jour] linux3.12 et module nouveau (Résolu)

Mise à jour / Création /debug de paquetages
clapas
yeomen
Messages : 286
Inscription : sam. 08 sept. 2012, 07:23
Localisation : Comtat Venaissin

[Mise à jour] linux3.12 et module nouveau (Résolu)

Message par clapas »

Bonjour,
La mise à jour d'hier qui comprenait linux-3.12 s'est terminée par une erreur.
La fonction "hook" ne trouvait pas le module nouveau. (décrit de mémoire).

Au redémarrage, tout à l'air de bien fonctionner et je suis sur le noyau 3.12.1.1.
Par contre, si je fais "sudo mkinitcpio -p linux" voilà la réponse obtenue.
Quel est votre avis sur cette situation ?

Code : Tout sélectionner

==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 3.12.1-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> ERROR: module not found: `xf86-video-nouveau'
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux.img
==> WARNING: errors were encountered during the build. The image may not be complete.
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 3.12.1-1-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: smsmdtv
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> ERROR: module not found: `xf86-video-nouveau'
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
==> WARNING: errors were encountered during the build. The image may not be complete.
Et si je demande " sudo pacman -S xf86-video-nouveau"

Code : Tout sélectionner

avertissement : xf86-video-nouveau-1.0.10-1 est à jour -- réinstalle
Dernière modification par clapas le lun. 25 nov. 2013, 09:51, modifié 1 fois.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17576
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Mise à jour]linux3.12 et module nouveau

Message par benjarobin »

xf86-video-nouveau est le nom d'un paquet et non d'un module... Ou as tu lu qu'il fallait ajouter xf86-video-nouveau à mkinitcpio ? Le Wiki inidique d'ajouter optionnellement :nouveau
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
clapas
yeomen
Messages : 286
Inscription : sam. 08 sept. 2012, 07:23
Localisation : Comtat Venaissin

Re: [Mise à jour]linux3.12 et module nouveau

Message par clapas »

Ah ben oui !
Avec "nouveau" tout court, cela va mieux :)

Merci pour l'info.
Je vais chercher quelle partie du wiki j'avais mal interprétée.
Répondre