#1 Le 09/12/2024, à 19:08
- legrand98
[RESOLU] Clef Wifi USB rétive rtl8821CU
Bonjour,
voilà une clef USB wifi qui me donne du fil à retordre :
j@jj-HP-Pavilion-Notebook:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.5 LTS
Release: 22.04
Codename: jammy
jj@jj-HP-Pavilion-Notebook:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0a5c:216d Broadcom Corp. BCM43142A0 Bluetooth 4.0
Bus 001 Device 006: ID 0bda:c811 Realtek Semiconductor Corp. 802.11ac NIC
Bus 001 Device 004: ID 064e:930a Suyin Corp. HP Truevision HD
Bus 001 Device 002: ID 248a:8366 Maxxter Wireless Optical Mouse ACT-MUSW-002
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
jj@jj-HP-Pavilion-Notebook:~$
Dernière modification par legrand98 (Le 11/12/2024, à 13:40)
Hors ligne
#2 Le 09/12/2024, à 19:11
- legrand98
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Je pensais trouver mon bonheur ici mais les commandes de Nico n'ont pas fonctionné..... enfin si mais je n'ai toujours pas accés au wifi via cette clef.
Hors ligne
#3 Le 09/12/2024, à 19:31
- xubu1957
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Bonjour,
Pour une clé :
ID 0bda:c811 Realtek Semiconductor Corp. 802.11ac NIC
Nico proposait le pilote de brektrou https://github.com/brektrou/rtl8821CU dans le fil > [résolu] driver clé wifi Realtek Semiconductor Corp. 802.11ac NIC
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
#4 Le 10/12/2024, à 17:19
- legrand98
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Merci xubu1957
bon j'ai suivi la procédure mais j'ai pas mal d'erreurs
jj@jj-HP-Pavilion-Notebook:~$ sudo apt install git build-essential
[sudo] Mot de passe de jj :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
build-essential est déjà la version la plus récente (12.9ubuntu3).
git est déjà la version la plus récente (1:2.34.1-1ubuntu1.11).
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
amd64-microcode intel-microcode iucode-tool libffi7
nvidia-firmware-535-535.161.07 nvidia-firmware-535-535.171.04 thermald
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 6 non mis à jour.
jj@jj-HP-Pavilion-Notebook:~$ sudo apt autoremove
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Les paquets suivants seront ENLEVÉS :
amd64-microcode intel-microcode iucode-tool libffi7
nvidia-firmware-535-535.161.07 nvidia-firmware-535-535.171.04 thermald
0 mis à jour, 0 nouvellement installés, 7 à enlever et 6 non mis à jour.
Après cette opération, 139 Mo d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] O
(Lecture de la base de données... 228506 fichiers et répertoires déjà installés.
)
Suppression de amd64-microcode (3.20191218.1ubuntu2.3) ...
update-initramfs: deferring update (trigger activated)
Suppression de intel-microcode (3.20240910.0ubuntu0.22.04.1) ...
update-initramfs: deferring update (trigger activated)
Suppression de iucode-tool (2.3.1-1build1) ...
Suppression de libffi7:amd64 (3.3-5ubuntu1) ...
Suppression de nvidia-firmware-535-535.161.07 (535.161.07-0ubuntu0.22.04.1) ...
Suppression de nvidia-firmware-535-535.171.04 (535.171.04-0ubuntu0.22.04.1) ...
Suppression de thermald (2.4.9-1ubuntu0.4) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.35-0ubuntu3.8)
...
Traitement des actions différées (« triggers ») pour man-db (2.10.2-1) ...
Traitement des actions différées (« triggers ») pour dbus (1.12.20-2ubuntu4.1) .
..
Traitement des actions différées (« triggers ») pour initramfs-tools (0.140ubunt
u13.4) ...
update-initramfs: Generating /boot/initrd.img-6.5.0-41-generic
jj@jj-HP-Pavilion-Notebook:~$ git clone https://github.com/whitebatman2/rtl8821CU.git
fatal: le chemin de destination 'rtl8821CU' existe déjà et n'est pas un répertoire vide.
jj@jj-HP-Pavilion-Notebook:~$ cd rtl8821CU
jj@jj-HP-Pavilion-Notebook:~/rtl8821CU$ make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.5.0-41-generic/build M=/home/jj/rtl8821CU modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-6.5.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-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0
You are using: gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0
CC [M] /home/jj/rtl8821CU/core/rtw_cmd.o
CC [M] /home/jj/rtl8821CU/core/rtw_security.o
CC [M] /home/jj/rtl8821CU/core/rtw_debug.o
CC [M] /home/jj/rtl8821CU/core/rtw_io.o
CC [M] /home/jj/rtl8821CU/core/rtw_ioctl_query.o
CC [M] /home/jj/rtl8821CU/core/rtw_ioctl_set.o
CC [M] /home/jj/rtl8821CU/core/rtw_ieee80211.o
CC [M] /home/jj/rtl8821CU/core/rtw_mlme.o
CC [M] /home/jj/rtl8821CU/core/rtw_mlme_ext.o
/home/jj/rtl8821CU/core/rtw_mlme_ext.c: In function ‘mgt_dispatcher’:
/home/jj/rtl8821CU/core/rtw_mlme_ext.c:1510:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
1510 | if (check_fwstate(pmlmepriv, WIFI_AP_STATE) == _TRUE)
| ^
/home/jj/rtl8821CU/core/rtw_mlme_ext.c:1515:9: note: here
1515 | case WIFI_ASSOCREQ:
| ^~~~
CC [M] /home/jj/rtl8821CU/core/rtw_mi.o
CC [M] /home/jj/rtl8821CU/core/rtw_wlan_util.o
CC [M] /home/jj/rtl8821CU/core/rtw_vht.o
CC [M] /home/jj/rtl8821CU/core/rtw_pwrctrl.o
CC [M] /home/jj/rtl8821CU/core/rtw_rf.o
CC [M] /home/jj/rtl8821CU/core/rtw_recv.o
CC [M] /home/jj/rtl8821CU/core/rtw_sta_mgt.o
/home/jj/rtl8821CU/core/rtw_sta_mgt.c: In function ‘rtw_mfree_stainfo’:
/home/jj/rtl8821CU/core/rtw_sta_mgt.c:348:25: warning: the comparison will always evaluate as ‘true’ for the address of ‘lock’ will never be NULL [-Waddress]
348 | if (&psta->lock != NULL)
| ^~
In file included from /home/jj/rtl8821CU/include/drv_types.h:110,
from /home/jj/rtl8821CU/core/rtw_sta_mgt.c:22:
/home/jj/rtl8821CU/include/sta_info.h:227:17: note: ‘lock’ declared here
227 | _lock lock;
| ^~~~
CC [M] /home/jj/rtl8821CU/core/rtw_ap.o
CC [M] /home/jj/rtl8821CU/core/rtw_xmit.o
CC [M] /home/jj/rtl8821CU/core/rtw_p2p.o
CC [M] /home/jj/rtl8821CU/core/rtw_tdls.o
CC [M] /home/jj/rtl8821CU/core/rtw_br_ext.o
/home/jj/rtl8821CU/core/rtw_br_ext.c:25:18: fatal error: net/ipx.h: Aucun fichier ou dossier de ce nom
25 | #include <net/ipx.h>
| ^~~~~~~~~~~
compilation terminated.
make[3]: *** [scripts/Makefile.build:251 : /home/jj/rtl8821CU/core/rtw_br_ext.o] Erreur 1
make[2]: *** [/usr/src/linux-headers-6.5.0-41-generic/Makefile:2039 : /home/jj/rtl8821CU] Erreur 2
make[1]: *** [Makefile:234 : __sub-make] Erreur 2
make[1] : on quitte le répertoire « /usr/src/linux-headers-6.5.0-41-generic »
make: *** [Makefile:1923 : modules] Erreur 2
jj@jj-HP-Pavilion-Notebook:~/rtl8821CU$ sudo make install
install -p -m 644 8821cu.ko /lib/modules/6.5.0-41-generic/kernel/drivers/net/wireless/
install: impossible d'évaluer '8821cu.ko': Aucun fichier ou dossier de ce nom
make: *** [Makefile:1929 : install] Erreur 1
jj@jj-HP-Pavilion-Notebook:~/rtl8821CU$ sudo make install
install -p -m 644 8821cu.ko /lib/modules/6.5.0-41-generic/kernel/drivers/net/wireless/
install: impossible d'évaluer '8821cu.ko': Aucun fichier ou dossier de ce nom
make: *** [Makefile:1929 : install] Erreur 1
Dernière modification par legrand98 (Le 10/12/2024, à 17:25)
Hors ligne
#5 Le 10/12/2024, à 17:30
- xubu1957
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Bonjour,
Je vois :
git clone https://github.com/whitebatman2/rtl8821CU.git
alors qu'il était conseillé le pilote de brektrou https://github.com/brektrou/rtl8821CU.
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 10/12/2024, à 17:38
- legrand98
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
tu as raison j'ai fait des essais et je n'ai pas réussi. Je ne voulais pas déranger.
comment puis je enlever ces occurrences du pilote de Whitebatman2 ?
Hors ligne
#7 Le 10/12/2024, à 17:40
- xubu1957
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Je vais prévenir Nico, je suis hors-course pour la compilation.
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
#8 Le 10/12/2024, à 17:41
- legrand98
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Merci xubu1957
Hors ligne
#9 Le 10/12/2024, à 18:49
- NicoApi73
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Bonsoir,
Donne les retours de :
cd ~/rtl8821CU
make
On va voir avec ça ce qu'il faut nettoyer
Hors ligne
#10 Le 10/12/2024, à 20:03
- legrand98
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
bonsoir nico ! Et....merci !
jj@jj-HP-Pavilion-Notebook:~$ cd ~/rtl8821CU
jj@jj-HP-Pavilion-Notebook:~/rtl8821CU$ make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.5.0-41-generic/build M=/home/jj/rtl8821CU modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-6.5.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-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0
You are using: gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0
CC [M] /home/jj/rtl8821CU/core/rtw_br_ext.o
/home/jj/rtl8821CU/core/rtw_br_ext.c:25:18: fatal error: net/ipx.h: Aucun fichier ou dossier de ce nom
25 | #include <net/ipx.h>
| ^~~~~~~~~~~
compilation terminated.
make[3]: *** [scripts/Makefile.build:251 : /home/jj/rtl8821CU/core/rtw_br_ext.o] Erreur 1
make[2]: *** [/usr/src/linux-headers-6.5.0-41-generic/Makefile:2039 : /home/jj/rtl8821CU] Erreur 2
make[1]: *** [Makefile:234 : __sub-make] Erreur 2
make[1] : on quitte le répertoire « /usr/src/linux-headers-6.5.0-41-generic »
make: *** [Makefile:1923 : modules] Erreur 2
jj@jj-HP-Pavilion-Notebook:~/rtl8821CU$
Dernière modification par legrand98 (Le 10/12/2024, à 20:06)
Hors ligne
#11 Le 10/12/2024, à 21:09
- NicoApi73
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Pour nettoyer :
cd
rm -rf rtl8821CU
On va utiliser le morrownr, qui est à jour (@xubu : le brektrou n'est plus maintenu depuis 2 ans)
Donne tous les retours :
git clone https://github.com/morrownr/8821cu-20210916
cd 8821cu-20210916
make -j8
sudo make install
sudo modprobe 8821cu
sudo lshw -class network
nmcli dev wifi
Hors ligne
#12 Le 11/12/2024, à 12:09
- legrand98
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
attention j'ai une carte interne wifi que je n'utilise pas, une clef usb WIFI qui fonctionne et qui est branchée et la clef usb USB 8821cu qui est branchée.
jj@jj-HP-Pavilion-Notebook:~$ cd
jj@jj-HP-Pavilion-Notebook:~$ rm -rf rtl8821CU
jj@jj-HP-Pavilion-Notebook:~$ git clone https://github.com/morrownr/8821cu-20210916
Clonage dans '8821cu-20210916'...
remote: Enumerating objects: 1605, done.
remote: Counting objects: 100% (171/171), done.
remote: Compressing objects: 100% (61/61), done.
remote: Total 1605 (delta 124), reused 145 (delta 110), pack-reused 1434 (from 1)
Réception d'objets: 100% (1605/1605), 13.93 Mio | 2.53 Mio/s, fait.
Résolution des deltas: 100% (813/813), fait.
jj@jj-HP-Pavilion-Notebook:~$ cd 8821cu-20210916
jj@jj-HP-Pavilion-Notebook:~/8821cu-20210916$ make -j8
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.5.0-41-generic/build M=/home/jj/8821cu-20210916 modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-6.5.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-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0
You are using: gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0
CC [M] /home/jj/8821cu-20210916/core/rtw_cmd.o
CC [M] /home/jj/8821cu-20210916/core/rtw_security.o
CC [M] /home/jj/8821cu-20210916/core/rtw_debug.o
CC [M] /home/jj/8821cu-20210916/core/rtw_io.o
CC [M] /home/jj/8821cu-20210916/core/rtw_ioctl_query.o
CC [M] /home/jj/8821cu-20210916/core/rtw_ioctl_set.o
CC [M] /home/jj/8821cu-20210916/core/rtw_ieee80211.o
CC [M] /home/jj/8821cu-20210916/core/rtw_mlme.o
CC [M] /home/jj/8821cu-20210916/core/rtw_mlme_ext.o
CC [M] /home/jj/8821cu-20210916/core/rtw_mi.o
CC [M] /home/jj/8821cu-20210916/core/rtw_wlan_util.o
CC [M] /home/jj/8821cu-20210916/core/rtw_vht.o
CC [M] /home/jj/8821cu-20210916/core/rtw_pwrctrl.o
CC [M] /home/jj/8821cu-20210916/core/rtw_rf.o
CC [M] /home/jj/8821cu-20210916/core/rtw_chplan.o
CC [M] /home/jj/8821cu-20210916/core/monitor/rtw_radiotap.o
CC [M] /home/jj/8821cu-20210916/core/rtw_recv.o
CC [M] /home/jj/8821cu-20210916/core/rtw_sta_mgt.o
CC [M] /home/jj/8821cu-20210916/core/rtw_ap.o
CC [M] /home/jj/8821cu-20210916/core/wds/rtw_wds.o
CC [M] /home/jj/8821cu-20210916/core/mesh/rtw_mesh.o
CC [M] /home/jj/8821cu-20210916/core/mesh/rtw_mesh_pathtbl.o
CC [M] /home/jj/8821cu-20210916/core/mesh/rtw_mesh_hwmp.o
CC [M] /home/jj/8821cu-20210916/core/rtw_xmit.o
CC [M] /home/jj/8821cu-20210916/core/rtw_p2p.o
CC [M] /home/jj/8821cu-20210916/core/rtw_rson.o
CC [M] /home/jj/8821cu-20210916/core/rtw_tdls.o
CC [M] /home/jj/8821cu-20210916/core/rtw_br_ext.o
CC [M] /home/jj/8821cu-20210916/core/rtw_iol.o
CC [M] /home/jj/8821cu-20210916/core/rtw_sreset.o
CC [M] /home/jj/8821cu-20210916/core/rtw_btcoex_wifionly.o
CC [M] /home/jj/8821cu-20210916/core/rtw_btcoex.o
CC [M] /home/jj/8821cu-20210916/core/rtw_beamforming.o
CC [M] /home/jj/8821cu-20210916/core/rtw_odm.o
CC [M] /home/jj/8821cu-20210916/core/rtw_rm.o
CC [M] /home/jj/8821cu-20210916/core/rtw_rm_fsm.o
CC [M] /home/jj/8821cu-20210916/core/rtw_ft.o
CC [M] /home/jj/8821cu-20210916/core/rtw_wnm.o
CC [M] /home/jj/8821cu-20210916/core/rtw_mbo.o
CC [M] /home/jj/8821cu-20210916/core/rtw_rm_util.o
CC [M] /home/jj/8821cu-20210916/core/efuse/rtw_efuse.o
CC [M] /home/jj/8821cu-20210916/core/rtw_roch.o
CC [M] /home/jj/8821cu-20210916/core/crypto/aes-internal.o
CC [M] /home/jj/8821cu-20210916/core/crypto/aes-internal-enc.o
CC [M] /home/jj/8821cu-20210916/core/crypto/aes-gcm.o
CC [M] /home/jj/8821cu-20210916/core/crypto/aes-ccm.o
CC [M] /home/jj/8821cu-20210916/core/crypto/aes-omac1.o
CC [M] /home/jj/8821cu-20210916/core/crypto/ccmp.o
CC [M] /home/jj/8821cu-20210916/core/crypto/gcmp.o
CC [M] /home/jj/8821cu-20210916/core/crypto/aes-siv.o
CC [M] /home/jj/8821cu-20210916/core/crypto/aes-ctr.o
CC [M] /home/jj/8821cu-20210916/core/crypto/sha256-internal.o
CC [M] /home/jj/8821cu-20210916/core/crypto/sha256.o
CC [M] /home/jj/8821cu-20210916/core/crypto/sha256-prf.o
CC [M] /home/jj/8821cu-20210916/core/crypto/rtw_crypto_wrap.o
CC [M] /home/jj/8821cu-20210916/core/rtw_swcrypto.o
CC [M] /home/jj/8821cu-20210916/os_dep/osdep_service.o
CC [M] /home/jj/8821cu-20210916/os_dep/linux/os_intfs.o
CC [M] /home/jj/8821cu-20210916/os_dep/linux/usb_intf.o
CC [M] /home/jj/8821cu-20210916/os_dep/linux/usb_ops_linux.o
CC [M] /home/jj/8821cu-20210916/os_dep/linux/ioctl_linux.o
CC [M] /home/jj/8821cu-20210916/os_dep/linux/xmit_linux.o
CC [M] /home/jj/8821cu-20210916/os_dep/linux/mlme_linux.o
CC [M] /home/jj/8821cu-20210916/os_dep/linux/recv_linux.o
CC [M] /home/jj/8821cu-20210916/os_dep/linux/ioctl_cfg80211.o
CC [M] /home/jj/8821cu-20210916/os_dep/linux/rtw_cfgvendor.o
CC [M] /home/jj/8821cu-20210916/os_dep/linux/wifi_regd.o
CC [M] /home/jj/8821cu-20210916/os_dep/linux/rtw_android.o
CC [M] /home/jj/8821cu-20210916/os_dep/linux/rtw_proc.o
CC [M] /home/jj/8821cu-20210916/os_dep/linux/nlrtw.o
CC [M] /home/jj/8821cu-20210916/os_dep/linux/rtw_rhashtable.o
CC [M] /home/jj/8821cu-20210916/hal/hal_intf.o
CC [M] /home/jj/8821cu-20210916/hal/hal_com.o
CC [M] /home/jj/8821cu-20210916/hal/hal_com_phycfg.o
CC [M] /home/jj/8821cu-20210916/hal/hal_phy.o
CC [M] /home/jj/8821cu-20210916/hal/hal_dm.o
CC [M] /home/jj/8821cu-20210916/hal/hal_dm_acs.o
CC [M] /home/jj/8821cu-20210916/hal/hal_btcoex_wifionly.o
CC [M] /home/jj/8821cu-20210916/hal/hal_btcoex.o
CC [M] /home/jj/8821cu-20210916/hal/hal_mp.o
CC [M] /home/jj/8821cu-20210916/hal/hal_mcc.o
CC [M] /home/jj/8821cu-20210916/hal/hal_hci/hal_usb.o
CC [M] /home/jj/8821cu-20210916/hal/led/hal_led.o
CC [M] /home/jj/8821cu-20210916/hal/led/hal_usb_led.o
CC [M] /home/jj/8821cu-20210916/hal/rtl8821c/rtl8821c_halinit.o
CC [M] /home/jj/8821cu-20210916/hal/rtl8821c/rtl8821c_mac.o
CC [M] /home/jj/8821cu-20210916/hal/rtl8821c/rtl8821c_cmd.o
CC [M] /home/jj/8821cu-20210916/hal/rtl8821c/rtl8821c_phy.o
CC [M] /home/jj/8821cu-20210916/hal/rtl8821c/rtl8821c_dm.o
CC [M] /home/jj/8821cu-20210916/hal/rtl8821c/rtl8821c_ops.o
CC [M] /home/jj/8821cu-20210916/hal/rtl8821c/hal8821c_fw.o
CC [M] /home/jj/8821cu-20210916/hal/rtl8821c/usb/rtl8821cu_halinit.o
CC [M] /home/jj/8821cu-20210916/hal/rtl8821c/usb/rtl8821cu_halmac.o
CC [M] /home/jj/8821cu-20210916/hal/rtl8821c/usb/rtl8821cu_io.o
CC [M] /home/jj/8821cu-20210916/hal/rtl8821c/usb/rtl8821cu_xmit.o
CC [M] /home/jj/8821cu-20210916/hal/rtl8821c/usb/rtl8821cu_recv.o
CC [M] /home/jj/8821cu-20210916/hal/rtl8821c/usb/rtl8821cu_led.o
CC [M] /home/jj/8821cu-20210916/hal/rtl8821c/usb/rtl8821cu_ops.o
CC [M] /home/jj/8821cu-20210916/hal/efuse/rtl8821c/HalEfuseMask8821C_USB.o
CC [M] /home/jj/8821cu-20210916/hal/hal_halmac.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_api.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_dbg.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_bb_rf_88xx.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_cfg_wmac_88xx.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_common_88xx.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_efuse_88xx.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_flash_88xx.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_fw_88xx.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_gpio_88xx.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_init_88xx.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_mimo_88xx.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_usb_88xx.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_8821c/halmac_cfg_wmac_8821c.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_8821c/halmac_common_8821c.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_8821c/halmac_gpio_8821c.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_8821c/halmac_phy_8821c.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_8821c/halmac_pwr_seq_8821c.o
CC [M] /home/jj/8821cu-20210916/hal/halmac/halmac_88xx/halmac_8821c/halmac_usb_8821c.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_debug.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_antdiv.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_soml.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_smt_ant.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_antdect.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_interface.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_phystatus.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_hwconfig.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_dig.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_pathdiv.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_rainfo.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_dynamictxpower.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_adaptivity.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_cfotracking.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_noisemonitor.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_beamforming.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_direct_bf.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_dfs.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/txbf/halcomtxbf.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/txbf/haltxbfinterface.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/txbf/phydm_hal_txbf_api.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_adc_sampling.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_ccx.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_psd.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_primary_cca.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_cck_pd.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_rssi_monitor.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_auto_dbg.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_math_lib.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_api.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_pow_train.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_lna_sat.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_pmac_tx_setting.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_mp.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/phydm_cck_rx_pathdiv.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/halrf/halrf.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/halrf/halrf_debug.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/halrf/halphyrf_ce.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/halrf/halrf_powertracking_ce.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/halrf/halrf_powertracking.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/halrf/halrf_kfree.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/halrf/halrf_psd.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/rtl8821c/halhwimg8821c_bb.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/rtl8821c/halhwimg8821c_mac.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/rtl8821c/phydm_hal_api8821c.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/rtl8821c/phydm_regconfig8821c.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/rtl8821c/phydm_rtl8821c.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/halrf/rtl8821c/halhwimg8821c_rf.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/halrf/rtl8821c/halrf_8821c.o
CC [M] /home/jj/8821cu-20210916/hal/phydm/halrf/rtl8821c/halrf_iqk_8821c.o
CC [M] /home/jj/8821cu-20210916/hal/btc/halbtc8821cwifionly.o
CC [M] /home/jj/8821cu-20210916/hal/btc/halbtc8821c1ant.o
CC [M] /home/jj/8821cu-20210916/hal/btc/halbtc8821c2ant.o
CC [M] /home/jj/8821cu-20210916/platform/platform_ops.o
LD [M] /home/jj/8821cu-20210916/8821cu.o
MODPOST /home/jj/8821cu-20210916/Module.symvers
CC [M] /home/jj/8821cu-20210916/8821cu.mod.o
LD [M] /home/jj/8821cu-20210916/8821cu.ko
BTF [M] /home/jj/8821cu-20210916/8821cu.ko
Skipping BTF generation for /home/jj/8821cu-20210916/8821cu.ko due to unavailability of vmlinux
make[1] : on quitte le répertoire « /usr/src/linux-headers-6.5.0-41-generic »
jj@jj-HP-Pavilion-Notebook:~/8821cu-20210916$ sudo make install
[sudo] Mot de passe de jj :
install -p -m 644 8821cu.ko /lib/modules/6.5.0-41-generic/kernel/drivers/net/wireless/
/sbin/depmod -a 6.5.0-41-generic
jj@jj-HP-Pavilion-Notebook:~/8821cu-20210916$ sudo modprobe 8821cu
jj@jj-HP-Pavilion-Notebook:~/8821cu-20210916$ sudo lshw -class network
*-network
description: Interface réseau sans fil
produit: BCM43142 802.11b/g/n
fabricant: Broadcom Inc. and subsidiaries
identifiant matériel: 0
information bus: pci@0000:08:00.0
nom logique: wlo1
version: 01
numéro de série: 60:6d:c7:f8:af:4d
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration : broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) latency=0 multicast=yes wireless=IEEE 802.11
ressources : irq:18 mémoire:c6100000-c6107fff
*-network
description: Ethernet interface
produit: RTL810xE PCI Express Fast Ethernet controller
fabricant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:09:00.0
nom logique: eno1
version: 0a
numéro de série: dc:4a:3e:ed:a9:e1
capacité: 100Mbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=6.5.0-41-generic firmware=rtl8107e-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=twisted pair
ressources : irq:19 portE/S:4000(taille=256) mémoire:c6004000-c6004fff mémoire:c6000000-c6003fff
*-network:0
description: Interface réseau sans fil
identifiant matériel: d
information bus: usb@1:2
nom logique: wlx90de80173577
numéro de série: 90:de:80:17:35:77
fonctionnalités: ethernet physical wireless
configuration : broadcast=yes driver=rtl88x2bu driverversion=6.5.0-41-generic ip=192.168.1.33 multicast=yes wireless=IEEE 802.11AC
*-network:1
description: Interface réseau sans fil
identifiant matériel: e
information bus: usb@1:6
nom logique: wlxa047d77085ec
numéro de série: a0:47:d7:70:85:ec
fonctionnalités: ethernet physical wireless
configuration : broadcast=yes driver=rtl8821cu driverversion=v5.12.0.4-1-g9241a6516.20210916 firmware=24.8 link=yes multicast=yes wireless=unassociated
jj@jj-HP-Pavilion-Notebook:~/8821cu-20210916$ nmcli dev wifi
IN-USE BSSID SSID MODE CHAN RATE SIGNAL BAR>
* E4:C3:2A:E3:4D:E9 SFR_8380_5GHZ Infra 36 405 Mbit/s 87 ▂▄▆>
E4:C3:2A:E3:4D:E8 SFR_8380 Infra 11 195 Mbit/s 85 ▂▄▆>
AC:15:A2:F3:ED:B6 SFR_8380 Infra 11 195 Mbit/s 79 ▂▄▆>
AC:15:A2:F3:ED:B7 SFR_8380_5GHZ Infra 36 405 Mbit/s 77 ▂▄▆>
E4:5D:51:3E:F3:26 SFR_8380 Infra 11 130 Mbit/s 69 ▂▄▆>
E4:5D:51:3E:F3:25 SFR_8380_5GHZ Infra 36 405 Mbit/s 62 ▂▄▆>
6A:5D:51:3E:F3:27 SFR_8380 Infra 36 405 Mbit/s 60 ▂▄▆>
6C:38:A1:9E:06:01 SFR_05FF5.0 Infra 100 540 Mbit/s 44 ▂▄_>
6E:38:A1:9E:06:06 -- Infra 100 540 Mbit/s 35 ▂▄_>
22:66:CF:4C:AB:50 Freebox-5FFB31 Infra 6 130 Mbit/s 17 ▂__>
CC:2D:1B:F9:7E:E6 SFR_7EE0 Infra 1 130 Mbit/s 15 ▂__>
IN-USE BSSID SSID MODE CHAN RATE SIGNAL>
E4:C3:2A:E3:4D:E8 SFR_8380 Infra 11 195 Mbit/s 87 >
AC:15:A2:F3:ED:B6 SFR_8380 Infra 11 195 Mbit/s 82 >
E4:5D:51:3E:F3:26 SFR_8380 Infra 11 130 Mbit/s 80 >
EC:41:18:BC:AB:49 Freebox-C35DAB_plus Infra 6 130 Mbit/s 34 >
22:66:CF:8C:DF:F4 Freebox-5FFB31 Infra 6 130 Mbit/s 29 >
IN-USE BSSID SSID MODE CHAN RATE >
E4:C3:2A:E3:4D:E8 SFR_8380 Infra 11 195 Mb>
AC:15:A2:F3:ED:B6 SFR_8380 Infra 11 195 Mb>
lines 1-23
Hors ligne
#13 Le 11/12/2024, à 12:13
- xubu1957
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Bonjour,
Montre :
sudo lshw -C network
lsmod | grep cfg80211
===========
(@xubu : le brektrou n'est plus maintenu depuis 2 ans)
Il faudra que j'arrive à m'en souvenir. Merci
Dernière modification par xubu1957 (Le 11/12/2024, à 13:55)
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
#14 Le 11/12/2024, à 12:18
- legrand98
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
J'ai débranché l'autre clef USB wifi qui fonctionnait et je n'ai branché que la nouvelle Clef Wifi rétive et..... çà fonctionne !
jj@jj-HP-Pavilion-Notebook:~$ sudo lshw -C network
[sudo] Mot de passe de jj :
*-network
description: Interface réseau sans fil
produit: BCM43142 802.11b/g/n
fabricant: Broadcom Inc. and subsidiaries
identifiant matériel: 0
information bus: pci@0000:08:00.0
nom logique: wlo1
version: 01
numéro de série: 60:6d:c7:f8:af:4d
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration : broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) latency=0 multicast=yes wireless=IEEE 802.11
ressources : irq:18 mémoire:c6100000-c6107fff
*-network
description: Ethernet interface
produit: RTL810xE PCI Express Fast Ethernet controller
fabricant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:09:00.0
nom logique: eno1
version: 0a
numéro de série: dc:4a:3e:ed:a9:e1
capacité: 100Mbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=6.5.0-41-generic firmware=rtl8107e-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=twisted pair
ressources : irq:19 portE/S:4000(taille=256) mémoire:c6004000-c6004fff mémoire:c6000000-c6003fff
*-network
description: Interface réseau sans fil
identifiant matériel: d
information bus: usb@1:6
nom logique: wlxa047d77085ec
numéro de série: a0:47:d7:70:85:ec
fonctionnalités: ethernet physical wireless
configuration : broadcast=yes driver=rtl8821cu driverversion=v5.12.0.4-1-g9241a6516.20210916 firmware=24.8 ip=192.168.1.99 link=yes multicast=yes wireless=IEEE 802.11AC
jj@jj-HP-Pavilion-Notebook:~$ lsmod | grep cfg80211
cfg80211 1323008 2 wl,8821cu
jj@jj-HP-Pavilion-Notebook:~$
Dernière modification par legrand98 (Le 11/12/2024, à 12:20)
Hors ligne
#15 Le 11/12/2024, à 12:22
- legrand98
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Parfait le wifi fonctionne même TRES BIEN.
l'antenne capte le maximum de réseaux visibles et le débit est impressionnant :
près de 130 Mbits en réception
et 130 en envoi.
De toutes les clefs USB wifi que j'ai testé c'est celle qui m'offre le meilleur débit !
Dernière modification par legrand98 (Le 11/12/2024, à 12:50)
Hors ligne
#16 Le 11/12/2024, à 13:40
- legrand98
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Merci à toi Xubu1957 et à toi Nico pour votre aide précieuse !
Hors ligne
#17 Le 11/12/2024, à 13:44
- xubu1957
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
C'est un modèle avec ac > differentes-normes-wi-fi-802-11abgnac-quelles-differences-pratiques
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
#18 Le 11/12/2024, à 14:11
- legrand98
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Hors ligne
#19 Le 11/12/2024, à 14:13
- xubu1957
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
ID 0bda:c811 Realtek Semiconductor Corp. 802.11ac NIC
802.11ac
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
#20 Le 11/12/2024, à 14:16
- legrand98
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Élémentaire en effet !
Hors ligne
#21 Le 11/12/2024, à 14:18
- xubu1957
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Et ta carte wifi :
BCM43142 802.11b/g/n
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
#22 Le 11/12/2024, à 14:38
- legrand98
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Merci Xubu1957 c'est clair !
Hors ligne
#23 Le 11/12/2024, à 14:43
- xubu1957
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
Plus indigeste > wikipedia.org/wiki/Comparison_of_open-source_wireless_drivers
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
#24 Le 11/12/2024, à 14:50
- legrand98
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
oui mais participe à la complétude !
Hors ligne
#25 Le 11/12/2024, à 14:55
- xubu1957
Re : [RESOLU] Clef Wifi USB rétive rtl8821CU
J'ai gardé d'autres informations pour le wifi dans cet entrepôt.
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