Bonjour,
ça peut sembler bête comme question mais, est-ce que je m'y prends bien pour désactiver les modules concernés ?
Je vais dans le fichier /etc/modprobe.d/blacklist.conf avec sudo et nano et j'ajoute ces lignes à la fin :
blacklist 28672
blacklist 24576
Bien sûr après, je fais :
sudo update-initramfs -u -k all
Aucun effet sur les modules...
J'ai essayé aussi comme ça :
blacklist hp_accel
blacklist lis3lv02d
Bien sûr après, je fais :
sudo update-initramfs -u -k all
Aucun effet sur les modules...
Et aussi comme ça :
modprobe.blacklist=hp_accel
modprobe.blacklist=lis3lv02d
Là par contre, ça me spam qu'il y a une erreur quand je fais :
sudo update-initramfs -u -k all
robin@robin-OMEN-by-HP-Laptop:~$ sudo update-initramfs -u -k all
update-initramfs: Generating /boot/initrd.img-5.0.0-36-generic
libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/blacklist.conf line 59: ignoring bad line starting with 'modprobe.blacklist=hp_accel'
libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/blacklist.conf line 60: ignoring bad line starting with 'modprobe.blacklist=lis3lv02d'
libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/blacklist.conf line 59: ignoring bad line starting with 'modprobe.blacklist=hp_accel'
libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/blacklist.conf line 60: ignoring bad line starting with 'modprobe.blacklist=lis3lv02d'
libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/blacklist.conf line 59: ignoring bad line starting with 'modprobe.blacklist=hp_accel'
libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/blacklist.conf line 60: ignoring bad line starting with 'modprobe.blacklist=lis3lv02d'
libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/blacklist.conf line 59: ignoring bad line starting with 'modprobe.blacklist=hp_accel'
libkmod: ERROR ../libkmod/libkmod-config.c:656 kmod_config_parse: /etc/modprobe.d/blacklist.conf line 60: ignoring bad line starting with 'modprobe.blacklist=lis3lv02d'
[...]
De plus, les effets sont les mêmes quand je ne rajoute pas le module lis3lv02d ....
Merci de votre aide.