#1 Le 09/09/2024, à 08:00
- legrand98
Clef Wifi USB Realtek RTL 8188 EUS
Bonjour
Je viens de recuperer une petite clef wifi USB j'aimerai l'installer sous Ubuntu 24.04 car ma carte wifi interne fonctionne une fois sur 2 lors du demarrage.
Merci de votre aide.
mj@mj-X75VD1:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 1bcf:2883 Sunplus Innovation Technology Inc. Asus Webcam
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 002 Device 004: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
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
mj@mj-X75VD1:~$
Dernière modification par legrand98 (Le 09/09/2024, à 17:42)
Hors ligne
#2 Le 09/09/2024, à 08:07
- xubu1957
Re : Clef Wifi USB Realtek RTL 8188 EUS
Bonjour,
Tente les commandes de Nico dans problème de connexion avec RTL8188EUS 802.11n Wireless Network Adapter, en fournissant les retours.
echo "blacklist r8188eu" | sudo tee /etc/modprobe.d/r8188eu.conf
sudo apt install git dkms --reinstall
cd
git clone https://github.com/aircrack-ng/rtl8188eus
cd rtl8188eus
source dkms.conf
sudo mkdir /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
sudo cp -r * /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
sudo dkms add $PACKAGE_NAME/$PACKAGE_VERSION
sudo dkms autoinstall $PACKAGE_NAME/$PACKAGE_VERSION
sudo modprobe -r r8188eu
sudo modprobe 8188eu
Dernière modification par xubu1957 (Le 09/09/2024, à 08:16)
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 09/09/2024, à 08:12
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
Bonjour xubu1957
mj@mj-X75VD1:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 1bcf:2883 Sunplus Innovation Technology Inc. Asus Webcam
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 002 Device 004: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
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
mj@mj-X75VD1:~$ ping -c2 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=19.3 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=2.70 ms
--- 192.168.1.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 2.696/10.979/19.263/8.283 ms
mj@mj-X75VD1:~$
Hors ligne
#4 Le 09/09/2024, à 08:24
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
ah à un moment ca coince avec cette commande
mj@mj-X75VD1:~/rtl8188eus$ sudo dkms autoinstall $PACKAGE_NAME/$PACKAGE_VERSION
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/realtek-rtl8188eus/5.3.9~20221105/source/dkms.conf)
Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf)
Sign command: /usr/bin/kmodsign
Certificate or key are missing, generating them using update-secureboot-policy...
Secure Boot not enabled on this system.
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der
Building module:
Cleaning build area...
'make' -j2 KVER=6.8.0-41-generic KSRC=/lib/modules/6.8.0-41-generic/build.....................(bad exit status: 2)
ERROR (dkms apport): binary package for realtek-rtl8188eus: 5.3.9~20221105 not found
Error! Bad return status for module build on kernel: 6.8.0-41-generic (x86_64)
Consult /var/lib/dkms/realtek-rtl8188eus/5.3.9~20221105/build/make.log for more information.
dkms autoinstall on 6.8.0-41-generic/x86_64 failed for realtek-rtl8188eus(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
mj@mj-X75VD1:~/rtl8188eus$ sudo modprobe -r r8188eu
modprobe: FATAL: Module r8188eu not found.
mj@mj-X75VD1:~/rtl8188eus$
Hors ligne
#5 Le 09/09/2024, à 08:47
- xubu1957
Re : Clef Wifi USB Realtek RTL 8188 EUS
Tu n'as pas mis l'intégralité des retours et pour la compilation des pilotes, je n'ai pas le niveau.
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
#6 Le 09/09/2024, à 08:58
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
Oui c'est vrai xubu1957
Là je ne peux pas mais dès que possible je te remets cela.
Hors ligne
#7 Le 09/09/2024, à 09:43
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
voilà !
mj@mj-X75VD1:~$ echo "blacklist r8188eu" | sudo tee /etc/modprobe.d/r8188eu.conf
[sudo] Mot de passe de mj :
blacklist r8188eu
mj@mj-X75VD1:~$ sudo apt install git dkms --reinstall
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
0 mis à jour, 0 nouvellement installés, 2 réinstallés, 0 à enlever et 3 non mis à jour.
Il est nécessaire de prendre 3730 ko dans les archives.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Réception de :1 http://archive.ubuntu.com/ubuntu noble/main amd64 dkms all 3.0.11-1ubuntu13 [51,5 kB]
Réception de :2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 git amd64 1:2.43.0-1ubuntu7.1 [3679 kB]
3730 ko réceptionnés en 2s (1668 ko/s)
(Lecture de la base de données... 171696 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../dkms_3.0.11-1ubuntu13_all.deb ...
Dépaquetage de dkms (3.0.11-1ubuntu13) sur (3.0.11-1ubuntu13) ...
Préparation du dépaquetage de .../git_1%3a2.43.0-1ubuntu7.1_amd64.deb ...
Dépaquetage de git (1:2.43.0-1ubuntu7.1) sur (1:2.43.0-1ubuntu7.1) ...
Paramétrage de dkms (3.0.11-1ubuntu13) ...
Paramétrage de git (1:2.43.0-1ubuntu7.1) ...
Traitement des actions différées (« triggers ») pour man-db (2.12.0-4build2) ...
mj@mj-X75VD1:~$ cd
mj@mj-X75VD1:~$ git clone https://github.com/aircrack-ng/rtl8188eus
fatal: le chemin de destination 'rtl8188eus' existe déjà et n'est pas un répertoire vide.
mj@mj-X75VD1:~$ cd rtl8188eus
mj@mj-X75VD1:~/rtl8188eus$ source dkms.conf
mj@mj-X75VD1:~/rtl8188eus$ sudo mkdir /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
mkdir: impossible de créer le répertoire «/usr/src/realtek-rtl8188eus-5.3.9~20221105»: Le fichier existe
mj@mj-X75VD1:~/rtl8188eus$ sudo cp -r * /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
mj@mj-X75VD1:~/rtl8188eus$ sudo dkms add $PACKAGE_NAME/$PACKAGE_VERSION
Error! DKMS tree already contains: realtek-rtl8188eus-5.3.9~20221105
You cannot add the same module/version combo more than once.
mj@mj-X75VD1:~/rtl8188eus$ sudo dkms autoinstall $PACKAGE_NAME/$PACKAGE_VERSION
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/realtek-rtl8188eus/5.3.9~20221105/source/dkms.conf)
Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf)
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der
Building module:
Cleaning build area...
'make' -j2 KVER=6.8.0-41-generic KSRC=/lib/modules/6.8.0-41-generic/build..................(bad exit status: 2)
ERROR (dkms apport): binary package for realtek-rtl8188eus: 5.3.9~20221105 not found
Error! Bad return status for module build on kernel: 6.8.0-41-generic (x86_64)
Consult /var/lib/dkms/realtek-rtl8188eus/5.3.9~20221105/build/make.log for more information.
dkms autoinstall on 6.8.0-41-generic/x86_64 failed for realtek-rtl8188eus(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
mj@mj-X75VD1:~/rtl8188eus$ sudo modprobe -r r8188eu
modprobe: FATAL: Module r8188eu not found.
mj@mj-X75VD1:~/rtl8188eus$ sudo modprobe 8188eu
modprobe: FATAL: Module 8188eu not found in directory /lib/modules/6.8.0-41-generic
mj@mj-X75VD1:~/rtl8188eus$
Hors ligne
#8 Le 09/09/2024, à 10:07
- xubu1957
Re : Clef Wifi USB Realtek RTL 8188 EUS
Je préviens Nico.
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 09/09/2024, à 14:54
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
Merci Xubu1957
Hors ligne
#10 Le 09/09/2024, à 16:13
- NicoApi73
Re : Clef Wifi USB Realtek RTL 8188 EUS
Bonjour,
Je n'ai pas trouvé de pilote récemment mis à jour.
Donne le retour des commandes suivantes :
cd ~/rtl8188eus
git pull
make clean
make -j8
Ces commandes ne font que compiler, aucune installation de pilote. Il nous faut d'abord trouver du code qui compile. Je n'ai pas encore installé la 24.04 chez moi et ne peux faire les tests pour l'instant. Quand j'aurais le temps j'essaierai sur une machine virtuelle...
EDIT correction typo
Dernière modification par NicoApi73 (Le 09/09/2024, à 19:31)
Hors ligne
#11 Le 09/09/2024, à 17:15
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
Bonjour Nico
dans les paramètres la clef apparait
Dernière modification par legrand98 (Le 09/09/2024, à 17:18)
Hors ligne
#12 Le 09/09/2024, à 17:20
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
mj@mj-X75VD1:~$ cd ~/cd rtl8188eus
bash: cd: trop d'arguments
mj@mj-X75VD1:~$
Hors ligne
#13 Le 09/09/2024, à 17:25
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
mj@mj-X75VD1:~$ cd ~/cd rtl8188eus
bash: cd: trop d'arguments
mj@mj-X75VD1:~$ cd rtl8188eus
mj@mj-X75VD1:~/rtl8188eus$ git pull
Déjà à jour.
mj@mj-X75VD1:~/rtl8188eus$ make clean
#make -C /lib/modules/6.8.0-41-generic/build M=/home/mj/rtl8188eus clean
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 hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core ; 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
mj@mj-X75VD1:~/rtl8188eus$ make -j8
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.8.0-41-generic/build M=/home/mj/rtl8188eus modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-6.8.0-41-generic »
warning: the compiler differs from the one used to build the kernel
The kernel was built by: x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0
You are using: gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0
CC [M] /home/mj/rtl8188eus/core/rtw_cmd.o
CC [M] /home/mj/rtl8188eus/core/rtw_security.o
CC [M] /home/mj/rtl8188eus/core/rtw_debug.o
CC [M] /home/mj/rtl8188eus/core/rtw_io.o
CC [M] /home/mj/rtl8188eus/core/rtw_ioctl_query.o
CC [M] /home/mj/rtl8188eus/core/rtw_ioctl_set.o
CC [M] /home/mj/rtl8188eus/core/rtw_ieee80211.o
CC [M] /home/mj/rtl8188eus/core/rtw_mlme.o
/home/mj/rtl8188eus/core/rtw_ieee80211.c:1544:6: warning: no previous prototype for ‘dump_ht_cap_ie’ [-Wmissing-prototypes]
1544 | void dump_ht_cap_ie(void *sel, const u8 *ie, u32 ie_len)
| ^~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_ieee80211.c:1567:6: warning: no previous prototype for ‘dump_ht_op_ie_content’ [-Wmissing-prototypes]
1567 | void dump_ht_op_ie_content(void *sel, const u8 *buf, u32 buf_len)
| ^~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_ieee80211.c:1581:6: warning: no previous prototype for ‘dump_ht_op_ie’ [-Wmissing-prototypes]
1581 | void dump_ht_op_ie(void *sel, const u8 *ie, u32 ie_len)
| ^~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_ieee80211.c:2613:5: warning: no previous prototype for ‘rtw_get_cipher_info’ [-Wmissing-prototypes]
2613 | int rtw_get_cipher_info(struct wlan_network *pnetwork)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_cmd.c:2170:4: warning: no previous prototype for ‘_rtw_set_chplan_cmd’ [-Wmissing-prototypes]
2170 | u8 _rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, const struct country_chplan *country_ent, u8 swconfig)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_cmd.c:2737:6: warning: no previous prototype for ‘rtw_dynamic_chk_wk_hdl’ [-Wmissing-prototypes]
2737 | void rtw_dynamic_chk_wk_hdl(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_cmd.c:3020:6: warning: no previous prototype for ‘rpt_timer_setting_wk_hdl’ [-Wmissing-prototypes]
3020 | void rpt_timer_setting_wk_hdl(_adapter *padapter, u16 minRptTime)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_cmd.c:3117:6: warning: no previous prototype for ‘rtw_dm_ra_mask_hdl’ [-Wmissing-prototypes]
3117 | void rtw_dm_ra_mask_hdl(_adapter *padapter, struct sta_info *psta)
| ^~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_cmd.c:3159:6: warning: no previous prototype for ‘power_saving_wk_hdl’ [-Wmissing-prototypes]
3159 | void power_saving_wk_hdl(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_cmd.c:3165:6: warning: no previous prototype for ‘reset_securitypriv_hdl’ [-Wmissing-prototypes]
3165 | void reset_securitypriv_hdl(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_cmd.c:3170:6: warning: no previous prototype for ‘free_assoc_resources_hdl’ [-Wmissing-prototypes]
3170 | void free_assoc_resources_hdl(_adapter *padapter, u8 lock_scanned_queue)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_cmd.c:4268:4: warning: no previous prototype for ‘rtw_c2h_wk_cmd’ [-Wmissing-prototypes]
4268 | u8 rtw_c2h_wk_cmd(PADAPTER padapter, u8 *pbuf, u16 length, u8 type)
| ^~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_cmd.c:4386:4: warning: no previous prototype for ‘session_tracker_cmd’ [-Wmissing-prototypes]
4386 | u8 session_tracker_cmd(_adapter *adapter, u8 cmd, struct sta_info *sta, u8 *local_naddr, u8 *local_port, u8 *remote_naddr, u8 *remote_port)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_cmd.c:4452:6: warning: no previous prototype for ‘session_tracker_chk_for_sta’ [-Wmissing-prototypes]
4452 | void session_tracker_chk_for_sta(_adapter *adapter, struct sta_info *sta)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_cmd.c:4534:6: warning: no previous prototype for ‘session_tracker_chk_for_adapter’ [-Wmissing-prototypes]
4534 | void session_tracker_chk_for_adapter(_adapter *adapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_cmd.c:4566:6: warning: no previous prototype for ‘session_tracker_cmd_hdl’ [-Wmissing-prototypes]
4566 | void session_tracker_cmd_hdl(_adapter *adapter, struct st_cmd_parm *parm)
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme.c:23:6: warning: no previous prototype for ‘rtw_init_mlme_timer’ [-Wmissing-prototypes]
23 | void rtw_init_mlme_timer(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme.c:44:9: warning: no previous prototype for ‘_rtw_init_mlme_priv’ [-Wmissing-prototypes]
44 | sint _rtw_init_mlme_priv(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme.c:159:6: warning: no previous prototype for ‘rtw_mfree_mlme_priv_lock’ [-Wmissing-prototypes]
159 | void rtw_mfree_mlme_priv_lock(struct mlme_priv *pmlmepriv)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme.c:301:6: warning: no previous prototype for ‘_rtw_free_mlme_priv’ [-Wmissing-prototypes]
301 | void _rtw_free_mlme_priv(struct mlme_priv *pmlmepriv)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme.c:320:9: warning: no previous prototype for ‘_rtw_enqueue_network’ [-Wmissing-prototypes]
320 | sint _rtw_enqueue_network(_queue *queue, struct wlan_network *pnetwork)
| ^~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_security.c:2854:5: warning: no previous prototype for ‘omac1_aes_128’ [-Wmissing-prototypes]
2854 | int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac)
| ^~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme.c:1485:6: warning: no previous prototype for ‘rtw_reset_rx_info’ [-Wmissing-prototypes]
1485 | void rtw_reset_rx_info(_adapter *adapter)
| ^~~~~~~~~~~~~~~~~
CC [M] /home/mj/rtl8188eus/core/rtw_mlme_ext.o
CC [M] /home/mj/rtl8188eus/core/rtw_mi.o
CC [M] /home/mj/rtl8188eus/core/rtw_wlan_util.o
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
CC [M] /home/mj/rtl8188eus/core/rtw_vht.o
CC [M] /home/mj/rtl8188eus/core/rtw_pwrctrl.o
CC [M] /home/mj/rtl8188eus/core/rtw_rf.o
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
CC [M] /home/mj/rtl8188eus/core/rtw_recv.o
CC [M] /home/mj/rtl8188eus/core/rtw_sta_mgt.o
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:460:6: warning: no previous prototype for ‘rtw_regsty_is_excl_chs’ [-Wmissing-prototypes]
460 | bool rtw_regsty_is_excl_chs(struct registry_priv *regsty, u8 ch)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:1651:6: warning: no previous prototype for ‘init_mlme_ext_timer’ [-Wmissing-prototypes]
1651 | void init_mlme_ext_timer(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:1879:5: warning: no previous prototype for ‘p2p_listen_state_process’ [-Wmissing-prototypes]
1879 | u32 p2p_listen_state_process(_adapter *padapter, unsigned char *da)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:3526:14: warning: no previous prototype for ‘on_action_spct_ch_switch’ [-Wmissing-prototypes]
3526 | unsigned int on_action_spct_ch_switch(_adapter *padapter, struct sta_info *psta, u8 *ies, uint ies_len)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:4557:6: warning: no previous prototype for ‘issue_p2p_GO_response’ [-Wmissing-prototypes]
4557 | void issue_p2p_GO_response(_adapter *padapter, u8 *raddr, u8 *frame_body, uint len, u8 result)
| ^~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:4976:6: warning: no previous prototype for ‘issue_p2p_GO_confirm’ [-Wmissing-prototypes]
4976 | void issue_p2p_GO_confirm(_adapter *padapter, u8 *raddr, u8 result)
| ^~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:5860:4: warning: no previous prototype for ‘is_matched_in_profilelist’ [-Wmissing-prototypes]
5860 | u8 is_matched_in_profilelist(u8 *peermacaddr, struct profile_info *profileinfo)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:6208:5: warning: no previous prototype for ‘_issue_probereq_p2p’ [-Wmissing-prototypes]
6208 | int _issue_probereq_p2p(_adapter *padapter, u8 *da, int wait_ack)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:6583:5: warning: no previous prototype for ‘rtw_action_public_decache’ [-Wmissing-prototypes]
6583 | s32 rtw_action_public_decache(union recv_frame *rframe, u8 token_offset)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:6608:14: warning: no previous prototype for ‘on_action_public_p2p’ [-Wmissing-prototypes]
6608 | unsigned int on_action_public_p2p(union recv_frame *precv_frame)
| ^~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mi.c:107:5: warning: no previous prototype for ‘_rtw_mi_get_ch_setting_union’ [-Wmissing-prototypes]
107 | int _rtw_mi_get_ch_setting_union(_adapter *adapter, u8 *ch, u8 *bw, u8 *offset, bool include_self)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mi.c:189:6: warning: no previous prototype for ‘_rtw_mi_status’ [-Wmissing-prototypes]
189 | void _rtw_mi_status(_adapter *adapter, struct mi_state *mstate, u8 target_sel)
| ^~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:6985:14: warning: no previous prototype for ‘on_action_public_vendor’ [-Wmissing-prototypes]
6985 | unsigned int on_action_public_vendor(union recv_frame *precv_frame)
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mi.c:857:4: warning: no previous prototype for ‘_rtw_mi_busy_traffic_check’ [-Wmissing-prototypes]
857 | u8 _rtw_mi_busy_traffic_check(_adapter *padapter, void *data)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:7006:14: warning: no previous prototype for ‘on_action_public_default’ [-Wmissing-prototypes]
7006 | unsigned int on_action_public_default(union recv_frame *precv_frame, u8 action)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mi.c:1308:6: warning: no previous prototype for ‘rtw_dbg_skb_process’ [-Wmissing-prototypes]
1308 | void rtw_dbg_skb_process(_adapter *padapter, union recv_frame *precvframe, union recv_frame *pcloneframe)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:7878:20: warning: no previous prototype for ‘_alloc_mgtxmitframe’ [-Wmissing-prototypes]
7878 | struct xmit_frame *_alloc_mgtxmitframe(struct xmit_priv *pxmitpriv, bool once)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:8146:5: warning: no previous prototype for ‘update_hidden_ssid’ [-Wmissing-prototypes]
8146 | int update_hidden_ssid(u8 *ies, u32 ies_len, u8 hidden_ssid_mode)
| ^~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:8791:5: warning: no previous prototype for ‘_issue_probereq’ [-Wmissing-prototypes]
8791 | int _issue_probereq(_adapter *padapter, const NDIS_802_11_SSID *pssid, const u8 *da, u8 ch, bool append_wps, int wait_ack)
| ^~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:10882:5: warning: no previous prototype for ‘_issue_action_SM_PS’ [-Wmissing-prototypes]
10882 | int _issue_action_SM_PS(_adapter *padapter , unsigned char *raddr , u8 NewMimoPsMode , u8 wait_ack)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_wlan_util.c:1019:6: warning: no previous prototype for ‘_rtw_sec_camid_is_used’ [-Wmissing-prototypes]
1019 | bool _rtw_sec_camid_is_used(struct cam_ctl_t *cam_ctl, u8 id)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_wlan_util.c:1107:6: warning: no previous prototype for ‘cam_cache_chk’ [-Wmissing-prototypes]
1107 | bool cam_cache_chk(_adapter *adapter, u8 id, u8 *addr, s16 kid, s8 gk)
| ^~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_wlan_util.c:1125:5: warning: no previous prototype for ‘_rtw_camid_search’ [-Wmissing-prototypes]
1125 | s16 _rtw_camid_search(_adapter *adapter, u8 *addr, s16 kid, s8 gk)
| ^~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_wlan_util.c:1165:5: warning: no previous prototype for ‘rtw_get_camid’ [-Wmissing-prototypes]
1165 | s16 rtw_get_camid(_adapter *adapter, u8 *addr, s16 kid, u8 gk)
| ^~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_wlan_util.c:1284:6: warning: no previous prototype for ‘rtw_camid_set’ [-Wmissing-prototypes]
1284 | void rtw_camid_set(_adapter *adapter, u8 cam_id)
| ^~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_wlan_util.c:1367:5: warning: no previous prototype for ‘rtw_get_empty_cam_entry’ [-Wmissing-prototypes]
1367 | s16 rtw_get_empty_cam_entry(_adapter *adapter, u8 start_camid)
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_wlan_util.c:2148:5: warning: no previous prototype for ‘check_ielen’ [-Wmissing-prototypes]
2148 | int check_ielen(u8 *start, uint len)
| ^~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:12838:6: warning: no previous prototype for ‘rtw_delba_check’ [-Wmissing-prototypes]
12838 | void rtw_delba_check(_adapter *padapter, struct sta_info *psta, u8 from_timer)
| ^~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:12876:4: warning: no previous prototype for ‘chk_ap_is_alive’ [-Wmissing-prototypes]
12876 | u8 chk_ap_is_alive(_adapter *padapter, struct sta_info *psta)
| ^~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:12916:4: warning: no previous prototype for ‘chk_adhoc_peer_is_alive’ [-Wmissing-prototypes]
12916 | u8 chk_adhoc_peer_is_alive(struct sta_info *psta)
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:14478:4: warning: no previous prototype for ‘rtw_scan_sparse’ [-Wmissing-prototypes]
14478 | u8 rtw_scan_sparse(_adapter *adapter, struct rtw_ieee80211_channel *ch, u8 ch_num)
| ^~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:14582:4: warning: no previous prototype for ‘rtw_scan_backop_decision’ [-Wmissing-prototypes]
14582 | u8 rtw_scan_backop_decision(_adapter *adapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:14989:6: warning: no previous prototype for ‘survey_done_set_ch_bw’ [-Wmissing-prototypes]
14989 | void survey_done_set_ch_bw(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:15057:4: warning: no previous prototype for ‘rtw_ps_annc’ [-Wmissing-prototypes]
15057 | u8 rtw_ps_annc(_adapter *adapter, bool ps)
| ^~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:15146:6: warning: no previous prototype for ‘sitesurvey_set_igi’ [-Wmissing-prototypes]
15146 | void sitesurvey_set_igi(_adapter *adapter)
| ^~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_mlme_ext.c:15206:6: warning: no previous prototype for ‘sitesurvey_set_msr’ [-Wmissing-prototypes]
15206 | void sitesurvey_set_msr(_adapter *adapter, bool enter)
| ^~~~~~~~~~~~~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
CC [M] /home/mj/rtl8188eus/core/rtw_ap.o
/home/mj/rtl8188eus/core/rtw_pwrctrl.c:186:6: warning: no previous prototype for ‘rtw_pwr_unassociated_idle’ [-Wmissing-prototypes]
186 | bool rtw_pwr_unassociated_idle(_adapter *adapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_pwrctrl.c:394:6: warning: no previous prototype for ‘pwr_state_check_handler’ [-Wmissing-prototypes]
394 | void pwr_state_check_handler(void *ctx)
| ^~~~~~~~~~~~~~~~~~~~~~~
CC [M] /home/mj/rtl8188eus/core/mesh/rtw_mesh.o
CC [M] /home/mj/rtl8188eus/core/mesh/rtw_mesh_pathtbl.o
/home/mj/rtl8188eus/core/rtw_rf.c:1744:4: warning: no previous prototype for ‘rtw_rf_get_kfree_tx_gain_offset’ [-Wmissing-prototypes]
1744 | s8 rtw_rf_get_kfree_tx_gain_offset(_adapter *padapter, u8 path, u8 ch)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC [M] /home/mj/rtl8188eus/core/mesh/rtw_mesh_hwmp.o
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
CC [M] /home/mj/rtl8188eus/core/rtw_xmit.o
CC [M] /home/mj/rtl8188eus/core/rtw_p2p.o
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
CC [M] /home/mj/rtl8188eus/core/rtw_rson.o
/home/mj/rtl8188eus/core/rtw_recv.c:767:6: warning: no previous prototype for ‘recv_decache’ [-Wmissing-prototypes]
767 | sint recv_decache(union recv_frame *precv_frame, u16 *tid_rxseq)
| ^~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:871:6: warning: no previous prototype for ‘process_pwrbit_data’ [-Wmissing-prototypes]
871 | void process_pwrbit_data(_adapter *padapter, union recv_frame *precv_frame, struct sta_info *psta)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:901:6: warning: no previous prototype for ‘process_wmmps_data’ [-Wmissing-prototypes]
901 | void process_wmmps_data(_adapter *padapter, union recv_frame *precv_frame, struct sta_info *psta)
| ^~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:1129:6: warning: no previous prototype for ‘sta2sta_data_frame’ [-Wmissing-prototypes]
1129 | sint sta2sta_data_frame(
| ^~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:1308:6: warning: no previous prototype for ‘ap2sta_data_frame’ [-Wmissing-prototypes]
1308 | sint ap2sta_data_frame(
| ^~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:1446:6: warning: no previous prototype for ‘sta2ap_data_frame’ [-Wmissing-prototypes]
1446 | sint sta2ap_data_frame(
| ^~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:1926:6: warning: no previous prototype for ‘validate_recv_mgnt_frame’ [-Wmissing-prototypes]
1926 | sint validate_recv_mgnt_frame(PADAPTER padapter, union recv_frame *precv_frame)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:2015:6: warning: no previous prototype for ‘validate_recv_data_frame’ [-Wmissing-prototypes]
2015 | sint validate_recv_data_frame(_adapter *adapter, union recv_frame *precv_frame)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:2382:6: warning: no previous prototype for ‘wlanhdr_to_ethhdr’ [-Wmissing-prototypes]
2382 | sint wlanhdr_to_ethhdr(union recv_frame *precvframe)
| ^~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:2973:5: warning: no previous prototype for ‘amsdu_to_msdu’ [-Wmissing-prototypes]
2973 | int amsdu_to_msdu(_adapter *padapter, union recv_frame *prframe)
| ^~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:3611:5: warning: no previous prototype for ‘validate_mp_recv_frame’ [-Wmissing-prototypes]
3611 | int validate_mp_recv_frame(_adapter *adapter, union recv_frame *precv_frame)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:3748:5: warning: no previous prototype for ‘mp_recv_frame’ [-Wmissing-prototypes]
3748 | int mp_recv_frame(_adapter *padapter, union recv_frame *rframe)
| ^~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:4188:5: warning: no previous prototype for ‘recv_frame_monitor’ [-Wmissing-prototypes]
4188 | int recv_frame_monitor(_adapter *padapter, union recv_frame *rframe)
| ^~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:4235:5: warning: no previous prototype for ‘recv_func_prehandle’ [-Wmissing-prototypes]
4235 | int recv_func_prehandle(_adapter *padapter, union recv_frame *rframe)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:4271:5: warning: no previous prototype for ‘recv_func_posthandle’ [-Wmissing-prototypes]
4271 | int recv_func_posthandle(_adapter *padapter, union recv_frame *prframe)
| ^~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:4379:5: warning: no previous prototype for ‘recv_func’ [-Wmissing-prototypes]
4379 | int recv_func(_adapter *padapter, union recv_frame *rframe)
| ^~~~~~~~~
/home/mj/rtl8188eus/core/rtw_recv.c:4684:6: warning: no previous prototype for ‘rx_process_phy_info’ [-Wmissing-prototypes]
4684 | void rx_process_phy_info(_adapter *padapter, union recv_frame *rframe)
| ^~~~~~~~~~~~~~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
/home/mj/rtl8188eus/core/rtw_sta_mgt.c:26:6: warning: no previous prototype for ‘test_st_match_rule’ [-Wmissing-prototypes]
26 | bool test_st_match_rule(_adapter *adapter, u8 *local_naddr, u8 *local_port, u8 *remote_naddr, u8 *remote_port)
| ^~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_sta_mgt.c:353:9: warning: no previous prototype for ‘_rtw_free_sta_xmit_priv_lock’ [-Wmissing-prototypes]
353 | void _rtw_free_sta_xmit_priv_lock(struct sta_xmit_priv *psta_xmitpriv)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_sta_mgt.c:361:6: warning: no previous prototype for ‘rtw_mfree_stainfo’ [-Wmissing-prototypes]
361 | void rtw_mfree_stainfo(struct sta_info *psta)
| ^~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_sta_mgt.c:369:6: warning: no previous prototype for ‘rtw_mfree_all_stainfo’ [-Wmissing-prototypes]
369 | void rtw_mfree_all_stainfo(struct sta_priv *pstapriv)
| ^~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_sta_mgt.c:1026:4: warning: no previous prototype for ‘_rtw_access_ctrl’ [-Wmissing-prototypes]
1026 | u8 _rtw_access_ctrl(_adapter *adapter, u8 period, const u8 *mac_addr)
| ^~~~~~~~~~~~~~~~
CC [M] /home/mj/rtl8188eus/core/rtw_tdls.o
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
CC [M] /home/mj/rtl8188eus/core/rtw_br_ext.o
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
/home/mj/rtl8188eus/core/rtw_ap.c:903:6: warning: no previous prototype for ‘rtw_init_bmc_sta_tx_rate’ [-Wmissing-prototypes]
903 | void rtw_init_bmc_sta_tx_rate(_adapter *padapter, struct sta_info *psta)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_ap.c:2678:4: warning: no previous prototype for ‘rtw_ap_bmc_frames_hdl’ [-Wmissing-prototypes]
2678 | u8 rtw_ap_bmc_frames_hdl(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_ap.c:3998:6: warning: no previous prototype for ‘rtw_ap_bcmc_sta_flush’ [-Wmissing-prototypes]
3998 | void rtw_ap_bcmc_sta_flush(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~
CC [M] /home/mj/rtl8188eus/core/rtw_iol.o
/home/mj/rtl8188eus/core/rtw_xmit.c:65:6: warning: no previous prototype for ‘rtw_free_xmit_block’ [-Wmissing-prototypes]
65 | void rtw_free_xmit_block(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_xmit.c:358:7: warning: no previous prototype for ‘rtw_mfree_xmit_priv_lock’ [-Wmissing-prototypes]
358 | void rtw_mfree_xmit_priv_lock(struct xmit_priv *pxmitpriv)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_xmit.c:494:6: warning: no previous prototype for ‘rtw_get_shared_macid_tx_rate_bmp_by_bw’ [-Wmissing-prototypes]
494 | void rtw_get_shared_macid_tx_rate_bmp_by_bw(struct dvobj_priv *dvobj, u8 bw, u16 *r_bmp_cck_ofdm, u32 *r_bmp_ht, u32 *r_bmp_vht)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_xmit.c:3409:6: warning: no previous prototype for ‘rtw_init_xmitframe’ [-Wmissing-prototypes]
3409 | void rtw_init_xmitframe(struct xmit_frame *pxframe)
| ^~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_xmit.c:3700:20: warning: no previous prototype for ‘rtw_get_xframe’ [-Wmissing-prototypes]
3700 | struct xmit_frame *rtw_get_xframe(struct xmit_priv *pxmitpriv, int *num_frame)
| ^~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_xmit.c:4092:5: warning: no previous prototype for ‘rtw_br_client_tx’ [-Wmissing-prototypes]
4092 | int rtw_br_client_tx(_adapter *padapter, struct sk_buff **pskb)
| ^~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_xmit.c:5761:6: warning: no previous prototype for ‘rtw_sctx_chk_waring_status’ [-Wmissing-prototypes]
5761 | bool rtw_sctx_chk_waring_status(int status)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_p2p.c:21:5: warning: no previous prototype for ‘rtw_p2p_is_channel_list_ok’ [-Wmissing-prototypes]
21 | int rtw_p2p_is_channel_list_ok(u8 desired_ch, u8 *ch_list, u8 ch_cnt)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_p2p.c:34:5: warning: no previous prototype for ‘is_any_client_associated’ [-Wmissing-prototypes]
34 | int is_any_client_associated(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_p2p.c:2555:4: warning: no previous prototype for ‘rtw_p2p_get_peer_ch_list’ [-Wmissing-prototypes]
2555 | u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch_list)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_p2p.c:2577:4: warning: no previous prototype for ‘rtw_p2p_ch_inclusion’ [-Wmissing-prototypes]
2577 | u8 rtw_p2p_ch_inclusion(_adapter *adapter, u8 *peer_ch_list, u8 peer_ch_num, u8 *ch_list_inclusioned)
| ^~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_p2p.c:3072:6: warning: no previous prototype for ‘find_phase_handler’ [-Wmissing-prototypes]
3072 | void find_phase_handler(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_p2p.c:3097:6: warning: no previous prototype for ‘restore_p2p_state_handler’ [-Wmissing-prototypes]
3097 | void restore_p2p_state_handler(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_p2p.c:3132:6: warning: no previous prototype for ‘pre_tx_invitereq_handler’ [-Wmissing-prototypes]
3132 | void pre_tx_invitereq_handler(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_p2p.c:3144:6: warning: no previous prototype for ‘pre_tx_provdisc_handler’ [-Wmissing-prototypes]
3144 | void pre_tx_provdisc_handler(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_p2p.c:3156:6: warning: no previous prototype for ‘pre_tx_negoreq_handler’ [-Wmissing-prototypes]
3156 | void pre_tx_negoreq_handler(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_p2p.c:3735:5: warning: no previous prototype for ‘rtw_xframe_build_wfd_ie’ [-Wmissing-prototypes]
3735 | u32 rtw_xframe_build_wfd_ie(struct xmit_frame *xframe)
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_p2p.c:3813:6: warning: no previous prototype for ‘rtw_xframe_del_wfd_ie’ [-Wmissing-prototypes]
3813 | bool rtw_xframe_del_wfd_ie(struct xmit_frame *xframe)
| ^~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_p2p.c:3890:5: warning: no previous prototype for ‘dump_p2p_attr_ch_list’ [-Wmissing-prototypes]
3890 | u8 *dump_p2p_attr_ch_list(u8 *p2p_ie, uint p2p_ielen, u8 *buf, u32 buf_len)
| ^~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_p2p.c:3943:6: warning: no previous prototype for ‘rtw_p2p_nego_intent_compare’ [-Wmissing-prototypes]
3943 | bool rtw_p2p_nego_intent_compare(u8 req, u8 resp)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
CC [M] /home/mj/rtl8188eus/core/rtw_sreset.o
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
CC [M] /home/mj/rtl8188eus/core/rtw_btcoex_wifionly.o
CC [M] /home/mj/rtl8188eus/core/rtw_btcoex.o
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
CC [M] /home/mj/rtl8188eus/core/rtw_beamforming.o
CC [M] /home/mj/rtl8188eus/core/rtw_odm.o
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
/home/mj/rtl8188eus/core/rtw_br_ext.c:646:6: warning: no previous prototype for ‘nat25_db_expire’ [-Wmissing-prototypes]
646 | void nat25_db_expire(_adapter *priv)
| ^~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_br_ext.c:762:5: warning: no previous prototype for ‘nat25_db_handle’ [-Wmissing-prototypes]
762 | int nat25_db_handle(_adapter *priv, struct sk_buff *skb, int method)
| ^~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_br_ext.c:1397:5: warning: no previous prototype for ‘nat25_handle_frame’ [-Wmissing-prototypes]
1397 | int nat25_handle_frame(_adapter *priv, struct sk_buff *skb)
| ^~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_br_ext.c:1528:6: warning: no previous prototype for ‘dhcp_flag_bcast’ [-Wmissing-prototypes]
1528 | void dhcp_flag_bcast(_adapter *priv, struct sk_buff *skb)
| ^~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_br_ext.c:1569:7: warning: no previous prototype for ‘scdb_findEntry’ [-Wmissing-prototypes]
1569 | void *scdb_findEntry(_adapter *priv, unsigned char *macAddr,
| ^~~~~~~~~~~~~~
CC [M] /home/mj/rtl8188eus/core/rtw_rm.o
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
CC [M] /home/mj/rtl8188eus/core/rtw_rm_fsm.o
CC [M] /home/mj/rtl8188eus/core/efuse/rtw_efuse.o
/home/mj/rtl8188eus/core/rtw_sreset.c:105:6: warning: no previous prototype for ‘sreset_restore_security_station’ [-Wmissing-prototypes]
105 | void sreset_restore_security_station(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_sreset.c:143:6: warning: no previous prototype for ‘sreset_restore_network_station’ [-Wmissing-prototypes]
143 | void sreset_restore_network_station(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_sreset.c:217:6: warning: no previous prototype for ‘sreset_restore_network_status’ [-Wmissing-prototypes]
217 | void sreset_restore_network_status(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
CC [M] /home/mj/rtl8188eus/os_dep/osdep_service.o
CC [M] /home/mj/rtl8188eus/os_dep/linux/os_intfs.o
CC [M] /home/mj/rtl8188eus/os_dep/linux/usb_intf.o
CC [M] /home/mj/rtl8188eus/os_dep/linux/usb_ops_linux.o
/home/mj/rtl8188eus/core/rtw_odm.c:67:6: warning: no previous prototype for ‘rtw_odm_adaptivity_ver_msg’ [-Wmissing-prototypes]
67 | void rtw_odm_adaptivity_ver_msg(void *sel, _adapter *adapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_odm.c:75:6: warning: no previous prototype for ‘rtw_odm_adaptivity_en_msg’ [-Wmissing-prototypes]
75 | void rtw_odm_adaptivity_en_msg(void *sel, _adapter *adapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_odm.c:92:6: warning: no previous prototype for ‘rtw_odm_adaptivity_mode_msg’ [-Wmissing-prototypes]
92 | void rtw_odm_adaptivity_mode_msg(void *sel, _adapter *adapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_odm.c:109:6: warning: no previous prototype for ‘rtw_odm_adaptivity_dml_msg’ [-Wmissing-prototypes]
109 | void rtw_odm_adaptivity_dml_msg(void *sel, _adapter *adapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/rtw_odm.c:123:6: warning: no previous prototype for ‘rtw_odm_adaptivity_dc_backoff_msg’ [-Wmissing-prototypes]
123 | void rtw_odm_adaptivity_dc_backoff_msg(void *sel, _adapter *adapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
CC [M] /home/mj/rtl8188eus/os_dep/linux/ioctl_linux.o
CC [M] /home/mj/rtl8188eus/os_dep/linux/xmit_linux.o
/home/mj/rtl8188eus/core/efuse/rtw_efuse.c:727:6: warning: no previous prototype for ‘efuse_PreUpdateAction’ [-Wmissing-prototypes]
727 | VOID efuse_PreUpdateAction(
| ^~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/efuse/rtw_efuse.c:756:6: warning: no previous prototype for ‘efuse_PostUpdateAction’ [-Wmissing-prototypes]
756 | VOID efuse_PostUpdateAction(
| ^~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/core/efuse/rtw_efuse.c:1161:1: warning: no previous prototype for ‘Efuse_PgPacketWrite_BT’ [-Wmissing-prototypes]
1161 | Efuse_PgPacketWrite_BT(IN PADAPTER pAdapter,
| ^~~~~~~~~~~~~~~~~~~~~~
CC [M] /home/mj/rtl8188eus/os_dep/linux/mlme_linux.o
/home/mj/rtl8188eus/os_dep/osdep_service.c:2413:5: warning: no previous prototype for ‘rtw_change_ifname’ [-Wmissing-prototypes]
2413 | int rtw_change_ifname(_adapter *padapter, const char *ifname)
| ^~~~~~~~~~~~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
CC [M] /home/mj/rtl8188eus/os_dep/linux/recv_linux.o
/home/mj/rtl8188eus/os_dep/linux/usb_intf.c:310:17: error: ‘struct usb_driver’ has no member named ‘drvwrap’
310 | .usbdrv.drvwrap.driver.shutdown = rtw_dev_shutdown,
| ^~~~~~~
/home/mj/rtl8188eus/os_dep/linux/usb_intf.c:310:43: error: initialization of ‘const char *’ from incompatible pointer type ‘void (*)(struct device *)’ [-Werror=incompatible-pointer-types]
310 | .usbdrv.drvwrap.driver.shutdown = rtw_dev_shutdown,
| ^~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/usb_intf.c:310:43: note: (near initialization for ‘usb_drv.usbdrv.name’)
/home/mj/rtl8188eus/os_dep/linux/usb_ops_linux.c:710:6: warning: no previous prototype for ‘usb_init_recvbuf’ [-Wmissing-prototypes]
710 | void usb_init_recvbuf(_adapter *padapter, struct recv_buf *precvbuf)
| ^~~~~~~~~~~~~~~~
In file included from /home/mj/rtl8188eus/include/usb_ops.h:34,
from /home/mj/rtl8188eus/include/drv_types.h:1698,
from /home/mj/rtl8188eus/os_dep/linux/usb_ops_linux.c:17:
/home/mj/rtl8188eus/include/usb_ops_linux.h:43:49: warning: no previous prototype for ‘usb_read_port_complete’ [-Wmissing-prototypes]
43 | #define usb_read_port_complete(purb, regs) usb_read_port_complete(purb)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/usb_ops_linux.c:902:6: note: in expansion of macro ‘usb_read_port_complete’
902 | void usb_read_port_complete(struct urb *purb, struct pt_regs *regs)
| ^~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/usb_intf.c:962:5: warning: no previous prototype for ‘rtw_resume_process’ [-Wmissing-prototypes]
962 | int rtw_resume_process(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/usb_intf.c:1216:11: warning: no previous prototype for ‘rtw_usb_primary_adapter_init’ [-Wmissing-prototypes]
1216 | _adapter *rtw_usb_primary_adapter_init(struct dvobj_priv *dvobj,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:784:6: warning: no previous prototype for ‘rtw_regsty_load_target_tx_power’ [-Wmissing-prototypes]
784 | void rtw_regsty_load_target_tx_power(struct registry_priv *regsty)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:1268:14: warning: no previous prototype for ‘rtw_classify8021d’ [-Wmissing-prototypes]
1268 | unsigned int rtw_classify8021d(struct sk_buff *skb)
| ^~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:1403:5: warning: no previous prototype for ‘rtw_ndev_init’ [-Wmissing-prototypes]
1403 | int rtw_ndev_init(struct net_device *dev)
| ^~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:1416:6: warning: no previous prototype for ‘rtw_ndev_uninit’ [-Wmissing-prototypes]
1416 | void rtw_ndev_uninit(struct net_device *dev)
| ^~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:1487:6: warning: no previous prototype for ‘rtw_hook_if_ops’ [-Wmissing-prototypes]
1487 | void rtw_hook_if_ops(struct net_device *ndev)
| ^~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:1565:5: warning: no previous prototype for ‘rtw_os_ndev_alloc’ [-Wmissing-prototypes]
1565 | int rtw_os_ndev_alloc(_adapter *adapter)
| ^~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:1613:5: warning: no previous prototype for ‘rtw_os_ndev_register’ [-Wmissing-prototypes]
1613 | int rtw_os_ndev_register(_adapter *adapter, const char *name)
| ^~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:1759:5: warning: no previous prototype for ‘rtw_os_ndevs_alloc’ [-Wmissing-prototypes]
1759 | int rtw_os_ndevs_alloc(struct dvobj_priv *dvobj)
| ^~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:1812:6: warning: no previous prototype for ‘rtw_os_ndevs_free’ [-Wmissing-prototypes]
1812 | void rtw_os_ndevs_free(struct dvobj_priv *dvobj)
| ^~~~~~~~~~~~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
cc1: some warnings being treated as errors
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:3030:5: warning: no previous prototype for ‘rtw_os_ndevs_register’ [-Wmissing-prototypes]
3030 | int rtw_os_ndevs_register(struct dvobj_priv *dvobj)
| ^~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:3149:6: warning: no previous prototype for ‘netdev_br_init’ [-Wmissing-prototypes]
3149 | void netdev_br_init(struct net_device *netdev)
| ^~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:3384:6: warning: no previous prototype for ‘ips_netdrv_open’ [-Wmissing-prototypes]
3384 | int ips_netdrv_open(_adapter *padapter)
| ^~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:3485:5: warning: no previous prototype for ‘pm_netdev_open’ [-Wmissing-prototypes]
3485 | int pm_netdev_open(struct net_device *pnetdev, u8 bnormal)
| ^~~~~~~~~~~~~~
make[3]: *** [scripts/Makefile.build:243 : /home/mj/rtl8188eus/os_dep/linux/usb_intf.o] Erreur 1
make[3]: *** Attente des tâches non terminées....
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:3614:5: warning: no previous prototype for ‘pm_netdev_close’ [-Wmissing-prototypes]
3614 | int pm_netdev_close(struct net_device *pnetdev, u8 bnormal)
| ^~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:4299:5: warning: no previous prototype for ‘rtw_suspend_normal’ [-Wmissing-prototypes]
4299 | int rtw_suspend_normal(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:4700:6: warning: no previous prototype for ‘rtw_mi_resume_process_normal’ [-Wmissing-prototypes]
4700 | void rtw_mi_resume_process_normal(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/os_intfs.c:4729:5: warning: no previous prototype for ‘rtw_resume_process_normal’ [-Wmissing-prototypes]
4729 | int rtw_resume_process_normal(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
/home/mj/rtl8188eus/os_dep/linux/ioctl_linux.c:184:6: warning: no previous prototype for ‘indicate_wx_scan_complete_event’ [-Wmissing-prototypes]
184 | void indicate_wx_scan_complete_event(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/ioctl_linux.c:198:6: warning: no previous prototype for ‘rtw_indicate_wx_assoc_event’ [-Wmissing-prototypes]
198 | void rtw_indicate_wx_assoc_event(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/ioctl_linux.c:221:6: warning: no previous prototype for ‘rtw_indicate_wx_disassoc_event’ [-Wmissing-prototypes]
221 | void rtw_indicate_wx_disassoc_event(_adapter *padapter)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/mj/rtl8188eus/os_dep/linux/xmit_linux.c:365:5: warning: no previous prototype for ‘rtw_mlcst2unicst’ [-Wmissing-prototypes]
365 | int rtw_mlcst2unicst(_adapter *padapter, struct sk_buff *skb)
| ^~~~~~~~~~~~~~~~
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-sometimes-uninitialized’ may have been intended to silence earlier diagnostics
make[2]: *** [/usr/src/linux-headers-6.8.0-41-generic/Makefile:1926 : /home/mj/rtl8188eus] Erreur 2
make[1]: *** [Makefile:240 : __sub-make] Erreur 2
make[1] : on quitte le répertoire « /usr/src/linux-headers-6.8.0-41-generic »
make: *** [Makefile:2065 : modules] Erreur 2
mj@mj-X75VD1:~/rtl8188eus$
Hors ligne
#14 Le 09/09/2024, à 17:40
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
voici ma configuration
# Rapport d’informations du système
---
## Détails du compte rendu
- **Date de génération :** 2024-09-09 18:39:42
## Informations liées au matériel :
- **Modèle du matériel :** ASUSTeK COMPUTER INC. X75VD1
- **Mémoire :** 12,0 Gio
- **Processeur :** Intel® Pentium® B980 × 2
- **Carte graphique :** Intel® HD Graphics 2000 (SNB GT1)
- **Carte graphique 1 :** NVD9
- **Capacité du disque :** 500,1 Go
## Informations liées au logiciel :
- **Version du micrologiciel :** X75VD1.403
- **Nom du système d’exploitation :** Ubuntu 24.04.1 LTS
- **Construction du système d’exploitation :** (null)
- **Type de système d’exploitation :** 64 bits
- **Version de GNOME :** 46
- **Système de fenêtrage :** Wayland
- **Version du noyau :** Linux 6.8.0-41-generic
Hors ligne
#15 Le 09/09/2024, à 19:35
- NicoApi73
Re : Clef Wifi USB Realtek RTL 8188 EUS
Donne les retours de :
lsmod | sort
sudo lshw -class network
nmcli dev wifi
Et tu passeras la commande suivante qui n'a servi à rien :
sudo rm /etc/modprobe.d/r8188eu.conf
Hors ligne
#16 Le 09/09/2024, à 21:26
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
OK Nico je fais cela demain matin.
Hors ligne
#17 Le 10/09/2024, à 13:07
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
mj@mj-X75VD1:~$ lsmod | sort
ahci 49152 2
alx 61440 0
asus_nb_wmi 32768 0
asus_wireless 16384 0
asus_wmi 86016 2 asus_nb_wmi,mfd_aaeon
at24 28672 0
autofs4 57344 2
binfmt_misc 24576 1
ccm 20480 6
cec 94208 2 drm_display_helper,i915
cfg80211 1323008 3 rt2x00lib,mac80211,rtl8xxxu
coretemp 24576 0
crc32_pclmul 12288 0
crct10dif_pclmul 12288 1
cryptd 24576 1 ghash_clmulni_intel
dmi_sysfs 24576 0
drm_buddy 20480 1 i915
drm_display_helper 237568 2 i915,nouveau
drm_exec 12288 2 drm_gpuvm,nouveau
drm_gpuvm 45056 1 nouveau
drm_ttm_helper 12288 1 nouveau
eeprom_93cx6 16384 1 rt2800pci
efi_pstore 12288 0
ghash_clmulni_intel 16384 0
gpu_sched 61440 1 nouveau
hid 180224 4 usbhid,hid_generic,hid_logitech_dj,hid_logitech_hidpp
hid_generic 12288 0
hid_logitech_dj 36864 0
hid_logitech_hidpp 65536 0
i2c_algo_bit 16384 2 i915,nouveau
i2c_i801 36864 0
i2c_smbus 16384 1 i2c_i801
i915 4272128 30
input_leds 12288 0
intel_cstate 24576 0
intel_powerclamp 24576 0
intel_rapl_common 40960 1 intel_rapl_msr
intel_rapl_msr 20480 0
ip_tables 32768 0
joydev 32768 0
ledtrig_audio 12288 1 asus_wmi
libahci 53248 1 ahci
libarc4 12288 1 mac80211
lp 28672 0
lpc_ich 32768 0
mac80211 1720320 5 rt2x00pci,rt2x00lib,rtl8xxxu,rt2800pci,rt2800lib
mac_hid 12288 0
mc 81920 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
mdio 12288 1 alx
mei 167936 5 mei_hdcp,mei_pxp,mei_me
mei_hdcp 28672 0
mei_me 53248 2
mei_pxp 16384 0
mfd_aaeon 12288 0
Module Size Used by
msr 12288 0
mxm_wmi 12288 1 nouveau
nfnetlink 20480 1
nls_iso8859_1 12288 1
nouveau 3096576 0
parport 73728 3 parport_pc,lp,ppdev
parport_pc 53248 0
platform_profile 12288 1 asus_wmi
polyval_generic 12288 0
ppdev 24576 0
psmouse 217088 0
qrtr 53248 2
rapl 20480 0
rc_core 73728 1 cec
rt2800lib 200704 2 rt2800mmio,rt2800pci
rt2800mmio 24576 1 rt2800pci
rt2800pci 16384 0
rt2x00lib 86016 5 rt2x00mmio,rt2x00pci,rt2800mmio,rt2800pci,rt2800lib
rt2x00mmio 12288 2 rt2800mmio,rt2800pci
rt2x00pci 12288 1 rt2800pci
rtl8xxxu 290816 0
serio_raw 20480 0
sha1_ssse3 32768 0
sha256_ssse3 32768 0
snd 143360 15 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_hda_codec_via,snd_pcm,snd_rawmidi
snd_hda_codec 204800 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_via
snd_hda_codec_generic 122880 1 snd_hda_codec_via
snd_hda_codec_hdmi 94208 1
snd_hda_codec_via 24576 1
snd_hda_core 139264 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_via
snd_hda_intel 61440 1
snd_hrtimer 12288 1
snd_hwdep 20480 1 snd_hda_codec
snd_intel_dspcfg 36864 1 snd_hda_intel
snd_intel_sdw_acpi 16384 1 snd_intel_dspcfg
snd_pcm 192512 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
snd_rawmidi 57344 1 snd_seq_midi
snd_seq 114688 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_timer 49152 3 snd_seq,snd_hrtimer,snd_pcm
soundcore 16384 1 snd
sparse_keymap 12288 1 asus_wmi
ttm 110592 3 drm_ttm_helper,i915,nouveau
usbhid 77824 2 hid_logitech_dj,hid_logitech_hidpp
uvc 12288 1 uvcvideo
uvcvideo 139264 0
video 73728 4 asus_wmi,asus_nb_wmi,i915,nouveau
videobuf2_common 81920 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 352256 2 videobuf2_v4l2,uvcvideo
wmi 28672 6 video,asus_wmi,wmi_bmof,mfd_aaeon,mxm_wmi,nouveau
wmi_bmof 12288 0
x86_pkg_temp_thermal 20480 0
xhci_pci 24576 0
xhci_pci_renesas 20480 1 xhci_pci
x_tables 65536 1 ip_tables
mj@mj-X75VD1:~$ sudo lshw -class network
[sudo] Mot de passe de mj :
*-network
description: Interface réseau sans fil
produit: RT5390 Wireless 802.11n 1T/1R PCIe
fabricant: Ralink corp.
identifiant matériel: 0
information bus: pci@0000:03:00.0
nom logique: wlp3s0
version: 00
numéro de série: 68:94:23:59:dd:e1
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration : broadcast=yes driver=rt2800pci driverversion=6.8.0-41-generic firmware=0.40 ip=192.168.1.100 latency=0 link=yes multicast=yes wireless=IEEE 802.11
ressources : irq:17 mémoire:f7900000-f790ffff
*-network
description: Ethernet interface
produit: AR8161 Gigabit Ethernet
fabricant: Qualcomm Atheros
identifiant matériel: 0
information bus: pci@0000:04:00.0
nom logique: enp4s0
version: 10
numéro de série: 50:46:5d:9b:7c:8c
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration : autonegotiation=on broadcast=yes driver=alx driverversion=6.8.0-41-generic latency=0 link=no multicast=yes port=twisted pair
ressources : irq:19 mémoire:f7800000-f783ffff portE/S:d000(taille=128)
*-network
description: Interface réseau sans fil
identifiant matériel: a
information bus: usb@2:1.3
nom logique: wlx0092c50b1062
numéro de série: 00:92:c5:0b:10:62
fonctionnalités: ethernet physical wireless
configuration : broadcast=yes driver=rtl8xxxu driverversion=6.8.0-41-generic firmware=N/A ip=192.168.1.48 link=yes multicast=yes wireless=IEEE 802.11
mj@mj-X75VD1:~$ nmcli dev wifi
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC>
E4:C3:2A:E3:4D:E8 SFR_8380 Infra 2 195 Mbit/s 75 ▂▄▆_ WPA>
* AC:15:A2:F3:ED:B6 SFR_8380 Infra 2 195 Mbit/s 71 ▂▄▆_ WPA>
E4:5D:51:3E:F3:26 SFR_8380 Infra 2 130 Mbit/s 69 ▂▄▆_ WPA>
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC>
* E4:C3:2A:E3:4D:E8 SFR_8380 Infra 2 195 Mbit/s 92 ▂▄▆█ WPA>
AC:15:A2:F3:ED:B6 SFR_8380 Infra 2 195 Mbit/s 69 ▂▄▆_ WPA>
E4:5D:51:3E:F3:26 SFR_8380 Infra 2 130 Mbit/s 62 ▂▄▆_ WPA>
lines 1-9/9 (END)
Hors ligne
#18 Le 10/09/2024, à 13:23
- xubu1957
Re : Clef Wifi USB Realtek RTL 8188 EUS
Bonjour,
Montre, pour avoir les lignes sans troncatures :
nmcli dev wifi | cat
Dernière modification par xubu1957 (Le 10/09/2024, à 17:23)
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
#19 Le 10/09/2024, à 13:34
- NicoApi73
Re : Clef Wifi USB Realtek RTL 8188 EUS
Bonjour,
Tes 2 interfaces WiFi étaient actives quand tu as passé la commande.
Le pilote utilisé pour ta clé est le fourre-tout rtl8xxxu.
Tu vas commencé par "déactiver" ta carte interne en déchargeant le pilote. Cette manip est temporaire : au prochain redémarrage elle sera active de nouveau. Passe la commande suivante
sudo modprobe -r rt2800pci
sudo modprobe -r rt2x00lib
Puis donne de nouveau :
sudo lshw -class network
nmcli dev wifi
Surtout, donne bien tous les retours, y compris les vides, de la commande au prompt de retour.
Hors ligne
#20 Le 10/09/2024, à 17:14
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
mj@mj-X75VD1:~$ nmcli dev wifi | cat
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
* E4:C3:2A:E3:4D:E8 SFR_8380 Infra 2 195 Mbit/s 99 ▂▄▆█ WPA1 WPA2
AC:15:A2:F3:ED:B6 SFR_8380 Infra 2 195 Mbit/s 72 ▂▄▆_ WPA2
E4:5D:51:3E:F3:26 SFR_8380 Infra 2 130 Mbit/s 55 ▂▄__ WPA1 WPA2
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SECURITY
AC:15:A2:F3:ED:B6 SFR_8380 Infra 2 195 Mbit/s 75 ▂▄▆_ WPA2
* E4:C3:2A:E3:4D:E8 SFR_8380 Infra 2 195 Mbit/s 65 ▂▄▆_ WPA1 WPA2
E4:5D:51:3E:F3:26 SFR_8380 Infra 2 130 Mbit/s 52 ▂▄__ WPA1 WPA2
22:66:CF:4C:AB:51 fbx-LFNBBT6SGOEMN5MZVDRVV7J2CEC Mesh 1 270 Mbit/s 29 ▂___ WPA3
22:66:CF:4C:AB:50 Freebox-5FFB31 Infra 1 130 Mbit/s 25 ▂___ WPA2
22:66:CF:8C:DF:F4 Freebox-5FFB31 Infra 1 130 Mbit/s 12 ▂___ WPA2
EC:41:18:BC:AB:49 SFR_BigBen_plus Infra 11 130 Mbit/s 12 ▂___ WPA1 WPA2
mj@mj-X75VD1:~$
Hors ligne
#21 Le 10/09/2024, à 17:15
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
mj@mj-X75VD1:~$ sudo modprobe -r rt2800pci
[sudo] Mot de passe de mj :
mj@mj-X75VD1:~$
Hors ligne
#22 Le 10/09/2024, à 17:16
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
mj@mj-X75VD1:~$ sudo modprobe -r rt2x00lib
[sudo] Mot de passe de mj :
modprobe: FATAL: Module rt2x00lib is in use.
mj@mj-X75VD1:~$
Hors ligne
#23 Le 10/09/2024, à 17:17
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
mj@mj-X75VD1:~$ sudo lshw -class network
[sudo] Mot de passe de mj :
*-network NON-RÉCLAMÉ
description: Network controller
produit: RT5390 Wireless 802.11n 1T/1R PCIe
fabricant: Ralink corp.
identifiant matériel: 0
information bus: pci@0000:03:00.0
version: 00
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress cap_list
configuration : latency=0
ressources : mémoire:f7900000-f790ffff
*-network
description: Ethernet interface
produit: AR8161 Gigabit Ethernet
fabricant: Qualcomm Atheros
identifiant matériel: 0
information bus: pci@0000:04:00.0
nom logique: enp4s0
version: 10
numéro de série: 50:46:5d:9b:7c:8c
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration : autonegotiation=on broadcast=yes driver=alx driverversion=6.8.0-41-generic latency=0 link=no multicast=yes port=twisted pair
ressources : irq:19 mémoire:f7800000-f783ffff portE/S:d000(taille=128)
*-network
description: Interface réseau sans fil
identifiant matériel: a
information bus: usb@2:1.3
nom logique: wlx0092c50b1062
numéro de série: 00:92:c5:0b:10:62
fonctionnalités: ethernet physical wireless
configuration : broadcast=yes driver=rtl8xxxu driverversion=6.8.0-41-generic firmware=N/A ip=192.168.1.48 link=yes multicast=yes wireless=IEEE 802.11
mj@mj-X75VD1:~$
Hors ligne
#24 Le 10/09/2024, à 17:19
- legrand98
Re : Clef Wifi USB Realtek RTL 8188 EUS
mj@mj-X75VD1:~$ sudo lshw -class network
[sudo] Mot de passe de mj :
*-network NON-RÉCLAMÉ
description: Network controller
produit: RT5390 Wireless 802.11n 1T/1R PCIe
fabricant: Ralink corp.
identifiant matériel: 0
information bus: pci@0000:03:00.0
version: 00
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress cap_list
configuration : latency=0
ressources : mémoire:f7900000-f790ffff
*-network
description: Ethernet interface
produit: AR8161 Gigabit Ethernet
fabricant: Qualcomm Atheros
identifiant matériel: 0
information bus: pci@0000:04:00.0
nom logique: enp4s0
version: 10
numéro de série: 50:46:5d:9b:7c:8c
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration : autonegotiation=on broadcast=yes driver=alx driverversion=6.8.0-41-generic latency=0 link=no multicast=yes port=twisted pair
ressources : irq:19 mémoire:f7800000-f783ffff portE/S:d000(taille=128)
*-network
description: Interface réseau sans fil
identifiant matériel: a
information bus: usb@2:1.3
nom logique: wlx0092c50b1062
numéro de série: 00:92:c5:0b:10:62
fonctionnalités: ethernet physical wireless
configuration : broadcast=yes driver=rtl8xxxu driverversion=6.8.0-41-generic firmware=N/A ip=192.168.1.48 link=yes multicast=yes wireless=IEEE 802.11
mj@mj-X75VD1:~$ nmcli dev wifi
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BARS SEC>
* E4:C3:2A:E3:4D:E8 SFR_8380 Infra 2 195 Mbit/s 92 ▂▄▆█ WPA>
AC:15:A2:F3:ED:B6 SFR_8380 Infra 2 195 Mbit/s 65 ▂▄▆_ WPA>
E4:5D:51:3E:F3:26 SFR_8380 Infra 2 130 Mbit/s 55 ▂▄__ WPA>
lines 1-4/4 (END)
Hors ligne
#25 Le 10/09/2024, à 17:23
- xubu1957
Re : Clef Wifi USB Realtek RTL 8188 EUS
Voir le § 1 > [Tuto] Pas de Wi-fi ? Éléments importants à vérifier, pour mettre un chiffrement en WPA2 seul.
Et la notice de ta Box, pour choisir un canal 6, pour les fréquences 2.4 GHz, et un canal 36 pour les fréquences 5 GHz.
Dernière modification par xubu1957 (Le 10/09/2024, à 17:24)
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