linux:hardware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:hardware [2018/06/12 05:12] lamboringolinux:hardware [2025/09/08 13:45] (current) – [b3 asus] lamboringo
Line 1: Line 1:
 +==== Hardware info ====
 +
 +https://opensource.com/article/19/9/linux-commands-hardware-information
 +
 +=== summary ===
 +  inxi -Fxzm
 +  lshw -short
 +
 === memory === === memory ===
   lshw -short -C memory   lshw -short -C memory
Line 13: Line 21:
   lspci -vnn | grep VGA -A 20   lspci -vnn | grep VGA -A 20
  
-=== gamborimbo == 
-<code> 
-H/W path           Device      Class          Description 
-========================================================= 
-/0/0                           memory         1MiB BIOS 
-/0/1a                          memory         8GiB System Memory 
-/0/1a/                       memory         4GiB SODIMM DDR3 Synchronous 1333 MHz (0.8 ns) 
-/0/1a/                       memory         4GiB SODIMM DDR3 Synchronous 1333 MHz (0.8 ns) 
-/0/25/27                       memory         32KiB L1 cache 
-/0/25/28                       memory         256KiB L2 cache 
-/0/25/29                       memory         6MiB L3 cache 
-/0/26                          memory         32KiB L1 cache 
-</code> 
  
 ==== Monitoring ==== ==== Monitoring ====
Line 51: Line 46:
   netstat   netstat
   iftop   iftop
 +  dnf install nethogs # per process
 +  nethogs
 +  nmcli dev wifi
 +  iwlist scan
  
  
-=== pendejo ===+bandwidth performance 
 +  dnf list iperf iperf3 
 +  # server. -p portnum 
 +  iperf3 -s -p 8080 
 +  # client 
 +  iperf3 -c serviIP -p 8080
  
-  * RAM: 4x 4G DDR3 +=== tuto udev === 
-  * CPUIntel(R) Core(TM) i5-3570 CPU @ 3.40GHz  4cores 4threads + 
-  * GPU:  NVIDIA Corporation GM107 [GeForce GTX 750 Ti] 2G DDR5 +https://opensource.com/article/18/11/udev 
-  * disks:+ 
 +  udevadm monitor 
 +  devadm info  
 +  udevadm info -a -n /dev/sdb | less 
 + 
 +=== links === 
 + 
 +  * https://github.com/iovisor/bcc /usr/share/bcc/tools 
 + 
 +==== GRUB / Resume / Hibernate ==== 
 + 
 +/dev/sdxy the swap partition 
 + 
 +in /etc/default/grub add to GRUB_CMDLINE_LINUX="quiet splash resume=/dev/sdxy" 
 + 
 +or directly in /boot/grub2/grub.conf 
 + 
 +keyboard linux /vmlinuz.... vconsole.keymap=fr LANG=fr_FR.UTF-8 
 + 
 + 
 + 
 + 
 + 
 +===== Machines ===== 
 +==== gamborimbo ===
 <code> <code>
-[root@pendejo barriot]# lsblk -f -b +H/W path           Device      Class          Description 
-NAME   FSTYPE LABEL    UUID                                 MOUNTPOINT +========================================================= 
-sda                                                          +/0/0                           memory         1MiB BIOS 
-├─sda1 ntfs   win_boot ACC644DAC644A704                      +/0/1a                          memory         8GiB System Memory 
-├─sda2 ntfs   win_sys  B43046773046409A                      +/0/1a/                       memory         4GiB SODIMM DDR3 Synchronous 1333 MHz (0.8 ns) 
-├─sda3 ext4   boot     33ffa875-c7f9-4fe4-9c6b-27313c5cd359  +/0/1a/1                        memory         4GiB SODIMM DDR3 Synchronous 1333 MHz (0.8 ns) 
-├─sda4                                                       +/0/25/27                       memory         32KiB L1 cache 
-├─sda5 ext4   linux    7a4f1401-8c0b-4cd9-958c-b2fbc08cfe05  +/0/25/28                       memory         256KiB L2 cache 
-└─sda6 swap   swap     00fbc108-13d0-4518-9a8f-7e23a2d3c012  +/0/25/29                       memory         6MiB L3 cache 
-sdb                                                          +/0/26                          memory         32KiB L1 cache
-├─sdb1 ext4   ssdboot  f0077708-a7ae-4785-b8f2-3b600f54dd99 /boot +
-├─sdb2 swap   ssdswap  0c97834b-6af9-484f-a5cd-7b6fa9bf0460 [SWAP] +
-├─sdb3 ext4   ssdroot  ebb3df7c-617f-4b0d-b652-625c9e07f3b1 / +
-└─sdb4 ext4   ssdhome  ac7ca212-1a19-4856-adec-6dbbe62f72ad  +
-sdc                                                          +
-└─sdc1 ext4            75b3f055-93d9-48b5-845d-29b3acefc192 /home +
-sdd                                                          +
-├─sdd1 ntfs   ISO      603A66F93A66CB9A                      +
-└─sdd2 ntfs   data     98D87DFAD87DD6CA                      +
-[root@pendejo barriot]# lsblk   +
-NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT +
-sda      8:   0 465.8G  0 disk  +
-├─sda1   8:     100M  0 part  +
-├─sda2   8:   250.5G  part  +
-├─sda3   8:     500M  0 part  +
-├─sda4   8:   0     1K  0 part  +
-├─sda5   8:   0 196.7G  0 part  +
-└─sda6   8:6    0    18G  0 part  +
-sdb      8:16   0 111.8G  0 disk  +
-├─sdb1   8:17     524M  0 part /boot +
-├─sdb2   8:18      16G  0 part [SWAP] +
-├─sdb3   8:19    87.9G  part / +
-└─sdb4   8:20     7.4G  0 part  +
-sdc      8:32     2.7T  0 disk  +
-└─sdc1   8:33     2.7T  0 part /home +
-sdd      8:48   698.7G  0 disk  +
-├─sdd1   8:49    97.7G  0 part  +
-└─sdd2   8:50     601G  0 part +
 </code> </code>
  
-  [root@gamborimbo] lshw > lshw.out.txt +==== inagua ==== 
-<file text lshw.out.txt+<code
-gamborimbo                   +inxi -Fxz 
-    descriptionNotebook +System:    Hostinagua.ibcg.biotoul.fr Kernel: 5.2.9-200.fc30.x86_64 x86_64 bits: 64 compiler: gcc v: 9.1.1  
-    productHP ENVY 14 Notebook PC (LS506EA#ABF+           DesktopCinnamon 4.2.3 Distro: Fedora release 30 (Thirty)  
-    vendorHewlett-Packard +Machine  TypeDesktop System: Dell product: Precision T1700 v: 01 serial: <filter>  
-    version0586200000241A10001620100 +           Mobo: Dell model: 048DY8 v: A01 serial: <filter> BIOS: Dell v: A15 date: 02/02/2015  
-    serial: CNU127490J +CPU      Topology: Quad Core model: Intel Xeon E3-1246 v3 bits: 64 type: MT MCP arch: Haswell rev: 3 L2 cache: 8192 KiB  
-    width64 bits +           flagsavx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 55871  
-    capabilitiessmbios-2.dmi-2.7 smp vsyscall32 +           Speed: 898 MHz min/max: 800/3900 MHz Core speeds (MHz): 1: 844 2: 857 3: 821 4: 837 5: 871 6: 893 7: 843 8: 826  
-    configurationboot=normal chassis=notebook family=103C_5335KV G=N L=CON B=HP S=PAV X=MIN sku=LS506EA#ABF uuid=DBD6B00F-25E1-FBBF-6FEC-476E04A6921D +Graphics:  Device-1Advanced Micro Devices [AMD/ATI] Oland GL [FirePro W2100] vendor: Dell driver: radeon v: kernel  
-  *-core +           bus ID01:00.0  
-       descriptionMotherboard +           Displayx11 server: Fedora Project X.org 1.20.5 driver: ati,radeon unloaded: fbdev,modesetting,vesa  
-       product: 3385 +           resolution1920x1080~60Hz, 1920x1080~60Hz  
-       vendor: Hewlett-Packard +           OpenGLrenderer: AMD OLAND (DRM 2.50.0 5.2.9-200.fc30.x86_64 LLVM 8.0.0) v: 4.5 Mesa 19.1.5 direct render: Yes  
-       physical id: 0 +Audio:     Device-1Intel 8 Series/C220 Series High Definition Audio vendor: Dell driversnd_hda_intel v: kernel  
-       versionKBC Version 93.0F +           bus ID00:1b. 
-       serialPCFYR00QE0Y1TC +           Device-2AMD Oland/Hainan/Cape Verde/Pitcairn HDMI Audio [Radeon HD 7000 Series] vendorDell  
-       slotBase Board Chassis Location +           driversnd_hda_intel vkernel bus ID: 01:00.1  
-     *-firmware +           Sound Server: ALSA v: k5.2.9-200.fc30.x86_64  
-          descriptionBIOS +Network  Device-1Intel Ethernet I217-LM vendor: Dell driver: e1000e v: 3.2.6-k port: f040 bus ID: 00:19.0  
-          vendor: Hewlett-Packard +           IFeno1 state: up speed: 1000 Mbps duplex: full mac: <filter>  
-          physical id0 +           IF-ID-1virbr0 state: down mac: <filter>  
-          versionF.04 +           IF-ID-2virbr0-nic state: down mac: <filter>  
-          date05/30/2011 +Drives   Local Storage: total: 1.93 TiB used: 2.02 TiB (104.6%)  
-          size1MiB +           ID-1/dev/sda vendor: Seagate model: ST1000DM003-1ER162 size: 931.51 GiB  
-          capacity2560KiB +           ID-2: /dev/sdb vendor: Seagate model: ST31000528AS size: 931.51 GiB  
-          capabilitiespci upgrade shadowing cdboot bootselect edd int13floppynec int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int9keyboard int10video acpi usb biosbootspecification uefi +           ID-3/dev/sdc vendor: Smart Modular Tech. model: SH00R120GB size: 111.79 GiB  
-     *-memory +RAID     Hardware-1: Intel SATA Controller [RAID mode] driver: ahci v: 3.0 bus ID: 00:1f.2  
-          descriptionSystem Memory +PartitionID-1: / size: 89.83 GiB used: 65.42 GiB (72.8%fsext4 dev/dev/sdc2  
-          physical id1a +           ID-2/boot size: 476.2 MiB used: 203.6 MiB (42.8%fs: ext4 dev: /dev/sdc1  
-          slotSystem board or motherboard +           ID-3/home size801.13 GiB used: 691.88 GiB (86.4%fsext4 dev/dev/sda4  
-          size8GiB +           ID-4swap-size17.58 GiB used15.32 GiB (87.2%fsswap dev/dev/sdc3  
-        *-bank:0 +Sensors  System Temperatures: cpu: 37.C mobo: 26.0 C gpu: radeon temp: 38 C  
-             descriptionSODIMM DDR3 Synchronous 1333 MHz (0.8 ns+           Fan Speeds (RPM): cpu: 1094 mobo: 1200  
-             productM471B5273DH0-CH9 +Info     Processes: 400 Uptime: 21d 23h 04m Memory: 15.60 GiB used: 8.08 GiB (51.8%) Init: systemd runlevel: 5 Compilers:  
-             vendor: Samsung +           gcc9.1.1 Shellbash v5.0.7 inxi: 3.0.35  
-             physical id0 +</code> 
-             serial927F7A90 + 
-             slotBottom-Slot 1 (Top) + 
-             size4GiB + 
-             width64 bits +==== pendejo ==== 
-             clock1333MHz (0.8ns+ 
-        *-bank:+  * RAM: 2x 16G DDR4 
-             descriptionSODIMM DDR3 Synchronous 1333 MHz (0.8 ns) +  * CPU: Intel(R) Core(TM) i7-9700 CPU 8cores 
-             productM471B5273DH0-CH9 +  * GPU NVIDIA Corporation GP104 [GeForce GTX 1070] 8GB DDR5 
-             vendorSamsung + 
-             physical id: 1 + 
-             serial927F7A5C +2021/12/10 
-             slotBottom-Slot 2 (Under) +<code> 
-             size4GiB +$ inxi -Fxmt 
-             width64 bits +System   Host: pendejo Kernel: 5.15.6-100.fc34.x86_64 x86_64 bits: 64 compilergcc v: 2.35.2-6.fc34 DesktopCinnamon 5.0.7 
-             clock1333MHz (0.8ns) +           DistroFedora release 34 (Thirty Four) 
-     *-cpu +Machine  TypeDesktop SystemMicro-Star productMS-7B18 v: 1.0 serial: N/A 
-          descriptionCPU +           MoboMicro-Star model: MAG Z390 TOMAHAWK (MS-7B18) v: 1.0 serial: JC16321874 UEFI-[Legacy]: American Megatrends 
-          productIntel(R) Core(TM) i7-2630QM CPU @ 2.00GHz +           v: 1.60 date: 08/21/2019 
-          vendorIntel Corp. +Battery  Device-1: hidpp_battery_0 model: Logitech MX Keys Wireless Keyboard charge: 50% (should be ignored) status: N/A 
-          physical id25 +Memory   RAM: total: 31.28 GiB used8.77 GiB (28.0%) 
-          bus infocpu@+           Array-1: capacity: 64 GiB slots4 EC: None max-module-size16 GiB note: est. 
-          version: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz +           Device-1ChannelA-DIMM0 sizeNo Module Installed 
-          slotCPU1 +           Device-2ChannelA-DIMM1 size16 GiB speed: 2933 MT/s type: DDR4 
-          size: 947MHz +           Device-3: ChannelB-DIMM0 size: No Module Installed 
-          capacity: 2900MHz +           Device-4: ChannelB-DIMM1 size: 16 GiB speed: 2933 MT/s typeDDR4 
-          width: 64 bits +CPU      Info: 8-Core modelIntel Core i7-9700 bits64 type: MCP arch: Kaby Lake note: check rev: D cache: L22 MiB 
-          clock: 1333MHz +           flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips48000 
-          capabilitieslm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb pti tpr_shadow vnmi flexpriority ept vpid xsaveopt ibpb ibrs stibp dtherm ida arat pln pts cpufreq +           Speed800 MHz min/max: 800/4700 MHz Core speeds (MHz): 1: 800 2: 800 3: 800 4: 800 5: 800 6: 800 7: 800 8: 800 
-          configurationcores=4 enabledcores=4 threads=8 +Graphics Device-1: NVIDIA GP104 [GeForce GTX 1070] vendor: Micro-Star MSI driver: nouveau v: kernel bus-ID: 01:00.0 
-        *-cache:0 +           Displayserver: X.Org 1.20.11 driver: loaded: modesetting unloaded: fbdev,vesa resolution: 1920x1080~60Hz 
-             descriptionL1 cache +           OpenGL: renderer: llvmpipe (LLVM 12.0.1 256 bits) v: 4.5 Mesa 21.1.8 direct render: Yes 
-             physical id27 +Audio:     Device-1Intel Cannon Lake PCH cAVS vendorMicro-Star MSI driver: snd_hda_intel v: kernel bus-ID: 00:1f.3 
-             slotL1 Cache +           Device-2: NVIDIA GP104 High Definition Audio vendor: Micro-Star MSI driversnd_hda_intel v: kernel bus-ID01:00.1 
-             size32KiB +           Sound Server-1ALSA vk5.15.6-100.fc34.x86_64 running: yes 
-             capacity32KiB +           Sound Server-2PulseAudio v: 14.2-rebootstrapped running: no 
-             capabilitiessynchronous internal write-through instruction +           Sound Server-3: PipeWire v: 0.3.40 runningyes 
-             configurationlevel=1 +Network  Device-1: Intel Ethernet I219-V vendor: Micro-Star MSI driver: e1000e v: kernel port: N/A bus-ID: 00:1f.6 
-        *-cache:1 +           IFeno1 state: up speed: 1000 Mbps duplex: full mac: 00:d8:61:dd:2d:a1 
-             descriptionL2 cache +           Device-2: Intel I211 Gigabit Network vendor: Micro-Star MSI driver: igb v: kernel port: 3000 bus-ID04:00.0 
-             physical id: 28 +           IFenp4s0 statedown mac00:d8:61:dd:2d:a0 
-             slotL2 Cache +           IF-ID-1virbr0 state: down mac: 52:54:00:08:3e:23 
-             size256KiB +Drives   Local Storagetotal5.91 TiB used: 1.41 TiB (23.8%) 
-             capacity: 256KiB +           ID-1/dev/nvme0n1 vendor: Kingston model: SA2000M8500G size: 465.76 GiB temp: 25.9 C 
-             capabilitiessynchronous internal write-through unified +           ID-2: /dev/sda vendor: Samsung model: SSD 860 QVO 2TB size: 1.82 TiB temp28 C 
-             configurationlevel=2 +           ID-3/dev/sdb vendorSeagate modelST3000DM008-2DM166 size: 2.73 TiB temp18 C 
-        *-cache:+           ID-4/dev/sdc vendorSamsung modelSSD 870 QVO 1TB size931.51 GiB temp: 21 C 
-             descriptionL3 cache +PartitionID-1/ size: 95.62 GiB used: 33.01 GiB (34.5%) fsext4 dev/dev/nvme0n1p3 
-             physical id29 +           ID-2/boot size: 975.9 MiB used: 354.8 MiB (36.4%fsext4 dev: /dev/nvme0n1p1 
-             slotL3 Cache +           ID-3: /home size: 1.79 TiB used1.38 TiB (76.9%) fs: ext4 dev: /dev/sda1 
-             size: 6MiB +Swap     ID-1swap-type: partition size: 4 GiB used: 0 KiB (0.0%) dev: /dev/nvme0n1p2 
-             capacity6MiB +           ID-2swap-2 typezram size8 GiB used: 0 KiB (0.0%) dev/dev/zram0 
-             capabilitiessynchronous internal write-through unified +Sensors  System Temperaturescpu27.8 C pch25.0 C mobo: N/A gpu: nouveau temp: 25.0 C 
-             configurationlevel=3 +           Fan Speeds (RPM)N/A gpunouveau fan: 1103 
-     *-cache +$ lsblk 
-          descriptionL1 cache +NAME          SIZE FSTYPE LABEL              MOUNTPOINT UUID                                 MODEL                   SERIAL           STATE   TYPE 
-          physical id26 +sda           1.8T                                                                           Samsung_SSD_860_QVO_2TB S4CYNF0M522539H  running disk 
-          slotL1 Cache +└─sda1        1.8T ext4   homeqvo2tb         /home      4b5090e6-4431-42f6-a2c6-4f00f607daab                                                  part 
-          size32KiB +sdb           2.7T                                                                           ST3000DM008-2DM166      Z504D97L         running disk 
-          capacity32KiB +└─sdb1        2.7T ntfs   barracuda                     7A20E59F20E5629D                                                                      part 
-          capabilitiessynchronous internal write-through data +sdc         931.5G                                                                           Samsung_SSD_870_QVO_1TB S5SVNG0N908994M  running disk 
-          configurationlevel=+├─sdc1        600M ntfs   Réservé au système            565E7B965E7B6D9D                                                                      part 
-     *-pci +└─sdc2      930.9G ntfs   System                        220081BC00819805                                                                      part 
-          descriptionHost bridge +sr0          1024M                                                                           ATAPI_DVD_A_DH16A6L-C   369920415532     running rom 
-          product2nd Generation Core Processor Family DRAM Controller +zram0           8G                           [SWAP]                                                                                           disk 
-          vendor: Intel Corporation +nvme0n1     465.8G                                                                           KINGSTON SA2000M8500G   50026B7683B4C91A live    disk 
-          physical id100 +├─nvme0n1p1     1G ext4   linboot            /boot      8295711b-4cf6-4840-acca-de0d64a56f51                                                  part 
-          bus infopci@0000:00:00.0 +├─nvme0n1p2     4G swap                      [SWAP]     fe00a8c3-a856-43f9-9d04-ca4e561fef5d                                                  part 
-          version09 +├─nvme0n1p3  97.7G ext4   fedora             /          f7f1f398-2112-4d94-b144-2035358e1f03                                                  part 
-          width32 bits +├─nvme0n1p4     1K                                                                                                                            part 
-          clock33MHz +├─nvme0n1p5   9.8G ext4   home                          72b32049-e238-47d2-b032-5cc3e3500984                                                  part 
-        *-pci:0 +└─nvme0n1p6  97.7G ext4   debian                        6c2b6fdd-1ccb-407a-9cb1-5bfffaaef87a                                                  part 
-             descriptionPCI bridge +</code> 
-             productXeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port + 
-             vendor: Intel Corporation +Replaced sdc1 by nvme crucial p3plus 4TB. MBR does not support patritions larger than 2TB → cloned the disk in win10 through free software. Then used, in shell, mbr2gpt. Afterward, the bootloader had to be installed (booted only with grub) 
-             physical id1 +<code> 
-             bus infopci@0000:00:01.0 +diskpart 
-             version09 +DISKPART> list disk → disk 4 as in the disk management GUI from computer management 
-             width32 bits + 
-             clock33MHz +mbr2gpt /validate /disk:4 /allowFullOS 
-             capabilitiespci pm msi pciexpress normal_decode bus_master cap_list +→ OK 
-             configurationdriver=pcieport + 
-             resourcesirq:16 ioport:3000(size=4096memory:c8700000-c96fffff ioport:c0000000(size=134217728) +mbr2gpt /convert /disk:4 /allowFullOS 
-           *-generic + 
-                descriptionUnassigned class +diskpart 
-                product: Whistler [Radeon HD 6630M/6650M/6750M/7670M/7690M] +DISKPART> select disk 4 
-                vendor: Advanced Micro Devices, Inc[AMD/ATI] +DISKPART> list partition 
-                physical id0 +DISKPART> select partition 2 (the one with the system) 
-                bus infopci@0000:01:00.+DISKPART> active (set as bootable partition) 
-                versionff +DISKPART> exit 
-                width32 bits + 
-                clock66MHz +bcdboot c:\windows 
-                capabilitiesbus_master vga_palette cap_list rom +</code> 
-                configurationdriver=radeon latency=255 maxlatency=255 mingnt=255 + 
-                resourcesirq:34 memory:c0000000-c7ffffff memory:c8700000-c871ffff ioport:3000(size=256memory:c8720000-c873ffff +Then in the BIOS, set boot mode to UEFI. 
-        *-pci:1 + 
-             descriptionPCI bridge +sourceshttps://www.libe.net/uefi-boot and https://social.technet.microsoft.com/Forums/Lync/en-US/0ca88e19-0929-4b23-a617-5bd7b84756ef/rebuild-bcd-bootrec-rebuildbcd-is-not-working-cboot-path-not-found 
-             productXeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port + 
-             vendorIntel Corporation +Disks as of 2023/02/17 
-             physical id: 1.1 +<code> 
-             bus infopci@0000:00:01.+NAME          SIZE FSTYPE LABEL              MOUNTPOINT                   UUID                                 MODEL                     SERIAL           STATE   TYPE 
-             version09 +sda           1.8T                                                                                             Samsung SSD 860 QVO 2TB   S4CYNF0M522539H  running disk 
-             width32 bits +└─sda1        1.8T ext4   homeqvo2tb         /home                        4b5090e6-4431-42f6-a2c6-4f00f607daab                                                    part 
-             clock33MHz +sdb           2.7T                                                                                             ST3000DM008-2DM166        Z504D97L         running disk 
-             capabilitiespci pm msi pciexpress normal_decode bus_master cap_list +└─sdb1        2.7T ntfs   barracuda                                       7A20E59F20E5629D                                                                        part 
-             configurationdriver=pcieport +sdc         465.8G                                                                                             Samsung SSD 750 EVO 500GB S36SNWCH706887L  running disk 
-             resourcesirq:16 +└─sdc1      465.8G ext4   ssdext500          /run/media/barriot/ssdext500 859a1b5a-aa95-4b2f-bbb7-84a295d25910                                                    part 
-        *-pci:+sr0          1024M                                                                                             ATAPI DVD A DH16A6L-C     369920415532     running rom 
-             description: PCI bridge +zram0           8G                           [SWAP]                                                                                                               disk 
-             product: Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port +nvme0n1     465.8G                                                                                             KINGSTON SA2000M8500G     50026B7683B4C91A live    disk 
-             vendor: Intel Corporation +├─nvme0n1p1     1G ext4   linboot            /boot                        8295711b-4cf6-4840-acca-de0d64a56f51                                                    part 
-             physical id: 1.2 +├─nvme0n1p2     4G swap                      [SWAP]                       fe00a8c3-a856-43f9-9d04-ca4e561fef5d                                                    part 
-             bus info: pci@0000:00:01.2 +├─nvme0n1p3  97.7G ext4   fedora             /                            f7f1f398-2112-4d94-b144-2035358e1f03                                                    part 
-             version: 09 +├─nvme0n1p4     1K                                                                                                                                                part 
-             width32 bits +├─nvme0n1p5   9.8G ext4   home                                            72b32049-e238-47d2-b032-5cc3e3500984                                                    part 
-             clock33MHz +└─nvme0n1p6  97.7G ext4   debian                                          6c2b6fdd-1ccb-407a-9cb1-5bfffaaef87a                                                    part 
-             capabilitiespci pm msi pciexpress normal_decode bus_master cap_list +nvme1n1       3.6T                                                                                             CT4000P3PSSD8             2244E68115E8     live    disk 
-             configurationdriver=pcieport +├─nvme1n1p1   600M ntfs   Réservé au système                              565E7B965E7B6D9D                                                                        part 
-             resourcesirq:16 +├─nvme1n1p2 930.8G ntfs   System                                          220081BC00819805                                                                        part 
-        *-display +├─nvme1n1p3   100M vfat                                                   CE66-F01B                                                                               part 
-             description: VGA compatible controller +└─nvme1n1p4   2.7T ntfs   cru_4TB_data                                    F05878405878079C                                                                        part 
-             product: 2nd Generation Core Processor Family Integrated Graphics Controller +</code> 
-             vendor: Intel Corporation +==== fich11 ==== 
-             physical id: + 
-             bus infopci@0000:00:02.0 +<code> 
-             version: 09 +System   Hostfic11 Kernel5.0.9-301.fc30.x86_64 x86_64 bits: 64 compilergcc v9.0.1  
-             width: 64 bits +           DesktopCinnamon 4.0.10 Distro: Fedora release 30 (Thirty)  
-             clock33MHz +Machine  TypeLaptop SystemDell productLatitude 5280 v: N/A serial: <filter>  
-             capabilitiesmsi pm vga_controller bus_master cap_list rom +           Mobo: Dell model: 07C09D v: A00 serial: <filter> UEFI: Dell v: 1.5.3 date: 08/07/2017  
-             configurationdriver=i915 latency=+Battery:   ID-1BAT0 charge: 65.0 Wh condition: 65.0/68.0 Wh (96%modelLGC-LGC8.820 DELL FPT1C79 status: Full  
-             resourcesirq:33 memory:c8000000-c83fffff memory:b0000000-bfffffff ioport:4000(size=64memory:c0000-dffff +CPU:       Topology: Dual Core model: Intel Core i5-7300U bits: 64 type: MT MCP arch: Kaby Lake rev: 9 L2 cache: 3072 KiB  
-        *-communication +           flagslm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 21696  
-             descriptionCommunication controller +           Speed800 MHz min/max: 400/3500 MHz Core speeds (MHz): 1: 793 2: 749 3: 783 4: 763  
-             product6 Series/C200 Series Chipset Family MEI Controller #+Graphics:  Device-1: Intel HD Graphics 620 vendorDell driveri915 v: kernel bus ID: 00:02.0  
-             vendor: Intel Corporation +           Displayx11 serverFedora Project X.org 1.20.4 drivermodesetting unloadedfbdev,vesa  
-             physical id16 +           resolution1920x1080~60Hz  
-             bus infopci@0000:00:16.0 +           OpenGLrendererMesa DRI Intel HD Graphics 620 (Kaby Lake GT2) v4.5 Mesa 19.0.2 direct renderYes  
-             version04 +Audio    Device-1: Intel Sunrise Point-LP HD Audio vendorDell driversnd_hda_intel v: kernel bus ID: 00:1f. 
-             width64 bits +           Sound ServerALSA vk5.0.9-301.fc30.x86_64  
-             clock33MHz +Network  Device-1Intel Ethernet I219-LM vendorDell driver: e1000e v: 3.2.6-k portf040 bus ID00:1f.6  
-             capabilitiespm msi bus_master cap_list +           IFenp0s31f6 stateup speed: 1000 Mbps duplex: full mac: <filter>  
-             configurationdriver=mei_me latency=0 +           Device-2: Intel Wireless 8265 / 8275 driveriwlwifi v: kernel port: f040 bus ID02:00.0  
-             resourcesirq:35 memory:c9704000-c970400f +           IFwlp2s0 statedown mac<filter>  
-        *-usb:0 +Drives   Local Storagetotal707.56 GiB used224.36 GiB (31.7%)  
-             descriptionUSB controller +           ID-1/dev/nvme0n1 vendorToshiba model: KXG50ZNV512G NVMe 512GB size: 476.94 GiB  
-             product6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 +           ID-2: /dev/sda type: USB vendor: Corsair modelVoyager SliderX1 size: 230.62 GiB  
-             vendor: Intel Corporation +PartitionID-1/ size68.40 GiB used9.02 GiB (13.2%) fsext4 dev/dev/nvme0n1p4  
-             physical id1a +           ID-2/boot size975.9 MiB used: 123.7 MiB (12.7%) fs: ext4 dev: /dev/nvme0n1p2  
-             bus infopci@0000:00:1a.0 +           ID-3/home size357.27 GiB used143.31 GiB (40.1%) fs: ext4 dev: /dev/dm- 
-             version05 +           ID-4/var size: 22.66 GiB used: 1.32 GiB (5.8%) fs: ext4 dev: /dev/nvme0n1p5  
-             width32 bits +           ID-5swap-1 size18.59 GiB used809.4 MiB (4.3%) fs: swap dev: /dev/nvme0n1p6  
-             clock33MHz +Sensors  System Temperaturescpu41.0 C mobo36.0 C sodimm: 34.0 C  
-             capabilitiespm debug ehci bus_master cap_list +           Fan Speeds (RPM)cpu0  
-             configuration: driver=ehci-pci latency=0 +Info     Processes287 Uptime21h 36m Memory15.53 GiB used4.31 GiB (27.7%) Initsystemd runlevel: 5 Compilers:  
-             resourcesirq:16 memory:c9709000-c97093ff +           gcc9.0.1 Shell: bash v: 5.0.2 inxi: 3.0.32  
-        *-multimedia +</code> 
-             descriptionAudio device + 
-             product6 Series/C200 Series Chipset Family High Definition Audio Controller +====pi3==== 
-             vendor: Intel Corporation +====pi4==== 
-             physical id1b +<code> 
-             bus infopci@0000:00:1b.0 +System   Hostpi4 Kernel4.19.57-v7l+ armv7l bits: 32 compiler: gcc v: 4.9.3 DesktopN/A  
-             version05 +           DistroRaspbian GNU/Linux 10 (buster)  
-             width64 bits +Machine  TypeARM Device System: Raspberry Pi 4 Model B Rev 1.1 detailsBCM2835 revc03111 serial<filter>  
-             clock33MHz +CPU      TopologyQuad Core model: ARMv7 v7l variant: cortex-a72 bits: 32 typeMCP archv7l rev: 3  
-             capabilitiespm msi pciexpress bus_master cap_list +           featuresUse -f option to see features bogomips1080  
-             configurationdriver=snd_hda_intel latency=0 +           Speed1500 MHz min/max: 600/1500 MHz Core speeds (MHz): 1: 1500 2: 1500 3: 1500 4: 1500  
-             resourcesirq:36 memory:c9700000-c9703fff +Graphics:  Device-1: bcm2835-vc4 driver: vc4_drm v: N/A bus ID: N/A  
-        *-pci:+           Device-2bcm2835-hdmi driver: N/A bus ID: N/A  
-             descriptionPCI bridge +           Displaytty server: Fedora Project X.org 1.20.4 driverfbdev unloadedmodesetting resolution: 1920x1080~60Hz  
-             product6 Series/C200 Series Chipset Family PCI Express Root Port 1 +           OpenGLrendererllvmpipe (LLVM 6.0 128 bits) v3.3 Mesa 19.1.0-devel direct renderYes  
-             vendor: Intel Corporation +Audio    Device-1bcm2835-audio driverbcm2835_audio bus IDN/A  
-             physical id1c +           Device-2bcm2835-hdmi driverN/A bus IDN/ 
-             bus infopci@0000:00:1c.+           Sound ServerALSA vk4.19.57-v7l+  
-             versionb5 +Network  Message: No ARM data found for this feature.  
-             width32 bits +           IF-ID-1: eth0 state: down mac: <filter>  
-             clock33MHz +           IF-ID-2: wlan0 state: up mac: <filter>  
-             capabilitiespci pciexpress msi pm normal_decode bus_master cap_list +Drives   Local Storage: total: 14.75 GiB used: 5.60 GiB (38.0%)  
-             configurationdriver=pcieport +           ID-1/dev/mmcblk0 modelSD size14.75 GiB  
-             resourcesirq:17 memory:c8600000-c86fffff +Partition: ID-1size: 14.20 GiB used: 5.56 GiB (39.2%fs: ext4 dev: /dev/mmcblk0p2  
-           *-network +           ID-2/boot size: 252.0 MiB used: 39.0 MiB (15.5%) fsvfat dev: /dev/mmcblk0p1  
-                descriptionWireless interface +Sensors  MessageNo sensors data was foundIs sensors configured?  
-                productCentrino Advanced-N 6230 [Rainbow Peak] +Info     Processes126 Uptime3d 2h 21m Memory: 3.81 GiB used190.3 MiB (4.9%) Initsystemd runlevel5 Compilers:  
-                vendorIntel Corporation +           gcc8.3.0 Shellbash v5.0.3 inxi3.0.32  
-                physical id0 +</code> 
-                bus infopci@0000:09:00.0 +==== spiti ====  
-                logical namewlan1 + 
-                version: 34 +2021/12/10 
-                serial88:53:2e:21:45:6c +<code> 
-                width64 bits +$ inxi -Fxmt 
-                clock33MHz +System   Host: spiti.ux410ua Kernel: 5.15.6-200.fc35.x86_64 x86_64 bits: 64 compiler: gcc v: 2.37-10.fc35 
-                capabilitiespm msi pciexpress bus_master cap_list ethernet physical wireless +           DesktopCinnamon 5.0.7 DistroFedora release 35 (Thirty Five) 
-                configurationbroadcast=yes driver=iwlwifi driverversion=4.16.4-200.fc27.x86_64 firmware=18.168.6.1 ip=192.168.0.10 latency=0 link=yes multicast=yes wireless=IEEE 802.11 +Machine  Type: Laptop System: ASUSTeK product: UX410UAR v: 1.serial: K1N0CV12E181059 
-                resourcesirq:37 memory:c8600000-c8601fff +           MoboASUSTeK modelUX410UAR v1.0 serial: N0CV1904MB0114867 UEFI: American Megatrends v: UX410UAR.309 
-        *-pci:4 +           date: 04/16/2019 
-             descriptionPCI bridge +Battery  ID-1BAT0 charge: 38.3 Wh (98.2%) condition: 39.0/48.3 Wh (80.6%) volts: 11.4 min: 11.4 
-             product6 Series/C200 Series Chipset Family PCI Express Root Port 5 +           modelASUSTeK ASUS Battery status: Charging 
-             vendorIntel Corporation +Memory   RAM: total: 15.5 GiB used: 9.33 GiB (60.2%) 
-             physical id1c.+           Array-1capacity64 GiB slots4 EC: None max-module-size16 GiB note: est. 
-             bus infopci@0000:00:1c.4 +           Device-1: ChannelA-DIMM0 size: 8 GiB speed: spec: 2667 MT/s actual: 2400 MT/s type: DDR4 
-             versionb5 +           Device-2ChannelA-DIMM1 size: No Module Installed 
-             width32 bits +           Device-3ChannelB-DIMM0 size: 8 GiB speed: 2400 MT/s typeDDR4 
-             clock33MHz +           Device-4ChannelB-DIMM1 size: No Module Installed 
-             capabilitiespci pciexpress msi pm normal_decode bus_master cap_list +CPU      InfoQuad Core model: Intel Core i5-8250U bits: 64 type: MT MCP arch: Kaby Lake note: check rev: A cache
-             configurationdriver=pcieport +           L21024 KiB 
-             resourcesirq:17 ioport:2000(size=4096memory:c8500000-c85fffff +           flagsavx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 28800 
-           *-network +           Speed3300 MHz min/max: 400/3400 MHz Core speeds (MHz): 1: 3300 2: 3300 3: 3300 4: 3300 5: 3300 6: 3300 7: 3300 
-                descriptionEthernet interface +           83300 
-                productAR8151 v2.0 Gigabit Ethernet +Graphics Device-1: Intel UHD Graphics 620 vendor: ASUSTeK driver: i915 v: kernel bus-ID: 00:02.
-                vendorQualcomm Atheros +           Device-2Realtek USB2.0 HD UVC WebCam typeUSB driveruvcvideo bus-ID: 1-6:4 
-                physical id0 +           Displayx11 server: X.Org 1.20.11 driver: loaded: modesetting unloaded: fbdev,vesa resolution: 1920x1080~60Hz 
-                bus infopci@0000:0a:00.0 +           OpenGLrenderer: Mesa Intel UHD Graphics 620 (KBL GT2) v4.6 Mesa 21.2.5 direct render: Yes 
-                logical nameeno1 +Audio    Device-1: Intel Sunrise Point-LP HD Audio vendor: ASUSTeK driver: snd_hda_intel v: kernel bus-ID: 00:1f.3 
-                versionc0 +           Sound Server-1ALSA vk5.15.6-200.fc35.x86_64 runningyes 
-                serial2c:41:38:07:4d:05 +           Sound Server-2PulseAudio v15.running: no 
-                capacity1Gbit/s +           Sound Server-3PipeWire v0.3.40 running: yes 
-                width64 bits +Network:   Device-1: Intel Wireless 8265 / 8275 driveriwlwifi v: kernel bus-ID02:00.0 
-                clock33MHz +           IFwlp2s0 stateup mac: 50:76:af:d1:47:e1 
-                capabilitiespm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation +Bluetooth: Device-1: Intel Bluetooth wireless interface type: USB driver: btusb v: 0.8 bus-ID: 1-8:5 
-                configurationautonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.1-NAPI latency=link=no multicast=yes port=twisted pair +           Reportbt-adapter ID: hci0 rfk-id: 7 state: down bt-service: enabled,running rfk-block: hardware: no software: yes 
-                resourcesirq:38 memory:c8500000-c853ffff ioport:2000(size=128+           address50:76:AF:D1:47:E5 
-        *-pci:5 +Drives   Local Storage: total: 1.14 TiB used: 678.56 GiB (58.0%) 
-             descriptionPCI bridge +           ID-1/dev/sda vendor: Samsung model: SSD 860 QVO 1TB size: 931.51 GiB temp: 35 C 
-             product6 Series/C200 Series Chipset Family PCI Express Root Port 8 +           ID-2/dev/sdb vendorSK Hynix modelHFS256G39TND-N210A size: 238.47 GiB temp: 34 C 
-             vendorIntel Corporation +Partition: ID-1: / size: 97.93 GiB used: 57.7 GiB (58.9%fsext4 dev: /dev/sda5 
-             physical id1c.7 +           ID-2: /boot size: 975.9 MiB used: 229.6 MiB (23.5%fsext4 dev: /dev/sda2 
-             bus infopci@0000:00:1c.+           ID-3/boot/efi size189.8 MiB used: 13.9 MiB (7.3%) fs: vfat dev: /dev/sda1 
-             versionb5 +           ID-4/home size: 791.68 GiB used: 620.63 GiB (78.4%) fs: ext4 dev: /dev/sda3 
-             width32 bits +Swap     ID-1: swap-1 type: partition size: 25 GiB used: 0 KiB (0.0%) dev: /dev/sda6 
-             clock33MHz +           ID-2swap-2 typezram size: 8 GiB used: 49.4 MiB (0.6%dev: /dev/zram0 
-             capabilitiespci pciexpress msi pm normal_decode bus_master cap_list +Sensors  System Temperaturescpu: 71.0 C pch: 58.5 C mobo: N/A 
-             configurationdriver=pcieport +           Fan Speeds (RPM)cpu: 3400 
-             resourcesirq:0 memory:c8400000-c84fffff + 
-           *-usb +$ lsblk 
-                descriptionUSB controller +NAME     SIZE FSTYPE LABEL    MOUNTPOINT UUID                                 MODEL                   SERIAL            STATE   TYPE 
-                productuPD720200 USB 3.0 Host Controller +sda    931.5G                                                                 Samsung SSD 860 QVO 1TB S4CZNF0M254225K   running disk 
-                vendorNEC Corporation +├─sda1   190M vfat   qvoefi   /boot/efi  3066-9FCA                                                                              part 
-                physical id: 0 +├─sda2     1G ext4   qvoboot  /boot      e6e13eef-8520-462b-9d3e-502854ac2e92                                                   part 
-                bus infopci@0000:0b:00.0 +├─sda3 805.3G ext4   qvohome  /home      bea57599-f46c-4454-ad88-f4c9da04be0c                                                   part 
-                version: 04 +├─sda4     1K                                                                                                                   part 
-                width64 bits +├─sda5   100G ext4   qvosys   /          b0931976-39ba-4b56-9463-6b8ab4e4f61c                                                   part 
-                clock33MHz +└─sda6    25G swap   qvoswap  [SWAP]     292916ef-4eef-48c4-88ca-75f5f65efda3                                                   part 
-                capabilitiespm msi msix pciexpress xhci bus_master cap_list +sdb    238.5G                                                                 HFS256G39TND-N210A      EI8CN01911MA0CU1H running disk 
-                configurationdriver=xhci_hcd latency=0 +├─sdb1   260M vfat   SYSTEM              2077-DB95                                                                              part 
-                resourcesirq:19 memory:c8400000-c8401fff +├─sdb2    16M                                                                                                                   part 
-        *-usb:1 +├─sdb3 237.4G ntfs   OS                  CEEA7C64EA7C4AAB                                                                       part 
-             descriptionUSB controller +└─sdb4   800M ntfs   RECOVERY            7AFA1B9EFA1B562B                                                                       part 
-             product6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 +zram0      8G                 [SWAP]                                                                                            disk 
-             vendorIntel Corporation +</code> 
-             physical id1d + 
-             bus infopci@0000:00:1d.0 +==== b3 asus ==== 
-             version05 + 
-             width32 bits +2023/09/27 
-             clock33MHz +<code> 
-             capabilitiespm debug ehci bus_master cap_list +System: 
-             configuration: driver=ehci-pci latency=+  Host: localhost-live Kernel6.0.7-301.fc37.x86_64 arch: x86_64 bits: 64 
-             resourcesirq:20 memory:c9708000-c97083ff +    compilergcc v: 2.38-24.fc37 Console: pty pts/0 Distro: Fedora release 37 
-        *-isa +    (Thirty Seven) 
-             descriptionISA bridge +Machine
-             productHM65 Express Chipset Family LPC Controller +  TypeConvertible System: ASUSTeK product: ASUS EXPERTBOOK 
-             vendor: Intel Corporation +    B3402FEA_B3402FEA v1.serialNCNXLPCZR00J526 
-             physical id1f +  Mobo: ASUSTeK model: B3402FEA v: 1.0 serial: N518NXLP0009H9MB 
-             bus infopci@0000:00:1f.0 +    UEFIAmerican Megatrends LLC. v: B3402FEA.307 date: 11/03/2022 
-             version05 +Battery
-             width32 bits +  ID-1: BAT0 charge: 43.8 Wh (88.0%) condition: 49.8/50.1 Wh (99.3%) 
-             clock33MHz +    volts11.9 min: 11.9 model: ASUSTeK B3402FEA status: discharging 
-             capabilitiesisa bus_master cap_list +  Device-1: hid-0018:04F3:2EC1.0002-battery modelELAN9009:00 04F3:2EC1 
-             configurationlatency=+    chargeN/A status: N/A 
-        *-sata +Memory
-             descriptionSATA controller +  RAMtotal: 7.46 GiB used: 1.35 GiB (18.1%) 
-             product6 Series/C200 Series Chipset Family 6 port Mobile SATA AHCI Controller +  Array-1capacity32 GiB slots: 2 EC: None max-module-size16 GiB 
-             vendor: Intel Corporation +    noteest. 
-             physical id1f.2 +  Device-1: Controller1-ChannelA-DIMM0 typeno module installed 
-             bus infopci@0000:00:1f.2 +  Device-2Controller0-ChannelA type: DDR4 size: 8 GiB speed: 3200 MT/s 
-             logical namescsi0 +CPU: 
-             logical namescsi2 +  Info: quad core model: 11th Gen Intel Core i5-1135G7 bits: 64 type: MT MCP 
-             version: 05 +    arch: Tiger Lake rev: 1 cache: L1: 320 KiB L2: 5 MiB L3: 8 MiB 
-             width32 bits +  Speed (MHz)avg: 1903 high: 2400 min/max: 400/4200 cores: 1: 1258 
-             clock66MHz +    22400 3: 2400 4: 893 5: 2400 6: 2400 7: 2400 8: 1080 bogomips: 38707 
-             capabilitiessata msi pm ahci_1.0 bus_master cap_list emulated +  Flagsavx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx 
-             configurationdriver=ahci latency=0 +Graphics: 
-             resourcesirq:24 ioport:4088(size=8) ioport:4094(size=4) ioport:4080(size=8ioport:4090(size=4) ioport:4060(size=32memory:c9707000-c97077ff +  Device-1: Intel TigerLake-LP GT2 [Iris Xe Graphics] vendor: ASUSTeK 
-           *-disk +    driver: i915 v: kernel arch: Gen-12.1 bus-ID: 0000:00:02.0 
-                descriptionATA Disk +  Device-2: IMC Networks USB2.0 HD UVC WebCam type: USB driver: uvcvideo 
-                productSamsung SSD 750 +    bus-ID: 3-7:3 
-                physical id0 +  Display: x11 server: X.Org v: 1.20.14 driver: X: loaded: modesetting 
-                bus infoscsi@0:0.0.0 +    unloaded: fbdev,vesa gpu: i915 resolution: 1920x1080~60Hz 
-                logical name: /dev/sda +  OpenGLrenderer: Mesa Intel Xe Graphics (TGL GT2) v: 4.6 Mesa 22.2.2 
-                version1B6Q +    direct renderYes 
-                serialS36SNWCH706887L +Audio: 
-                size: 465GiB (500GB+  Device-1: Intel vendor: ASUSTeK driver: N/A bus-ID: 0000:00:05.0 
-                capabilitiespartitioned partitioned:dos +  Device-2Intel Tiger Lake-LP Smart Sound Audio vendorASUSTeK 
-                configurationansiversion=5 logicalsectorsize=512 sectorsize=512 signature=9ee791ac +    driversnd_hda_intel vkernel bus-ID: 0000:00:1f.3 
-              *-volume:0 +  Sound Server-1ALSA v: k6.0.7-301.fc37.x86_64 running: yes 
-                   descriptionEXT4 volume +  Sound Server-2PulseAudio v16.1 running: no 
-                   vendorLinux +  Sound Server-3PipeWire v0.3.59 running: yes 
-                   physical id1 +Network: 
-                   bus infoscsi@0:0.0.0,1 +  Device-1: Intel Ethernet I219-V drivere1000e vkernel port: N/A 
-                   logical name: /dev/sda1 +    bus-ID0000:00:1f.6 
-                   logical name/boot +  IFeno1 state: down mac: 58:11:22:02:44:83 
-                   version: 1.0 +  Device-2MEDIATEK MT7921 802.11ax PCI Express Wireless Network Adapter 
-                   serial18c01f2c-6f2a-4cd7-b896-5144af495c97 +    vendor: AzureWave driver: mt7921e v: kernel bus-ID0000:57:00.0 
-                   size500MiB +  IFwlp87s0 state: down mac: 8a:a9:b9:dd:87:0a 
-                   capacity500MiB +Bluetooth: 
-                   capabilitiesprimary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized +  Device-1: IMC Networks Wireless_Device type: USB driver: btusb v: 0.8 
-                   configurationcreated=2016-10-08 21:09:17 filesystem=ext4 label=boot lastmountpoint=/boot modified=2018-05-04 20:29:09 mount.fstype=ext4 mount.options=rw,relatime,stripe=4,data=ordered mounted=2018-05-04 20:29:09 state=mounted +    bus-ID3-10:4 
-              *-volume:1 +  Report: rfkill ID: hci0 rfk-id: 0 state: up address: see --recommends 
-                   descriptionEXT4 volume +RAID
-                   vendorLinux +  Hardware-1Intel Volume Management Device NVMe RAID Controller driver: vmd 
-                   physical id2 +    v0.6 bus-ID: 0000:00:0e.0 
-                   bus infoscsi@0:0.0.0,2 +Drives
-                   logical name/dev/sda2 +  Local Storagetotal: 551.01 GiB used: 17.28 GiB (3.1%) 
-                   logical name/ +  ID-1/dev/nvme0n1 vendor: Micron model: 2210 MTFDHBA512QFD 
-                   version: 1.0 +    size476.94 GiB temp: 45.9 C 
-                   serialf83db03d-b984-44c7-a160-2ab791c2a4fd +  ID-2/dev/sda typeUSB vendor: SanDisk model: Ultra USB 3.0 
-                   size97GiB +    size: 14.32 GiB 
-                   capacity97GiB +  ID-3: /dev/sdb type: USB vendor: Samsung model: Type-C size: 59.75 GiB 
-                   capabilitiesprimary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized +Partition
-                   configurationcreated=2016-10-08 21:09:18 filesystem=ext4 label=system lastmountpoint=/ modified=2018-05-04 20:29:04 mount.fstype=ext4 mount.options=rw,relatime,stripe=8191,data=ordered mounted=2018-05-04 20:29:07 state=mounted +  ID-1/ size: 7.78 GiB used: 6.GiB (78.5%) fs: ext4 dev: /dev/dm-
-              *-volume:2 +    mappedlive-rw 
-                   descriptionLinux swap volume +Swap: 
-                   physical id3 +  ID-1: swap-1 type: zram size: 7.46 GiB used: 0 KiB (0.0%) dev: /dev/zram0 
-                   bus infoscsi@0:0.0.0,3 +Sensors
-                   logical name/dev/sda3 +  System Temperaturescpu: 38.0 C mobo: N/A 
-                   version: 1 +  Fan Speeds (RPM)N/A 
-                   serial93a89ce5-0552-468e-a451-f857f671b1b7 +Info: 
-                   size15GiB +  Processes288 Uptime: 3m Init: systemd target: graphical (5) Compilers: 
-                   capacity15GiB +  gcc: 12.2.1 Packages: N/A note: see --rpm ShellBash v5.1.16 
-                   capabilitiesprimary nofs swap initialized +  inxi: 3.3.21 
-                   configurationfilesystem=swap label=swap pagesize=4096 +</code> 
-              *-volume:3 + 
-                   descriptionEXT4 volume +==== fic5 ==== 
-                   vendor: Linux + 
-                   physical id4 +<code> 
-                   bus infoscsi@0:0.0.0,4 +System: 
-                   logical name: /dev/sda4 +  Host: 063-LNX-05 Kernel: 6.15.9-101.fc41.x86_64 archx86_64 bits64 
-                   logical name/home +    compiler: gcc v: 14.3.1 
-                   version: 1.0 +  DesktopCinnamon v: 6.4.9 Distro: Fedora Linux 41 (Cinnamon) 
-                   serial78733396-f479-49da-a96a-469620cbdc02 +Machine: 
-                   size: 351GiB +  Type: Laptop System: Dell product: Precision 5480 v: N/A serial: FVCT9Y3 
-                   capacity351GiB +  MoboDell model: 0PFC28 v: A02 serial: /FVCT9Y3/CNCMK003A7004D/ 
-                   capabilitiesprimary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized +    UEFI: Dell v: 1.6.0 date: 09/14/2023 
-                   configurationcreated=2016-10-08 21:09:34 filesystem=ext4 label=data lastmountpoint=/home modified=2018-05-04 20:29:09 mount.fstype=ext4 mount.options=rw,relatime,stripe=8191,data=ordered mounted=2018-05-04 20:29:09 state=mounted +Battery: 
-           *-cdrom +  ID-1: BAT0 charge: 22.Wh (38.9%) condition57.0/70.6 Wh (80.7%) 
-                descriptionDVD-RAM writer +    volts16.3 min: 15.4 model: BYD DELL CDTT239 status: charging 
-                product: DVDRAM GS30N +Memory
-                vendorhp +  System RAMtotal: 64 GiB available: 62.4 GiB used: 17.8 GiB (28.5%) 
-                physical id: 1 +    igpu64 MiB 
-                bus infoscsi@2:0.0.0 +  Array-1: capacity: 64 GiB slots: 8 modules: 8 EC: None 
-                logical name/dev/cdrom +    max-module-size: 8 GiB note: est. 
-                logical name/dev/sr0 +  Device-1: Motherboard type: LPDDR5 size: 8 GiB speed: spec: 6400 MT/s 
-                versionVC03 +    actual6000 MT/s 
-                capabilitiesremovable audio cd-r cd-rw dvd dvd-r dvd-ram +  Device-2Motherboard type: LPDDR5 size: 8 GiB speed: spec: 6400 MT/s 
-                configurationansiversion=5 status=open +    actual6000 MT/s 
-        *-serial +  Device-3Motherboard type: LPDDR5 size: 8 GiB speed: spec: 6400 MT/s 
-             descriptionSMBus +    actual6000 MT/s 
-             product6 Series/C200 Series Chipset Family SMBus Controller +  Device-4Motherboard typeLPDDR5 size8 GiB speed: spec: 6400 MT/s 
-             vendorIntel Corporation +    actual6000 MT/s 
-             physical id1f.3 +  Device-5Motherboard type: LPDDR5 size: 8 GiB speed: spec: 6400 MT/s 
-             bus infopci@0000:00:1f.3 +    actual6000 MT/s 
-             version05 +  Device-6Motherboard type: LPDDR5 size: 8 GiB speed: spec: 6400 MT/s 
-             width64 bits +    actual6000 MT/s 
-             clock33MHz +  Device-7Motherboard typeLPDDR5 size: 8 GiB speed: spec: 6400 MT/s 
-             configurationdriver=i801_smbus latency=0 +    actual: 6000 MT/s 
-             resourcesirq:19 memory:c9705000-c97050ff ioport:4040(size=32) +  Device-8Motherboard type: LPDDR5 size: 8 GiB speed: spec: 6400 MT/s 
-     *-pnp00:00 +    actual: 6000 MT/s 
-          productPnP device PNP0c02 +CPU: 
-          physical id: 1 +  Info: 14-core (6-mt/8-st) model13th Gen Intel Core i7-13800H bits: 64 
-          capabilitiespnp +    typeMST AMCP arch: Raptor Lake rev: 2 cache: L1: 1.2 MiB L2: 11.5 MiB 
-          configurationdriver=system +    L3: 24 MiB 
-     *-pnp00:01 +  Speed (MHz): avg: 566 min/max: 400/5000:5200:4000 cores: 1: 566 2: 566 
-          productPnP device PNP0b00 +    3: 566 4: 566 5: 566 6: 566 7: 566 8: 566 9: 566 10: 566 11: 566 12566 
-          physical id2 +    13566 14: 566 15: 566 16: 566 17: 566 18: 566 19: 566 20: 566 
-          capabilitiespnp +    bogomips116736 
-     *-pnp00:02 +  Flagsavx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx 
-          productPnP device INT3f0d +Graphics
-          vendor: Interphase Corporation +  Device-1Intel Raptor Lake-P [Iris Xe Graphics] vendor: Dell driver: i915 
-          physical id+    v: kernel arch: Xe bus-ID: 00:02.0 
-          capabilitiespnp +  Device-2NVIDIA AD107GLM [RTX 2000 Ada Generation Laptop GPU] 
-          configuration: driver=system +    vendor: Dell drivernvidia v575.64.05 arch: Turing bus-ID: 01:00.0 
-     *-pnp00:03 +  Displayx11 server: X.Org v: 21.1.18 with: Xwayland v: 24.1.8 driver: X: 
-          productPnP device PNP0303 +    loadedmodesetting,nvidia unloaded: nouveau dri: iris gpu: i915 
-          physical id: 4 +    resolution2560x1600~60Hz 
-          capabilitiespnp +  API: OpenGL v: 4.6 vendorintel mesa v25.0.7 glx-v1.4 
-          configurationdriver=i8042 kbd +    direct-renderyes renderer: Mesa Intel Iris Xe Graphics (RPL-P) 
-     *-pnp00:04 +  APIEGL Message: EGL data requires eglinfo. Check --recommends. 
-          productPnP device SYN1e4f +  InfoTools: api: glxinfo gpu: nvidia-settings,nvidia-smi x11: xdriinfo, 
-          vendorSynaptics Inc +    xdpyinfo, xprop, xrandr 
-          physical id5 +Audio
-          capabilitiespnp +  Device-1Intel Raptor Lake IPU vendor: Dell driver: intel-ipu6 
-          configuration: driver=i8042 aux +    bus-ID: 00:05.0 
-     *-pnp00:05 +  Device-2Intel Raptor Lake-P/U/H cAVS vendorDell 
-          productPnP device PNP0c02 +    driversof-audio-pci-intel-tgl bus-ID00:1f.3 
-          physical id6 +  API: ALSA v: k6.15.9-101.fc41.x86_64 statuskernel-api 
-          capabilitiespnp +  Server-1JACK v1.9.22 status: off 
-          configurationdriver=system +  Server-2PipeWire v: 1.2.8 status: n/a (root, process) 
-     *-pnp00:06 +Network
-          productPnP device PNP0c01 +  Device-1Intel Raptor Lake PCH CNVi WiFi driver: iwlwifi v: kernel 
-          physical id7 +    bus-ID00:14.3 
-          capabilitiespnp +  IFwlp0s20f3 statedown mac: aa:c8:29:75:ef:cf 
-          configurationdriver=system +  Device-2Realtek RTL8153 Gigabit Ethernet Adapter driver: r8152 type: USB 
-     *-scsi +    bus-ID: 2-4.4.4:97 
-          physical id8 +  IFenp0s13f0u4u4u4 state: up speed: 1000 Mbps duplex: full 
-          bus infousb@2:1.3 +    macac:91:a1:d3:a2:c0 
-          logical namescsi6 +Bluetooth: 
-          capabilitiesemulated scsi-host +  Device-1: Intel AX211 Bluetooth driver: btusb v: 0.8 type: USB 
-          configuration: driver=ums-realtek +    bus-ID3-10:4 
-        *-disk +  Report: btmgmt ID: hci0 rfk-id: 0 state: up address: BC:03:58:5F:3B:CD 
-             descriptionSCSI Disk +    bt-v: 5.4 lmp-v: 13 
-             productMulti-Card +Drives: 
-             vendorGeneric+  Local Storagetotal: 953.87 GiB used: 642.33 GiB (67.3%) 
-             physical id: 0.0.0 +  ID-1: /dev/nvme0n1 vendorSK Hynix model: PC801 NVMe 1TB size: 953.87 GiB 
-             bus infoscsi@6:0.0.0 +    temp38.9 C 
-             logical name: /dev/sdb +Partition
-             version1.00 +  ID-1/ size: 76.33 GiB used: 32.93 GiB (43.1%) fs: ext4 dev: /dev/dm-0 
-             capabilitiesremovable +    mappedluks-845efd4f-e0a8-46a4-8f74-6da230485d55 
-             configurationlogicalsectorsize=512 sectorsize=512 +  ID-2/boot size: 973.4 MiB used: 439.6 MiB (45.2%) fs: ext4 
-           *-medium +    dev/dev/nvme0n1p4 
-                physical id+  ID-3/boot/efi size: 238.MiB used24.5 MiB (10.3%) fs: vfat 
-                logical name: /dev/sdb +    dev/dev/nvme0n1p1 
-  *-battery +  ID-4/home size: 743.89 GiB used: 608.94 GiB (81.9%) fs: ext4 
-       descriptionLithium Ion Battery +    dev: /dev/dm-2 mapped: luks-d456693e-52a8-4764-acaf-4d2f62952339 
-       productRM08059 +Swap
-       vendorSTL +  ID-1swap-1 type: partition size: 78.11 GiB used: 0 KiB (0.0%) 
-       physical id: 1 +    dev/dev/dm-1 mapped: luks-db5b39a7-3323-43f6-83f3-a59204dd9361 
-       slotPrimary +  ID-2swap-type: zram size: 8 GiB used: 0 KiB (0.0%) dev: /dev/zram0 
-       capacity59200mWh +Sensors
-       configurationvoltage=14.8V +  System Temperaturescpu: 46.0 C mobo: N/A 
-  *-power UNCLAIMED +  Fan Speeds (rpm)N/A 
-       descriptionOEM_Define1 +</code> 
-       productOEM_Define5 +==== iiama prolite ====
-       vendorOEM_Define2 +
-       physical id: 2 +
-       versionOEM_Define6 +
-       serialOEM_Define3 +
-       capacity75mWh +
-</file>+
  
-  [root@pendejo] lshw > lshw.out.txt +https://iiyama.com/fr_fr/produits/prolite-b2875uhsu-b1/
-<file text lshw.out.txt> +
-pendejo                      +
-    description: Desktop Computer +
-    product: OptiPlex 7010 (OptiPlex 7010) +
-    vendor: Dell Inc. +
-    version: 01 +
-    serial: G3SHGZ1 +
-    width: 64 bits +
-    capabilities: smbios-2.7 dmi-2.7 smp vsyscall32 +
-    configuration: boot=normal chassis=desktop sku=OptiPlex 7010 uuid=44454C4C-3300-1053-8048-C7C04F475A31 +
-  *-core +
-       description: Motherboard +
-       product: 0YXT71 +
-       vendor: Dell Inc. +
-       physical id: 0 +
-       version: A01 +
-       serial: /G3SHGZ1/CN7220037K02ST/ +
-     *-firmware +
-          description: BIOS +
-          vendor: Dell Inc. +
-          physical id: 0 +
-          version: A15 +
-          date: 08/12/2013 +
-          size: 64KiB +
-          capacity: 12MiB +
-          capabilities: pci pnp upgrade shadowing cdboot bootselect edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification netboot uefi +
-     *-cpu +
-          description: CPU +
-          product: Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz +
-          vendor: Intel Corp. +
-          physical id: 4a +
-          bus info: cpu@0 +
-          version: Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz +
-          slot: CPU 1 +
-          size: 2454MHz +
-          capacity: 3800MHz +
-          width: 64 bits +
-          clock: 100MHz +
-          capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cpuid_fault epb pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts cpufreq +
-          configuration: cores=4 enabledcores=4 threads=4 +
-        *-cache:0 +
-             description: L2 cache +
-             physical id: 3a +
-             size: 1MiB +
-             capacity: 1MiB +
-             capabilities: internal varies unified +
-             configuration: level=2 +
-        *-cache:1 +
-             description: L1 cache +
-             physical id: 3b +
-             size: 256KiB +
-             capacity: 256KiB +
-             capabilities: internal varies +
-             configuration: level=1 +
-        *-cache:2 +
-             description: L3 cache +
-             physical id: 3c +
-             size: 6MiB +
-             capacity: 6MiB +
-             capabilities: internal varies unified +
-             configuration: level=3 +
-     *-memory +
-          description: System Memory +
-          physical id: 3d +
-          slot: System board or motherboard +
-          size: 16GiB +
-        *-bank:0 +
-             description: DIMM DDR3 Synchronous 1600 MHz (0.6 ns) +
-             product: KHX1600C10D3/8G +
-             vendor: Kingston +
-             physical id: 0 +
-             serial: 4F2279F9 +
-             slot: DIMM3 +
-             size: 4GiB +
-             width: 64 bits +
-             clock: 1600MHz (0.6ns) +
-        *-bank:1 +
-             description: DIMM DDR3 Synchronous 1600 MHz (0.6 ns) +
-             product: HMT351U6CFR8C-PB +
-             vendor: Hynix/Hyundai +
-             physical id: 1 +
-             serial: 00B25015 +
-             slot: DIMM1 +
-             size: 4GiB +
-             width: 64 bits +
-             clock: 1600MHz (0.6ns) +
-        *-bank:2 +
-             description: DIMM DDR3 Synchronous 1600 MHz (0.6 ns) +
-             product: KHX1600C10D3/8G +
-             vendor: Kingston +
-             physical id: 2 +
-             serial: 79237D21 +
-             slot: DIMM4 +
-             size: 4GiB +
-             width: 64 bits +
-             clock: 1600MHz (0.6ns) +
-        *-bank:3 +
-             description: DIMM DDR3 Synchronous 1600 MHz (0.6 ns) +
-             product: KHX1600C10D3/8G +
-             vendor: Kingston +
-             physical id: 3 +
-             serial: 651C2E79 +
-             slot: DIMM2 +
-             size: 4GiB +
-             width: 64 bits +
-             clock: 1600MHz (0.6ns) +
-     *-pci +
-          description: Host bridge +
-          product: Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller +
-          vendor: Intel Corporation +
-          physical id: 100 +
-          bus info: pci@0000:00:00.0 +
-          version: 09 +
-          width: 32 bits +
-          clock: 33MHz +
-          configuration: driver=ivb_uncore +
-          resources: irq:0 +
-        *-pci:0 +
-             description: PCI bridge +
-             product: Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port +
-             vendor: Intel Corporation +
-             physical id: 1 +
-             bus info: pci@0000:00:01.0 +
-             version: 09 +
-             width: 32 bits +
-             clock: 33MHz +
-             capabilities: pci pm msi pciexpress normal_decode bus_master cap_list +
-             configuration: driver=pcieport +
-             resources: irq:16 ioport:e000(size=4096) memory:f6000000-f70fffff ioport:e0000000(size=301989888) +
-           *-display +
-                description: VGA compatible controller +
-                product: GM107 [GeForce GTX 750 Ti] +
-                vendor: NVIDIA Corporation +
-                physical id: 0 +
-                bus info: pci@0000:01:00.0 +
-                version: a2 +
-                width: 64 bits +
-                clock: 33MHz +
-                capabilities: pm msi pciexpress vga_controller bus_master cap_list rom +
-                configuration: driver=nvidia latency=0 +
-                resources: irq:30 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:e000(size=128) memory:c0000-dffff +
-           *-multimedia +
-                description: Audio device +
-                product: NVIDIA Corporation +
-                vendor: NVIDIA Corporation +
-                physical id: 0.1 +
-                bus info: pci@0000:01:00.1 +
-                version: a1 +
-                width: 32 bits +
-                clock: 33MHz +
-                capabilities: pm msi pciexpress bus_master cap_list +
-                configuration: driver=snd_hda_intel latency=0 +
-                resources: irq:17 memory:f7080000-f7083fff +
-        *-usb:0 +
-             description: USB controller +
-             product: 7 Series/C210 Series Chipset Family USB xHCI Host Controller +
-             vendor: Intel Corporation +
-             physical id: 14 +
-             bus info: pci@0000:00:14.0 +
-             version: 04 +
-             width: 64 bits +
-             clock: 33MHz +
-             capabilities: pm msi xhci bus_master cap_list +
-             configuration: driver=xhci_hcd latency=0 +
-             resources: irq:26 memory:f7120000-f712ffff +
-        *-communication +
-             description: Communication controller +
-             product: 7 Series/C216 Chipset Family MEI Controller #1 +
-             vendor: Intel Corporation +
-             physical id: 16 +
-             bus info: pci@0000:00:16.0 +
-             version: 04 +
-             width: 64 bits +
-             clock: 33MHz +
-             capabilities: pm msi bus_master cap_list +
-             configuration: driver=mei_me latency=0 +
-             resources: irq:28 memory:f713c000-f713c00f +
-        *-network +
-             description: Ethernet interface +
-             product: 82579LM Gigabit Network Connection (Lewisville) +
-             vendor: Intel Corporation +
-             physical id: 19 +
-             bus info: pci@0000:00:19.0 +
-             logical name: eno1 +
-             version: 04 +
-             serial: b8:ca:3a:b0:f3:69 +
-             size: 100Mbit/s +
-             capacity: 1Gbit/s +
-             width: 32 bits +
-             clock: 33MHz +
-             capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation +
-             configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k duplex=full firmware=0.13-4 ip=192.168.0.20 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/+
-             resources: irq:27 memory:f7100000-f711ffff memory:f7139000-f7139fff ioport:f040(size=32) +
-        *-usb:1 +
-             description: USB controller +
-             product: 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 +
-             vendor: Intel Corporation +
-             physical id: 1a +
-             bus info: pci@0000:00:1a.0 +
-             version: 04 +
-             width: 32 bits +
-             clock: 33MHz +
-             capabilities: pm debug ehci bus_master cap_list +
-             configuration: driver=ehci-pci latency=0 +
-             resources: irq:16 memory:f7138000-f71383ff +
-        *-multimedia +
-             description: Audio device +
-             product: 7 Series/C216 Chipset Family High Definition Audio Controller +
-             vendor: Intel Corporation +
-             physical id: 1b +
-             bus info: pci@0000:00:1b.0 +
-             version: 04 +
-             width: 64 bits +
-             clock: 33MHz +
-             capabilities: pm msi pciexpress bus_master cap_list +
-             configuration: driver=snd_hda_intel latency=0 +
-             resources: irq:29 memory:f7130000-f7133fff +
-        *-usb:2 +
-             description: USB controller +
-             product: 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 +
-             vendor: Intel Corporation +
-             physical id: 1d +
-             bus info: pci@0000:00:1d.0 +
-             version: 04 +
-             width: 32 bits +
-             clock: 33MHz +
-             capabilities: pm debug ehci bus_master cap_list +
-             configuration: driver=ehci-pci latency=0 +
-             resources: irq:23 memory:f7137000-f71373ff +
-        *-pci:1 +
-             description: PCI bridge +
-             product: 82801 PCI Bridge +
-             vendor: Intel Corporation +
-             physical id: 1e +
-             bus info: pci@0000:00:1e.0 +
-             version: a4 +
-             width: 32 bits +
-             clock: 33MHz +
-             capabilities: pci subtractive_decode bus_master cap_list +
-        *-isa +
-             description: ISA bridge +
-             product: Q77 Express Chipset LPC Controller +
-             vendor: Intel Corporation +
-             physical id: 1f +
-             bus info: pci@0000:00:1f.0 +
-             version: 04 +
-             width: 32 bits +
-             clock: 33MHz +
-             capabilities: isa bus_master cap_list +
-             configuration: driver=lpc_ich latency=0 +
-             resources: irq:0 +
-        *-sata +
-             description: SATA controller +
-             product: 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] +
-             vendor: Intel Corporation +
-             physical id: 1f.2 +
-             bus info: pci@0000:00:1f.2 +
-             logical name: scsi0 +
-             logical name: scsi1 +
-             logical name: scsi2 +
-             version: 04 +
-             width: 32 bits +
-             clock: 66MHz +
-             capabilities: sata msi pm ahci_1.0 bus_master cap_list emulated +
-             configuration: driver=ahci latency=0 +
-             resources: irq:25 ioport:f090(size=8) ioport:f080(size=4) ioport:f070(size=8) ioport:f060(size=4) ioport:f020(size=32) memory:f7136000-f71367ff +
-           *-disk:+
-                description: ATA Disk +
-                product: WDC WD5000AAKX-7 +
-                vendor: Western Digital +
-                physical id: 0 +
-                bus info: scsi@0:0.0.0 +
-                logical name: /dev/sda +
-                version: 1H19 +
-                serial: WD-WCC2EPS32368 +
-                size: 465GiB (500GB) +
-                capabilities: partitioned partitioned:dos +
-                configuration: ansiversion=5 logicalsectorsize=512 sectorsize=512 signature=d2069850 +
-              *-volume:+
-                   description: Windows NTFS volume +
-                   physical id: 1 +
-                   bus info: scsi@0:0.0.0,+
-                   logical name: /dev/sda1 +
-                   version: 3.1 +
-                   serial: c644-a704 +
-                   size: 98MiB +
-                   capacity: 100MiB +
-                   capabilities: primary bootable ntfs initialized +
-                   configuration: clustersize=4096 created=2015-10-30 16:54:32 filesystem=ntfs label=win_boot state=clean +
-              *-volume:+
-                   description: Windows NTFS volume +
-                   physical id: 2 +
-                   bus info: scsi@0:0.0.0,+
-                   logical name: /dev/sda2 +
-                   version: 3.1 +
-                   serial: 882f187e-65b3-774d-9474-45c18fc0c40f +
-                   size: 250GiB +
-                   capacity: 250GiB +
-                   capabilities: primary ntfs initialized +
-                   configuration: clustersize=4096 created=2015-10-30 16:54:34 filesystem=ntfs label=win_sys state=clean +
-              *-volume:+
-                   description: EXT4 volume +
-                   vendor: Linux +
-                   physical id: 3 +
-                   bus info: scsi@0:0.0.0,+
-                   logical name: /dev/sda3 +
-                   version: 1.0 +
-                   serial: 33ffa875-c7f9-4fe4-9c6b-27313c5cd359 +
-                   size: 500MiB +
-                   capacity: 500MiB +
-                   capabilities: primary journaled extended_attributes huge_files dir_nlink extents ext4 ext2 initialized +
-                   configuration: created=2015-11-11 04:56:14 filesystem=ext4 label=boot lastmountpoint=/boot modified=2018-04-10 20:26:42 mounted=2018-04-10 20:24:43 state=clean +
-              *-volume:+
-                   description: Extended partition +
-                   physical id: 4 +
-                   bus info: scsi@0:0.0.0,+
-                   logical name: /dev/sda4 +
-                   size: 214GiB +
-                   capacity: 214GiB +
-                   capabilities: primary extended partitioned partitioned:extended +
-                 *-logicalvolume:+
-                      description: EXT4 volume +
-                      vendor: Linux +
-                      physical id: 5 +
-                      logical name: /dev/sda5 +
-                      version: 1.0 +
-                      serial: 7a4f1401-8c0b-4cd9-958c-b2fbc08cfe05 +
-                      size: 196GiB +
-                      capacity: 196GiB +
-                      capabilities: journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized +
-                      configuration: created=2015-11-11 04:56:15 filesystem=ext4 label=linux lastmountpoint=/ modified=2018-04-10 22:24:28 mounted=2018-04-10 20:24:34 state=clean +
-                 *-logicalvolume:+
-                      description: Linux swap volume +
-                      physical id: 6 +
-                      logical name: /dev/sda6 +
-                      version: 1 +
-                      serial: 00fbc108-13d0-4518-9a8f-7e23a2d3c012 +
-                      size: 17GiB +
-                      capacity: 17GiB +
-                      capabilities: nofs swap initialized +
-                      configuration: filesystem=swap label=swap pagesize=4096 +
-           *-disk:+
-                description: ATA Disk +
-                product: PNY CS900 120GB +
-                physical id: 1 +
-                bus info: scsi@1:0.0.0 +
-                logical name: /dev/sdb +
-                version: 0210 +
-                serial: PNY41170024950107EB4 +
-                size: 111GiB (120GB) +
-                capabilities: partitioned partitioned:dos +
-                configuration: ansiversion=5 logicalsectorsize=512 sectorsize=512 signature=001058b0 +
-              *-volume:+
-                   description: EXT4 volume +
-                   vendor: Linux +
-                   physical id: 1 +
-                   bus info: scsi@1:0.0.0,+
-                   logical name: /dev/sdb1 +
-                   logical name: /boot +
-                   version: 1.0 +
-                   serial: f0077708-a7ae-4785-b8f2-3b600f54dd99 +
-                   size: 524MiB +
-                   capacity: 524MiB +
-                   capabilities: primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized +
-                   configuration: created=2017-11-28 19:35:40 filesystem=ext4 label=ssdboot lastmountpoint=/boot modified=2018-06-12 00:31:09 mount.fstype=ext4 mount.options=rw,relatime,data=ordered mounted=2018-06-12 00:31:09 state=mounted +
-              *-volume:+
-                   description: Linux swap volume +
-                   physical id: 2 +
-                   bus info: scsi@1:0.0.0,+
-                   logical name: /dev/sdb2 +
-                   version:+
-                   serial: 0c97834b-6af9-484f-a5cd-7b6fa9bf0460 +
-                   size: 16GiB +
-                   capacity: 16GiB +
-                   capabilities: primary nofs swap initialized +
-                   configuration: filesystem=swap label=ssdswap pagesize=4096 +
-              *-volume:+
-                   description: EXT4 volume +
-                   vendor: Linux +
-                   physical id: 3 +
-                   bus info: scsi@1:0.0.0,+
-                   logical name: /dev/sdb3 +
-                   logical name: / +
-                   version: 1.0 +
-                   serial: ebb3df7c-617f-4b0d-b652-625c9e07f3b1 +
-                   size: 87GiB +
-                   capacity: 87GiB +
-                   capabilities: primary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized +
-                   configuration: created=2017-11-28 19:35:40 filesystem=ext4 label=ssdroot lastmountpoint=/ modified=2018-06-12 02:31:07 mount.fstype=ext4 mount.options=rw,relatime,data=ordered mounted=2018-06-12 00:31:08 state=mounted +
-              *-volume:+
-                   description: EXT4 volume +
-                   vendor: Linux +
-                   physical id: 4 +
-                   bus info: scsi@1:0.0.0,+
-                   logical name: /dev/sdb4 +
-                   version: 1.0 +
-                   serial: ac7ca212-1a19-4856-adec-6dbbe62f72ad +
-                   size: 7564MiB +
-                   capacity: 7564MiB +
-                   capabilities: primary journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized +
-                   configuration: created=2017-11-28 19:35:42 filesystem=ext4 label=ssdhome modified=2018-04-10 20:18:53 mounted=2018-04-10 20:17:26 state=clean +
-           *-disk:+
-                description: ATA Disk +
-                product: WDC WD30EZRX-00D +
-                vendor: Western Digital +
-                physical id: 0.0.0 +
-                bus info: scsi@2:0.0.0 +
-                logical name: /dev/sdc +
-                version: 0A80 +
-                serial: WD-WMC1T1980364 +
-                size: 2794GiB (3TB) +
-                capabilities: gpt-1.00 partitioned partitioned:gpt +
-                configuration: ansiversion=5 guid=5f29de07-54b3-43ee-a4f3-aadfcda43a0d logicalsectorsize=512 sectorsize=4096 +
-              *-volume +
-                   description: EXT4 volume +
-                   vendor: Linux +
-                   physical id: 1 +
-                   bus info: scsi@2:0.0.0,+
-                   logical name: /dev/sdc1 +
-                   logical name: /home +
-                   version: 1.0 +
-                   serial: 75b3f055-93d9-48b5-845d-29b3acefc192 +
-                   size: 2794GiB +
-                   capabilities: journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized +
-                   configuration: created=2017-04-30 19:02:22 filesystem=ext4 lastmountpoint=/home modified=2018-06-12 00:31:09 mount.fstype=ext4 mount.options=rw,relatime,data=ordered mounted=2018-06-12 00:31:09 name=wd3t state=mounted +
-        *-serial +
-             description: SMBus +
-             product: 7 Series/C216 Chipset Family SMBus Controller +
-             vendor: Intel Corporation +
-             physical id: 1f.3 +
-             bus info: pci@0000:00:1f.3 +
-             version: 04 +
-             width: 64 bits +
-             clock: 33MHz +
-             configuration: driver=i801_smbus latency=0 +
-             resources: irq:18 memory:f7135000-f71350ff ioport:f000(size=32) +
-     *-pnp00:00 +
-          product: PnP device PNP0c01 +
-          physical id: 1 +
-          capabilities: pnp +
-          configuration: driver=system +
-     *-pnp00:01 +
-          product: PnP device PNP0c02 +
-          physical id: 2 +
-          capabilities: pnp +
-          configuration: driver=system +
-     *-pnp00:02 +
-          product: PnP device PNP0b00 +
-          physical id: 3 +
-          capabilities: pnp +
-          configuration: driver=rtc_cmos +
-     *-pnp00:03 +
-          product: PnP device INT3f0d +
-          vendor: Interphase Corporation +
-          physical id: 4 +
-          capabilities: pnp +
-          configuration: driver=system +
-     *-pnp00:04 +
-          product: PnP device PNP0c02 +
-          physical id: 5 +
-          capabilities: pnp +
-          configuration: driver=system +
-     *-pnp00:05 +
-          product: PnP device PNP0c02 +
-          physical id: 6 +
-          capabilities: pnp +
-          configuration: driver=system +
-     *-pnp00:06 +
-          product: PnP device PNP0501 +
-          physical id: 7 +
-          capabilities: pnp +
-          configuration: driver=serial +
-     *-pnp00:07 +
-          product: PnP device PNP0c02 +
-          physical id: 8 +
-          capabilities: pnp +
-          configuration: driver=system +
-  *-network:0 DISABLED +
-       description: Ethernet interface +
-       physical id: 1 +
-       logical name: virbr0-nic +
-       serial: 52:54:00:08:3e:23 +
-       size: 10Mbit/s +
-       capabilities: ethernet physical +
-       configuration: autonegotiation=off broadcast=yes driver=tun driverversion=1.6 duplex=full link=no multicast=yes port=twisted pair speed=10Mbit/+
-  *-network:+
-       description: Ethernet interface +
-       physical id: 2 +
-       logical name: virbr0 +
-       serial: 52:54:00:08:3e:23 +
-       capabilities: ethernet physical +
-       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=192.168.122.1 link=no multicast=yes +
-</file>+
  • linux/hardware.1528780334.txt.gz
  • Last modified: 2018/06/12 05:12
  • by lamboringo