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.

#27 Le 25/04/2021, à 18:46

Totolol_47

Re : TrackPade (Paver tactile ) infonctionnelle

eu.. ok merci.


salut je suis désoler pour les erreur d'orthographe je suis disortographique

Hors ligne

#28 Le 25/04/2021, à 18:52

Totolol_47

Re : TrackPade (Paver tactile ) infonctionnelle

Ok mais sa ne marche pas quand je ta pote la touche échappe au démarrage ça m'ouvre le menu pour booter soit sur une clé USB soit un DVD... Et si je tapote sur la touche majuscule rien ne se passe


salut je suis désoler pour les erreur d'orthographe je suis disortographique

Hors ligne

#29 Le 25/04/2021, à 18:54

nany

Re : TrackPade (Paver tactile ) infonctionnelle

Bien, on va faire autrement. Donne le retour de :

cat /boot/grub/grub.cfg

Hors ligne

#30 Le 25/04/2021, à 18:59

Totolol_47

Re : TrackPade (Paver tactile ) infonctionnelle

Ok voila

tommy@tommy-asus-pc-X751SA:~$ cat /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${initrdfail}" = 2 ]; then
   set initrdfail=
elif [ "${initrdfail}" = 1 ]; then
   set next_entry="${prev_entry}"
   set prev_entry=
   save_env prev_entry
   if [ "${next_entry}" ]; then
      set initrdfail=2
   fi
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function initrdfail {
    if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
      if [ -z "${initrdfail}" ]; then
        set initrdfail=1
        if [ -n "${boot_once}" ]; then
          set prev_entry="${default}"
          save_env prev_entry
        fi
      fi
      save_env initrdfail
    fi; fi
}
function recordfail {
  set recordfail=1
  # GRUB lacks write support for lvm, so recordfail support is disabled.
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod lvm
insmod ext2
set root='lvmid/aT12gU-yvoM-Vv3v-Qb1z-dFMk-EsOI-S43yDy/EjC815-zF8R-GiiX-PoZT-POja-5dqP-cnsPG3'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvmid/aT12gU-yvoM-Vv3v-Qb1z-dFMk-EsOI-S43yDy/EjC815-zF8R-GiiX-PoZT-POja-5dqP-cnsPG3'  886cdc45-c8b8-4250-8d1f-db1037eb5a44
else
  search --no-floppy --fs-uuid --set=root 886cdc45-c8b8-4250-8d1f-db1037eb5a44
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; then
    set timeout=0
  fi
fi
if [ $grub_platform = efi ]; then
  set timeout=30
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-886cdc45-c8b8-4250-8d1f-db1037eb5a44' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_gpt
	insmod lvm
	insmod ext2
	set root='lvmid/aT12gU-yvoM-Vv3v-Qb1z-dFMk-EsOI-S43yDy/EjC815-zF8R-GiiX-PoZT-POja-5dqP-cnsPG3'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='lvmid/aT12gU-yvoM-Vv3v-Qb1z-dFMk-EsOI-S43yDy/EjC815-zF8R-GiiX-PoZT-POja-5dqP-cnsPG3'  886cdc45-c8b8-4250-8d1f-db1037eb5a44
	else
	  search --no-floppy --fs-uuid --set=root 886cdc45-c8b8-4250-8d1f-db1037eb5a44
	fi
	linux	/boot/vmlinuz-5.8.0-51-generic root=/dev/mapper/vgubuntu-root ro  i8042.nomux quiet splash $vt_handoff
	initrd	/boot/initrd.img-5.8.0-51-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-886cdc45-c8b8-4250-8d1f-db1037eb5a44' {
	menuentry 'Ubuntu, avec Linux 5.8.0-51-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.8.0-51-generic-advanced-886cdc45-c8b8-4250-8d1f-db1037eb5a44' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod lvm
		insmod ext2
		set root='lvmid/aT12gU-yvoM-Vv3v-Qb1z-dFMk-EsOI-S43yDy/EjC815-zF8R-GiiX-PoZT-POja-5dqP-cnsPG3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='lvmid/aT12gU-yvoM-Vv3v-Qb1z-dFMk-EsOI-S43yDy/EjC815-zF8R-GiiX-PoZT-POja-5dqP-cnsPG3'  886cdc45-c8b8-4250-8d1f-db1037eb5a44
		else
		  search --no-floppy --fs-uuid --set=root 886cdc45-c8b8-4250-8d1f-db1037eb5a44
		fi
		echo	'Chargement de Linux 5.8.0-51-generic…'
		linux	/boot/vmlinuz-5.8.0-51-generic root=/dev/mapper/vgubuntu-root ro  i8042.nomux quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.8.0-51-generic
	}
	menuentry 'Ubuntu, avec Linux 5.8.0-51-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.8.0-51-generic-recovery-886cdc45-c8b8-4250-8d1f-db1037eb5a44' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod lvm
		insmod ext2
		set root='lvmid/aT12gU-yvoM-Vv3v-Qb1z-dFMk-EsOI-S43yDy/EjC815-zF8R-GiiX-PoZT-POja-5dqP-cnsPG3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='lvmid/aT12gU-yvoM-Vv3v-Qb1z-dFMk-EsOI-S43yDy/EjC815-zF8R-GiiX-PoZT-POja-5dqP-cnsPG3'  886cdc45-c8b8-4250-8d1f-db1037eb5a44
		else
		  search --no-floppy --fs-uuid --set=root 886cdc45-c8b8-4250-8d1f-db1037eb5a44
		fi
		echo	'Chargement de Linux 5.8.0-51-generic…'
		linux	/boot/vmlinuz-5.8.0-51-generic root=/dev/mapper/vgubuntu-root ro recovery nomodeset dis_ucode_ldr 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.8.0-51-generic
	}
	menuentry 'Ubuntu, avec Linux 5.8.0-50-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.8.0-50-generic-advanced-886cdc45-c8b8-4250-8d1f-db1037eb5a44' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod lvm
		insmod ext2
		set root='lvmid/aT12gU-yvoM-Vv3v-Qb1z-dFMk-EsOI-S43yDy/EjC815-zF8R-GiiX-PoZT-POja-5dqP-cnsPG3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='lvmid/aT12gU-yvoM-Vv3v-Qb1z-dFMk-EsOI-S43yDy/EjC815-zF8R-GiiX-PoZT-POja-5dqP-cnsPG3'  886cdc45-c8b8-4250-8d1f-db1037eb5a44
		else
		  search --no-floppy --fs-uuid --set=root 886cdc45-c8b8-4250-8d1f-db1037eb5a44
		fi
		echo	'Chargement de Linux 5.8.0-50-generic…'
		linux	/boot/vmlinuz-5.8.0-50-generic root=/dev/mapper/vgubuntu-root ro  i8042.nomux quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.8.0-50-generic
	}
	menuentry 'Ubuntu, avec Linux 5.8.0-50-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.8.0-50-generic-recovery-886cdc45-c8b8-4250-8d1f-db1037eb5a44' {
		recordfail
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod lvm
		insmod ext2
		set root='lvmid/aT12gU-yvoM-Vv3v-Qb1z-dFMk-EsOI-S43yDy/EjC815-zF8R-GiiX-PoZT-POja-5dqP-cnsPG3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='lvmid/aT12gU-yvoM-Vv3v-Qb1z-dFMk-EsOI-S43yDy/EjC815-zF8R-GiiX-PoZT-POja-5dqP-cnsPG3'  886cdc45-c8b8-4250-8d1f-db1037eb5a44
		else
		  search --no-floppy --fs-uuid --set=root 886cdc45-c8b8-4250-8d1f-db1037eb5a44
		fi
		echo	'Chargement de Linux 5.8.0-50-generic…'
		linux	/boot/vmlinuz-5.8.0-50-generic root=/dev/mapper/vgubuntu-root ro recovery nomodeset dis_ucode_ldr 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-5.8.0-50-generic
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/10_linux_zfs ###
### END /etc/grub.d/10_linux_zfs ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
	fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

salut je suis désoler pour les erreur d'orthographe je suis disortographique

Hors ligne

#31 Le 25/04/2021, à 19:05

nany

Re : TrackPade (Paver tactile ) infonctionnelle

OK. Donne le retour de :

sudo sed -i 's/set default="0"/set default="1>2"/' /boot/grub/grub.cfg && grep "set default" /boot/grub/grub.cfg

Hors ligne

#32 Le 25/04/2021, à 19:16

Totolol_47

Re : TrackPade (Paver tactile ) infonctionnelle

Ok voila

  set default="${next_entry}"
   set default="1>2"

salut je suis désoler pour les erreur d'orthographe je suis disortographique

Hors ligne

#33 Le 25/04/2021, à 19:21

nany

Re : TrackPade (Paver tactile ) infonctionnelle

Très bien. Maintenant redémarre.

Une fois redémarré, donne le retour de :

uname -r

Hors ligne

#34 Le 25/04/2021, à 20:04

Totolol_47

Re : TrackPade (Paver tactile ) infonctionnelle

Viila

5.8.0-50-generic

salut je suis désoler pour les erreur d'orthographe je suis disortographique

Hors ligne

#35 Le 25/04/2021, à 20:11

nany

Re : TrackPade (Paver tactile ) infonctionnelle

Super ! Alors redonne :

sudo apt full-upgrade -y --allow-downgrades

Hors ligne

#36 Le 25/04/2021, à 20:47

Totolol_47

Re : TrackPade (Paver tactile ) infonctionnelle

ok voila

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

salut je suis désoler pour les erreur d'orthographe je suis disortographique

Hors ligne

#37 Le 25/04/2021, à 20:52

nany

Re : TrackPade (Paver tactile ) infonctionnelle

Dans ce cas donne le retour de :

dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|l|m|si|t|u)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'

Hors ligne

#38 Le 25/04/2021, à 21:25

Totolol_47

Re : TrackPade (Paver tactile ) infonctionnelle

voila

ii  linux-generic-hwe-20.04               5.8.0.50.55  amd64
ii  linux-headers-generic-hwe-20.04       5.8.0.50.55  amd64
ii  linux-image-generic-hwe-20.04         5.8.0.50.55  amd64
ii  linux-headers-5.8.0-50                5.8.0-50.56  all
ii  linux-headers-5.8.0-50-generic        5.8.0-50.56  amd64
ii  linux-image-5.8.0-50-generic          5.8.0-50.56  amd64
ii  linux-libc-dev:amd64                  5.8.0-50.56  amd64
ii  linux-modules-5.8.0-50-generic        5.8.0-50.56  amd64
ii  linux-modules-extra-5.8.0-50-generic  5.8.0-50.56  amd64
ii  linux-headers-5.8.0-51                5.8.0-51.57  all
ii  linux-headers-5.8.0-51-generic        5.8.0-51.57  amd64
ii  linux-image-5.8.0-51-generic          5.8.0-51.57  amd64
ii  linux-modules-5.8.0-51-generic        5.8.0-51.57  amd64
ii  linux-modules-extra-5.8.0-51-generic  5.8.0-51.57  amd64

salut je suis désoler pour les erreur d'orthographe je suis disortographique

Hors ligne

#39 Le 25/04/2021, à 21:33

nany

Re : TrackPade (Paver tactile ) infonctionnelle

OK. On va donc le supprimer à la mano :

sudo apt purge linux-*5.8.1-51*

Hors ligne

#40 Le 25/04/2021, à 22:26

Totolol_47

Re : TrackPade (Paver tactile ) infonctionnelle

voila

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet linux-*5.8.1-51*
E: Impossible de trouver de paquet correspondant à l'expression rationnelle « linux-*5.8.1-51* »

salut je suis désoler pour les erreur d'orthographe je suis disortographique

Hors ligne

#41 Le 26/04/2021, à 00:16

nany

Re : TrackPade (Paver tactile ) infonctionnelle

Ah, quand ça ne veut pas ça ne veut pas !
Alors nommons chaque paquet explicitement. Donne :

sudo apt purge linux-headers-5.8.0-51 linux-headers-5.8.0-51-generic linux-image-5.8.0-51-generic linux-modules-5.8.0-51-generic linux-modules-extra-5.8.0-51-generic

Hors ligne

#42 Le 26/04/2021, à 07:48

cqfd93

Re : TrackPade (Paver tactile ) infonctionnelle

Bonjour,

nany a écrit :

OK. On va donc le supprimer à la mano :

sudo apt purge linux-*5.8.1-51*

Normal que ça ne marche pas, ça devrait être :

sudo apt purge linux-*5.8.0-51*

cqfd93

Hors ligne

#43 Le 26/04/2021, à 08:49

nany

Re : TrackPade (Paver tactile ) infonctionnelle

Oh la vilaine faute de frappe que je n’avais pas vu passer !
Merci cqfd93.

Hors ligne

#44 Le 26/04/2021, à 09:34

Totolol_47

Re : TrackPade (Paver tactile ) infonctionnelle

Du coup je fais quoi?


salut je suis désoler pour les erreur d'orthographe je suis disortographique

Hors ligne

#45 Le 26/04/2021, à 09:43

nany

Re : TrackPade (Paver tactile ) infonctionnelle

Passe cette commande :

sudo apt purge linux-*5.8.0-51*

Hors ligne

#46 Le 26/04/2021, à 10:10

Totolol_47

Re : TrackPade (Paver tactile ) infonctionnelle

Ok voila

Suppression du noyau linux-image-5.8.0-51-generic ├───────────┐
 │                                                                           │ 
 │ Le noyau actuellement utilisé (version 5.8.0-51-generic) est en train     │ 
 │ d'être supprimé.                                                          │ 
 │                                                                           │ 
 │ Le système risque de ne plus pouvoir démarrer car                         │ 
 │ /boot/vmlinuz-5.8.0-51-generic sera enlevé ainsi que tous les modules du  │ 
 │ répertoire /lib/modules/5.8.0-51-generic. Cela peut seulement être        │ 
 │ réparé avec une copie de l'image du noyau et des modules correspondants.  │ 
 │                                                                           │ 
 │ Interrompre la suppression du noyau est fortement recommandé à moins      │ 
 │ d’être ensuite capable de réparer le système.                             │ 
 │                                                                           │ 
 │ Abandonner la suppression du noyau ?   

je fais quoi ? yikes


salut je suis désoler pour les erreur d'orthographe je suis disortographique

Hors ligne

#47 Le 26/04/2021, à 10:24

nany

Re : TrackPade (Paver tactile ) infonctionnelle

Arf ! Tu as redémarré sur le 51. Réponds oui à la question et redonne :

cat /boot/grub/grub.cfg

Hors ligne

#48 Le 26/04/2021, à 10:30

Totolol_47

Re : TrackPade (Paver tactile ) infonctionnelle

J'avais fermer le terminal alors je voulais remaitre la commende et c'est pas comment toute-haleur

tommy@tommy-asus-pc-X751SA:~$ sudo apt purge linux-*5.8.0-51*
[sudo] Mot de passe de tommy : 
Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is heWaiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 5759 (apt)...

salut je suis désoler pour les erreur d'orthographe je suis disortographique

Hors ligne

#49 Le 26/04/2021, à 10:57

nany

Re : TrackPade (Paver tactile ) infonctionnelle

Là ça dit qu’apt est en attente de sa libération par un autre processus qui l’utilise.
Au pire redémarre.

Hors ligne

#50 Le 26/04/2021, à 10:58

Totolol_47

Re : TrackPade (Paver tactile ) infonctionnelle

ok je redémarre et je mais les 2 commende aprés


salut je suis désoler pour les erreur d'orthographe je suis disortographique

Hors ligne