#51 Le 08/07/2021, à 12:16
- NicoApi73
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
C'est bon. Le warning est sans objet dans ce cas : il indique simplement que le module existait déjà, ce qui est effectivement le cas. Normalement à la prochaine mise à jour du noyau, le pilote sera compilé et installé automatiquement.
Hors ligne
#52 Le 08/07/2021, à 12:18
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
C'est bon. Le warning est sans objet dans ce cas : il indique simplement que le module existait déjà, ce qui est effectivement le cas. Normalement à la prochaine mise à jour du noyau, le pilote sera compilé et installé automatiquement.
merci a toi
Hors ligne
#53 Le 30/04/2022, à 10:09
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Suite au passage a la 22.04 Jammy Jellyfish j'avais perdu le wifi
j'ai donc refait la manipe #35 et c'est bon
Hors ligne
#54 Le 30/04/2022, à 10:18
- iznobe
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour , en fait c ' est pas directement lié au passage de ubuntu sur jammy .
C ' est directement lié au fait que tu as changé de noyau durant l' upgrade vers jammy .
Tu auras a repasser les commandes du #35 apres chaque changement de noyau , car le pilote n' est pas geré par DKMS .
DKMS sert a re installer le pilote automatiquement apres chaque changement de noyau sans avoir justement a refaire les commandes du #35 . il s ' en occupe a ta place .
Il doit donc y avoir un soucis avec la gestion du pilote via DKMS du fait de l' upgrade peut etre .
que donne
dkms status
maintenant ( apres l ' upgrade ) ?
Dernière modification par iznobe (Le 30/04/2022, à 10:21)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#55 Le 18/05/2022, à 13:42
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Jai refait cette manipe je vérrais par la suite
Bonjour,
Oui, tu peux utiliser le script :
cd ~/rtl8821CU sudo ./dkms-install.sh
Hors ligne
#56 Le 18/05/2022, à 13:45
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour , en fait c ' est pas directement lié au passage de ubuntu sur jammy .
C ' est directement lié au fait que tu as changé de noyau durant l' upgrade vers jammy .Tu auras a repasser les commandes du #35 apres chaque changement de noyau , car le pilote n' est pas geré par DKMS .
DKMS sert a re installer le pilote automatiquement apres chaque changement de noyau sans avoir justement a refaire les commandes du #35 . il s ' en occupe a ta place .Il doit donc y avoir un soucis avec la gestion du pilote via DKMS du fait de l' upgrade peut etre .
que donnedkms status
maintenant ( apres l ' upgrade ) ?
Commande
dkms status
réponse
rtl8821CU/5.4.1, 5.13.0-40-generic, x86_64: installed
Hors ligne
#57 Le 23/06/2022, à 07:10
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
salut a tous
en faite le script ne fonctionne pas
cd ~/rtl8821CU
sudo ./dkms-install.sh
aprés une mise a jour plus de wifi et obligé de refaire ces commandes
Cd
git clone https://github.com/brektrou/rtl8821CU.git
cd rtl8821CU
make
sudo make install
sudo modprobe 8821cu
lsmod | sort
sudo lshw -class network
commande
dkms status
réponse
rtl8821CU/5.4.1: added
Hors ligne
#58 Le 23/06/2022, à 07:47
- NicoApi73
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour,
Tu n'as pas donné les retours de commandes. Nous ne pouvons pas deviner ce qu'il se passe.
Passe les commandes suivantes en donnant tous les retours :
uname -r
cd ~/rtl8821CU
make
Dernière modification par NicoApi73 (Le 23/06/2022, à 07:48)
Hors ligne
#59 Le 24/06/2022, à 07:14
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
ok
commande
uname -r
réponse
5.15.0-40-generic
commande
cd ~/rtl8821CU
réponse
/rtl8821CU$
commande
make
réponse
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.15.0-40-generic/build M=/home/fred/rtl8821CU modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-5.15.0-40-generic »
make[1] : on quitte le répertoire « /usr/src/linux-headers-5.15.0-40-generic »
Hors ligne
#60 Le 24/06/2022, à 12:42
- NicoApi73
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour,
Comme il y a eu déjà une compilation, il faut d'abord nettoyer. Passe donc les commandes suivantes, en donnant bien l'ensemble des retours :
cd ~/rtl8821CU
make clean
make
sudo make install
sudo modprobe 8821cu
lsmod | sort
sudo lshw -class network
Hors ligne
#61 Le 24/06/2022, à 17:41
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
ok
commande
cd ~/rtl8821CU
réponse
/rtl8821CU$
commande
make clean
réponse
#make -C /lib/modules/5.15.0-40-generic/build M=/home/fred/rtl8821CU 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
commande
make
réponse
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.15.0-40-generic/build M=/home/fred/rtl8821CU modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-5.15.0-40-generic »
CC [M] /home/fred/rtl8821CU/core/rtw_cmd.o
CC [M] /home/fred/rtl8821CU/core/rtw_security.o
CC [M] /home/fred/rtl8821CU/core/rtw_debug.o
CC [M] /home/fred/rtl8821CU/core/rtw_io.o
CC [M] /home/fred/rtl8821CU/core/rtw_ioctl_query.o
CC [M] /home/fred/rtl8821CU/core/rtw_ioctl_set.o
CC [M] /home/fred/rtl8821CU/core/rtw_ieee80211.o
CC [M] /home/fred/rtl8821CU/core/rtw_mlme.o
CC [M] /home/fred/rtl8821CU/core/rtw_mlme_ext.o
CC [M] /home/fred/rtl8821CU/core/rtw_mi.o
CC [M] /home/fred/rtl8821CU/core/rtw_wlan_util.o
CC [M] /home/fred/rtl8821CU/core/rtw_vht.o
CC [M] /home/fred/rtl8821CU/core/rtw_pwrctrl.o
CC [M] /home/fred/rtl8821CU/core/rtw_rf.o
CC [M] /home/fred/rtl8821CU/core/rtw_recv.o
CC [M] /home/fred/rtl8821CU/core/rtw_sta_mgt.o
CC [M] /home/fred/rtl8821CU/core/rtw_ap.o
CC [M] /home/fred/rtl8821CU/core/mesh/rtw_mesh.o
CC [M] /home/fred/rtl8821CU/core/mesh/rtw_mesh_pathtbl.o
CC [M] /home/fred/rtl8821CU/core/mesh/rtw_mesh_hwmp.o
CC [M] /home/fred/rtl8821CU/core/rtw_xmit.o
CC [M] /home/fred/rtl8821CU/core/rtw_p2p.o
CC [M] /home/fred/rtl8821CU/core/rtw_rson.o
CC [M] /home/fred/rtl8821CU/core/rtw_tdls.o
CC [M] /home/fred/rtl8821CU/core/rtw_br_ext.o
CC [M] /home/fred/rtl8821CU/core/rtw_iol.o
CC [M] /home/fred/rtl8821CU/core/rtw_sreset.o
CC [M] /home/fred/rtl8821CU/core/rtw_btcoex_wifionly.o
CC [M] /home/fred/rtl8821CU/core/rtw_btcoex.o
CC [M] /home/fred/rtl8821CU/core/rtw_beamforming.o
CC [M] /home/fred/rtl8821CU/core/rtw_odm.o
CC [M] /home/fred/rtl8821CU/core/rtw_rm.o
CC [M] /home/fred/rtl8821CU/core/rtw_rm_fsm.o
CC [M] /home/fred/rtl8821CU/core/efuse/rtw_efuse.o
CC [M] /home/fred/rtl8821CU/os_dep/osdep_service.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/os_intfs.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/usb_intf.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/usb_ops_linux.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/ioctl_linux.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/xmit_linux.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/mlme_linux.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/recv_linux.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/ioctl_cfg80211.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/rtw_cfgvendor.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/wifi_regd.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/rtw_android.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/rtw_proc.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/rtw_rhashtable.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/ioctl_mp.o
CC [M] /home/fred/rtl8821CU/hal/hal_intf.o
CC [M] /home/fred/rtl8821CU/hal/hal_com.o
CC [M] /home/fred/rtl8821CU/hal/hal_com_phycfg.o
CC [M] /home/fred/rtl8821CU/hal/hal_phy.o
CC [M] /home/fred/rtl8821CU/hal/hal_dm.o
CC [M] /home/fred/rtl8821CU/hal/hal_dm_acs.o
CC [M] /home/fred/rtl8821CU/hal/hal_btcoex_wifionly.o
CC [M] /home/fred/rtl8821CU/hal/hal_btcoex.o
CC [M] /home/fred/rtl8821CU/hal/hal_mp.o
CC [M] /home/fred/rtl8821CU/hal/hal_mcc.o
CC [M] /home/fred/rtl8821CU/hal/hal_hci/hal_usb.o
CC [M] /home/fred/rtl8821CU/hal/led/hal_led.o
CC [M] /home/fred/rtl8821CU/hal/led/hal_usb_led.o
CC [M] /home/fred/rtl8821CU/hal/hal_halmac.o
CC [M] /home/fred/rtl8821CU/hal/rtl8821c/rtl8821c_halinit.o
CC [M] /home/fred/rtl8821CU/hal/rtl8821c/rtl8821c_mac.o
CC [M] /home/fred/rtl8821CU/hal/rtl8821c/rtl8821c_cmd.o
CC [M] /home/fred/rtl8821CU/hal/rtl8821c/rtl8821c_phy.o
CC [M] /home/fred/rtl8821CU/hal/rtl8821c/rtl8821c_dm.o
CC [M] /home/fred/rtl8821CU/hal/rtl8821c/rtl8821c_ops.o
CC [M] /home/fred/rtl8821CU/hal/rtl8821c/hal8821c_fw.o
CC [M] /home/fred/rtl8821CU/hal/rtl8821c/usb/rtl8821cu_halinit.o
CC [M] /home/fred/rtl8821CU/hal/rtl8821c/usb/rtl8821cu_halmac.o
CC [M] /home/fred/rtl8821CU/hal/rtl8821c/usb/rtl8821cu_io.o
CC [M] /home/fred/rtl8821CU/hal/rtl8821c/usb/rtl8821cu_xmit.o
CC [M] /home/fred/rtl8821CU/hal/rtl8821c/usb/rtl8821cu_recv.o
CC [M] /home/fred/rtl8821CU/hal/rtl8821c/usb/rtl8821cu_led.o
CC [M] /home/fred/rtl8821CU/hal/rtl8821c/usb/rtl8821cu_ops.o
CC [M] /home/fred/rtl8821CU/hal/efuse/rtl8821c/HalEfuseMask8821C_USB.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_api.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_bb_rf_88xx.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_cfg_wmac_88xx.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_common_88xx.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_efuse_88xx.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_flash_88xx.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_fw_88xx.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_gpio_88xx.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_init_88xx.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_mimo_88xx.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_pcie_88xx.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_sdio_88xx.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_usb_88xx.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_8821c/halmac_cfg_wmac_8821c.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_8821c/halmac_common_8821c.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_8821c/halmac_gpio_8821c.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_8821c/halmac_init_8821c.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_8821c/halmac_pcie_8821c.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_8821c/halmac_phy_8821c.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_8821c/halmac_pwr_seq_8821c.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_8821c/halmac_sdio_8821c.o
CC [M] /home/fred/rtl8821CU/hal/halmac/halmac_88xx/halmac_8821c/halmac_usb_8821c.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_debug.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_antdiv.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_soml.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_smt_ant.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_antdect.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_interface.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_phystatus.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_hwconfig.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_dig.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_pathdiv.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_rainfo.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_dynamictxpower.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_adaptivity.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_cfotracking.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_noisemonitor.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_beamforming.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_dfs.o
CC [M] /home/fred/rtl8821CU/hal/phydm/txbf/halcomtxbf.o
CC [M] /home/fred/rtl8821CU/hal/phydm/txbf/haltxbfinterface.o
CC [M] /home/fred/rtl8821CU/hal/phydm/txbf/phydm_hal_txbf_api.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_adc_sampling.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_ccx.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_psd.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_primary_cca.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_cck_pd.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_rssi_monitor.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_auto_dbg.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_math_lib.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_api.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_pow_train.o
CC [M] /home/fred/rtl8821CU/hal/phydm/phydm_lna_sat.o
CC [M] /home/fred/rtl8821CU/hal/phydm/halrf/halrf.o
CC [M] /home/fred/rtl8821CU/hal/phydm/halrf/halrf_debug.o
CC [M] /home/fred/rtl8821CU/hal/phydm/halrf/halphyrf_ce.o
CC [M] /home/fred/rtl8821CU/hal/phydm/halrf/halrf_powertracking_ce.o
CC [M] /home/fred/rtl8821CU/hal/phydm/halrf/halrf_powertracking.o
CC [M] /home/fred/rtl8821CU/hal/phydm/halrf/halrf_kfree.o
CC [M] /home/fred/rtl8821CU/hal/phydm/rtl8821c/halhwimg8821c_bb.o
CC [M] /home/fred/rtl8821CU/hal/phydm/rtl8821c/halhwimg8821c_mac.o
CC [M] /home/fred/rtl8821CU/hal/phydm/rtl8821c/halhwimg8821c_rf.o
CC [M] /home/fred/rtl8821CU/hal/phydm/rtl8821c/phydm_hal_api8821c.o
CC [M] /home/fred/rtl8821CU/hal/phydm/rtl8821c/phydm_regconfig8821c.o
CC [M] /home/fred/rtl8821CU/hal/phydm/halrf/rtl8821c/halrf_8821c.o
CC [M] /home/fred/rtl8821CU/hal/phydm/halrf/rtl8821c/halrf_iqk_8821c.o
CC [M] /home/fred/rtl8821CU/hal/btc/halbtc8821cwifionly.o
CC [M] /home/fred/rtl8821CU/hal/btc/halbtc8821c1ant.o
CC [M] /home/fred/rtl8821CU/hal/btc/halbtc8821c2ant.o
CC [M] /home/fred/rtl8821CU/platform/platform_ops.o
CC [M] /home/fred/rtl8821CU/core/rtw_mp.o
LD [M] /home/fred/rtl8821CU/8821cu.o
MODPOST /home/fred/rtl8821CU/Module.symvers
CC [M] /home/fred/rtl8821CU/8821cu.mod.o
LD [M] /home/fred/rtl8821CU/8821cu.ko
BTF [M] /home/fred/rtl8821CU/8821cu.ko
Skipping BTF generation for /home/fred/rtl8821CU/8821cu.ko due to unavailability of vmlinux
make[1] : on quitte le répertoire « /usr/src/linux-headers-5.15.0-40-generic »
commande
sudo make install
réponse
mkdir -p /lib/modules/5.15.0-40-generic/kernel/drivers/net/wireless/realtek/rtl8821cu/
install -p -m 644 8821cu.ko /lib/modules/5.15.0-40-generic/kernel/drivers/net/wireless/realtek/rtl8821cu/
/sbin/depmod -a 5.15.0-40-generic
commande
sudo modprobe 8821cu
lsmod | sort
réponse
8821cu 2469888 0
acpi_pad 184320 0
aesni_intel 376832 4
af_alg 32768 6 algif_hash,algif_skcipher
ahci 45056 2
algif_hash 16384 1
algif_skcipher 16384 1
autofs4 49152 2
bluetooth 688128 33 btrtl,btintel,btbcm,bnep,btusb,rfcomm
bnep 28672 2
btbcm 24576 1 btusb
btintel 40960 1 btusb
btrtl 24576 1 btusb
btusb 61440 0
cec 61440 2 drm_kms_helper,i915
cfg80211 958464 1 8821cu
cmac 16384 3
coretemp 24576 0
crc32_pclmul 16384 0
crct10dif_pclmul 16384 1
cryptd 24576 3 crypto_simd,ghash_clmulni_intel
crypto_simd 16384 1 aesni_intel
drm 606208 13 drm_kms_helper,i915,ttm
drm_kms_helper 307200 1 i915
dw_dmac 16384 0
dw_dmac_core 36864 1 dw_dmac
ecc 36864 1 ecdh_generic
ecdh_generic 16384 2 bluetooth
efi_pstore 16384 0
fb_sys_fops 16384 1 drm_kms_helper
ghash_clmulni_intel 16384 0
hid 147456 4 i2c_hid,usbhid,hid_multitouch,hid_generic
hid_generic 16384 0
hid_multitouch 28672 0
i2c_algo_bit 16384 1 i915
i2c_hid 32768 1 i2c_hid_acpi
i2c_hid_acpi 16384 0
i2c_i801 36864 0
i2c_smbus 20480 1 i2c_i801
i915 3043328 26
input_leds 16384 0
intel_cstate 20480 0
intel_powerclamp 20480 0
intel_rapl_common 36864 1 intel_rapl_msr
intel_rapl_msr 20480 0
ip6_tables 32768 52
ip6t_REJECT 16384 1
ip6t_rt 20480 3
ipmi_devintf 20480 0
ipmi_msghandler 122880 1 ipmi_devintf
ip_tables 32768 8
ipt_REJECT 16384 1
joydev 32768 0
kvm 1003520 1 kvm_intel
kvm_intel 364544 0
libahci 45056 1 ahci
libcrc32c 16384 2 nf_conntrack,nf_tables
lp 28672 0
lpc_ich 28672 0
mac_hid 16384 0
mc 65536 5 videodev,snd_usb_audio,videobuf2_v4l2,uvcvideo,videobuf2_common
mei 135168 3 mei_hdcp,mei_me
mei_hdcp 24576 0
mei_me 40960 1
Module Size Used by
msr 16384 0
nf_conntrack 167936 1 xt_conntrack
nf_defrag_ipv4 16384 1 nf_conntrack
nf_defrag_ipv6 24576 1 nf_conntrack
nf_log_syslog 20480 10
nfnetlink 20480 2 nft_compat,nf_tables
nf_reject_ipv4 16384 1 ipt_REJECT
nf_reject_ipv6 20480 1 ip6t_REJECT
nf_tables 241664 389 nft_compat,nft_counter,nft_limit
nft_compat 20480 135
nft_counter 16384 170
nft_limit 16384 13
nls_iso8859_1 16384 2
parport 65536 3 parport_pc,lp,ppdev
parport_pc 49152 0
pinctrl_lynxpoint 24576 0
ppdev 24576 0
r8169 98304 0
rapl 20480 0
rc_core 65536 1 cec
realtek 32768 1
rfcomm 81920 4
sch_fq_codel 20480 6
sdhci 81920 1 sdhci_acpi
sdhci_acpi 28672 0
serio_raw 20480 0
snd 102400 17 snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_timer,snd_pcm,snd_rawmidi
snd_hda_codec 155648 2 snd_hda_codec_hdmi,snd_hda_intel
snd_hda_codec_hdmi 73728 1
snd_hda_core 110592 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_hda_intel 53248 1
snd_hwdep 16384 2 snd_usb_audio,snd_hda_codec
snd_intel_dspcfg 28672 1 snd_hda_intel
snd_intel_sdw_acpi 20480 1 snd_intel_dspcfg
snd_pcm 139264 5 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_hda_core
snd_rawmidi 49152 2 snd_seq_midi,snd_usbmidi_lib
snd_seq 73728 2 snd_seq_midi,snd_seq_midi_event
snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi
snd_seq_midi 20480 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_timer 40960 2 snd_seq,snd_pcm
snd_usb_audio 344064 2
snd_usbmidi_lib 45056 1 snd_usb_audio
soundcore 16384 1 snd
spi_pxa2xx_platform 32768 0
syscopyarea 16384 1 drm_kms_helper
sysfillrect 20480 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
ttm 86016 1 i915
uas 28672 0
usbhid 65536 0
usb_storage 77824 2 uas
uvcvideo 106496 0
video 53248 1 i915
videobuf2_common 77824 4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
videobuf2_memops 20480 1 videobuf2_vmalloc
videobuf2_v4l2 32768 1 uvcvideo
videobuf2_vmalloc 20480 1 uvcvideo
videodev 249856 3 videobuf2_v4l2,uvcvideo,videobuf2_common
x86_pkg_temp_thermal 20480 0
xhci_pci 24576 0
xhci_pci_renesas 20480 1 xhci_pci
x_tables 53248 12 xt_conntrack,nft_compat,xt_LOG,xt_tcpudp,xt_addrtype,ip6t_rt,ip6_tables,ipt_REJECT,ip_tables,xt_limit,xt_hl,ip6t_REJECT
xt_addrtype 16384 4
xt_conntrack 16384 16
xt_hl 16384 22
xt_limit 16384 0
xt_LOG 20480 10
xt_tcpudp 20480 18
commande
sudo lshw -class network
réponse
*-network
description: Ethernet interface
produit: RTL8111/8168/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=5.15.0-40-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=5.15.0-40-generic ip=192.168.0.22 multicast=yes wireless=IEEE 802.11bgn
Hors ligne
#62 Le 24/06/2022, à 19:42
- NicoApi73
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Ta WiFi fonctionne, le pilote est chargé et tu as une adresse IP qui est allouée
Hors ligne
#63 Le 25/06/2022, à 15:51
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Ta WiFi fonctionne, le pilote est chargé et tu as une adresse IP qui est allouée
Le wifif fonctionnais déjà avant de faire les manipe précédente , mon problême est que le script :
cd ~/rtl8821CU
sudo ./dkms-install.sh
qui si j'ai bien compris doit rechager mon pilote quant il y a une mise a jour .
ce qui n'était pas le cas suite au mises a jours précédente .
Hors ligne
#64 Le 25/06/2022, à 17:32
- NicoApi73
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Le script fait une installation dkms. Tu n'as pas à le relancer, dkms est là pour ça.
Donne le retour de :
dkms status
Hors ligne
#65 Le 29/06/2022, à 06:25
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
ok
commande
dkms status
réponse
rtl8821CU/5.4.1: added
Hors ligne
#66 Le 29/06/2022, à 06:33
- NicoApi73
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour,
tu passes les commandes suivantes en donnant tous les retours :
cd ~/rtl8821CU
sudo dkms remove rtl8821CU/5.4.1 --all
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
dkms status
Hors ligne
#67 Le 29/06/2022, à 10:09
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
hello
commande
cd ~/rtl8821CU
réponse
fred@fred-X15I3-8TU512:~/rtl8821CU$
commande
sudo dkms remove rtl8821CU/5.4.1 --all
réponse
fred@fred-X15I3-8TU512:~/rtl8821CU$
commande
source dkms.conf
réponse
fred@fred-X15I3-8TU512:~/rtl8821CU$
commande
sudo mkdir /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
réponse
fred@fred-X15I3-8TU512:~/rtl8821CU$
commande
sudo cp -r * /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
réponse
fred@fred-X15I3-8TU512:~/rtl8821CU$
commande
sudo dkms add $PACKAGE_NAME/$PACKAGE_VERSION
réponse
Creating symlink /var/lib/dkms/rtl8821CU/#MODULE_VERSION#/source -> /usr/src/rtl8821CU-#MODULE_VERSION#
commande
sudo dkms autoinstall $PACKAGE_NAME/$PACKAGE_VERSION
réponse
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
'make' KVER=5.15.0-40-generic...(bad exit status: 2)
ERROR (dkms apport): binary package for rtl8821CU: #MODULE_VERSION# not found
Error! Bad return status for module build on kernel: 5.15.0-40-generic (x86_64)
Consult /var/lib/dkms/rtl8821CU/#MODULE_VERSION#/build/make.log for more information.
commande
dkms status
réponse
rtl8821CU/#MODULE_VERSION#: added
Dernière modification par marvin33 (Le 29/06/2022, à 10:40)
Hors ligne
#68 Le 29/06/2022, à 10:20
- xubu1957
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour,
Détail pratique :
Un retour complet doit contenir toutes les lignes,
depuis celle, entière, de la commande
jusqu'à la ligne attendant la commande suivante, exemple :moi@mon-pc~$: ma-commande son retour moi@mon-pc~$:
Faute de quoi, il manque souvent à ceux qui tentent de t'aider des éléments essentiels.
(Plus de détails dans ce message-ci Retour utilisable de commande.)
Et si tu ne veux pas divulguer ton nom d'user, tu le remplaces par "toto" ou ce que tu veux.
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
Hors ligne
#69 Le 29/06/2022, à 11:52
- iznobe
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour , c ' est plus simple d ' avoir la commande et le retour complet , comme cela , dans le meme bloc code , on voit desuite de quoi il s' agit et c ' est plus facile :
fred@fred-X15I3-8TU512:sudo dkms autoinstall $PACKAGE_NAME/$PACKAGE_VERSION
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
'make' KVER=5.15.0-40-generic...(bad exit status: 2)
ERROR (dkms apport): binary package for rtl8821CU: #MODULE_VERSION# not found
Error! Bad return status for module build on kernel: 5.15.0-40-generic (x86_64)
Consult /var/lib/dkms/rtl8821CU/#MODULE_VERSION#/build/make.log for more information.
fred@fred-X15I3-8TU512:
On remarque dans ce retour complet qu ' il y a une erreur !
Dernière modification par iznobe (Le 29/06/2022, à 11:53)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#70 Le 30/06/2022, à 05:54
- NicoApi73
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour,
Que donne
cat /var/lib/dkms/rtl8821CU/#MODULE_VERSION#/build/make.log
Hors ligne
#71 Le 30/06/2022, à 06:42
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Hello
commande
fred@fred-X15I3-8TU512:~$ cat /var/lib/dkms/rtl8821CU/#MODULE_VERSION#/build/make.log
retour
DKMS make.log for rtl8821CU-#MODULE_VERSION# for kernel 5.15.0-40-generic (x86_64)
mer. 29 juin 2022 10:50:17 CEST
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.15.0-40-generic/build M=/var/lib/dkms/rtl8821CU/#MODULE_VERSION#/build modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-5.15.0-40-generic »
scripts/Makefile.build:483: *** séparateur manquant. Arrêt.
make[1]: *** [Makefile:1875 : /var/lib/dkms/rtl8821CU/#MODULE_VERSION#/build] Erreur 2
make[1] : on quitte le répertoire « /usr/src/linux-headers-5.15.0-40-generic »
make: *** [Makefile:2217 : modules] Erreur 2
Hors ligne
#72 Le 04/07/2022, à 07:50
- NicoApi73
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour,
Je n'ai pas beaucoup de temps en ce moment. La compilation ne passe pas par dkms, alors qu'elle passe en manuel. C'est peut être "#MODULE_VERSION#" qui pose problème. Dès que j'ai un peu de temps, j'essaierai. Entre temps, en cas de mise à jour du noyau, tu devras faire une compilation manuelle, comme au #60.
Hors ligne
#73 Le 04/07/2022, à 16:28
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
pas de souci et merci quand même
Hors ligne
#74 Le 30/07/2022, à 11:06
- NicoApi73
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour,
Je ne t'ai pas oublié, mais je n'ai toujours pas la solution. Je ne sais pas pourquoi dkms n'arrive pas à compiler
Hors ligne
#75 Le 11/08/2022, à 06:27
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour,
Je ne t'ai pas oublié, mais je n'ai toujours pas la solution. Je ne sais pas pourquoi dkms n'arrive pas à compiler
merci quand méme
petite précision et pas des moindres , je me suis rendu compte que quand je perd le wifi c'est aussi toute cette parti gestion du wifi , je suis donc obligé de passer par le rj45
autre chose quand je refait la procédure #60 je doit supprimer le dossier rtl8821cu qui se trouve dans dossier personnel si non
la commande suivante ne marche pas:
git clone https://github.com/brektrou/rtl8821CU.git
?
Dernière modification par marvin33 (Le 11/08/2022, à 07:04)
Hors ligne