gourvenec@gourvenec:~$ 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[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 2 derniers systèmes de fichiers montés :
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=380700k,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 006: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 007: ID 0cf3:e009 Atheros Communications, Inc.
Bus 001 Device 045: ID 13fe:4200 Kingston Technology Company Inc.
Bus 001 Device 046: ID 0bda:5769 Realtek Semiconductor Corp.
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
USB, les modules :
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
|__ Port 3: Dev 45, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 5: Dev 46, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 5: Dev 46, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 6: Dev 6, If 0, Class=Vendor Specific Class, Driver=rtsx_usb, 480M
|__ Port 8: Dev 7, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 8: Dev 7, If 0, Class=Wireless, Driver=btusb, 12M
DMESG :
[86631.659419] pcieport 0000:00:1c.0: AER: [12] Timeout
[88904.779899] debugfs: Directory '22' with parent 'devices' already present!
[88904.907792] usb 1-3: new high-speed USB device number 45 using xhci_hcd
[88905.070851] usb 1-3: New USB device found, idVendor=13fe, idProduct=4200, bcdDevice= 1.00
[88905.070858] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[88905.070862] usb 1-3: Product: USB DISK 2.0
[88905.070865] usb 1-3: Manufacturer:
[88905.070868] usb 1-3: SerialNumber: 90005AD0E7AFB024
[88905.199792] usb 1-5: new high-speed USB device number 46 using xhci_hcd
[88905.390307] usb 1-5: New USB device found, idVendor=0bda, idProduct=5769, bcdDevice=52.68
[88905.390314] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[88905.390319] usb 1-5: Product: Integrated_Webcam_HD
[88905.390323] usb 1-5: Manufacturer: CN0F08KGLOG007CGAKMZA02
[88905.390327] usb 1-5: SerialNumber: 200901010001
[88905.399077] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:5769)
[88905.416401] uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
[88905.416408] uvcvideo 1-5:1.0: Entity type for entity Extension 7 was not initialized!
[88905.416412] uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
[88905.416416] uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
[88905.416746] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input20
[88905.502961] usb-storage 1-3:1.0: USB Mass Storage device detected
[88905.504768] scsi host2: usb-storage 1-3:1.0
[88905.506731] usbcore: registered new interface driver usb-storage
[88905.509692] usbcore: registered new interface driver uas
[88906.525785] scsi 2:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 4
[88906.526470] sd 2:0:0:0: Attached scsi generic sg2 type 0
[88908.836240] sd 2:0:0:0: [sdb] 15130624 512-byte logical blocks: (7.75 GB/7.21 GiB)
[88908.838153] sd 2:0:0:0: [sdb] Write Protect is off
[88908.838157] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[88908.839463] sd 2:0:0:0: [sdb] No Caching mode page found
[88908.839473] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[88908.850110] sdb: sdb1
[88908.856622] sd 2:0:0:0: [sdb] Attached SCSI removable disk
Contenu de /media :
total 20
drwxr-xr-x 5 root root 4096 févr. 11 07:30 .
drwxr-xr-x 25 root root 4096 mars 22 2012 ..
drwxr-xr-x 2 root root 4096 févr. 11 07:30 data
drwxr-xr-x 2 root root 4096 févr. 8 21:58 external
drwxr-x---+ 2 root root 4096 févr. 9 20:36 gourvenec
Contenu de /media/moi :
total 8
drwxr-x---+ 2 root root 4096 févr. 9 20:36 .
drwxr-xr-x 5 root root 4096 févr. 11 07:30 ..
Gestionnaire de fichiers :
ii nautilus 1:3.26.4-0~ubuntu18.04.5 amd64
ii nemo 3.6.5-1 amd64
ii nemo-data 3.6.5-1 all
Nombre d'éléments de /home/moi ne m'appartenant pas :
find: ‘/home/gourvenec/.cache/doc’: Permission non accordée
10
Désignation STABLE des périphériques :
lrwxrwxrwx 1 root root 9 févr. 11 08:44 ata-KINGSTON_SA400S37480G_50026B7782F8C3AF -> ../../sda
lrwxrwxrwx 1 root root 9 févr. 11 08:44 wwn-0x50026b7782f8c3af -> ../../sda
lrwxrwxrwx 1 root root 10 févr. 11 08:44 ata-KINGSTON_SA400S37480G_50026B7782F8C3AF-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 févr. 11 08:44 wwn-0x50026b7782f8c3af-part1 -> ../../sda1
lrwxrwxrwx 1 root root 9 févr. 12 09:26 usb-_USB_DISK_2.0_90005AD0E7AFB024-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 févr. 12 09:26 usb-_USB_DISK_2.0_90005AD0E7AFB024-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 févr. 11 08:44 ata-PLDS_DVD+_-RW_DU-8A5LH_PNDVVPLC007BN57TRA00 -> ../../sr0
Description: Ubuntu 18.04.4 LTS
Noyau en service : 5.3.0-28-generic x86_64
Logué en tant que : gourvenec
gourvenec@gourvenec:~$