Merci moko,
- #26-2 c'est fait; la réponse est post #34
- #23 je viens de rebooter sur la version 18.04. Il semblerait qu'elle fonctionne mieux que la 20.04
- #24 je viens de refaire la procédure SUR LA 18.04.Voici le résultat
michel@michel-System-Product-Name:~$ dmesg | tail -1 > /tmp/tail.txt; sleep 45 && echo -e "\n\tLes 3 derniers systèmes de fichiers montés :"; mount -l | tail -3 ; echo -e "\n\tUSB, les puces :"; lsusb | sort; echo -e "\n\tUSB, les modules :"; lsusb -t; echo -e "\n\tDMESG :"; dmesg | grep -A999 "$(sed -r 's/([].[])/\\\1/g' /tmp/tail.txt)" | grep -Evi "80211|associate|authenticat|dhclient|dhcp|forcedeth|ipv6|link is not ready|network|no link during initialization|phy[0-9]|tx/rx|tx status|ufw|wlan"; echo -e "\n\tContenu de /media :"; ls -la /media; echo -e "\n\tContenu de /media/moi :"; ls -la "/media/$USER"; echo -e "\n\tGestionnaire(s) de fichiers :"; dpkg -l | grep -i "file .*manager" | awk '!/plugin|profile|theme/{print $1,$2,$3,$4}' | column -s' ' -t ; echo -e "\n\tNombre d'éléments de /home/moi ne m'appartenant pas :"; find ~ -mount \( ! -user $USER -o ! -group $USER \) | wc -l; echo -e "\n\tDésignation STABLE des périphériques :"; ls -l /dev/disk/by-id | grep -iEv "\-part[3-9]|total|\-part[1-9][0-9]" | sort -k 10; echo; lsb_release -d; echo -e "\nNoyau en service : $(uname -mr)\n"; echo "Logué en tant que : $(whoami)"
Les 3 derniers systèmes de fichiers montés :
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=789288k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/var/lib/snapd/snaps/core_9804.snap on /snap/core/9804 type squashfs (ro,nodev,relatime,x-gdu.hide)
USB, les puces :
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 116f:c108 Silicon 10 Technology Corp. Flash Card Reader
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 008 Device 003: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
USB, les modules :
/: Bus 09.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/: Bus 08.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 1: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 12M
/: Bus 07.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/2p, 12M
/: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/3p, 12M
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/3p, 12M
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/3p, 12M
|__ Port 2: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 12M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/3p, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
DMESG :
[ 452.667948] Btrfs loaded, crc32c=crc32c-generic
Contenu de /media :
total 12
drwxr-xr-x 3 root root 4096 mars 15 18:36 .
drwxr-xr-x 24 root root 4096 août 16 15:50 ..
drwxr-x---+ 2 root root 4096 août 8 22:45 michel
Contenu de /media/moi :
total 8
drwxr-x---+ 2 root root 4096 août 8 22:45 .
drwxr-xr-x 3 root root 4096 mars 15 18:36 ..
Gestionnaire(s) de fichiers :
ii nautilus 1:3.26.4-0~ubuntu18.04.5 amd64
Nombre d'éléments de /home/moi ne m'appartenant pas :
0
Désignation STABLE des périphériques :
lrwxrwxrwx 1 root root 9 août 16 15:41 ata-SanDisk_SDSSDA240G_154458403439 -> ../../sda
lrwxrwxrwx 1 root root 9 août 16 15:41 wwn-0x5001b44f02052e6f -> ../../sda
lrwxrwxrwx 1 root root 10 août 16 15:41 ata-SanDisk_SDSSDA240G_154458403439-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 août 16 15:41 wwn-0x5001b44f02052e6f-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 août 16 15:41 ata-SanDisk_SDSSDA240G_154458403439-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 août 16 15:41 wwn-0x5001b44f02052e6f-part2 -> ../../sda2
lrwxrwxrwx 1 root root 9 août 16 15:41 ata-WDC_WD10EZEX-21M2NA0_WCC3F0NZ6636 -> ../../sdb
lrwxrwxrwx 1 root root 9 août 16 15:41 wwn-0x50014ee2608900c6 -> ../../sdb
lrwxrwxrwx 1 root root 10 août 16 15:41 ata-WDC_WD10EZEX-21M2NA0_WCC3F0NZ6636-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 août 16 15:41 wwn-0x50014ee2608900c6-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 août 16 15:41 ata-WDC_WD10EZEX-21M2NA0_WCC3F0NZ6636-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 août 16 15:41 wwn-0x50014ee2608900c6-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 9 août 16 15:41 ata-KINGSTON_SV300S37A60G_50026B723A047C9D -> ../../sdc
lrwxrwxrwx 1 root root 9 août 16 15:41 wwn-0x50026b723a047c9d -> ../../sdc
lrwxrwxrwx 1 root root 10 août 16 15:41 ata-KINGSTON_SV300S37A60G_50026B723A047C9D-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 août 16 15:41 wwn-0x50026b723a047c9d-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 août 16 15:41 ata-KINGSTON_SV300S37A60G_50026B723A047C9D-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 août 16 15:41 wwn-0x50026b723a047c9d-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 9 août 16 15:41 usb-GENERIC_USB_Storage-SMC_20040623144548609-0:0 -> ../../sdd
lrwxrwxrwx 1 root root 9 août 16 15:41 usb-GENERIC_USB_Storage-CFC_20040623144548609-0:1 -> ../../sde
lrwxrwxrwx 1 root root 9 août 16 15:41 usb-GENERIC_USB_Storage-SDC_20040623144548609-0:2 -> ../../sdf
lrwxrwxrwx 1 root root 9 août 16 15:41 usb-GENERIC_USB_Storage-MSC_20040623144548609-0:3 -> ../../sdg
lrwxrwxrwx 1 root root 9 août 16 15:41 ata-HL-DT-ST_DVDRAM_GH24NSD1_K1HH6LJ3417 -> ../../sr0
lrwxrwxrwx 1 root root 9 août 16 15:41 wwn-0x5001480000000000 -> ../../sr0
Description: Ubuntu 18.04.4 LTS
Noyau en service : 5.3.0-53-generic x86_64
Logué en tant que : michel
michel@michel-System-Product-Name:~$