Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 27/12/2022, à 15:11

Henri56

usb3

Bonjour a tous , quelqu'un pourrait-il m'aider a activer les ports usb3 , j'ai essayé plusieurs choses vu ici dans le forum mais rien ne fonctionne .
A bientôt Henri

Hors ligne

#2 Le 27/12/2022, à 15:14

xubu1957

Re : usb3

Bonjour,

Il faudrait montrer tes essais.

Lecture conseillée > memento des balises code.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#3 Le 27/12/2022, à 16:26

Henri56

Re : usb3

voici lsusb

Bus 002 Device 006: ID 258a:0001 SINO WEALTH USB KEYBOARD
Bus 002 Device 005: ID 04b8:112d Seiko Epson Corp. WF-7710 Series
Bus 002 Device 003: ID 0424:2504 Microchip Technology, Inc. (formerly SMSC) 
Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 046d:c542 Logitech, Inc. Wireless Receiver
Bus 001 Device 004: ID 2717:ff40 Xiaomi Inc. Mi/Redmi series (MTP)
Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Hors ligne

#4 Le 27/12/2022, à 16:35

Henri56

Re : usb3

et voici lsusb en mettant une clef usb3 emtec

Bus 002 Device 006: ID 258a:0001 SINO WEALTH USB KEYBOARD
Bus 002 Device 005: ID 04b8:112d Seiko Epson Corp. WF-7710 Series
Bus 002 Device 003: ID 0424:2504 Microchip Technology, Inc. (formerly SMSC) 
Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 046d:c542 Logitech, Inc. Wireless Receiver
Bus 001 Device 004: ID 2717:ff40 Xiaomi Inc. Mi/Redmi series (MTP)
Bus 001 Device 008: ID 6557:1021 Emtec USB DISK 2.0
Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Hors ligne

#5 Le 27/12/2022, à 16:37

xubu1957

Re : usb3

Fournis le retour de la commande d'iznobe.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#6 Le 27/12/2022, à 16:40

Henri56

Re : usb3

voici

sudo echo BIOS :; sudo dmidecode -t bios | grep -e Version -e Revision; echo carte mere :;sudo dmidecode -t baseboard | grep -e Version -e Revision -e Product -e Manufacturer
[sudo] Mot de passe de henri : 
BIOS :
	Version: L01 v02.65
	BIOS Revision: 2.65
carte mere :
	Manufacturer: Hewlett-Packard
	Product Name: 18E7
	Version: Not Specified

Hors ligne

#7 Le 27/12/2022, à 16:43

xubu1957

Re : usb3

Montre aussi :

sudo dmesg | grep -i usb
cat /etc/default/grub

et d'éventuels paquets cassés :

dpkg -l | grep -v ^ii

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#8 Le 27/12/2022, à 16:47

Henri56

Re : usb3

sudo dmesg | grep -i usb
[sudo] Mot de passe de henri : 
[    0.209086] ACPI: bus type USB registered
[    0.209086] usbcore: registered new interface driver usbfs
[    0.209086] usbcore: registered new interface driver hub
[    0.209086] usbcore: registered new device driver usb
[    0.250096] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x160 took 21200 usecs
[    0.270088] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x160 took 19506 usecs
[    0.365710] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.365837] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.382039] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.382084] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.382086] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.382089] usb usb1: Product: EHCI Host Controller
[    0.382090] usb usb1: Manufacturer: Linux 5.15.0-56-generic ehci_hcd
[    0.382092] usb usb1: SerialNumber: 0000:00:1a.0
[    0.382200] hub 1-0:1.0: USB hub found
[    0.382463] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.402038] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.402087] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    0.402090] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.402092] usb usb2: Product: EHCI Host Controller
[    0.402094] usb usb2: Manufacturer: Linux 5.15.0-56-generic ehci_hcd
[    0.402095] usb usb2: SerialNumber: 0000:00:1d.0
[    0.402201] hub 2-0:1.0: USB hub found
[    0.402373] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.402389] uhci_hcd: USB Universal Host Controller Interface driver
[    0.718022] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.738047] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    0.878436] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04
[    0.878438] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.878719] hub 1-1:1.0: USB hub found
[    0.902437] usb 2-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    0.902442] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.902718] hub 2-1:1.0: USB hub found
[    1.166063] usb 1-1.5: new full-speed USB device number 3 using ehci-pci
[    1.190067] usb 2-1.2: new high-speed USB device number 3 using ehci-pci
[    1.283319] usb 1-1.5: New USB device found, idVendor=046d, idProduct=c542, bcdDevice= 3.02
[    1.283328] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.283331] usb 1-1.5: Product: Wireless Receiver
[    1.283333] usb 1-1.5: Manufacturer: Logitech
[    1.298458] usb 2-1.2: New USB device found, idVendor=0424, idProduct=2504, bcdDevice= 0.01
[    1.298462] usb 2-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.298722] hub 2-1.2:1.0: USB hub found
[    1.382068] usb 2-1.3: new low-speed USB device number 4 using ehci-pci
[    1.451167] usbcore: registered new interface driver usbhid
[    1.451168] usbhid: USB HID core driver
[    1.454056] input: Logitech Wireless Receiver Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/0003:046D:C542.0001/input/input7
[    1.454121] hid-generic 0003:046D:C542.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech Wireless Receiver] on usb-0000:00:1a.0-1.5/input0
[    1.498335] usb 2-1.3: New USB device found, idVendor=258a, idProduct=0001, bcdDevice= 1.00
[    1.498339] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.498341] usb 2-1.3: Product: USB KEYBOARD
[    1.498342] usb 2-1.3: Manufacturer: SINO WEALTH
[    1.502212] input: SINO WEALTH USB KEYBOARD as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:258A:0001.0002/input/input8
[    1.562141] hid-generic 0003:258A:0001.0002: input,hidraw1: USB HID v1.10 Keyboard [SINO WEALTH USB KEYBOARD] on usb-0000:00:1d.0-1.3/input0
[    1.568632] input: SINO WEALTH USB KEYBOARD System Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:258A:0001.0003/input/input9
[    1.594058] usb 2-1.2.4: new high-speed USB device number 5 using ehci-pci
[    1.626183] input: SINO WEALTH USB KEYBOARD Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:258A:0001.0003/input/input10
[    1.626353] hid-generic 0003:258A:0001.0003: input,hiddev0,hidraw2: USB HID v1.10 Device [SINO WEALTH USB KEYBOARD] on usb-0000:00:1d.0-1.3/input1
[    1.724720] usb 2-1.2.4: New USB device found, idVendor=04b8, idProduct=112d, bcdDevice= 1.00
[    1.724734] usb 2-1.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.724735] usb 2-1.2.4: Product: WF-7710 Series
[    1.724736] usb 2-1.2.4: Manufacturer: EPSON
[    1.724737] usb 2-1.2.4: SerialNumber: 583435543035313644
[    1.736673] usb-storage 2-1.2.4:1.2: USB Mass Storage device detected
[    1.736744] scsi host6: usb-storage 2-1.2.4:1.2
[    1.736797] usbcore: registered new interface driver usb-storage
[    1.737685] usbcore: registered new interface driver uas
[   39.022591] usblp 2-1.2.4:1.1: usblp1: USB Bidirectional printer dev 5 if 1 alt 0 proto 2 vid 0x04B8 pid 0x112D
[   39.026821] usblp 2-1.2.4:1.4: usblp2: USB Bidirectional printer dev 5 if 4 alt 0 proto 2 vid 0x04B8 pid 0x112D
[   39.026849] usbcore: registered new interface driver usblp
[   81.679859] usblp1: removed
[   81.750228] usblp2: removed
[   98.045410] audit: type=1107 audit(1672077061.966:107): pid=1366 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/ColorManager/devices/cups_EPSON_WF_7710_Series_USB" interface="org.freedesktop.ColorManager.Device" member="AddProfile" mask="send" name="org.freedesktop.ColorManager" pid=1960 label="snap.cups.cupsd" peer_pid=1654 peer_label="unconfined"
[   98.045540] audit: type=1107 audit(1672077061.966:108): pid=1366 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/ColorManager/devices/cups_EPSON_WF_7710_Series_USB" interface="org.freedesktop.ColorManager.Device" member="AddProfile" mask="send" name="org.freedesktop.ColorManager" pid=1960 label="snap.cups.cupsd" peer_pid=1654 peer_label="unconfined"
[ 5971.273836] usb 2-1.3: reset low-speed USB device number 4 using ehci-pci
[27426.020128] usb 2-1.3: USB disconnect, device number 4
[27426.449000] usb 2-1.3: new low-speed USB device number 6 using ehci-pci
[27426.569335] usb 2-1.3: New USB device found, idVendor=258a, idProduct=0001, bcdDevice= 1.00
[27426.569350] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[27426.569355] usb 2-1.3: Product: USB KEYBOARD
[27426.569360] usb 2-1.3: Manufacturer: SINO WEALTH
[27426.574262] input: SINO WEALTH USB KEYBOARD as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:258A:0001.0004/input/input29
[27426.633515] hid-generic 0003:258A:0001.0004: input,hidraw1: USB HID v1.10 Keyboard [SINO WEALTH USB KEYBOARD] on usb-0000:00:1d.0-1.3/input0
[27426.640736] input: SINO WEALTH USB KEYBOARD System Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:258A:0001.0005/input/input30
[27426.697417] input: SINO WEALTH USB KEYBOARD Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:258A:0001.0005/input/input31
[27426.698179] hid-generic 0003:258A:0001.0005: input,hiddev0,hidraw2: USB HID v1.10 Device [SINO WEALTH USB KEYBOARD] on usb-0000:00:1d.0-1.3/input1
[27435.713150] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
[27435.793055] usb 1-1.3: device descriptor read/64, error -32
[27436.010757] usb 1-1.3: New USB device found, idVendor=2717, idProduct=ff40, bcdDevice= 4.04
[27436.010771] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[27436.010777] usb 1-1.3: Product: Redmi 10
[27436.010781] usb 1-1.3: Manufacturer: Xiaomi
[27436.010787] usb 1-1.3: SerialNumber: 15b38bf30508
[29023.098005] usb 1-1.3: reset high-speed USB device number 4 using ehci-pci
[29039.810354] usb 1-1.2: new high-speed USB device number 5 using ehci-pci
[29039.933905] usb 1-1.2: New USB device found, idVendor=6557, idProduct=1021, bcdDevice= 1.00
[29039.933910] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[29039.933912] usb 1-1.2: Product: USB DISK 2.0
[29039.933914] usb 1-1.2: Manufacturer:         
[29039.933916] usb 1-1.2: SerialNumber: 90000C165A476523
[29039.934233] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[29039.934447] scsi host6: usb-storage 1-1.2:1.0
[29044.627748] scsi 6:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 6
[29049.058455] usb 1-1.2: USB disconnect, device number 5
[29050.814534] usb 1-1.4: new high-speed USB device number 6 using ehci-pci
[29050.937996] usb 1-1.4: New USB device found, idVendor=6557, idProduct=1021, bcdDevice= 1.00
[29050.938010] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[29050.938015] usb 1-1.4: Product: USB DISK 2.0
[29050.938020] usb 1-1.4: Manufacturer:         
[29050.938023] usb 1-1.4: SerialNumber: 90000C165A476523
[29050.938556] usb-storage 1-1.4:1.0: USB Mass Storage device detected
[29050.938990] scsi host6: usb-storage 1-1.4:1.0
[29055.615457] scsi 6:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 6
[29067.234487] usb 1-1.4: USB disconnect, device number 6
[29074.110983] usb 1-1.4: new high-speed USB device number 7 using ehci-pci
[29074.221213] usb 1-1.4: New USB device found, idVendor=13fe, idProduct=5200, bcdDevice= 1.00
[29074.221218] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[29074.221220] usb 1-1.4: Product: USB DISK 3.0
[29074.221221] usb 1-1.4: Manufacturer:         
[29074.221222] usb 1-1.4: SerialNumber: 070737521FDBC911
[29074.221463] usb-storage 1-1.4:1.0: USB Mass Storage device detected
[29074.221673] scsi host6: usb-storage 1-1.4:1.0
[29075.232111] scsi 6:0:0:0: Direct-Access              USB DISK 3.0     PMAP PQ: 0 ANSI: 6
[29341.666231] usb 1-1.4: USB disconnect, device number 7
[34172.350365] usb 1-1.1: new high-speed USB device number 8 using ehci-pci
[34172.485764] usb 1-1.1: New USB device found, idVendor=6557, idProduct=1021, bcdDevice= 1.00
[34172.485769] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[34172.485771] usb 1-1.1: Product: USB DISK 2.0
[34172.485772] usb 1-1.1: Manufacturer:         
[34172.485773] usb 1-1.1: SerialNumber: 90000C165A476523
[34172.486010] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[34172.486175] scsi host6: usb-storage 1-1.1:1.0
[34177.152160] scsi 6:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 6
[34484.704233] usb 1-1.1: USB disconnect, device number 8
[34502.332637] usb 1-1.4: new high-speed USB device number 9 using ehci-pci
[34502.449970] usb 1-1.4: New USB device found, idVendor=13fe, idProduct=5200, bcdDevice= 1.00
[34502.449975] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[34502.449978] usb 1-1.4: Product: USB DISK 3.0
[34502.449979] usb 1-1.4: Manufacturer:         
[34502.449981] usb 1-1.4: SerialNumber: 070737521FDBC911
[34502.450360] usb-storage 1-1.4:1.0: USB Mass Storage device detected
[34502.450872] scsi host6: usb-storage 1-1.4:1.0
[34503.461306] scsi 6:0:0:0: Direct-Access              USB DISK 3.0     PMAP PQ: 0 ANSI: 6

Hors ligne

#9 Le 27/12/2022, à 16:48

Henri56

Re : usb3

cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT="0"
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Debian`"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL="console"

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE="640x480"

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID="true"

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
GRUB_DISABLE_OS_PROBER=false

Hors ligne

#10 Le 27/12/2022, à 16:49

xubu1957

Re : usb3

Je sais donner quelques commandes informatives, mais pour la suite des opérations, il faudra les conseils des aidants plus techniques.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#11 Le 27/12/2022, à 16:51

Henri56

Re : usb3

et ceci

dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                           Version                                    Architecture Description
+++-=============================================-==========================================-============-================================================================================
rc  ash                                           0.5.11+git20210903+057cd650a4ed-3build1    all          compatibility package for dash
rc  crda                                          3.18-1build1                               amd64        wireless Central Regulatory Domain Agent
rc  example-content                               51                                         all          Ubuntu example content
rc  extlinux                                      3:6.04~git20190206.bf6db5b4+dfsg1-3ubuntu1 amd64        collection of bootloaders (Linux ext2/ext3/ext4, btrfs, and xfs bootloader)
rc  firefox                                       1:1snap1-0ubuntu2                          amd64        Transitional package - firefox -> firefox snap
rc  fuse                                          2.9.9-3                                    amd64        Filesystem in Userspace
rc  gnome-software                                3.36.1-0ubuntu0.20.04.0                    amd64        Software Center for GNOME
rc  icedtea-netx                                  1.8.4-1build1                              all          Implementation of the Java Network Launching Protocol (JNLP)
rc  ifupdown                                      0.8.36+nmu1ubuntu3                         amd64        high level tools to configure network interfaces
rc  ippusbxd                                      1.34-2ubuntu1                              amd64        Daemon for IPP USB printer support
rc  libcoarrays-dev:amd64                         2.9.2-3                                    amd64        Co-Array Fortran libraries
rc  libkf5attica5:amd64                           5.92.0-0ubuntu1                            amd64        Qt library that implements the Open Collaboration Services API
rc  libkf5su-data                                 5.92.0-0ubuntu1.1                          all          translation files for kdesu
rc  libnss-myhostname:amd64                       249.11-0ubuntu3.6                          amd64        nss module providing fallback resolution for the current hostname
rc  libopenmpi-dev:amd64                          4.1.2-2ubuntu1                             amd64        high performance message passing library -- header files
rc  libpython2.7-minimal:amd64                    2.7.18-13ubuntu1.1                         amd64        Minimal subset of the Python language (version 2.7)
rc  libpython3.6-minimal:amd64                    3.6.9-1~18.04ubuntu1.8                     amd64        Minimal subset of the Python language (version 3.6)
rc  libpython3.8-minimal:amd64                    3.8.10-0ubuntu1~20.04.5                    amd64        Minimal subset of the Python language (version 3.8)
rc  libqtcore4:amd64                              4:4.8.7+dfsg-7ubuntu1                      amd64        Qt 4 core module
rc  libreoffice-avmedia-backend-gstreamer         1:7.3.7-0ubuntu0.22.04.1                   amd64        transitional package for GStreamer backend for LibreOffice
rc  libreoffice-style-tango                       1:7.3.7-0ubuntu0.22.04.1                   all          transitional package for Tango symbol style
rc  libsensors4:amd64                             1:3.4.0-4ubuntu0.1                         amd64        library to read temperature/voltage/fan sensors
rc  libsensors4:i386                              1:3.4.0-4ubuntu0.1                         i386         library to read temperature/voltage/fan sensors
rc  libssl1.0.0:amd64                             1.0.2n-1ubuntu5.10                         amd64        Secure Sockets Layer toolkit - shared libraries
rc  libssl1.1:amd64                               1.1.1f-1ubuntu2.16                         amd64        Secure Sockets Layer toolkit - shared libraries
rc  libwrap0:i386                                 7.6.q-31build2                             i386         Wietse Venema's TCP wrappers library
rc  light-themes                                  20.10-0ubuntu2                             all          Light Themes (Ambiance and Radiance)
rc  lintian                                       2.62.0ubuntu2.1                            all          Debian package checker
rc  linux-image-4.15.0-192-generic                4.15.0-192.203                             amd64        Signed kernel image generic
rc  linux-image-4.15.0-193-generic                4.15.0-193.204                             amd64        Signed kernel image generic
rc  linux-image-5.15.0-50-generic                 5.15.0-50.56                               amd64        Signed kernel image generic
rc  linux-image-5.15.0-52-generic                 5.15.0-52.58                               amd64        Signed kernel image generic
rc  linux-image-5.4.0-126-generic                 5.4.0-126.142                              amd64        Signed kernel image generic
rc  linux-image-5.4.0-128-generic                 5.4.0-128.144                              amd64        Signed kernel image generic
rc  linux-modules-4.15.0-192-generic              4.15.0-192.203                             amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-193-generic              4.15.0-193.204                             amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-5.15.0-50-generic               5.15.0-50.56                               amd64        Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc  linux-modules-5.15.0-52-generic               5.15.0-52.58                               amd64        Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-126-generic               5.4.0-126.142                              amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-5.4.0-128-generic               5.4.0-128.144                              amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-192-generic        4.15.0-192.203                             amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-193-generic        4.15.0-193.204                             amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.15.0-50-generic         5.15.0-50.56                               amd64        Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.15.0-52-generic         5.15.0-52.58                               amd64        Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-126-generic         5.4.0-126.142                              amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  linux-modules-extra-5.4.0-128-generic         5.4.0-128.144                              amd64        Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc  ltrace                                        0.7.3-6.1ubuntu6                           amd64        Tracks runtime library calls in dynamically linked programs
rc  mlocate                                       1.1.15-1ubuntu2                            all          transitional dummy package
rc  ntfs-config                                   1.0.1-11                                   amd64        Enable/disable write support for any NTFS devices
rc  odbcinst                                      2.3.9-5                                    amd64        Helper program for accessing ODBC configuration files
rc  openmpi-bin                                   4.1.2-2ubuntu1                             amd64        high performance message passing library -- binaries
rc  opera-stable                                  87.0.4390.45                               amd64        Fast, secure, easy-to-use web browser
rc  pepperflashplugin-nonfree                     1.8.8~ubuntu18.04.1                        amd64        Pepper Flash Player - browser plugin (dummy package)
rc  phonon:amd64                                  4:4.10.0-2                                 amd64        multimedia framework from KDE using Qt 4 - metapackage
rc  plocate                                       1.1.15-1ubuntu2                            amd64        much faster locate
rc  popularity-contest                            1.71ubuntu3                                all          Vote for your favourite packages automatically
rc  pppconfig                                     2.3.26                                     all          Text menu based utility for configuring ppp
rc  pppoeconf                                     1.21+nmu2ubuntu1                           all          configures PPPoE/ADSL connections
rc  printer-driver-gutenprint                     5.3.3-9                                    amd64        printer drivers for CUPS
rc  python                                        2.7.15~rc1-1                               amd64        interactive high-level object-oriented language (default version)
rc  python2.7-minimal                             2.7.18-13ubuntu1.1                         amd64        Minimal subset of the Python language (version 2.7)
rc  python3.6-minimal                             3.6.9-1~18.04ubuntu1.8                     amd64        Minimal subset of the Python language (version 3.6)
rc  python3.8-minimal                             3.8.10-0ubuntu1~20.04.5                    amd64        Minimal subset of the Python language (version 3.8)
rc  ubuntu-system-service                         0.7                                        all          Dbus service to set various system-wide configurations
rc  unetbootin                                    681-1~bionic1                              amd64        installer of Linux/BSD distributions to a partition or USB drive
rc  unixodbc-common                               2.3.9-5                                    all          Common ODBC configuration files
rc  xul-ext-iceweasel-branding                    0.4.0                                      all          Branding for Firefox to apply Iceweasel name and images
rc  xul-ext-ubufox                                3.4-0ubuntu1.17.10.1                       all          Ubuntu modifications for Firefox
rc  zeitgeist-core                                1.0.2-3ubuntu2                             amd64        event logging framework - engine

Hors ligne

#12 Le 27/12/2022, à 16:52

Henri56

Re : usb3

merci quand même Xubu

Hors ligne

#13 Le 27/12/2022, à 16:56

xubu1957

Re : usb3

Pour purger les résidus de configuration marqués "rc" :

sudo apt purge ~c

comme expliqué à la machine à café et rajouté à la fin de ce message.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne