Bonjour,
alors voilà le résultat de la commande trouvée sur
cette page :
cc@cc-CR61-2M-CX61-2OC-CX61-2OD:~$ dmesg | tail -1 > ~/tail.txt; sleep 45 && echo -e "\n\tLes 2 derniers systèmes de fichiers montés :"; mount -l | tail -2 ; 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' ~/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 de fichiers :"; dpkg -l | grep -i "file .*manager" | awk '!/plugin|profile/{print $1,$2,$3,$4}' ; echo -e "\n\tNombre d'éléments de /home/moi ne m'appartenant pas :"; find ~ \( ! -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[2-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 2 derniers systèmes de fichiers montés :
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=395632k,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)
USB, les puces :
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 0bda:0138 Realtek Semiconductor Corp. RTS5138 Card Reader Controller
Bus 003 Device 003: ID 13d3:3394 IMC Networks Bluetooth
Bus 003 Device 004: ID 090c:3267 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.)
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
USB, les modules :
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
|__ Port 2: Dev 4, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 3: Dev 2, If 0, Class=Mass Storage, Driver=ums-realtek, 480M
|__ Port 7: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 7: Dev 3, If 1, Class=Wireless, Driver=btusb, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
DMESG :
[ 1685.050167] audit: type=1400 audit(1575220726.618:45): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/cc/.thunderbird/jw06d3a4.default/key3.db" pid=2878 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[ 1803.480979] usb 3-2: new high-speed USB device number 4 using xhci_hcd
[ 1803.634086] usb 3-2: New USB device found, idVendor=090c, idProduct=3267, bcdDevice= 1.00
[ 1803.634091] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1803.634094] usb 3-2: Product: SM3267AB MEMORY BAR
[ 1803.634097] usb 3-2: Manufacturer: Silicon Motion,Inc.
[ 1803.638539] usb-storage 3-2:1.0: USB Mass Storage device detected
[ 1803.639026] scsi host6: usb-storage 3-2:1.0
[ 1804.658436] scsi 6:0:0:0: Direct-Access SMI USB MEMORY BAR 1000 PQ: 0 ANSI: 5
[ 1804.659112] sd 6:0:0:0: Attached scsi generic sg3 type 0
[ 1804.659981] sd 6:0:0:0: [sdc] Attached SCSI removable disk
Contenu de /media :
total 12
drwxr-xr-x 3 root root 4096 juin 1 2019 .
drwxr-xr-x 24 root root 4096 nov. 16 14:35 ..
drwxr-x---+ 2 root root 4096 nov. 29 23:49 cc
Contenu de /media/moi :
total 8
drwxr-x---+ 2 root root 4096 nov. 29 23:49 .
drwxr-xr-x 3 root root 4096 juin 1 2019 ..
Gestionnaire de fichiers :
ii nemo 3.6.5-1 amd64
ii nemo-data 3.6.5-1 all
ii thunar 1.6.15-0ubuntu1 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 déc. 1 17:50 ata-WDC_WD5000LPVX-22V0TT0_WD-WXL1E645TY2J -> ../../sda
lrwxrwxrwx 1 root root 9 déc. 1 17:50 wwn-0x50014ee65a549f27 -> ../../sda
lrwxrwxrwx 1 root root 10 déc. 1 17:51 ata-WDC_WD5000LPVX-22V0TT0_WD-WXL1E645TY2J-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 déc. 1 17:51 wwn-0x50014ee65a549f27-part1 -> ../../sda1
lrwxrwxrwx 1 root root 9 déc. 1 18:21 usb-Generic-_Multi-Card_20090516388200000-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 9 déc. 1 18:20 usb-SMI_USB_MEMORY_BAR-0:0 -> ../../sdc
lrwxrwxrwx 1 root root 9 déc. 1 17:50 ata-TSSTcorp_CDDVDW_SN-208FB_S12A6YCF9007BV -> ../../sr0
Description: Ubuntu 18.04.3 LTS
Noyau en service : 5.0.0-36-generic x86_64
Logué en tant que : cc
Ca vous parle?