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 12/06/2025, à 22:22

MaitreCake

Clavier intégré ne fonctionne pas au login

Bonjour,

J'ai fait l'acquisition d'un pc portable d'assembleur "PC Specialist LTD NS50_70MU" , 11th Gen Intel® Core™ i5-1135G7 × 8 avec une carte graphique Intel® Xe Graphics (TGL GT2).
Je me suis empressé d'y installer Ubuntu 24.04.2 LTS (Linux 6.11) sans autre OS.

Je suis confronté au problème suivant : quand j'allume l'ordi, 1 fois sur 2, l'écran de connexion apparait, le pad fonctionne pour sélectionner ma session, mais mon clavier intégré même s'il est rétroéclairé ne fonctionne pas. Un clavier externe oui.
La seule solution est dès lors pour moi de rédemmarer l'ordi. En mode hard (bouton mécanique pressé), il semble que j'ai plus de chance d'avoir le clavier fonctionnel ensuite que si je vais cliquer sur "éteindre".

J'ai fait des

apt-get update --fix-missing

et ai modifié mon grub avec 

atkbd.reset

et 

atkbd.reset i8042.nomux

, zéro succès. hmm

Je n'aime pas trop aller trifouiller quand je ne comprends pas, ai cherché en Anglais et en Français, et ne sais pas vers quels logs me tourner.

Si quelqu'un de charitable pouvait me diriger vers une solution, je ne pourrais que le remercier.

(Clavier Fr, variante obsolète  / Wayland)

Dernière modification par MaitreCake (Le 12/06/2025, à 22:26)

Hors ligne

#2 Le 12/06/2025, à 22:43

xubu1957

Re : Clavier intégré ne fonctionne pas au login

Bonjour,

Montre la carte graphique, en te servant du Retour utilisable de commande :

lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
uname -a
dpkg -l | grep -v ^ii

et :

echo $XDG_SESSION_TYPE

pour voir si c'est Wayland ou x11.


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 13/06/2025, à 08:39

MaitreCake

Re : Clavier intégré ne fonctionne pas au login

Bonjour,

@xubu1957, j'avais modifié mon message quelques minutes après l'avoir posté pour ajouter "Wayland". Ça a dû se croiser.

En ce qui concerne les retours demandés :

maitrecake@maitrecake:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] [8086:9a49] (rev 01) (prog-if 00 [VGA controller])
	Kernel driver in use: i915
	Kernel modules: i915, xe
uname -a
Linux maitrecake-maitrecake 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
maitrecake@maitrecake::~$ 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  ipp-usb                                       0.9.24-0ubuntu3.2                        amd64        Daemon for IPP over USB printer support

Et enfin :

echo $XDG_SESSION_TYPE
wayland

Voilà pour le mystère…

Merci de prendre le temps de me répondre en tout cas.

Dernière modification par MaitreCake (Le 13/06/2025, à 08:41)

Hors ligne

#4 Le 13/06/2025, à 08:49

xubu1957

Re : Clavier intégré ne fonctionne pas au login

As-tu moyen de changer de session avec la roue crantée, pour tester avec xorg ?

Regarde l'EDIT de malbo dans le message #1, pour la roue crantée, (ou le début du message #8, citant nany).


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 16/06/2025, à 21:43

MaitreCake

Re : Clavier intégré ne fonctionne pas au login

Hello,

Désolé pour les délais, mais l'ordi semblait ne plus être confronté au problème.
Sauf qu'il vient de me refaire le coup.

J'ai sélectionné Xorg avec la roue crantée, mais je suis resté das l'impossibilité d'entrer mon mdp.

À la réflexion, j'ai l'impression qu'il me fait plus facilement le coup quand il est hors secteur et qu'il a été éteint sur batterie également..
Le mode performance reste sélectionné.

Hors ligne

#6 Le 16/06/2025, à 21:48

xubu1957

Re : Clavier intégré ne fonctionne pas au login

Bonjour,

Montre :

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

#7 Le 16/06/2025, à 22:18

MaitreCake

Re : Clavier intégré ne fonctionne pas au login

Merci,

~$ echo $XDG_SESSION_TYPE
x11
~$ xinput list
⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ ELAN0412:00 04F3:316F Mouse             	id=9	[slave  pointer  (2)]
⎜   ↳ ELAN0412:00 04F3:316F Touchpad          	id=10	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Video Bus                               	id=6	[slave  keyboard (3)]
    ↳ Power Button                            	id=7	[slave  keyboard (3)]
    ↳ Sleep Button                            	id=8	[slave  keyboard (3)]
    ↳ Intel HID events                        	id=11	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=12	[slave  keyboard (3)]

(Présentement, je n'ai aucun périphérique branché. Seul le clavier et le mousepad intégré figurent entre moi et l'écran...)

~$ cat /etc/default/keyboard
# KEYBOARD CONFIGURATION FILE

# Consult the keyboard(5) manual page.

XKBMODEL="pc105"
XKBLAYOUT="fr"
XKBVARIANT="latin9"
XKBOPTIONS=""

BACKSPACE="guess"

Hors ligne

#8 Le 16/06/2025, à 22:41

xubu1957

Re : Clavier intégré ne fonctionne pas au login

Je vois cette réponse d'alduc31


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 16/06/2025, à 23:07

MaitreCake

Re : Clavier intégré ne fonctionne pas au login

Comme indiqué sur mon premier message, j'étais tombé sur une piste du genre :

atkbd.reset i8042.nomux

Mais je viens de redémarrer avec la solution d'@

albuc31 a écrit :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash ...  i8042.reset i8042.nomux i8042.nopnp atkbd.reset=1"

Le problème intermittent ne s'est pas reproduit. Si je repasse dans la semaine, le problème se sera reproduit.
Dans le cas contraire, je viendrai passer le fil  à "résolu" lundi prochain.

En tout cas merci de m'avoir mis sur cette piste @xubu1957

Hors ligne

#10 Le 17/06/2025, à 07:44

serged

Re : Clavier intégré ne fonctionne pas au login

Tu peux toujours utiliser le clavier virtuel :
Pour le lancer en ouverture de session, cliquer sur le petit bonhomme en haut à droite et choisir "clavier virtuel".


LinuxMint Vera Cinnamon et d'autres machines en MATE, XFCE... 20.x , 21.x ou 19.x
Tour : Asus F2A55 / AMD A8-5600K APU 3,6GHz / RAM 16Go / Nvidia GeForce GT610 / LM21.1 Cinnamon
Portable : LDLC Mercure MH : Celeron N3450 /RAM 4Go / Intel HD graphics 500 i915 / biboot Win 10 (sur SSD) - LM21.1 MATE (sur HDD)

Hors ligne

#11 Le 17/06/2025, à 10:48

steph810

Re : Clavier intégré ne fonctionne pas au login

Bonjour,
un retour de cette commande svp:

find /lib/modules/$(uname -r)/ -name "*kbd*"

ont va regarder les modules present par la suite et en fonction ont verra s'il y as et si activé.
egalement:

uname -r
ls -R /lib/modules/$(uname -r)/kernel/drivers/hid/
modinfo usbkbd | grep -E '(name|filename|description|intree|retpoline|vermagic|signer)'
cat /boot/* | grep -E '(KEYBOARD_ATKBD|MOUSE_PS2|CONFIG_SERIO)'

merci

Dernière modification par steph810 (Le 17/06/2025, à 11:39)

En ligne

#12 Le 17/06/2025, à 15:40

steph810

Re : Clavier intégré ne fonctionne pas au login

re,
partager le fichier blacklist.txt je vien de voir un 1 de mes ancien pc portable la même erreur le module se trouver blacklisté.

cat /etc/modprobe.d/* | tee /tmp/blacklist.txt

devrai etre dans /tmp/ après execution de la commande.

En ligne

#13 Hier à 22:56

MaitreCake

Re : Clavier intégré ne fonctionne pas au login

Hello,

Désolé quant aux messages postés depuis ma dernière intervention. neutral
Il ne me semble pas avoir été notifié.

Bref, je disais que je passerais le problème en résolu si le PC ne me refaisait pas l'erreur.
Ce soir, je démarre la bête (sur batterie) pour ce faire et... le problème est réapparu. roll

Je m'empresse de copier ici le retour des commandes demandées, je n'ai aucune idée de savoir si la taille des pavés ci-dessous est due à des bidouilles que j'ai faites précédemment ou non... :
En Wayland :

~$ find /lib/modules/$(uname -r)/ -name "*kbd*"
/lib/modules/6.11.0-26-generic/kernel/drivers/input/misc/xen-kbdfront.ko.zst
/lib/modules/6.11.0-26-generic/kernel/drivers/input/keyboard/lkkbd.ko.zst
/lib/modules/6.11.0-26-generic/kernel/drivers/input/keyboard/opencores-kbd.ko.zst
/lib/modules/6.11.0-26-generic/kernel/drivers/input/keyboard/sunkbd.ko.zst
/lib/modules/6.11.0-26-generic/kernel/drivers/input/keyboard/xtkbd.ko.zst
/lib/modules/6.11.0-26-generic/kernel/drivers/input/keyboard/newtonkbd.ko.zst
/lib/modules/6.11.0-26-generic/kernel/drivers/input/serio/parkbd.ko.zst
/lib/modules/6.11.0-26-generic/kernel/drivers/media/i2c/ir-kbd-i2c.ko.zst
/lib/modules/6.11.0-26-generic/kernel/drivers/media/rc/ir-mce_kbd-decoder.ko.zst
/lib/modules/6.11.0-26-generic/kernel/drivers/platform/chrome/cros_kbd_led_backlight.ko.zst
/lib/modules/6.11.0-26-generic/kernel/drivers/hid/hid-holtek-kbd.ko.zst
/lib/modules/6.11.0-26-generic/kernel/drivers/hid/usbhid/usbkbd.ko.zst
/lib/modules/6.11.0-26-generic/kernel/drivers/hid/surface-hid/surface_kbd.ko.zst
~$ uname -r
6.11.0-26-generic
~$ ls -R /lib/modules/$(uname -r)/kernel/drivers/hid/
/lib/modules/6.11.0-26-generic/kernel/drivers/hid/:
amd-sfh-hid                 hid-dr.ko.zst               hid-hyperv.ko.zst          hid-mcp2221.ko.zst        hid-razer.ko.zst            hid-sensor-hub.ko.zst      hid-vrc2.ko.zst
hid-a4tech.ko.zst           hid-elan.ko.zst             hid-icade.ko.zst           hid-megaworld.ko.zst      hid-redragon.ko.zst         hid-sigmamicro.ko.zst      hid-waltop.ko.zst
hid-accutouch.ko.zst        hid-elecom.ko.zst           hid-ite.ko.zst             hid-mf.ko.zst             hid-retrode.ko.zst          hid-sjoy.ko.zst            hid-wiimote.ko.zst
hid-alps.ko.zst             hid-elo.ko.zst              hid-jabra.ko.zst           hid-microsoft.ko.zst      hid-rmi.ko.zst              hid-sony.ko.zst            hid-winwing.ko.zst
hid-appleir.ko.zst          hid-emsff.ko.zst            hid-kensington.ko.zst      hid-monterey.ko.zst       hid-roccat-arvo.ko.zst      hid-speedlink.ko.zst       hid-xiaomi.ko.zst
hid-apple.ko.zst            hid-evision.ko.zst          hid-keytouch.ko.zst        hid-multitouch.ko.zst     hid-roccat-common.ko.zst    hid-steam.ko.zst           hid-xinmo.ko.zst
hid-asus.ko.zst             hid-ezkey.ko.zst            hid.ko.zst                 hid-nintendo.ko.zst       hid-roccat-isku.ko.zst      hid-steelseries.ko.zst     hid-zpff.ko.zst
hid-aureal.ko.zst           hid-ft260.ko.zst            hid-kye.ko.zst             hid-nti.ko.zst            hid-roccat-kone.ko.zst      hid-sunplus.ko.zst         hid-zydacron.ko.zst
hid-axff.ko.zst             hid-gaff.ko.zst             hid-lcpower.ko.zst         hid-ntrig.ko.zst          hid-roccat-koneplus.ko.zst  hid-thrustmaster.ko.zst    i2c-hid
hid-belkin.ko.zst           hid-gembird.ko.zst          hid-led.ko.zst             hid-nvidia-shield.ko.zst  hid-roccat-konepure.ko.zst  hid-tivo.ko.zst            intel-ish-hid
hid-betopff.ko.zst          hid-generic.ko.zst          hid-lenovo.ko.zst          hid-ortek.ko.zst          hid-roccat-kovaplus.ko.zst  hid-tmff.ko.zst            surface-hid
hid-bigbenff.ko.zst         hid-gfrm.ko.zst             hid-letsketch.ko.zst       hid-penmount.ko.zst       hid-roccat.ko.zst           hid-topre.ko.zst           uhid.ko.zst
hid-cherry.ko.zst           hid-glorious.ko.zst         hid-lg-g15.ko.zst          hid-petalynx.ko.zst       hid-roccat-lua.ko.zst       hid-topseed.ko.zst         usbhid
hid-chicony.ko.zst          hid-google-hammer.ko.zst    hid-logitech-dj.ko.zst     hid-picolcd.ko.zst        hid-roccat-pyra.ko.zst      hid-twinhan.ko.zst         wacom.ko.zst
hid-cmedia.ko.zst           hid-google-stadiaff.ko.zst  hid-logitech-hidpp.ko.zst  hid-plantronics.ko.zst    hid-roccat-ryos.ko.zst      hid-u2fzero.ko.zst
hid-corsair.ko.zst          hid-gt683r.ko.zst           hid-logitech.ko.zst        hid-playstation.ko.zst    hid-roccat-savu.ko.zst      hid-uclogic.ko.zst
hid-cougar.ko.zst           hid-gyration.ko.zst         hid-macally.ko.zst         hid-pl.ko.zst             hid-saitek.ko.zst           hid-udraw-ps3.ko.zst
hid-cp2112.ko.zst           hid-holtekff.ko.zst         hid-magicmouse.ko.zst      hid-primax.ko.zst         hid-samsung.ko.zst          hid-viewsonic.ko.zst
hid-creative-sb0540.ko.zst  hid-holtek-kbd.ko.zst       hid-maltron.ko.zst         hid-prodikeys.ko.zst      hid-semitek.ko.zst          hid-vivaldi-common.ko.zst
hid-cypress.ko.zst          hid-holtek-mouse.ko.zst     hid-mcp2200.ko.zst         hid-pxrc.ko.zst           hid-sensor-custom.ko.zst    hid-vivaldi.ko.zst

/lib/modules/6.11.0-26-generic/kernel/drivers/hid/amd-sfh-hid:
amd_sfh.ko.zst

/lib/modules/6.11.0-26-generic/kernel/drivers/hid/i2c-hid:
i2c-hid-acpi.ko.zst  i2c-hid.ko.zst  i2c-hid-of.ko.zst

/lib/modules/6.11.0-26-generic/kernel/drivers/hid/intel-ish-hid:
intel-ish-ipc.ko.zst  intel-ishtp-hid.ko.zst  intel-ishtp.ko.zst  intel-ishtp-loader.ko.zst

/lib/modules/6.11.0-26-generic/kernel/drivers/hid/surface-hid:
surface_hid_core.ko.zst  surface_hid.ko.zst  surface_kbd.ko.zst

/lib/modules/6.11.0-26-generic/kernel/drivers/hid/usbhid:
usbhid.ko.zst  usbkbd.ko.zst  usbmouse.ko.zst
~$ modinfo usbkbd | grep -E '(name|filename|description|intree|retpoline|vermagic|signer)'
filename:       /lib/modules/6.11.0-26-generic/kernel/drivers/hid/usbhid/usbkbd.ko.zst
description:    USB HID Boot Protocol keyboard driver
retpoline:      Y
intree:         Y
name:           usbkbd
vermagic:       6.11.0-26-generic SMP preempt mod_unload modversions 
signer:         Build time autogenerated kernel key
cat /boot/* | grep -E '(KEYBOARD_ATKBD|MOUSE_PS2|CONFIG_SERIO)'
CONFIG_KEYBOARD_ATKBD=y
CONFIG_MOUSE_PS2=m
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_BYD=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y
CONFIG_MOUSE_PS2_CYPRESS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
CONFIG_MOUSE_PS2_ELANTECH=y
CONFIG_MOUSE_PS2_ELANTECH_SMBUS=y
CONFIG_MOUSE_PS2_SENTELIC=y
CONFIG_MOUSE_PS2_TOUCHKIT=y
CONFIG_MOUSE_PS2_FOCALTECH=y
CONFIG_MOUSE_PS2_VMMOUSE=y
CONFIG_MOUSE_PS2_SMBUS=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
CONFIG_SERIO_CT82C710=m
CONFIG_SERIO_PARKBD=m
CONFIG_SERIO_PCIPS2=m
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
CONFIG_SERIO_ALTERA_PS2=m
CONFIG_SERIO_PS2MULT=m
CONFIG_SERIO_ARC_PS2=m
CONFIG_SERIO_GPIO_PS2=m
CONFIG_KEYBOARD_ATKBD=y
CONFIG_MOUSE_PS2=m
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_BYD=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y
CONFIG_MOUSE_PS2_CYPRESS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
CONFIG_MOUSE_PS2_ELANTECH=y
CONFIG_MOUSE_PS2_ELANTECH_SMBUS=y
CONFIG_MOUSE_PS2_SENTELIC=y
CONFIG_MOUSE_PS2_TOUCHKIT=y
CONFIG_MOUSE_PS2_FOCALTECH=y
CONFIG_MOUSE_PS2_VMMOUSE=y
CONFIG_MOUSE_PS2_SMBUS=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
CONFIG_SERIO_CT82C710=m
CONFIG_SERIO_PARKBD=m
CONFIG_SERIO_PCIPS2=m
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
CONFIG_SERIO_ALTERA_PS2=m
CONFIG_SERIO_PS2MULT=m
CONFIG_SERIO_ARC_PS2=m
CONFIG_SERIO_GPIO_PS2=m
cat: /boot/efi: est un dossier
cat: /boot/grub: est un dossier
cat: /boot/System.map-6.11.0-25-generic: Permission non accordée
cat: /boot/System.map-6.11.0-26-generic: Permission non accordée
cat: /boot/vmlinuz: Permission non accordée
cat: /boot/vmlinuz-6.11.0-25-generic: Permission non accordée
cat: /boot/vmlinuz-6.11.0-26-generic: Permission non accordée
cat: /boot/vmlinuz.old: Permission non accordée

Ci-dessus,  je vois "Permission non accordée". Le faire en sudo fait juste disparaitre les lignes concernées.

Je continue dans les pavés avec le blacklist.txt (je ne vois pas l'option joindre...) :

# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-caiaq index=-2
options snd-usb-ua101 index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2
# The microcode module attempts to apply a microcode update when
# it autoloads.  This is not always safe, so we block it by default.
blacklist microcode
# For some Atheros 5K RF MACs, the madwifi driver loads buts fails to
# correctly initialize the hardware, leaving it in a state from
# which ath5k cannot recover. To prevent this condition, stop
# madwifi from loading by default. Use Jockey to select one driver
# or the other. (Ubuntu: #315056, #323830)
blacklist ath_pci

# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# evbug is a debug tool that should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m

# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2

# replaced by p54pci
blacklist prism54

# replaced by b43 and ssb.
blacklist bcm43xx

# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps

# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi

# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp

# ugly and loud noise, getting on everyone's nerves; this should be done by a
# nice pulseaudio bing (Ubuntu: #77010)
blacklist pcspkr

# EDAC driver for amd76x clashes with the agp driver preventing the aperture
# from being initialised (Ubuntu: #297750). Blacklist so that the driver
# continues to build and is installable for the few cases where its
# really needed.
blacklist amd76x_edac
# Select the legacy firewire stack over the new CONFIG_FIREWIRE one.

blacklist ohci1394
blacklist sbp2
blacklist dv1394
blacklist raw1394
blacklist video1394

#blacklist firewire-ohci
#blacklist firewire-sbp2
# Framebuffer drivers are generally buggy and poorly-supported, and cause
# suspend failures, kernel panics and general mayhem.  For this reason we
# never load them automatically.
blacklist aty128fb
blacklist atyfb
blacklist radeonfb
blacklist cirrusfb
blacklist cyber2000fb
blacklist cyblafb
blacklist gx1fb
blacklist hgafb
blacklist i810fb
blacklist intelfb
blacklist kyrofb
blacklist lxfb
blacklist matroxfb_base
blacklist neofb
blacklist nvidiafb
blacklist pm2fb
blacklist rivafb
blacklist s1d13xxxfb
blacklist savagefb
blacklist sisfb
blacklist sstfb
blacklist tdfxfb
blacklist tridentfb
#blacklist vesafb
blacklist vfb
blacklist viafb
blacklist vt8623fb
blacklist udlfb
# Uncomment these entries in order to blacklist unwanted modem drivers
# blacklist snd-atiixp-modem
# blacklist snd-intel8x0m
# blacklist snd-via82xx-modem
blacklist ac97
blacklist ac97_codec
blacklist ac97_plugin_ad1980
blacklist ad1848
blacklist ad1889
blacklist adlib_card
blacklist aedsp16
blacklist ali5455
blacklist btaudio
blacklist cmpci
blacklist cs4232
blacklist cs4281
blacklist cs461x
blacklist cs46xx
blacklist emu10k1
blacklist es1370
blacklist es1371
blacklist esssolo1
blacklist forte
blacklist gus
blacklist i810_audio
blacklist kahlua
blacklist mad16
blacklist maestro
blacklist maestro3
blacklist maui
blacklist mpu401
blacklist nm256_audio
blacklist opl3
blacklist opl3sa
blacklist opl3sa2
blacklist pas2
blacklist pss
blacklist rme96xx
blacklist sb
blacklist sb_lib
blacklist sgalaxy
blacklist sonicvibes
blacklist sound
blacklist sscape
blacklist trident
blacklist trix
blacklist uart401
blacklist uart6850
blacklist via82cxxx_audio
blacklist v_midi
blacklist wavefront
blacklist ymfpci
blacklist ac97_plugin_wm97xx
blacklist ad1816
blacklist audio
blacklist awe_wave
blacklist dmasound_core
blacklist dmasound_pmac
blacklist harmony
blacklist sequencer
blacklist soundcard
blacklist usb-midi
# Many less commonly used network protocols have recently had various
# security flaws discovered. In an effort to reduce the scope of future
# vulnerability exploitations, they are being blacklisted here so that
# unprivileged users cannot use them by default. System owners can still
# either modify this file, or specifically modprobe any needed protocols.

# ax25
alias net-pf-3 off
# netrom
alias net-pf-6 off
# x25
alias net-pf-9 off
# rose
alias net-pf-11 off
# decnet
alias net-pf-12 off
# econet
alias net-pf-19 off
# rds
alias net-pf-21 off
# af_802154
alias net-pf-36 off
# modprobe information used for DKMS modules
#
# This is a stub file, should be edited when needed,
# used by default by DKMS.
options evdi initial_device_count=4
softdep evdi pre:  i915 xe 
# The microcode module attempts to apply a microcode update when
# it autoloads.  This is not always safe, so we block it by default.
blacklist microcode
# /etc/modprobe.d/iwlwifi.conf
# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
# microcode file installed on the system.  When removing iwlwifi, first
# remove the iwl?vm module and then iwlwifi.
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211

Merci cool @steph810 cool

Dernière modification par MaitreCake (Hier à 22:57)

Hors ligne

#14 Aujourd'hui à 07:52

steph810

Re : Clavier intégré ne fonctionne pas au login

Bonjour,

Modifié par

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop usbcore.autosuspend=-1"
sudo update-grub
reboot

Le noloop va vérifié la présence du clavier, usbcore.autosuspend=-1 desactive la mise en veille des periph. USB

sinon dans

 cat /etc/modprobe.d/*

tu as

blacklist usbmouse
blacklist usbkbd

Donc, pas de chargement automatique. Essaie de les commenter en ajoutant un # devant.

# blacklist usbmouse
# blacklist usbkbd

puis

sudo modprobe usbkbd
lsmod | grep usbkbd

regarde si ils sont chargé. Mais bon normalement ces deux modules sont blacklisté c'etais surtout souvent utilisé pour les vieux PC.

Dernière modification par steph810 (Aujourd'hui à 08:07)

En ligne

#15 Aujourd'hui à 09:15

MaitreCake

Re : Clavier intégré ne fonctionne pas au login

Merci pour ta réactivité.
Comme la dernière fois, je passerai le sujet en résolu dans une semaine si ça ne se reproduit plus.

J'ai plus spécifiquement commenté

blacklist usbmouse
blacklist usbkbd

dans le fichier /etc/modprobe.d/blacklist.conf

Le retour de la dernière commande me donne

$ lsmod | grep usbkbd
usbkbd                 12288  0

Je ne sais pas quoi en penser. Mais je vois bien les 2 lignes commentées quand je fais

cat /etc/modprobe.d/*

Avec mon peu de connaissances, je ne sais comment aider la communauté. Je me suis bien fait un tuto perso récemment pour ajouter des résolutions folkloriques à Wayland, mais je ne sais pas si ce serait utile à quelqu'un et ni où le poster.

Encore merci

Hors ligne