Wifi non reconnu [Réglé]
Dongle wifi
Système et matériels / Réseau Internet Wi-Fi

nic80 Membre non connecté
-
- Voir le profil du membre nic80
- Inscrit le : 06/08/2018
- Groupes :
-
Modérateur
Reprise du message précédent
Bonjour,Citation :
Je pense qu'on ne trouvera pas les pilotes cz mga. Il y en a quelques uns sur internet, dont le fameux dépot Zebulon2 (ça te dit quelque chose j'espère ? ^^)
Zebulon, Zebulon... Cela me dit quelque chose

Mais je ne suis pas sur que ça compile sur un noyau 5.4 (sur ce même dépot, il me semble avoir vu une demande de pull, mais pas intégrée à la branche master.

Jybz Membre non connecté
-
- Voir le profil du membre Jybz
- Inscrit le : 10/10/2018
- Groupes :
-
Administrateur
-
Forgeron
https://askubuntu.com/questions/1056291/driver-rtl8811au-for-usb-wifi/1056293#1056293
Sinon, un dépot spécialement pour rtl8811au :
https://github.com/sloretz/rtl8811au
mais ici on a un u tout court.
Téléverser une image : /wiki/hebergement-de-fichiers-sur-mlo
Arch | Machine | OS |
x86_64 | lenovo x250 | mga9 |
armv7hl | bananapro | mga9 |
aarch64 | Raspberry Pi 4B | mga9 |

GPE GPE Membre non connecté
-
- Voir le profil du membre GPE GPE
- Inscrit le : 05/06/2011
- Groupes :
Jybz :
Là ils font mention du Zebulon :
https://askubuntu.com/questions/1056291/driver-rtl8811au-for-usb-wifi/1056293#1056293
Sinon, un dépot spécialement pour rtl8811au :
https://github.com/sloretz/rtl8811au
mais ici on a un u tout court.
https://askubuntu.com/questions/1056291/driver-rtl8811au-for-usb-wifi/1056293#1056293
Sinon, un dépot spécialement pour rtl8811au :
https://github.com/sloretz/rtl8811au
mais ici on a un u tout court.
voilà ce que donne ce que j'ai prit sur github.com
Caché :
[root@Aspire rtl8811au-master]# make clean
cd hal/OUTSRC/ ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd hal/OUTSRC/ ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd hal/led ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko
cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core/efuse ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order
rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
rm -fr .tmp_versions
[root@Aspire rtl8811au-master]# make -j8
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.5.6-desktop-2.mga7/build M=/home/greg/Téléchargements/rtl8811au-master modules
make[1] : on entre dans le répertoire « /usr/src/kernel-5.5.6-desktop-2.mga7 »
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_cmd.o
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_security.o
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_debug.o
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_io.o
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_ioctl_query.o
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_ioctl_set.o
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_ieee80211.o
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_mlme.o
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_ieee80211.c:25:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_ioctl_set.c:22:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_security.c:22:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_io.c:52:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_cmd.c:22:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_ioctl_query.c:22:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_mlme.c:22:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_debug.c:22:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/core/rtw_security.c: Dans la fonction « aes_cipher »:
/home/greg/Téléchargements/rtl8811au-master/core/rtw_security.c:1598:5: warning: cette instruction « for » ne protège pas… [-Wmisleading-indentation]
for (j = 0; j < 8; j++)
^~~
/home/greg/Téléchargements/rtl8811au-master/core/rtw_security.c:1601:2: note: …cette instruction, mais l'indentation de cette dernière est trompeuse car elle fait croire qu'elle est gardée par le « for »
payload_index = hdrlen + 8;
^~~~~~~~~~~~~
/home/greg/Téléchargements/rtl8811au-master/core/rtw_security.c: Dans la fonction « aes_decipher »:
/home/greg/Téléchargements/rtl8811au-master/core/rtw_security.c:1984:5: warning: cette instruction « for » ne protège pas… [-Wmisleading-indentation]
for (j = 0; j < 8; j++)
^~~
/home/greg/Téléchargements/rtl8811au-master/core/rtw_security.c:1987:2: note: …cette instruction, mais l'indentation de cette dernière est trompeuse car elle fait croire qu'elle est gardée par le « for »
payload_index = hdrlen + 8;
^~~~~~~~~~~~~
cc1 : certains avertissements sont traités comme des erreurs
cc1 : certains avertissements sont traités comme des erreurs
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_ioctl_query.o] Error 1
make[2]: *** Attente des tâches non terminées....
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_io.o] Error 1
cc1 : certains avertissements sont traités comme des erreurs
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_ioctl_set.o] Error 1
/home/greg/Téléchargements/rtl8811au-master/core/rtw_mlme.c: Dans la fonction « rtw_restructure_ht_ie »:
/home/greg/Téléchargements/rtl8811au-master/core/rtw_mlme.c:3971:3: warning: cette instruction « if » ne protège pas… [-Wmisleading-indentation]
if (stbc_rx_enable)
^~
/home/greg/Téléchargements/rtl8811au-master/core/rtw_mlme.c:3974:18: note: …cette instruction, mais l'indentation de cette dernière est trompeuse car elle fait croire qu'elle est gardée par le « if »
set_mcs_rate_by_mask(ht_capie.supp_mcs_set, MCS_RATE_1R);
^~~~~~~~~~~~~~~~~~~~
cc1 : certains avertissements sont traités comme des erreurs
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_ieee80211.o] Error 1
cc1 : certains avertissements sont traités comme des erreurs
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_security.o] Error 1
cc1 : certains avertissements sont traités comme des erreurs
cc1 : certains avertissements sont traités comme des erreurs
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_debug.o] Error 1
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_cmd.o] Error 1
cc1 : certains avertissements sont traités comme des erreurs
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_mlme.o] Error 1
make[1]: *** [Makefile:1685: /home/greg/Téléchargements/rtl8811au-master] Error 2
make[1] : on quitte le répertoire « /usr/src/kernel-5.5.6-desktop-2.mga7 »
make: *** [Makefile:1551: modules] Error 2
[root@Aspire rtl8811au-master]# make install
install -p -m 644 8821au.ko /lib/modules/5.5.6-desktop-2.mga7/kernel/drivers/net/wireless/
install: impossible d'évaluer '8821au.ko': Aucun fichier ou dossier de ce type
make: *** [Makefile:1557: install] Error 1
[root@Aspire rtl8811au-master]#
cd hal/OUTSRC/ ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd hal/OUTSRC/ ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd hal/led ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko
cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core/efuse ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order
rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
rm -fr .tmp_versions
[root@Aspire rtl8811au-master]# make -j8
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.5.6-desktop-2.mga7/build M=/home/greg/Téléchargements/rtl8811au-master modules
make[1] : on entre dans le répertoire « /usr/src/kernel-5.5.6-desktop-2.mga7 »
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_cmd.o
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_security.o
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_debug.o
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_io.o
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_ioctl_query.o
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_ioctl_set.o
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_ieee80211.o
CC [M] /home/greg/Téléchargements/rtl8811au-master/core/rtw_mlme.o
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_ieee80211.c:25:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_ioctl_set.c:22:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_security.c:22:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_io.c:52:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_cmd.c:22:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_ioctl_query.c:22:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_mlme.c:22:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
In file included from /home/greg/Téléchargements/rtl8811au-master/include/osdep_service.h:41,
from /home/greg/Téléchargements/rtl8811au-master/include/drv_types.h:32,
from /home/greg/Téléchargements/rtl8811au-master/core/rtw_debug.c:22:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h: Dans la fonction « _init_timer »:
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:267:8: error: « _timer » {alias « struct timer_list »} n'a pas de membre nommé « data »
ptimer->data = (unsigned long)cntx;
^~
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/include/osdep_service_linux.h:268:2: error: déclaration implicite de la fonction « init_timer »; vouliez-vous utiliser « _init_timer » ? [-Werror=implicit-function-declaration]
init_timer(ptimer);
^~~~~~~~~~
_init_timer
/home/greg/Téléchargements/rtl8811au-master/core/rtw_security.c: Dans la fonction « aes_cipher »:
/home/greg/Téléchargements/rtl8811au-master/core/rtw_security.c:1598:5: warning: cette instruction « for » ne protège pas… [-Wmisleading-indentation]
for (j = 0; j < 8; j++)
^~~
/home/greg/Téléchargements/rtl8811au-master/core/rtw_security.c:1601:2: note: …cette instruction, mais l'indentation de cette dernière est trompeuse car elle fait croire qu'elle est gardée par le « for »
payload_index = hdrlen + 8;
^~~~~~~~~~~~~
/home/greg/Téléchargements/rtl8811au-master/core/rtw_security.c: Dans la fonction « aes_decipher »:
/home/greg/Téléchargements/rtl8811au-master/core/rtw_security.c:1984:5: warning: cette instruction « for » ne protège pas… [-Wmisleading-indentation]
for (j = 0; j < 8; j++)
^~~
/home/greg/Téléchargements/rtl8811au-master/core/rtw_security.c:1987:2: note: …cette instruction, mais l'indentation de cette dernière est trompeuse car elle fait croire qu'elle est gardée par le « for »
payload_index = hdrlen + 8;
^~~~~~~~~~~~~
cc1 : certains avertissements sont traités comme des erreurs
cc1 : certains avertissements sont traités comme des erreurs
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_ioctl_query.o] Error 1
make[2]: *** Attente des tâches non terminées....
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_io.o] Error 1
cc1 : certains avertissements sont traités comme des erreurs
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_ioctl_set.o] Error 1
/home/greg/Téléchargements/rtl8811au-master/core/rtw_mlme.c: Dans la fonction « rtw_restructure_ht_ie »:
/home/greg/Téléchargements/rtl8811au-master/core/rtw_mlme.c:3971:3: warning: cette instruction « if » ne protège pas… [-Wmisleading-indentation]
if (stbc_rx_enable)
^~
/home/greg/Téléchargements/rtl8811au-master/core/rtw_mlme.c:3974:18: note: …cette instruction, mais l'indentation de cette dernière est trompeuse car elle fait croire qu'elle est gardée par le « if »
set_mcs_rate_by_mask(ht_capie.supp_mcs_set, MCS_RATE_1R);
^~~~~~~~~~~~~~~~~~~~
cc1 : certains avertissements sont traités comme des erreurs
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_ieee80211.o] Error 1
cc1 : certains avertissements sont traités comme des erreurs
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_security.o] Error 1
cc1 : certains avertissements sont traités comme des erreurs
cc1 : certains avertissements sont traités comme des erreurs
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_debug.o] Error 1
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_cmd.o] Error 1
cc1 : certains avertissements sont traités comme des erreurs
make[2]: *** [scripts/Makefile.build:266: /home/greg/Téléchargements/rtl8811au-master/core/rtw_mlme.o] Error 1
make[1]: *** [Makefile:1685: /home/greg/Téléchargements/rtl8811au-master] Error 2
make[1] : on quitte le répertoire « /usr/src/kernel-5.5.6-desktop-2.mga7 »
make: *** [Makefile:1551: modules] Error 2
[root@Aspire rtl8811au-master]# make install
install -p -m 644 8821au.ko /lib/modules/5.5.6-desktop-2.mga7/kernel/drivers/net/wireless/
install: impossible d'évaluer '8821au.ko': Aucun fichier ou dossier de ce type
make: *** [Makefile:1557: install] Error 1
[root@Aspire rtl8811au-master]#
Merci
kde plasma MGA9

Jybz Membre non connecté
-
- Voir le profil du membre Jybz
- Inscrit le : 10/10/2018
- Groupes :
-
Administrateur
-
Forgeron
Téléverser une image : /wiki/hebergement-de-fichiers-sur-mlo
Arch | Machine | OS |
x86_64 | lenovo x250 | mga9 |
armv7hl | bananapro | mga9 |
aarch64 | Raspberry Pi 4B | mga9 |

Jybz Membre non connecté
-
- Voir le profil du membre Jybz
- Inscrit le : 10/10/2018
- Groupes :
-
Administrateur
-
Forgeron
que le 8821 c'est 8811 avec une coexistence du bluetooth.
Donc il vaudrait mieux prendre ce projet.
Il se compile avec les derniers noyaux.
Certains le recommande pour la maintenance du projet :
Citation :
Try this driver https://github.com/aircrack-ng/rtl8812au . It's a modified version of Realtek's driver and the development is very active. I'm using this on Fedora, Ubuntu and some Debian based distros without any issues.
https://www.reddit.com/r/raspberry_pi/comments/aofxa6/80211ac_realtek_rtl8811_rtl8812_woes/eg0kvhw/
Téléverser une image : /wiki/hebergement-de-fichiers-sur-mlo
Arch | Machine | OS |
x86_64 | lenovo x250 | mga9 |
armv7hl | bananapro | mga9 |
aarch64 | Raspberry Pi 4B | mga9 |

Jybz Membre non connecté
-
- Voir le profil du membre Jybz
- Inscrit le : 10/10/2018
- Groupes :
-
Administrateur
-
Forgeron
make RTL8811=1
Téléverser une image : /wiki/hebergement-de-fichiers-sur-mlo
Arch | Machine | OS |
x86_64 | lenovo x250 | mga9 |
armv7hl | bananapro | mga9 |
aarch64 | Raspberry Pi 4B | mga9 |

GPE GPE Membre non connecté
-
- Voir le profil du membre GPE GPE
- Inscrit le : 05/06/2011
- Groupes :
Jybz :
J'ai lu dans le Makefile de ce projet : https://github.com/aircrack-ng/rtl8812au
que le 8821 c'est 8811 avec une coexistence du bluetooth.
Donc il vaudrait mieux prendre ce projet.
Il se compile avec les derniers noyaux.
Certains le recommande pour la maintenance du projet :
https://www.reddit.com/r/raspberry_pi/comments/aofxa6/80211ac_realtek_rtl8811_rtl8812_woes/eg0kvhw/
que le 8821 c'est 8811 avec une coexistence du bluetooth.
Donc il vaudrait mieux prendre ce projet.
Il se compile avec les derniers noyaux.
Certains le recommande pour la maintenance du projet :
Citation :
Try this driver https://github.com/aircrack-ng/rtl8812au . It's a modified version of Realtek's driver and the development is very active. I'm using this on Fedora, Ubuntu and some Debian based distros without any issues.
https://www.reddit.com/r/raspberry_pi/comments/aofxa6/80211ac_realtek_rtl8811_rtl8812_woes/eg0kvhw/
Bravo ce pilote a fonctionner

je suppose qu'il faudra recommencer si il y a un nouveau kernel ??
kde plasma MGA9

Jybz Membre non connecté
-
- Voir le profil du membre Jybz
- Inscrit le : 10/10/2018
- Groupes :
-
Administrateur
-
Forgeron
Normalement, il y a la procédure pour automatiser la compilation au démarrage de chaque nouveau noyau. C'est en lien avec dkms.
Téléverser une image : /wiki/hebergement-de-fichiers-sur-mlo
Arch | Machine | OS |
x86_64 | lenovo x250 | mga9 |
armv7hl | bananapro | mga9 |
aarch64 | Raspberry Pi 4B | mga9 |

GPE GPE Membre non connecté
-
- Voir le profil du membre GPE GPE
- Inscrit le : 05/06/2011
- Groupes :
Jybz :
Le pilote fonctionne ? Tu as réussi à avoir une connexion wifi ?
Normalement, il y a la procédure pour automatiser la compilation au démarrage de chaque nouveau noyau. C'est en lien avec dkms.
Normalement, il y a la procédure pour automatiser la compilation au démarrage de chaque nouveau noyau. C'est en lien avec dkms.
Oui ca fonctionne impeccable!

pour automatiser la compilation je sais pas faire!
Merci
kde plasma MGA9

Jybz Membre non connecté
-
- Voir le profil du membre Jybz
- Inscrit le : 10/10/2018
- Groupes :
-
Administrateur
-
Forgeron
su
<mdp root>
./dkms-install.sh
exit
Normalement...
Tu peux essayer en redémarrant, puis en redémarrant sur un noyau plus ancien.
Téléverser une image : /wiki/hebergement-de-fichiers-sur-mlo
Arch | Machine | OS |
x86_64 | lenovo x250 | mga9 |
armv7hl | bananapro | mga9 |
aarch64 | Raspberry Pi 4B | mga9 |

GPE GPE Membre non connecté
-
- Voir le profil du membre GPE GPE
- Inscrit le : 05/06/2011
- Groupes :
Jybz :
cd ./le_dossier_git
su
<mdp root>
./dkms-install.sh
exit
Normalement...
Tu peux essayer en redémarrant, puis en redémarrant sur un noyau plus ancien.
su
<mdp root>
./dkms-install.sh
exit
Normalement...
Tu peux essayer en redémarrant, puis en redémarrant sur un noyau plus ancien.
je l'ai fait mais sa fonctionne plus.... plus de ssid
Caché :
[greg@Aspire rtl8812au-5.6.4.2]$ su
Mot de passe :
[root@Aspire rtl8812au-5.6.4.2]# ./dkms-install.sh
About to run dkms install steps...
Error! DKMS tree already contains: rtl8812au-5.6.4.2
You cannot add the same module/version combo more than once.
Error! Your kernel devel files for kernel 5.1.14-desktop-1.mga7 cannot be found at
/lib/modules/5.1.14-desktop-1.mga7/build or /lib/modules/5.1.14-desktop-1.mga7/source.
You can use the --kernelsourcedir option to tell DKMS where it's located.
Error! Could not locate 88XXau.ko.xz for module rtl8812au in the DKMS tree.
You must run a dkms build for kernel 5.1.14-desktop-1.mga7 (x86_64) first.
Finished running dkms install steps.
[root@Aspire rtl8812au-5.6.4.2]# modprobe rtl8xxxu
[root@Aspire rtl8812au-5.6.4.2]#
Mot de passe :
[root@Aspire rtl8812au-5.6.4.2]# ./dkms-install.sh
About to run dkms install steps...
Error! DKMS tree already contains: rtl8812au-5.6.4.2
You cannot add the same module/version combo more than once.
Error! Your kernel devel files for kernel 5.1.14-desktop-1.mga7 cannot be found at
/lib/modules/5.1.14-desktop-1.mga7/build or /lib/modules/5.1.14-desktop-1.mga7/source.
You can use the --kernelsourcedir option to tell DKMS where it's located.
Error! Could not locate 88XXau.ko.xz for module rtl8812au in the DKMS tree.
You must run a dkms build for kernel 5.1.14-desktop-1.mga7 (x86_64) first.
Finished running dkms install steps.
[root@Aspire rtl8812au-5.6.4.2]# modprobe rtl8xxxu
[root@Aspire rtl8812au-5.6.4.2]#
kde plasma MGA9

GPE GPE Membre non connecté
-
- Voir le profil du membre GPE GPE
- Inscrit le : 05/06/2011
- Groupes :
mais sa fonctionne pas avec l'ancien noyau!
Merci
kde plasma MGA9

Jybz Membre non connecté
-
- Voir le profil du membre Jybz
- Inscrit le : 10/10/2018
- Groupes :
-
Administrateur
-
Forgeron
(savoir s'il est installé :
rpm -qa | grep kernel-source
)
S'il est manquant :
uname -r
urpmi kernel-source
(il te proposera une liste, tu sélectionneras celui qui correspond à uname -r)
Puis tu peux réessayer.
Téléverser une image : /wiki/hebergement-de-fichiers-sur-mlo
Arch | Machine | OS |
x86_64 | lenovo x250 | mga9 |
armv7hl | bananapro | mga9 |
aarch64 | Raspberry Pi 4B | mga9 |

Jybz Membre non connecté
-
- Voir le profil du membre Jybz
- Inscrit le : 10/10/2018
- Groupes :
-
Administrateur
-
Forgeron
GPE GPE :
mais sa fonctionne pas avec l'ancien noyau!
C'est normal, s'il y a une erreur avec l'installation avec dkms, ça ne compile pas pour les autres noyaux, donc tu ça ne fonctionnera pas pour les utres noayxu.
Téléverser une image : /wiki/hebergement-de-fichiers-sur-mlo
Arch | Machine | OS |
x86_64 | lenovo x250 | mga9 |
armv7hl | bananapro | mga9 |
aarch64 | Raspberry Pi 4B | mga9 |

GPE GPE Membre non connecté
-
- Voir le profil du membre GPE GPE
- Inscrit le : 05/06/2011
- Groupes :
Jybz :
C'est normal, s'il y a une erreur avec l'installation avec dkms, ça ne compile pas pour les autres noyaux, donc tu ça ne fonctionnera pas pour les utres noayxu.
GPE GPE :
mais sa fonctionne pas avec l'ancien noyau!
C'est normal, s'il y a une erreur avec l'installation avec dkms, ça ne compile pas pour les autres noyaux, donc tu ça ne fonctionnera pas pour les utres noayxu.
faut-il désinstaller le pilote et le réinstaller avec le kernel source?
si oui comment on désinstalle?
Merci
kde plasma MGA9

Jybz Membre non connecté
-
- Voir le profil du membre Jybz
- Inscrit le : 10/10/2018
- Groupes :
-
Administrateur
-
Forgeron
Téléverser une image : /wiki/hebergement-de-fichiers-sur-mlo
Arch | Machine | OS |
x86_64 | lenovo x250 | mga9 |
armv7hl | bananapro | mga9 |
aarch64 | Raspberry Pi 4B | mga9 |
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie