#51 Le 04/02/2026, à 15:11
- tycooon

Re : Pas de réseau WIFI détecté
Jamais de CTRL v dans un terminal, clic gauche; clic droit; la souris est ton amie....
Hors ligne
#52 Le 07/02/2026, à 19:24
- guimolim
Re : Pas de réseau WIFI détecté
Bonsoir,
J'obtiens à cette étape ceci :
guimolim@guimolim-MS-7B98:~$ sudo modprobe 8812au
[sudo] Mot de passe de guimolim :
modprobe: FATAL: Module 8812au not found in directory /lib/modules/6.8.0-94-genericHors ligne
#53 Hier à 00:31
- tycooon

Re : Pas de réseau WIFI détecté
c'est dommage de ne pas avoir fourni les retours de toutes commandes, je ne sais même pas si le dkms a bien été compilé
sudo dmesg | grep -i securedkms statusdpkg -l | grep linux-headers-$(uname -r)ls -l /lib/modules/$(uname -r)/buildDernière modification par tycooon (Hier à 00:38)
Hors ligne
#54 Hier à 17:52
- guimolim
Re : Pas de réseau WIFI détecté
Bonjour,
Je n'ai pas copier le retour des commandes avant de faire reboot.
sudo dmesg | grep -i secure
[sudo] Mot de passe de guimolim :
[ 0.560136] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[ 0.560148] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[ 0.560159] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[ 0.560170] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[ 0.560181] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[ 0.560192] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[ 0.560203] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[ 0.560215] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'guimolim@guimolim-MS-7B98:~$ dkms status
guimolim@guimolim-MS-7B98:~$ guimolim@guimolim-MS-7B98:~$ dpkg -l | grep linux-headers-$(uname -r)
ii linux-headers-6.8.0-94-generic 6.8.0-94.96 amd64 Linux kernel headers for version 6.8.0 on 64 bit x86 SMP
guimolim@guimolim-MS-7B98:~$ guimolim@guimolim-MS-7B98:~$ ls -l /lib/modules/$(uname -r)/build
lrwxrwxrwx 1 root root 39 janv. 9 17:07 /lib/modules/6.8.0-94-generic/build -> /usr/src/linux-headers-6.8.0-94-genericHors ligne
#55 Hier à 18:30
- tycooon

Re : Pas de réseau WIFI détecté
il faut désactiver le Secure Boot dans le bios , ensuite on reprendra l'installation en dkms, peut être avec le "morrownr"
Une fois le Secure Boot désactivé, redonne la commande:
sudo dmesg | grep -i secureHors ligne