#26 Le 06/05/2024, à 10:22
- marvin33
Re : [résolu]wifi instable sur 24.04
marvin33 a écrit :oui j'ai fait un test des drivers rtl8821cu
Bonjour,
Peux tu nous mettre l'ensemble des commandes que tu as passées?
Le pilote qui semble être à jour est : https://github.com/morrownr/8821cu-20210916
Il faut le télécharger, le compiler, décharger le pilote actuel et charger celui-là....
hello
les commande que j'ai passées
make clean
make
sudo make install
cd rtl8821CU
sudo modprobe 8821cu
comment on décharge le pilote actuel ?
Hors ligne
#27 Le 06/05/2024, à 13:27
- NicoApi73
Re : [résolu]wifi instable sur 24.04
Quel est le dépôt utilisé, quand l'as tu cloné?
Passe les commandes et donne nous tous les retours
Hors ligne
#28 Le 06/05/2024, à 14:12
- marvin33
Re : [résolu]wifi instable sur 24.04
voila les commandes que j'avais passer sur la version U20.4 ou le wifi ne marchait pas du tout
cd
git clone https://github.com/brektrou/rtl8821CU.git
cd rtl8821CU
make
sudo make install
sudo modprobe 8821cu
lsmod | sort
sudo lshw -class network
et sa fonctionnait
les commande suivants sont celle que je devait faire a chaque mise a jour avec noyau (je perdait le wifi)
make clean
make
sudo make install
cd rtl8821CU
sudo modprobe 8821cu
j'ai fait un peut n'importe quoi sur cette version de U24.04 croyant bien faire , si il faut refaire une installe propre pour partir sur une base saine je peut le faire
sa ne me pose pas de problème .
Dernière modification par marvin33 (Le 06/05/2024, à 14:30)
Hors ligne
#29 Le 06/05/2024, à 14:25
- xubu1957
Re : [résolu]wifi instable sur 24.04
Pour ajouter toi-même les balises code à ton message #28 :
Cliquer sur le lien « Modifier » en bas à droite du message
Sélectionner le texte
Cliquer sur le <> de l'éditeur de message
cd
git clone https://github.com/brektrou/rtl8821CU.git
Dernière modification par xubu1957 (Le 06/05/2024, à 14:31)
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
#30 Le 06/05/2024, à 14:28
- NicoApi73
Re : [résolu]wifi instable sur 24.04
Ce n'est pas nécessaire de réinstaller.
Le pilote brektrou n'est plus maintenu depuis 2 ans.
Essaie ceci:
git clone https://github.com/morrownr/8821cu-20210916
cd 8821cu-20210916
make clean
make
sudo make install
sudo modprobe -r rtw88_8821cu
sudo modprobe 8821cu
EDIT : Merci de donner tous les retours de commande
Si tu rebootes, il est fort probable que le pilote venant avec la distribution prenne le dessus. Pour l'instant on veut voir si ça résout ton problème. Si c'est le cas, on pérennisera.
Dernière modification par NicoApi73 (Le 06/05/2024, à 14:36)
Hors ligne
#31 Le 06/05/2024, à 14:51
- marvin33
Re : [résolu]wifi instable sur 24.04
ok
commande
git clone https://github.com/morrownr/8821cu-20210916
retour
Clonage dans '8821cu-20210916'...
remote: Enumerating objects: 1591, done.
remote: Counting objects: 100% (157/157), done.
remote: Compressing objects: 100% (52/52), done.
remote: Total 1591 (delta 115), reused 134 (delta 105), pack-reused 1434
Réception d'objets: 100% (1591/1591), 13.92 Mio | 2.19 Mio/s, fait.
Résolution des deltas: 100% (804/804), fait.
commande
fred@fred-X15I3-8TU512:~$ cd 8821cu-20210916
fred@fred-X15I3-8TU512:~/8821cu-20210916$ make clean
retour
#make -C /lib/modules/6.8.0-31-generic/build M=/home/fred/8821cu-20210916 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
rm -fr MOK.der MOK.priv
commande
fred@fred-X15I3-8TU512:~/8821cu-20210916$ make
retour
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.8.0-31-generic/build M=/home/fred/8821cu-20210916 modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-6.8.0-31-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/fred/8821cu-20210916/core/rtw_cmd.o
CC [M] /home/fred/8821cu-20210916/core/rtw_security.o
CC [M] /home/fred/8821cu-20210916/core/rtw_debug.o
CC [M] /home/fred/8821cu-20210916/core/rtw_io.o
CC [M] /home/fred/8821cu-20210916/core/rtw_ioctl_query.o
CC [M] /home/fred/8821cu-20210916/core/rtw_ioctl_set.o
CC [M] /home/fred/8821cu-20210916/core/rtw_ieee80211.o
CC [M] /home/fred/8821cu-20210916/core/rtw_mlme.o
CC [M] /home/fred/8821cu-20210916/core/rtw_mlme_ext.o
CC [M] /home/fred/8821cu-20210916/core/rtw_mi.o
CC [M] /home/fred/8821cu-20210916/core/rtw_wlan_util.o
CC [M] /home/fred/8821cu-20210916/core/rtw_vht.o
CC [M] /home/fred/8821cu-20210916/core/rtw_pwrctrl.o
CC [M] /home/fred/8821cu-20210916/core/rtw_rf.o
CC [M] /home/fred/8821cu-20210916/core/rtw_chplan.o
CC [M] /home/fred/8821cu-20210916/core/monitor/rtw_radiotap.o
CC [M] /home/fred/8821cu-20210916/core/rtw_recv.o
CC [M] /home/fred/8821cu-20210916/core/rtw_sta_mgt.o
CC [M] /home/fred/8821cu-20210916/core/rtw_ap.o
CC [M] /home/fred/8821cu-20210916/core/wds/rtw_wds.o
CC [M] /home/fred/8821cu-20210916/core/mesh/rtw_mesh.o
CC [M] /home/fred/8821cu-20210916/core/mesh/rtw_mesh_pathtbl.o
CC [M] /home/fred/8821cu-20210916/core/mesh/rtw_mesh_hwmp.o
CC [M] /home/fred/8821cu-20210916/core/rtw_xmit.o
CC [M] /home/fred/8821cu-20210916/core/rtw_p2p.o
CC [M] /home/fred/8821cu-20210916/core/rtw_rson.o
CC [M] /home/fred/8821cu-20210916/core/rtw_tdls.o
CC [M] /home/fred/8821cu-20210916/core/rtw_br_ext.o
CC [M] /home/fred/8821cu-20210916/core/rtw_iol.o
CC [M] /home/fred/8821cu-20210916/core/rtw_sreset.o
CC [M] /home/fred/8821cu-20210916/core/rtw_btcoex_wifionly.o
CC [M] /home/fred/8821cu-20210916/core/rtw_btcoex.o
CC [M] /home/fred/8821cu-20210916/core/rtw_beamforming.o
CC [M] /home/fred/8821cu-20210916/core/rtw_odm.o
CC [M] /home/fred/8821cu-20210916/core/rtw_rm.o
CC [M] /home/fred/8821cu-20210916/core/rtw_rm_fsm.o
CC [M] /home/fred/8821cu-20210916/core/rtw_ft.o
CC [M] /home/fred/8821cu-20210916/core/rtw_wnm.o
CC [M] /home/fred/8821cu-20210916/core/rtw_mbo.o
CC [M] /home/fred/8821cu-20210916/core/rtw_rm_util.o
CC [M] /home/fred/8821cu-20210916/core/efuse/rtw_efuse.o
CC [M] /home/fred/8821cu-20210916/core/rtw_roch.o
CC [M] /home/fred/8821cu-20210916/core/crypto/aes-internal.o
CC [M] /home/fred/8821cu-20210916/core/crypto/aes-internal-enc.o
CC [M] /home/fred/8821cu-20210916/core/crypto/aes-gcm.o
CC [M] /home/fred/8821cu-20210916/core/crypto/aes-ccm.o
CC [M] /home/fred/8821cu-20210916/core/crypto/aes-omac1.o
CC [M] /home/fred/8821cu-20210916/core/crypto/ccmp.o
CC [M] /home/fred/8821cu-20210916/core/crypto/gcmp.o
CC [M] /home/fred/8821cu-20210916/core/crypto/aes-siv.o
CC [M] /home/fred/8821cu-20210916/core/crypto/aes-ctr.o
CC [M] /home/fred/8821cu-20210916/core/crypto/sha256-internal.o
CC [M] /home/fred/8821cu-20210916/core/crypto/sha256.o
CC [M] /home/fred/8821cu-20210916/core/crypto/sha256-prf.o
CC [M] /home/fred/8821cu-20210916/core/crypto/rtw_crypto_wrap.o
CC [M] /home/fred/8821cu-20210916/core/rtw_swcrypto.o
CC [M] /home/fred/8821cu-20210916/os_dep/osdep_service.o
CC [M] /home/fred/8821cu-20210916/os_dep/linux/os_intfs.o
CC [M] /home/fred/8821cu-20210916/os_dep/linux/usb_intf.o
CC [M] /home/fred/8821cu-20210916/os_dep/linux/usb_ops_linux.o
CC [M] /home/fred/8821cu-20210916/os_dep/linux/ioctl_linux.o
CC [M] /home/fred/8821cu-20210916/os_dep/linux/xmit_linux.o
CC [M] /home/fred/8821cu-20210916/os_dep/linux/mlme_linux.o
CC [M] /home/fred/8821cu-20210916/os_dep/linux/recv_linux.o
CC [M] /home/fred/8821cu-20210916/os_dep/linux/ioctl_cfg80211.o
CC [M] /home/fred/8821cu-20210916/os_dep/linux/rtw_cfgvendor.o
CC [M] /home/fred/8821cu-20210916/os_dep/linux/wifi_regd.o
CC [M] /home/fred/8821cu-20210916/os_dep/linux/rtw_android.o
CC [M] /home/fred/8821cu-20210916/os_dep/linux/rtw_proc.o
CC [M] /home/fred/8821cu-20210916/os_dep/linux/nlrtw.o
CC [M] /home/fred/8821cu-20210916/os_dep/linux/rtw_rhashtable.o
CC [M] /home/fred/8821cu-20210916/hal/hal_intf.o
CC [M] /home/fred/8821cu-20210916/hal/hal_com.o
CC [M] /home/fred/8821cu-20210916/hal/hal_com_phycfg.o
CC [M] /home/fred/8821cu-20210916/hal/hal_phy.o
CC [M] /home/fred/8821cu-20210916/hal/hal_dm.o
CC [M] /home/fred/8821cu-20210916/hal/hal_dm_acs.o
CC [M] /home/fred/8821cu-20210916/hal/hal_btcoex_wifionly.o
CC [M] /home/fred/8821cu-20210916/hal/hal_btcoex.o
CC [M] /home/fred/8821cu-20210916/hal/hal_mp.o
CC [M] /home/fred/8821cu-20210916/hal/hal_mcc.o
CC [M] /home/fred/8821cu-20210916/hal/hal_hci/hal_usb.o
CC [M] /home/fred/8821cu-20210916/hal/led/hal_led.o
CC [M] /home/fred/8821cu-20210916/hal/led/hal_usb_led.o
CC [M] /home/fred/8821cu-20210916/hal/rtl8821c/rtl8821c_halinit.o
CC [M] /home/fred/8821cu-20210916/hal/rtl8821c/rtl8821c_mac.o
CC [M] /home/fred/8821cu-20210916/hal/rtl8821c/rtl8821c_cmd.o
CC [M] /home/fred/8821cu-20210916/hal/rtl8821c/rtl8821c_phy.o
CC [M] /home/fred/8821cu-20210916/hal/rtl8821c/rtl8821c_dm.o
CC [M] /home/fred/8821cu-20210916/hal/rtl8821c/rtl8821c_ops.o
CC [M] /home/fred/8821cu-20210916/hal/rtl8821c/hal8821c_fw.o
CC [M] /home/fred/8821cu-20210916/hal/rtl8821c/usb/rtl8821cu_halinit.o
CC [M] /home/fred/8821cu-20210916/hal/rtl8821c/usb/rtl8821cu_halmac.o
CC [M] /home/fred/8821cu-20210916/hal/rtl8821c/usb/rtl8821cu_io.o
CC [M] /home/fred/8821cu-20210916/hal/rtl8821c/usb/rtl8821cu_xmit.o
CC [M] /home/fred/8821cu-20210916/hal/rtl8821c/usb/rtl8821cu_recv.o
CC [M] /home/fred/8821cu-20210916/hal/rtl8821c/usb/rtl8821cu_led.o
CC [M] /home/fred/8821cu-20210916/hal/rtl8821c/usb/rtl8821cu_ops.o
CC [M] /home/fred/8821cu-20210916/hal/efuse/rtl8821c/HalEfuseMask8821C_USB.o
CC [M] /home/fred/8821cu-20210916/hal/hal_halmac.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_api.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_dbg.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_bb_rf_88xx.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_cfg_wmac_88xx.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_common_88xx.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_efuse_88xx.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_flash_88xx.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_fw_88xx.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_gpio_88xx.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_init_88xx.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_mimo_88xx.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_usb_88xx.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_8821c/halmac_cfg_wmac_8821c.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_8821c/halmac_common_8821c.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_8821c/halmac_gpio_8821c.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_8821c/halmac_phy_8821c.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_8821c/halmac_pwr_seq_8821c.o
CC [M] /home/fred/8821cu-20210916/hal/halmac/halmac_88xx/halmac_8821c/halmac_usb_8821c.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_debug.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_antdiv.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_soml.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_smt_ant.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_antdect.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_interface.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_phystatus.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_hwconfig.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_dig.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_pathdiv.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_rainfo.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_dynamictxpower.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_adaptivity.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_cfotracking.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_noisemonitor.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_beamforming.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_direct_bf.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_dfs.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/txbf/halcomtxbf.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/txbf/haltxbfinterface.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/txbf/phydm_hal_txbf_api.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_adc_sampling.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_ccx.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_psd.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_primary_cca.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_cck_pd.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_rssi_monitor.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_auto_dbg.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_math_lib.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_api.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_pow_train.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_lna_sat.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_pmac_tx_setting.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_mp.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/phydm_cck_rx_pathdiv.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/halrf/halrf.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/halrf/halrf_debug.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/halrf/halphyrf_ce.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/halrf/halrf_powertracking_ce.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/halrf/halrf_powertracking.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/halrf/halrf_kfree.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/halrf/halrf_psd.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/rtl8821c/halhwimg8821c_bb.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/rtl8821c/halhwimg8821c_mac.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/rtl8821c/phydm_hal_api8821c.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/rtl8821c/phydm_regconfig8821c.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/rtl8821c/phydm_rtl8821c.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/halrf/rtl8821c/halhwimg8821c_rf.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/halrf/rtl8821c/halrf_8821c.o
CC [M] /home/fred/8821cu-20210916/hal/phydm/halrf/rtl8821c/halrf_iqk_8821c.o
CC [M] /home/fred/8821cu-20210916/hal/btc/halbtc8821cwifionly.o
CC [M] /home/fred/8821cu-20210916/hal/btc/halbtc8821c1ant.o
CC [M] /home/fred/8821cu-20210916/hal/btc/halbtc8821c2ant.o
CC [M] /home/fred/8821cu-20210916/platform/platform_ops.o
LD [M] /home/fred/8821cu-20210916/8821cu.o
MODPOST /home/fred/8821cu-20210916/Module.symvers
CC [M] /home/fred/8821cu-20210916/8821cu.mod.o
LD [M] /home/fred/8821cu-20210916/8821cu.ko
BTF [M] /home/fred/8821cu-20210916/8821cu.ko
Skipping BTF generation for /home/fred/8821cu-20210916/8821cu.ko due to unavailability of vmlinux
make[1] : on quitte le répertoire « /usr/src/linux-headers-6.8.0-31-generic »
commande
fred@fred-X15I3-8TU512:~/8821cu-20210916$ sudo make install
[sudo] Mot de passe de fred :
retour
install -p -m 644 8821cu.ko /lib/modules/6.8.0-31-generic/kernel/drivers/net/wireless/
/sbin/depmod -a 6.8.0-31-generic
commande sans retour
fred@fred-X15I3-8TU512:~/8821cu-20210916$ sudo modprobe -r rtw88_8821cu
commande sans retour
sudo modprobe 8821cu
Hors ligne
#32 Le 06/05/2024, à 14:52
- xubu1957
Re : [résolu]wifi instable sur 24.04
@Nico
Même Larry Finger intervient dans github.com/morrownr/8821cu-20210916/issues/115#issuecomment-2091690657
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
#33 Le 06/05/2024, à 14:58
- NicoApi73
Re : [résolu]wifi instable sur 24.04
Vu ces remarques, on va peut être avoir des problèmes. On pourra néanmoins essayer le rtw88 !
Hors ligne
#34 Le 06/05/2024, à 15:02
- NicoApi73
Re : [résolu]wifi instable sur 24.04
@marvin33 : Donne le retour de
sudo lshw -class network
La compilation est passée, il faut voir maintenant si ça résout ton problème.
Hors ligne
#35 Le 06/05/2024, à 15:06
- marvin33
Re : [résolu]wifi instable sur 24.04
icone du wifi stable elle ne fait plus le yoyo et pas de déconnexion apparemment c'est bon
des verifs a faire pour confirmé cette procédure ?
Hors ligne
#36 Le 06/05/2024, à 15:12
- NicoApi73
Re : [résolu]wifi instable sur 24.04
Si ça fonctionne, passe les commandes suivantes:
sudo apt install --reinstall dkms
cd ~/8821cu-20210916
make clean
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
echo "blacklist rtw88_8821cu" | sudo tee /etc/modprobe.d/rtw88_8821cu.conf
Hors ligne
#37 Le 06/05/2024, à 15:18
- marvin33
Re : [résolu]wifi instable sur 24.04
ok
commande
fred@fred-X15I3-8TU512:~$ sudo lshw -class network
[sudo] Mot de passe de fred :
retour
*-network
description: Ethernet interface
produit: RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller
fabricant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:01:00.0
nom logique: enp1s0
version: 10
numéro de série: 16:09:01:0c:77:b9
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=6.8.0-31-generic firmware=rtl8168g-3_0.0.1 04/23/13 latency=0 link=no multicast=yes port=twisted pair
ressources : irq:18 portE/S:3000(taille=256) mémoire:aa004000-aa004fff mémoire:aa000000-aa003fff
*-network
description: Interface réseau sans fil
identifiant matériel: b
information bus: usb@2:4
nom logique: wlx2cd26b19e207
numéro de série: 2c:d2:6b:19:e2:07
fonctionnalités: ethernet physical wireless
configuration : broadcast=yes driver=rtl8821cu driverversion=v5.12.0.4-1-g9241a6516.20210916 firmware=24.8 ip=192.168.0.24 link=yes multicast=yes wireless=IEEE 802.11bgn
c'est bon ?
Hors ligne
#38 Le 06/05/2024, à 15:19
- NicoApi73
Re : [résolu]wifi instable sur 24.04
Donne bien les retours du #36 STP
Hors ligne
#39 Le 06/05/2024, à 15:35
- marvin33
Re : [résolu]wifi instable sur 24.04
ok
commande
sudo apt install --reinstall dkms
retour
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, 1 réinstallés, 0 à enlever et 1 non mis à jour.
Il est nécessaire de prendre 51,5 ko dans les archives.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Réception de :1 http://fr.archive.ubuntu.com/ubuntu noble/main amd64 dkms all 3.0.11-1ubuntu13 [51,5 kB]
51,5 ko réceptionnés en 1s (38,4 ko/s)
(Lecture de la base de données... 152083 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) ...
Paramétrage de dkms (3.0.11-1ubuntu13) ...
Traitement des actions différées (« triggers ») pour man-db (2.12.0-4build2) ...
commande
fred@fred-X15I3-8TU512:~$ cd ~/8821cu-20210916
fred@fred-X15I3-8TU512:~/8821cu-20210916$ make clean
retour
#make -C /lib/modules/6.8.0-31-generic/build M=/home/fred/8821cu-20210916 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
rm -fr MOK.der MOK.priv
fred@fred-X15I3-8TU512:~/8821cu-20210916$
commande
fred@fred-X15I3-8TU512:~/8821cu-20210916$ source dkms.conf
fred@fred-X15I3-8TU512:~/8821cu-20210916$ sudo mkdir /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
fred@fred-X15I3-8TU512:~/8821cu-20210916$ sudo cp -r * /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
fred@fred-X15I3-8TU512:~/8821cu-20210916$ sudo dkms add $PACKAGE_NAME/$PACKAGE_VERSION
retour
Creating symlink /var/lib/dkms/rtl8821cu/5.12.0.4/source -> /usr/src/rtl8821cu-5.12.0.4
fred@fred-X15I3-8TU512:~/8821cu-20210916$ sudo dkms autoinstall $PACKAGE_NAME/$PACKAGE_VERSION
retour
Sign command: /usr/bin/kmodsign
Binary update-secureboot-policy not found, modules won't be signed
Building module:
Cleaning build area...
kernelver=6.8.0-31-generic ./dkms-make.sh......................................................
Cleaning build area...
8821cu.ko.zst:
Running module version sanity check.
Module version v5.12.0.4-1-g9241a6516.20210916_COEX20200730-5151 for 8821cu.ko.zst
exactly matches what is already found in kernel 6.8.0-31-generic.
DKMS will not replace this module.
You may override by specifying --force.
depmod....
dkms autoinstall on 6.8.0-31-generic/x86_64 succeeded for rtl8821cu
commande
fred@fred-X15I3-8TU512:~/8821cu-20210916$ echo "blacklist rtw88_8821cu" | sudo tee /etc/modprobe.d/rtw88_8821cu.conf
blacklist rtw88_8821cu
fred@fred-X15I3-8TU512:~/8821cu-20210916$
Dernière modification par marvin33 (Le 06/05/2024, à 15:45)
Hors ligne
#40 Le 06/05/2024, à 15:40
- NicoApi73
Re : [résolu]wifi instable sur 24.04
ok, c'est bon pour moi
Hors ligne
#41 Le 06/05/2024, à 15:50
- marvin33
Re : [résolu]wifi instable sur 24.04
1h45 sans coupure , avant c'était moins d'une minute
fonctionnelle pour moi
merci a tous
Hors ligne