Pages : 1
#1 Le 27/06/2025, à 14:21
- lAiglon
Clavier interne qui ne marche pas
Salut!
Le clavier interne de mon ordi portable ne marche pas du tout (aucune touche, pas de pavé numérique). Il ne marche ni sous ubuntu, ni sous windows (je suis en dual boot) et les claviers externes en USB marchent très bien.
J'imagine qu'il est débranché ou mort mais est ce que avant d'ouvrir mon ordi pour le changer est ce qu'il y a quelque chose que je peux fairer pour voir si il est quand même détécté et si c'est pas un problème logiciel ?
Mon ordi :
Lenovo Lenovo Legion Y540-17IRH
Ubuntu 24.04.2 LTS
Lenovo-Legion-Y540-17IRH:~$ uname -a
Linux romain-Lenovo-Legion-Y540-17IRH 6.11.0-26-generic #26~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr 17 19:20:47 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Hors ligne
#2 Le 27/06/2025, à 15:11
- xubu1957
Re : Clavier interne qui ne marche pas
Bonjour,
Montre, en te servant du Retour utilisable de commande :
xinput list
cat /etc/default/keyboard
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
En ligne
#3 Le 27/06/2025, à 16:42
- lAiglon
Re : Clavier interne qui ne marche pas
romain@romain-Lenovo-Legion-Y540-17IRH:~$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB Keyboard Consumer Control id=9 [slave pointer (2)]
⎜ ↳ MSFT0001:01 04F3:309E Mouse id=11 [slave pointer (2)]
⎜ ↳ MSFT0001:01 04F3:309E Touchpad id=12 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Logitech USB Keyboard id=8 [slave keyboard (3)]
↳ Logitech USB Keyboard System Control id=10 [slave keyboard (3)]
↳ Logitech USB Keyboard Consumer Control id=15 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=14 [slave keyboard (3)]
↳ Video Bus id=6 [slave keyboard (3)]
↳ Ideapad extra buttons id=13 [slave keyboard (3)]
romain@romain-Lenovo-Legion-Y540-17IRH:~$ cat /etc/default/keyboard
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="fr"
XKBVARIANT="latin9"
XKBOPTIONS=""
BACKSPACE="guess"
Hors ligne
#4 Le 27/06/2025, à 16:54
- xubu1957
Re : Clavier interne qui ne marche pas
Vu MSFT Touchpad not working on Lenovo Legion-5 15ARH05
Donne la liste des anomalies de démarrage :
journalctl --no-pager -b -p err
d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
et :
ls -l /var/crash
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
En ligne
#5 Le 27/06/2025, à 17:17
- lAiglon
Re : Clavier interne qui ne marche pas
romain@romain-Lenovo-Legion-Y540-17IRH:~$ journalctl --no-pager -b -p err
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: x86/cpu: SGX disabled by BIOS.
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.TPLD], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS11._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS12._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS13._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS14._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS14._PLD], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.USR1], AE_NOT_FOUND (20240322/dswload2-162)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.USR2], AE_NOT_FOUND (20240322/dswload2-162)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS07._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS08._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS09._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS10._UPC], AE_ALREADY_EXISTS (20240322/dswload2-326)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.I2C2.TPD0], AE_NOT_FOUND (20240322/dswload2-162)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.I2C3.TPL1], AE_NOT_FOUND (20240322/dswload2-162)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240322/psobject-220)
juin 27 12:48:54 romain-Lenovo-Legion-Y540-17IRH kernel: integrity: Problem loading X.509 certificate -65
juin 27 12:48:55 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device descriptor read/64, error -71
juin 27 12:48:55 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device descriptor read/64, error -71
juin 27 12:48:55 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device descriptor read/64, error -71
juin 27 12:48:55 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device descriptor read/64, error -71
juin 27 12:48:55 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device not accepting address 6, error -71
juin 27 12:48:55 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device not accepting address 7, error -71
juin 27 12:48:55 romain-Lenovo-Legion-Y540-17IRH kernel: usb usb1-port9: unable to enumerate USB device
juin 27 12:48:57 romain-Lenovo-Legion-Y540-17IRH kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
juin 27 12:48:57 romain-Lenovo-Legion-Y540-17IRH kernel: ucsi_ccg 2-0008: i2c_transfer failed -110
juin 27 12:48:57 romain-Lenovo-Legion-Y540-17IRH kernel: ucsi_ccg 2-0008: ucsi_ccg_init failed - -110
juin 27 12:48:57 romain-Lenovo-Legion-Y540-17IRH kernel: ucsi_ccg 2-0008: probe with driver ucsi_ccg failed with error -110
juin 27 12:48:58 romain-Lenovo-Legion-Y540-17IRH kernel:
juin 27 12:49:01 romain-Lenovo-Legion-Y540-17IRH bluetoothd[854]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
juin 27 12:49:01 romain-Lenovo-Legion-Y540-17IRH bluetoothd[854]: sap-server: Operation not permitted (1)
juin 27 12:49:01 romain-Lenovo-Legion-Y540-17IRH bluetoothd[854]: Failed to set mode: Failed (0x03)
juin 27 12:49:33 romain-Lenovo-Legion-Y540-17IRH gdm-password][2024]: gkr-pam: unable to locate daemon control file
juin 27 12:49:35 romain-Lenovo-Legion-Y540-17IRH gdm3[1411]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 27 12:49:39 romain-Lenovo-Legion-Y540-17IRH systemd[2033]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-2469.scope - Application launched by gnome-session-binary.
juin 27 12:49:39 romain-Lenovo-Legion-Y540-17IRH systemd[2033]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-2466.scope - Application launched by gnome-session-binary.
juin 27 12:49:39 romain-Lenovo-Legion-Y540-17IRH systemd[2033]: Failed to start app-gnome-at\x2dspi\x2ddbus\x2dbus-2479.scope - Application launched by gnome-session-binary.
juin 27 12:49:43 romain-Lenovo-Legion-Y540-17IRH systemd[2033]: Failed to start app-gnome-snap\x2duserd\x2dautostart-2740.scope - Application launched by gnome-session-binary.
juin 27 12:49:43 romain-Lenovo-Legion-Y540-17IRH systemd[2033]: Failed to start app-gnome-ubuntu\x2dreport\x2don\x2dupgrade-2724.scope - Application launched by gnome-session-binary.
juin 27 12:49:49 romain-Lenovo-Legion-Y540-17IRH gdm3[1411]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 27 13:19:43 romain-Lenovo-Legion-Y540-17IRH agetty[8307]: tty3: invalid character 0x1b in login name
juin 27 13:19:53 romain-Lenovo-Legion-Y540-17IRH gdm3[1411]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 27 13:20:25 romain-Lenovo-Legion-Y540-17IRH gdm3[1411]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 27 14:03:17 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device descriptor read/64, error -71
juin 27 14:03:18 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device descriptor read/64, error -71
juin 27 14:03:18 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: No installed handler for fixed event - PowerButton (2), disabling (20240322/evevent-255)
juin 27 14:03:18 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device descriptor read/64, error -71
juin 27 14:03:18 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device descriptor read/64, error -71
juin 27 14:03:18 romain-Lenovo-Legion-Y540-17IRH gdm3[1411]: GLib: Source ID 133 was not found when attempting to remove it
juin 27 14:03:19 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device not accepting address 11, error -71
juin 27 14:03:20 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device not accepting address 12, error -71
juin 27 14:03:20 romain-Lenovo-Legion-Y540-17IRH kernel: usb usb1-port9: unable to enumerate USB device
juin 27 14:03:22 romain-Lenovo-Legion-Y540-17IRH systemd[1]: Failed to start fwupd-refresh.service - Refresh fwupd metadata and update motd.
juin 27 14:17:51 romain-Lenovo-Legion-Y540-17IRH bluetoothd[20387]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
juin 27 14:17:51 romain-Lenovo-Legion-Y540-17IRH bluetoothd[20387]: sap-server: Operation not permitted (1)
juin 27 14:17:51 romain-Lenovo-Legion-Y540-17IRH bluetoothd[20387]: Failed to set mode: Failed (0x03)
romain@romain-Lenovo-Legion-Y540-17IRH:~$ 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 steam-launcher 1:1.0.0.83 amd64 Launcher for the Steam software distribution service
romain@romain-Lenovo-Legion-Y540-17IRH:~$ ls -l /var/crash
total 0
Hors ligne
#6 Le 27/06/2025, à 17:22
- xubu1957
Re : Clavier interne qui ne marche pas
Montre :
lsusb | sort; echo; lsusb -t
lsmod | sort
sudo dmesg | grep -i usb
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
En ligne
#7 Le 27/06/2025, à 17:25
- lAiglon
Re : Clavier interne qui ne marche pas
romain@romain-Lenovo-Legion-Y540-17IRH:~$ lsusb | sort; echo; lsusb -t
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 046d:c328 Logitech, Inc. Corded Keyboard K280e
Bus 001 Device 003: ID 30c9:001b Luxvisions Innotech Limited Integrated Camera
Bus 001 Device 008: ID 8087:0aaa Intel Corp. Bluetooth 9460/9560 Jefferson Peak (JfP)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
/: Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/16p, 480M
|__ Port 002: Dev 002, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 002: Dev 002, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 006: Dev 003, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 006: Dev 003, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 014: Dev 008, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 014: Dev 008, If 1, Class=Wireless, Driver=btusb, 12M
/: Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/8p, 10000M
/: Bus 003.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 480M
/: Bus 004.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/4p, 10000M
romain@romain-Lenovo-Legion-Y540-17IRH:~$
romain@romain-Lenovo-Legion-Y540-17IRH:~$ lsmod | sort
8250_dw 20480 0
ac97_bus 12288 1 snd_soc_core
acpi_pad 184320 0
acpi_tad 20480 0
acpi_thermal_rel 20480 1 int3400_thermal
aesni_intel 122880 3
af_alg 32768 6 algif_hash,algif_skcipher
ahci 49152 3
algif_hash 16384 1
algif_skcipher 16384 1
autofs4 57344 2
binfmt_misc 24576 1
blake2b_generic 24576 0
bluetooth 1028096 34 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
bnep 32768 2
btbcm 24576 1 btusb
btintel 69632 1 btusb
btmtk 36864 1 btusb
btrfs 2080768 0
btrtl 36864 1 btusb
btusb 69632 0
cfg80211 1384448 3 iwlmvm,iwlwifi,mac80211
cmac 12288 2
cmdlinepart 16384 0
coretemp 24576 0
cpuid 12288 0
crc32_pclmul 12288 0
crct10dif_pclmul 12288 1
cryptd 24576 3 crypto_simd,ghash_clmulni_intel
crypto_simd 16384 1 aesni_intel
dmi_sysfs 24576 0
drm_ttm_helper 16384 2 nvidia_drm
ee1004 16384 0
efi_pstore 12288 0
ghash_clmulni_intel 16384 0
hfs 77824 0
hfsplus 139264 0
hid 262144 4 i2c_hid,usbhid,hid_multitouch,hid_generic
hid_generic 12288 0
hid_multitouch 36864 0
i2c_ccgx_ucsi 12288 1 i2c_nvidia_gpu
i2c_hid 40960 1 i2c_hid_acpi
i2c_hid_acpi 12288 0
i2c_i801 36864 0
i2c_mux 16384 1 i2c_i801
i2c_nvidia_gpu 12288 0
i2c_smbus 16384 1 i2c_i801
ideapad_laptop 65536 0
idma64 20480 0
input_leds 12288 0
int3400_thermal 24576 0
int3403_thermal 16384 0
int340x_thermal_zone 16384 2 int3403_thermal,processor_thermal_device
intel_cstate 24576 0
intel_lpss 12288 1 intel_lpss_pci
intel_lpss_pci 28672 0
intel_pch_thermal 20480 0
intel_pmc_core 118784 0
intel_powerclamp 24576 0
intel_rapl_common 53248 2 intel_rapl_msr,processor_thermal_rapl
intel_rapl_msr 20480 0
intel_soc_dts_iosf 16384 1 processor_thermal_device_pci_legacy
intel_tcc_cooling 12288 0
intel_uncore_frequency 12288 0
intel_uncore_frequency_common 16384 1 intel_uncore_frequency
intel_vsec 20480 1 intel_pmc_core
intel_wmi_thunderbolt 16384 0
ip_tables 32768 0
iwlmvm 913408 0
iwlwifi 638976 1 iwlmvm
jfs 294912 0
joydev 32768 0
kvm 1421312 1 kvm_intel
kvm_intel 487424 0
libahci 53248 1 ahci
libarc4 12288 1 mac80211
libcrc32c 12288 2 btrfs,xfs
lp 28672 0
mac80211 1777664 1 iwlmvm
mac_hid 12288 0
mc 81920 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
mei 172032 5 mei_hdcp,mei_pxp,mei_me
mei_hdcp 28672 0
mei_me 53248 2
mei_pxp 16384 0
minix 53248 0
Module Size Used by
msdos 16384 0
msr 12288 0
mtd 98304 3 spi_nor,cmdlinepart
nfnetlink 20480 1
nls_iso8859_1 12288 1
nls_ucs2_utils 8192 1 jfs
ntfs3 344064 1
nvidia 89993216 379 nvidia_uvm,nvidia_modeset
nvidia_drm 135168 19
nvidia_modeset 1548288 24 nvidia_drm
nvidia_uvm 2064384 0
nvme 61440 0
nvme_auth 28672 1 nvme_core
nvme_core 221184 1 nvme
parport 73728 3 parport_pc,lp,ppdev
parport_pc 53248 0
pinctrl_cannonlake 36864 0
platform_profile 12288 1 ideapad_laptop
pmt_class 16384 1 pmt_telemetry
pmt_telemetry 16384 1 intel_pmc_core
polyval_clmulni 12288 0
polyval_generic 12288 1 polyval_clmulni
ppdev 24576 0
processor_thermal_device 20480 1 processor_thermal_device_pci_legacy
processor_thermal_device_pci_legacy 12288 0
processor_thermal_mbox 12288 4 processor_thermal_power_floor,processor_thermal_wt_req,processor_thermal_rfim,processor_thermal_wt_hint
processor_thermal_power_floor 12288 1 processor_thermal_device
processor_thermal_rapl 16384 1 processor_thermal_device
processor_thermal_rfim 36864 1 processor_thermal_device
processor_thermal_wt_hint 16384 1 processor_thermal_device
processor_thermal_wt_req 12288 1 processor_thermal_device
qnx4 16384 0
qrtr 53248 2
r8169 118784 0
raid6_pq 126976 1 btrfs
rapl 20480 0
realtek 45056 1
rfcomm 102400 4
sch_fq_codel 24576 2
serio_raw 20480 0
sha1_ssse3 32768 0
sha256_ssse3 32768 0
snd 143360 21 snd_ctl_led,snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
snd_compress 28672 2 snd_soc_avs,snd_soc_core
snd_ctl_led 24576 0
snd_hda_codec 204800 8 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_codec_generic 122880 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 98304 1
snd_hda_codec_realtek 208896 1
snd_hda_core 143360 11 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_ext_core 32768 6 snd_soc_avs,snd_soc_hda_codec,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda_mlink,snd_sof_intel_hda
snd_hda_intel 61440 2
snd_hda_scodec_component 20480 1 snd_hda_codec_realtek
snd_hrtimer 12288 1
snd_hwdep 20480 1 snd_hda_codec
snd_intel_dspcfg 45056 5 snd_soc_avs,snd_hda_intel,snd_sof,snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_intel_sdw_acpi 16384 2 snd_intel_dspcfg,snd_sof_intel_hda_generic
snd_pcm 196608 12 snd_soc_avs,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_rawmidi 57344 1 snd_seq_midi
snd_seq 122880 9 snd_seq_midi,snd_seq_midi_event,snd_seq_dummy
snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi
snd_seq_dummy 12288 0
snd_seq_midi 24576 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_soc_acpi 16384 2 snd_soc_acpi_intel_match,snd_sof_intel_hda_generic
snd_soc_acpi_intel_match 114688 2 snd_sof_intel_hda_generic,snd_sof_pci_intel_cnl
snd_soc_avs 200704 0
snd_soc_core 434176 6 snd_soc_avs,snd_soc_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda
snd_soc_hdac_hda 24576 1 snd_sof_intel_hda_common
snd_soc_hda_codec 24576 1 snd_soc_avs
snd_sof 385024 5 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_hda_generic,snd_sof_intel_hda,snd_sof_pci_intel_cnl
snd_sof_intel_hda 24576 2 snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_sof_intel_hda_common 184320 2 snd_sof_intel_hda_generic,snd_sof_pci_intel_cnl
snd_sof_intel_hda_generic 36864 1 snd_sof_pci_intel_cnl
snd_sof_intel_hda_mlink 45056 3 soundwire_intel,snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_sof_pci 24576 2 snd_sof_intel_hda_generic,snd_sof_pci_intel_cnl
snd_sof_pci_intel_cnl 20480 0
snd_sof_utils 16384 1 snd_sof
snd_sof_xtensa_dsp 12288 1 snd_sof_intel_hda_generic
snd_timer 49152 3 snd_seq,snd_hrtimer,snd_pcm
soundcore 16384 2 snd_ctl_led,snd
soundwire_bus 122880 3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
soundwire_cadence 45056 1 soundwire_intel
soundwire_generic_allocation 12288 1 soundwire_intel
soundwire_intel 77824 1 snd_sof_intel_hda_generic
sparse_keymap 12288 1 ideapad_laptop
spi_intel 32768 1 spi_intel_pci
spi_intel_pci 12288 0
spi_nor 163840 0
ttm 110592 1 drm_ttm_helper
typec 110592 1 typec_ucsi
typec_ucsi 65536 2 ucsi_ccg,ucsi_acpi
ucsi_acpi 12288 0
ucsi_ccg 24576 0
ufs 126976 0
usbhid 77824 0
uvc 12288 1 uvcvideo
uvcvideo 143360 0
video 77824 2 ideapad_laptop,nvidia_modeset
videobuf2_common 86016 4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_v4l2 36864 1 uvcvideo
videobuf2_vmalloc 20480 1 uvcvideo
videodev 360448 2 videobuf2_v4l2,uvcvideo
wmi 28672 4 video,intel_wmi_thunderbolt,wmi_bmof,ideapad_laptop
wmi_bmof 12288 0
x86_pkg_temp_thermal 20480 0
xfs 2514944 0
xhci_pci 24576 0
xhci_pci_renesas 20480 1 xhci_pci
xor 20480 1 btrfs
x_tables 65536 1 ip_tables
romain@romain-Lenovo-Legion-Y540-17IRH:~$ sudo dmesg | grep -i usb
[sudo] Mot de passe de romain :
[ 0.672725] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
[ 0.802744] ACPI: bus type USB registered
[ 0.802783] usbcore: registered new interface driver usbfs
[ 0.802800] usbcore: registered new interface driver hub
[ 0.802800] usbcore: registered new device driver usb
[ 2.021665] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 2.030421] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 2.030437] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 2.030898] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[ 2.030917] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.030928] usb usb1: Product: xHCI Host Controller
[ 2.030937] usb usb1: Manufacturer: Linux 6.11.0-26-generic xhci-hcd
[ 2.030945] usb usb1: SerialNumber: 0000:00:14.0
[ 2.045887] hub 1-0:1.0: USB hub found
[ 2.144945] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[ 2.144966] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.144977] usb usb2: Product: xHCI Host Controller
[ 2.144986] usb usb2: Manufacturer: Linux 6.11.0-26-generic xhci-hcd
[ 2.144994] usb usb2: SerialNumber: 0000:00:14.0
[ 2.157376] hub 2-0:1.0: USB hub found
[ 2.175002] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 3
[ 2.176038] xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 4
[ 2.176051] xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
[ 2.176199] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
[ 2.176210] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.176216] usb usb3: Product: xHCI Host Controller
[ 2.176221] usb usb3: Manufacturer: Linux 6.11.0-26-generic xhci-hcd
[ 2.176225] usb usb3: SerialNumber: 0000:01:00.2
[ 2.176667] hub 3-0:1.0: USB hub found
[ 2.178444] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.178549] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
[ 2.178562] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.178569] usb usb4: Product: xHCI Host Controller
[ 2.178574] usb usb4: Manufacturer: Linux 6.11.0-26-generic xhci-hcd
[ 2.178595] usb usb4: SerialNumber: 0000:01:00.2
[ 2.179001] hub 4-0:1.0: USB hub found
[ 2.383708] usb 1-2: new low-speed USB device number 2 using xhci_hcd
[ 2.520054] usb 1-2: New USB device found, idVendor=046d, idProduct=c328, bcdDevice=86.00
[ 2.520068] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.520075] usb 1-2: Product: USB Keyboard
[ 2.520080] usb 1-2: Manufacturer: Logitech
[ 2.651714] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[ 2.816908] usb 1-6: New USB device found, idVendor=30c9, idProduct=001b, bcdDevice= 0.02
[ 2.816924] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 2.816932] usb 1-6: Product: Integrated Camera
[ 2.816937] usb 1-6: Manufacturer: 8SSC20X55495L1GZ04204PE
[ 2.816941] usb 1-6: SerialNumber: 0001
[ 2.936968] usb 1-9: new full-speed USB device number 4 using xhci_hcd
[ 3.052199] usb 1-9: device descriptor read/64, error -71
[ 3.273194] usb 1-9: device descriptor read/64, error -71
[ 3.495985] usb 1-9: new full-speed USB device number 5 using xhci_hcd
[ 3.611202] usb 1-9: device descriptor read/64, error -71
[ 3.833199] usb 1-9: device descriptor read/64, error -71
[ 3.942275] usb usb1-port9: attempt power cycle
[ 4.322110] usb 1-9: new full-speed USB device number 6 using xhci_hcd
[ 4.322357] usb 1-9: Device not responding to setup address.
[ 4.526394] usb 1-9: Device not responding to setup address.
[ 4.734119] usb 1-9: device not accepting address 6, error -71
[ 4.734274] usb 1-9: WARN: invalid context state for evaluate context command.
[ 4.848100] usb 1-9: new full-speed USB device number 7 using xhci_hcd
[ 4.848435] usb 1-9: Device not responding to setup address.
[ 5.054300] usb 1-9: Device not responding to setup address.
[ 5.262087] usb 1-9: device not accepting address 7, error -71
[ 5.262253] usb 1-9: WARN: invalid context state for evaluate context command.
[ 5.262407] usb usb1-port9: unable to enumerate USB device
[ 5.377093] usb 1-14: new full-speed USB device number 8 using xhci_hcd
[ 5.507628] usb 1-14: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[ 5.507645] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.535572] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C328.0002/input/input10
[ 5.588653] hid-generic 0003:046D:C328.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-2/input0
[ 5.594188] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C328.0003/input/input11
[ 5.646453] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C328.0003/input/input12
[ 5.647235] hid-generic 0003:046D:C328.0003: input,hiddev0,hidraw2: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-2/input1
[ 5.647342] usbcore: registered new interface driver usbhid
[ 5.647348] usbhid: USB HID core driver
[ 10.150641] usbcore: registered new interface driver btusb
[ 10.950100] usb 1-6: Found UVC 1.10 device Integrated Camera (30c9:001b)
[ 10.957846] usbcore: registered new interface driver uvcvideo
[ 2936.091787] xhci_hcd 0000:01:00.2: xHC error in resume, USBSTS 0x401, Reinit
[ 2936.091799] usb usb3: root hub lost power or was reset
[ 2936.091804] usb usb4: root hub lost power or was reset
[ 2936.304497] usb 1-6: reset high-speed USB device number 3 using xhci_hcd
[ 2936.579135] usb 1-9: new full-speed USB device number 9 using xhci_hcd
[ 2936.693211] usb 1-9: device descriptor read/64, error -71
[ 2936.921150] usb 1-9: device descriptor read/64, error -71
[ 2937.141104] usb 1-9: new full-speed USB device number 10 using xhci_hcd
[ 2937.260161] usb 1-9: device descriptor read/64, error -71
[ 2937.481155] usb 1-9: device descriptor read/64, error -71
[ 2937.586913] usb usb1-port9: attempt power cycle
[ 2937.975130] usb 1-9: new full-speed USB device number 11 using xhci_hcd
[ 2937.975317] usb 1-9: Device not responding to setup address.
[ 2938.178376] usb 1-9: Device not responding to setup address.
[ 2938.386170] usb 1-9: device not accepting address 11, error -71
[ 2938.386337] usb 1-9: WARN: invalid context state for evaluate context command.
[ 2938.500161] usb 1-9: new full-speed USB device number 12 using xhci_hcd
[ 2938.500400] usb 1-9: Device not responding to setup address.
[ 2938.707275] usb 1-9: Device not responding to setup address.
[ 2938.914162] usb 1-9: device not accepting address 12, error -71
[ 2938.914335] usb 1-9: WARN: invalid context state for evaluate context command.
[ 2938.914506] usb usb1-port9: unable to enumerate USB device
romain@romain-Lenovo-Legion-Y540-17IRH:~$
Hors ligne
#8 Le 27/06/2025, à 17:35
- xubu1957
Re : Clavier interne qui ne marche pas
Je ne sais pas aider plus ! ¯∖_(ツ)_/¯
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
En ligne
#9 Le 27/06/2025, à 17:37
- lAiglon
Re : Clavier interne qui ne marche pas
Haha moi j'ai rien compris aux commandes! Est ce que tu veux bien m'expliquer ce que t'as regardé s'l te plaît?
Hors ligne
#10 Le 27/06/2025, à 17:42
- xubu1957
Re : Clavier interne qui ne marche pas
juin 27 14:03:17 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device descriptor read/64, error -71
juin 27 14:03:18 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device descriptor read/64, error -71
juin 27 14:03:18 romain-Lenovo-Legion-Y540-17IRH kernel: ACPI Error: No installed handler for fixed event - PowerButton (2), disabling (20240322/evevent-255)
juin 27 14:03:18 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device descriptor read/64, error -71
juin 27 14:03:18 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device descriptor read/64, error -71
juin 27 14:03:18 romain-Lenovo-Legion-Y540-17IRH gdm3[1411]: GLib: Source ID 133 was not found when attempting to remove it
juin 27 14:03:19 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device not accepting address 11, error -71
juin 27 14:03:20 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device not accepting address 12, error -71
juin 27 14:03:20 romain-Lenovo-Legion-Y540-17IRH kernel: usb usb1-port9: unable to enumerate USB device
J'essayais de voir par rapport à l'USB, pour chercher une anomalie, mais je n'ai qu'un niveau d'utilisateur lambda.
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
En ligne
#11 Le 27/06/2025, à 17:46
- lAiglon
Re : Clavier interne qui ne marche pas
Okay Merci de ton aide!
Hors ligne
#12 Le 27/06/2025, à 19:09
- erresse
Re : Clavier interne qui ne marche pas
Le clavier interne de mon ordi portable ne marche pas du tout (aucune touche, pas de pavé numérique). Il ne marche ni sous ubuntu, ni sous windows (je suis en dual boot) et les claviers externes en USB marchent très bien.
J'imagine qu'il est débranché ou mort mais est ce que avant d'ouvrir mon ordi pour le changer est ce qu'il y a quelque chose que je peux fairer pour voir si il est quand même détécté et si c'est pas un problème logiciel ?
Si, comme tu l'as indiqué, ton clavier ne fonctionne pas du tout sous Linux ni sous Windows, il y a de fortes chances que tu ne coupes pas à ouvrir ta machine pour voir la connexion ou changer la pièce...
Généralement, un problème logiciel n'affecte pas aussi franchement le fonctionnement de tous les systèmes d'exploitation.
Plus de 50 ans d'informatique, ça en fait des lignes de commandes en console, mais on n'avait pas le choix...
Excellente raison pour, aujourd'hui qu'on le peut, utiliser au maximum les INTERFACES GRAPHIQUES !
Important : Une fois le problème solutionné, pensez à clore votre sujet en ajoutant [Résolu] devant le titre du 1er message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.
Hors ligne
#13 Le 27/06/2025, à 21:38
- tycooon
Re : Clavier interne qui ne marche pas
en tout cas ton clavier interne est bien détecté et sans erreur
[ 5.535572] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C328.0002/input/input10
[ 5.588653] hid-generic 0003:046D:C328.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-2/input0
[ 5.594188] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C328.0003/input/input11
[ 5.646453] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C328.0003/input/input12
[ 5.647235] hid-generic 0003:046D:C328.0003: input,hiddev0,hidraw2: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-2/input1
je suis dubitatif !!!!!!!
Hors ligne
#14 Le 27/06/2025, à 21:47
- tycooon
Re : Clavier interne qui ne marche pas
ça vaut le coup d'essayer :
https://www.reddit.com/r/Lenovo/comment … t_working/
décharge statique.
débranchez le chargeur et tout le reste comme les périphériques USB actuellement connectés.
appuyez sur le bouton d'alimentation et maintenez-le enfoncé pendant 60 secondes (même s'il continue de redémarrer ou autre, continuez simplement à maintenir)
une fois terminé, attendez quelques secondes puis reconnectez le chargeur et allumez l'appareil
vous pouvez tester le clavier dans le BIOS. si cela ne fonctionne pas, c'est un problème matériel.
Le BIOS est accessible à l'aide du bouton Novo.
Aujourd'hui, j'ai réussi à faire fonctionner à nouveau le clavier et je voulais partager comment :
Vous devez définir la plate-forme en « mode utilisateur », le démarrage sécurisé en « mode standard » et charger les valeurs par défaut de configuration dans Bios.
Essayez de restaurer les clés d’usine et tout ce qui peut être restauré par défaut.
BIOS - Sécurité - Démarrage sécurisé - Restaurer les clés d'usine - Entrée
BIOS - Valeurs par défaut optimisées du système d'exploitation - Activé
BIOS - Charger les valeurs par défaut de configuration - Entrée
Accédez à BIOS - Main et vérifiez si UEFI Secure Boot est activé.
Dans mon cas, cela active le clavier mais je dois désactiver Secure Boot pour utiliser des moniteurs externes (c'est Linux, il se passe quelque chose ici
)
En parlant de Windows, vous jetez un œil à cette vidéo qui explique que « Démarrage rapide » est activé par défaut sous Windows et qu'il s'agit d'une sorte de problème de démarrage qui n'aide pas du tout à résoudre notre problème : https://www.youtube.com/watch?v=ZF2Js2J6jqI
Dans mon cas, j'ai dû éviter à tout prix le mode de configuration dans Bios.
Secure Boot peut être une exigence implicite dans Window, mais, si possible, je jouerais également avec.Pour les fans de Linux, DPTF off rend Ubuntu 24.04 beaucoup plus silencieux et affiche un maximum de 60 degrés Celsius au ralenti. Ouais, DPTF est une garce sur cette distribution.
Dernière modification par tycooon (Le 27/06/2025, à 21:50)
Hors ligne
#15 Le 27/06/2025, à 22:19
- nany
Re : Clavier interne qui ne marche pas
Bonjour,
en tout cas ton clavier interne est bien détecté et sans erreur
[ 5.535572] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C328.0002/input/input10 [ 5.588653] hid-generic 0003:046D:C328.0002: input,hidraw1: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-2/input0 [ 5.594188] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C328.0003/input/input11 [ 5.646453] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C328.0003/input/input12 [ 5.647235] hid-generic 0003:046D:C328.0003: input,hiddev0,hidraw2: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-2/input1
je suis dubitatif !!!!!!!
Logitech, ce ne serait pas plutôt le clavier externe ?
J’ai quelques doutes quant à une éventuelle sous-traitance de Logitech pour des claviers internes de Lenovo.
Hors ligne
#16 Le 27/06/2025, à 22:33
- tycooon
Re : Clavier interne qui ne marche pas
Bonne question ? suis je allé trop vite, c'est fort possible !
Je vérifie et je reviens vers vous....
Hors ligne
#17 Le 27/06/2025, à 23:05
- tycooon
Re : Clavier interne qui ne marche pas
oui effectivement c'est bien le clavier externe et les erreurs :
juin 27 14:03:17 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device descriptor read/64, error -71
juin 27 14:03:18 romain-Lenovo-Legion-Y540-17IRH kernel: usb 1-9: device descriptor read/64, error -71
correspondent bien au clavier interne , elles sont identiques à ce lien où elles sont aussi mentionnées : https://bbs.archlinux.org/viewtopic.php?id=287819
A la lecture, pas vraiment de solutions....on tourne en rond.
Hors ligne
#18 Le 28/06/2025, à 16:28
- erresse
Re : Clavier interne qui ne marche pas
@tycooon: Dans le lien que tu indiques ci-dessus, la conversation indique que le clavier fonctionne sous Windows, ce qui n'est pas le cas de lAiglon ici.
Plus de 50 ans d'informatique, ça en fait des lignes de commandes en console, mais on n'avait pas le choix...
Excellente raison pour, aujourd'hui qu'on le peut, utiliser au maximum les INTERFACES GRAPHIQUES !
Important : Une fois le problème solutionné, pensez à clore votre sujet en ajoutant [Résolu] devant le titre du 1er message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.
Hors ligne
#19 Le 28/06/2025, à 17:37
- tycooon
Re : Clavier interne qui ne marche pas
ok
Keyboard not working on Windows or Ubuntu
si en plus :
Le clavier fonctionne t'il pour accéder au BIOS ou UEFI ? Si non, le problème est 99,9999% matériel.
Tu peux sortir ta boite à outil.....
Hors ligne
#20 Hier à 12:03
- lAiglon
Re : Clavier interne qui ne marche pas
Oh! Merci pour toutes ces recherches!
@Tycoon Effectivement j'avais pas capté mais les touches de réglage de la luminosité fonctionnent! Du coup ça ressemble grave au problème décrit dans le post reddit!
J'ai essayé la formule magique "décharge statique" ...ça a fait un truc très bizarre : au démarrage, sur l'écran où je choisis si je veux démarrer sur Ubuntu/Windows ou aller dans les paramètres UEFI, mes flèches et touche "entrée" marchent! Mais après elles ne marchent plus quelque soit ce que je choisis (y compris dans les paramètres UEFI du coup).
J'ai essayé de restaurer tous les paramètres par défaut dans le menu BIOS comme dans le 2e message mais je n'ai vu aucune différence...
En tout cas des touches qui marchent de temps en temps ...ça dit plutôt problème logiciel du coup, non?
Hors ligne
#21 Hier à 14:30
- tycooon
Re : Clavier interne qui ne marche pas
Cela y ressemble étrangement.
Le problème n'est pas au niveau du clavier, mais sur la carte mère , une bobine qui est défectueuse.
https://www.badcaps.net/forum/troublesh … 6-keyboard
A tes risques et périls : pour les bricoleurs - shunter la bobine avec deux fils (comme précisé dans le post)
Dernière modification par tycooon (Hier à 14:39)
Hors ligne
#22 Hier à 15:27
- krodelabestiole
Re : Clavier interne qui ne marche pas
si le problème vient de la carte mère c'est vraiment pas de chance (elle doit probablement valoir pas loin du prix de l'ordi).
plutôt que de court-circuiter la bobine, je suppose qu'il vaudrait mieux la remplacer par une bobine équivalente.
malheureusement pour tester la bobine je pense qu'il faut déjà en dessouder une des pattes.
// edit : ah non apparemment le problème vient du bruit capté par la bobine, dans ce cas inutile de la tester, et mieux vaut sans doute ne pas la remplacer mais juste la court-circuiter comme indiqué.
dans tous les cas pour tenter cette réparation il y a intérêt à trouver quelqu'un de sacrément* compétent !
c'est de la soudure de surface miniaturisée...
// * quand-même un peu plus simple pour un simple court-circuit.
Dernière modification par krodelabestiole (Hier à 15:35)
nouveau forum ubuntu-fr on en parle là : refonte du site / nouveau design
profil - sujets récurrents - sources du site
Hors ligne
#23 Hier à 16:11
- lAiglon
Re : Clavier interne qui ne marche pas
Olala... ca a l'air intense! Je vais chercher quelqu'un de compétent pour tenter ça alors!
Merci de votre aide <3
Hors ligne
Pages : 1