#51 Le 09/02/2024, à 15:03
- NicoApi73
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
Ce n'est pas fini : donne nous les paquets (cf les premières commandes du #47) et nous mettrons le pilote en gestion dkms
Hors ligne
#52 Le 09/02/2024, à 21:56
- david96
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
Lol, dans la hâte je pensais avoir tout mis, mais j'avais déjà 20 mn de retard sur mon boulot
Voili, voilou :
david96@clara22 ~ % dpkg -l | grep 8821
david96@clara22 ~ % dpkg -l | grep dkms
ii dkms 2.8.7-2ubuntu2.2 all Dynamic Kernel Module Support Framework
david96@clara22 ~ %
En tout cas, je viens de redémarrer le portable et de suite, il s'est connecté en wifi sur l'Airbox ^ ^
Merci à tous, vous êtes fantastiques !
Édite :@Nico, j'attends avant de mettre résolu, un grand merci à toi !
Dernière modification par david96 (Le 09/02/2024, à 21:59)
Hors ligne
#53 Le 09/02/2024, à 22:17
- NicoApi73
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
Tu n'as pas le package du pilote installé (nous n'avons pas besoin de le désinstaller...
Donne le retour de
sudo find /lib/modules/$(uname -r)/kernel/drivers -name *8821ce*
Pour l'installation sous dkms :
cd ~/rtw88
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
Hors ligne
#54 Le 09/02/2024, à 22:41
- david96
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
david96@clara22 ~ % sudo find /lib/modules/$(uname -r)/kernel/drivers -name *8821ce*
[sudo] Mot de passe de david96 :
find: paths must precede expression: `rtl8821ce'
find: possible unquoted pattern after predicate `-name'?
david96@clara22 ~ % cd ~/rtw88
david96@clara22 ~/rtw88 % make clean
david96@clara22 ~/rtw88 % source dkms.conf
dkms.conf:5: BUILT_MODULE_NAME: assignment to invalid subscript range
david96@clara22 ~/rtw88 % sudo mkdir /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
david96@clara22 ~/rtw88 % sudo cp -r * /usr/src/$PACKAGE_NAME-$PACKAGE_VERSION
david96@clara22 ~/rtw88 % sudo dkms add $PACKAGE_NAME/$PACKAGE_VERSION
Creating symlink /var/lib/dkms/rtw88/0.6/source -> /usr/src/rtw88-0.6
david96@clara22 ~/rtw88 % sudo dkms autoinstall $PACKAGE_NAME/$PACKAGE_VERSION
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
'make' -j8 KVER=6.5.0-15-generic...(bad exit status: 2)
ERROR (dkms apport): binary package for rtl8821ce: #MODULE_VERSION# not found
Error! Bad return status for module build on kernel: 6.5.0-15-generic (x86_64)
Consult /var/lib/dkms/rtl8821ce/#MODULE_VERSION#/build/make.log for more information.
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
make -j8 KERNELRELEASE=6.5.0-15-generic -C /lib/modules/6.5.0-15-generic/build M=/var/lib/dkms/rtw88/0.6/build......
Signing module:
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8822bs.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_pci.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8723de.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8822cs.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8822ce.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8822bu.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8821cu.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8822be.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8822cu.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8822b.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8821ce.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8821c.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8821cs.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8822c.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_core.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_usb.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8723ds.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8723d.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_sdio.ko
- /var/lib/dkms/rtw88/0.6/6.5.0-15-generic/x86_64/module/rtw_8723du.ko
Secure Boot not enabled on this system.
cleaning build area...
rtw_pci.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_usb.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_sdio.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8723de.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8723ds.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8723du.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8723d.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8822be.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8822bs.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8822bu.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8822b.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8822ce.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8822cs.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8822cu.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8822c.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8821ce.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8821cs.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8821cu.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_8821c.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
rtw_core.ko:
Running module version sanity check.
- Original module
- Installation
- Installing to /lib/modules/6.5.0-15-generic/updates/dkms/
depmod...
david96@clara22 ~/rtw88 %
Hors ligne
#55 Le 09/02/2024, à 22:48
- NicoApi73
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
Il y a des choses surprenantes...
Peux tu donner le resultat de
echo $0
lsb_release -a
Hors ligne
#56 Le 09/02/2024, à 22:49
- david96
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
david96@clara22 ~/rtw88 % echo $0
zsh
david96@clara22 ~/rtw88 % lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
david96@clara22 ~/rtw88 %
Dernière modification par david96 (Le 09/02/2024, à 22:50)
Hors ligne
#57 Le 09/02/2024, à 22:51
- NicoApi73
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
ok, tu n'utilises pas bash...
Donne le retour de :
dkms status
Hors ligne
#58 Le 09/02/2024, à 22:55
- david96
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
Oui, je suis très souvent sur la console et zsh c'est le top pour moi.
david96@clara22 ~/rtw88 % dkms status
rtl8821ce/1.0.0, 5.15.0-92-generic, x86_64: built
rtl8821ce/#MODULE_VERSION#: added
rtl8821ce/v5.5.2_34066.20200325, 5.15.0-92-generic, x86_64: built
rtl8821ce/v5.5.2_34066.20200325, 6.5.0-15-generic, x86_64: installed (WARNING! Diff between built and installed module!)
rtw88/0.6, 6.5.0-15-generic, x86_64: installed
david96@clara22 ~/rtw88 %
Hors ligne
#59 Le 09/02/2024, à 23:01
- NicoApi73
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
Bon, il va falloir y voir plus clair et nettoyer.
bash
find /lib/modules/$(uname -r)/kernel/drivers -name *8821ce*
sudo dkms remove rtl8821ce/\#MODULE_VERSION\# --all
ls -l /usr/src
Dernière modification par NicoApi73 (Le 09/02/2024, à 23:02)
Hors ligne
#60 Le 09/02/2024, à 23:08
- david96
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
david96@clara22:~/rtw88$ bash
david96@clara22:~/rtw88$ find /lib/modules/$(uname -r)/kernel/drivers -name *8821ce*
find: paths must precede expression: `rtw8821ce.c'
find: possible unquoted pattern after predicate `-name'?
david96@clara22:~/rtw88$ sudo dkms remove rtl8821ce/\#MODULE_VERSION\# --all
Error! The module/version combo: rtl8821ce-#MODULE_VERSION# is not located in the DKMS tree.
david96@clara22:~/rtw88$ ls -l /usr/src
total 44
lrwxrwxrwx 1 root root 31 févr. 8 01:28 linux -> linux-headers-5.15.0-92-generic
drwxr-xr-x 25 root root 4096 févr. 5 23:08 linux-headers-5.15.0-92
drwxr-xr-x 7 root root 4096 févr. 7 22:18 linux-headers-5.15.0-92-generic
drwxr-xr-x 7 root root 4096 janv. 15 21:51 linux-headers-6.5.0-14-generic
drwxr-xr-x 7 root root 4096 févr. 8 01:14 linux-headers-6.5.0-15-generic
drwxr-xr-x 26 root root 4096 janv. 15 21:51 linux-hwe-6.5-headers-6.5.0-14
drwxr-xr-x 26 root root 4096 janv. 29 21:58 linux-hwe-6.5-headers-6.5.0-15
lrwxrwxrwx 1 root root 30 févr. 5 01:08 linux-OLDVERSION.1707091910 -> linux-headers-6.5.0-15-generic
lrwxrwxrwx 1 root root 30 févr. 5 02:05 linux-OLDVERSION.1707352126 -> linux-headers-6.5.0-15-generic
drwxr-xr-x 4 root root 4096 nov. 17 01:14 python3.10
drwxr-xr-x 10 root root 4096 févr. 8 01:32 rtl8821ce-1.0.0
drwxr-xr-x 7 root root 4096 févr. 5 02:29 rtl8821ce-#MODULE_VERSION#
drwxr-xr-x 9 root root 4096 févr. 7 22:21 rtl8821ce-v5.5.2_34066.20200325
drwxr-xr-x 3 root root 4096 févr. 9 22:40 rtw88-0.6
david96@clara22:~/rtw88$
Hors ligne
#61 Le 09/02/2024, à 23:13
- NicoApi73
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
Passe :
sudo dkms remove rtl8821ce/v5.5.2_34066.20200325 --all
Je ne comrpends pas pourquoi la commande find ne passe pas.
Donne
uname -r
Et
dkms status
Dernière modification par NicoApi73 (Le 09/02/2024, à 23:14)
Hors ligne
#62 Le 09/02/2024, à 23:16
- david96
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
david96@clara22:~/rtw88$ sudo dkms remove rtl8821ce/v5.5.2_34066.20200325 --all
Module rtl8821ce-v5.5.2_34066.20200325 for kernel 5.15.0-92-generic (x86_64).
This module version was INACTIVE for this kernel.
depmod...
Module rtl8821ce-v5.5.2_34066.20200325 for kernel 6.5.0-15-generic (x86_64).
Before uninstall, this module version was ACTIVE on this kernel.
8821ce.ko:
- Uninstallation
- Deleting from: /lib/modules/6.5.0-15-generic/
rmdir: impossible de supprimer '': Aucun fichier ou dossier de ce type
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
depmod...
Deleting module rtl8821ce-v5.5.2_34066.20200325 completely from the DKMS tree.
david96@clara22:~/rtw88$ uname -r
6.5.0-15-generic
david96@clara22:~/rtw88$ dkms status
rtl8821ce/1.0.0, 5.15.0-92-generic, x86_64: built
rtw88/0.6, 6.5.0-15-generic, x86_64: installed
david96@clara22:~/rtw88$
Hors ligne
#63 Le 09/02/2024, à 23:18
- NicoApi73
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
Bon, dkms est propre. Reste à réussir à vérifier les pilotes.
Essaie :
find /lib/modules/6.5.0-15-generic/kernel/drivers -name *8821ce*
Tu peux également virer celui là :
sudo dkms remove rtl8821ce/1.0.0 --all
Dernière modification par NicoApi73 (Le 09/02/2024, à 23:19)
Hors ligne
#64 Le 09/02/2024, à 23:27
- david96
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
david96@clara22:~/rtw88$ find /lib/modules/6.5.0-15-generic/kernel/drivers -name *8821ce*
find: paths must precede expression: `rtw8821ce.c'
find: possible unquoted pattern after predicate `-name'?
david96@clara22:~/rtw88$ sudo dkms remove rtl8821ce/1.0.0 --all
Module rtl8821ce-1.0.0 for kernel 5.15.0-92-generic (x86_64).
This module version was INACTIVE for this kernel.
depmod...
Deleting module rtl8821ce-1.0.0 completely from the DKMS tree.
david96@clara22:~/rtw88$
Hors ligne
#65 Le 09/02/2024, à 23:30
- NicoApi73
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
Je viens de comprendre pourquoi la commande ne passe pas.
Fais :
cd
find /lib/modules/$(uname -r)/kernel/drivers -name *8821ce*
Hors ligne
#66 Le 09/02/2024, à 23:34
- ylag
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
Bonsoir,
Sinon, essaie cette syntaxe :
find /lib/modules/6.5.0-15-generic/kernel/drivers -name '*8821ce*'
... en encadrant *8821ce* avec des guillemets simples ?
A+
Dernière modification par ylag (Le 09/02/2024, à 23:37)
Hors ligne
#67 Le 09/02/2024, à 23:39
- NicoApi73
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
@ylag : c'est parce que l'on était dans le répertoire rtw88 est qu'il développait l'expression ! Et effectivement, avec les guillemets simples, ça fonctionne également
Dernière modification par NicoApi73 (Le 09/02/2024, à 23:40)
Hors ligne
#68 Le 09/02/2024, à 23:59
- david96
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
J'exécute vos 2 commandes :
david96@clara22:~/rtw88$
david96@clara22:~/rtw88$ cd
david96@clara22:~$ find /lib/modules/$(uname -r)/kernel/drivers -name *8821ce*
find: paths must precede expression: `rtl8821ce'
find: possible unquoted pattern after predicate `-name'?
david96@clara22:~$ find /lib/modules/6.5.0-15-generic/kernel/drivers -name '*8821ce*'
/lib/modules/6.5.0-15-generic/kernel/drivers/net/wireless/realtek/rtw88/rtw88_8821ce.ko
/lib/modules/6.5.0-15-generic/kernel/drivers/net/wireless/realtek/rtw88/rtw_8821ce.ko
/lib/modules/6.5.0-15-generic/kernel/drivers/net/wireless/8821ce.ko
david96@clara22:~$
Hors ligne
#69 Le 10/02/2024, à 08:34
- NicoApi73
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
Il y a encore 2 cadavres. Histoire de ne pas se tromper donne :
sudo lshw -class network
lsmod | sort
Hors ligne
#70 Le 10/02/2024, à 08:54
- NicoApi73
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
Bonjour , @NicoApi73 :
configuration : broadcast=yes driver=rtw_8821ce driverversion=6.5.0-15-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
c' est pas le bon pilote en cours d' utilisation .
ne faudrait il pas le désinstaller , le blacklister ou autre chose ce pilote "rtw_8821ce" ?
Si, c'est le pilote qui est généré à partir de https://github.com/lwfinger/rtw88.git
Hors ligne
#71 Le 10/02/2024, à 11:45
- david96
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
Il y a encore 2 cadavres. Histoire de ne pas se tromper donne :
sudo lshw -class network lsmod | sort
david96@clara22 ~ % sudo lshw -class network
[sudo] Mot de passe de david96 :
*-network
description: Interface réseau sans fil
produit: RTL8821CE 802.11ac PCIe Wireless Network Adapter
fabricant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:02:00.0
nom logique: wlo1
version: 00
numéro de série: 14:d4:24:2e:da:e5
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration : broadcast=yes driver=rtw_8821ce driverversion=6.5.0-15-generic firmware=N/A ip=192.168.1.102 latency=0 link=yes multicast=yes wireless=IEEE 802.11
ressources : irq:157 portE/S:3000(taille=256) mémoire:84000000-8400ffff
david96@clara22 ~ % lsmod | sort
8250_dw 20480 0
8821ce 2527232 0
ac97_bus 12288 1 snd_soc_core
acpi_pad 184320 0
acpi_tad 20480 0
acpi_thermal_rel 20480 1 int3400_thermal
aesni_intel 356352 6
af_alg 32768 6 algif_hash,algif_skcipher
ahci 49152 0
algif_hash 12288 1
algif_skcipher 12288 1
asus_nb_wmi 24576 0
asus_wmi 73728 2 asus_nb_wmi,mfd_aaeon
autofs4 57344 2
binfmt_misc 24576 1
bluetooth 1073152 34 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
bnep 32768 2
btbcm 24576 1 btusb
btintel 53248 1 btusb
btmtk 12288 1 btusb
btrtl 32768 1 btusb
btusb 73728 0
ccm 20480 3
cec 94208 2 drm_display_helper,i915
cfg80211 1314816 3 rtw_core,mac80211,8821ce
cmac 12288 3
cmdlinepart 12288 0
coretemp 24576 0
crc32_pclmul 12288 0
crct10dif_pclmul 12288 1
cryptd 24576 3 crypto_simd,ghash_clmulni_intel
crypto_simd 16384 1 aesni_intel
drm 761856 11 drm_kms_helper,drm_display_helper,drm_buddy,i915,ttm
drm_buddy 20480 1 i915
drm_display_helper 241664 1 i915
drm_kms_helper 270336 2 drm_display_helper,i915
dw_dmac 12288 0
dw_dmac_core 36864 1 dw_dmac
ecc 45056 1 ecdh_generic
ecdh_generic 16384 2 bluetooth
efi_pstore 12288 0
ghash_clmulni_intel 16384 0
hid 180224 4 i2c_hid,usbhid,hid_multitouch,hid_generic
hid_generic 12288 0
hid_multitouch 36864 0
i2c_algo_bit 16384 1 i915
i2c_hid 40960 1 i2c_hid_acpi
i2c_hid_acpi 12288 0
i2c_i801 36864 0
i2c_smbus 16384 1 i2c_i801
i915 4157440 11
idma64 20480 0
igen6_edac 24576 0
input_leds 12288 0
int3400_thermal 24576 0
int3403_thermal 16384 0
int340x_thermal_zone 16384 2 int3403_thermal,processor_thermal_device
intel_cstate 20480 0
intel_lpss 16384 1 intel_lpss_pci
intel_lpss_pci 24576 2
intel_powerclamp 24576 0
intel_rapl_common 36864 2 intel_rapl_msr,processor_thermal_rapl
intel_rapl_msr 20480 0
intel_soc_dts_iosf 20480 1 processor_thermal_device_pci_legacy
intel_tcc_cooling 12288 0
intel_vsec 20480 0
ip_tables 36864 0
irqbypass 12288 1 kvm
joydev 32768 0
kvm 1409024 1 kvm_intel
kvm_intel 487424 0
ledtrig_audio 12288 2 snd_hda_codec_generic,asus_wmi
libahci 57344 1 ahci
libarc4 12288 1 mac80211
lp 28672 0
mac80211 1720320 2 rtw_core,rtw_pci
mac_hid 12288 0
mc 86016 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
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
mtd 106496 3 spi_nor,cmdlinepart
nls_iso8859_1 12288 1
nvme 57344 2
nvme_common 28672 1 nvme_core
nvme_core 208896 3 nvme
parport 77824 3 parport_pc,lp,ppdev
parport_pc 53248 0
pinctrl_tigerlake 28672 0
platform_profile 12288 1 asus_wmi
pmt_class 16384 1 pmt_telemetry
pmt_telemetry 12288 0
polyval_clmulni 12288 0
polyval_generic 12288 1 polyval_clmulni
ppdev 24576 0
processor_thermal_device 20480 1 processor_thermal_device_pci_legacy
processor_thermal_device_pci_legacy 12288 0
processor_thermal_mbox 16384 2 processor_thermal_rfim,processor_thermal_device
processor_thermal_rapl 16384 1 processor_thermal_device
processor_thermal_rfim 32768 1 processor_thermal_device
rapl 20480 0
rc_core 77824 1 cec
rfcomm 98304 4
rtw_8821c 90112 1 rtw_8821ce
rtw_8821ce 12288 0
rtw_core 348160 2 rtw_8821c,rtw_pci
rtw_pci 32768 1 rtw_8821ce
sch_fq_codel 24576 1
serio_raw 20480 0
snd 143360 20 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
snd_compress 28672 1 snd_soc_core
snd_hda_codec 212992 6 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_codec_generic 122880 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 94208 1
snd_hda_codec_realtek 192512 1
snd_hda_core 147456 9 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_ext_core 36864 4 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda_mlink,snd_sof_intel_hda
snd_hda_intel 61440 3
snd_hwdep 20480 1 snd_hda_codec
snd_intel_dspcfg 32768 3 snd_hda_intel,snd_sof,snd_sof_intel_hda_common
snd_intel_sdw_acpi 16384 2 snd_sof_intel_hda_common,snd_intel_dspcfg
snd_pcm 196608 11 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_rawmidi 57344 1 snd_seq_midi
snd_seq 118784 2 snd_seq_midi,snd_seq_midi_event
snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi
snd_seq_midi 24576 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_soc_acpi 12288 2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
snd_soc_acpi_intel_match 90112 2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_soc_core 446464 4 soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda
snd_soc_hdac_hda 24576 1 snd_sof_intel_hda_common
snd_sof 356352 3 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_hda
snd_sof_intel_hda 24576 1 snd_sof_intel_hda_common
snd_sof_intel_hda_common 200704 1 snd_sof_pci_intel_tgl
snd_sof_intel_hda_mlink 45056 2 soundwire_intel,snd_sof_intel_hda_common
snd_sof_pci 24576 2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_sof_pci_intel_tgl 12288 0
snd_sof_utils 16384 1 snd_sof
snd_sof_xtensa_dsp 12288 1 snd_sof_intel_hda_common
snd_timer 49152 2 snd_seq,snd_pcm
soundcore 16384 1 snd
soundwire_bus 110592 3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
soundwire_cadence 40960 1 soundwire_intel
soundwire_generic_allocation 12288 1 soundwire_intel
soundwire_intel 65536 1 snd_sof_intel_hda_common
sparse_keymap 12288 1 asus_wmi
spi_intel 32768 1 spi_intel_pci
spi_intel_pci 12288 0
spi_nor 135168 0
spi_pxa2xx_platform 36864 0
ttm 110592 1 i915
usbhid 77824 0
uvc 12288 1 uvcvideo
uvcvideo 135168 0
video 73728 2 asus_wmi,i915
videobuf2_common 86016 4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_v4l2 40960 1 uvcvideo
videobuf2_vmalloc 20480 1 uvcvideo
videodev 364544 2 videobuf2_v4l2,uvcvideo
vmd 24576 0
wmi 40960 4 video,asus_wmi,wmi_bmof,mfd_aaeon
wmi_bmof 12288 0
x86_pkg_temp_thermal 20480 0
xhci_pci 24576 0
xhci_pci_renesas 20480 1 xhci_pci
x_tables 69632 1 ip_tables
david96@clara22 ~ %
Hors ligne
#72 Le 10/02/2024, à 15:44
- NicoApi73
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
Bonjour,
Effectivement, il y a encore du travail :
sudo modprobe -r 8821ce
cd
mkdir bak
cd bak
sudo mv /lib/modules/6.5.0-15-generic/kernel/drivers/net/wireless/realtek/rtw88/rtw88_8821ce.ko ./
sudo mv /lib/modules/6.5.0-15-generic/kernel/drivers/net/wireless/8821ce.ko ./
Tu rebootes ta machine après m'avoir donné tous les retours et ensuite si la WiFi fonctionne, on pourra supprimé le répertoire bak
Hors ligne
#73 Le 10/02/2024, à 20:33
- david96
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
david96@clara22 ~ % sudo modprobe -r 8821ce
[sudo] Mot de passe de david96 :
david96@clara22 ~ % cd
david96@clara22 ~ % mkdir bak
david96@clara22 ~ % cd bak
david96@clara22 ~/bak % sudo mv /lib/modules/6.5.0-15-generic/kernel/drivers/net/wireless/realtek/rtw88/rtw88_8821ce.ko ./
david96@clara22 ~/bak % sudo mv /lib/modules/6.5.0-15-generic/kernel/drivers/net/wireless/8821ce.ko ./
david96@clara22 ~/bak % sudo reboot
Le wifi fonctionne, enjoy, (^_^)
david96@clara22 ~ % sudo rm -r bak
[sudo] Mot de passe de david96 :
david96@clara22 ~ %
Merci et tout mon respect Nico, je pense que je peux mettre résolu à ce sujet, mais j'attends ton retour
Dernière modification par david96 (Le 10/02/2024, à 20:35)
Hors ligne
#74 Le 10/02/2024, à 21:10
- NicoApi73
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
C'est bon pour moi.
Hors ligne
#75 Le 10/02/2024, à 21:27
- david96
Re : [RÉSOLU] Carte RTL8821CE et version 22.04
C'est bon pour moi.
Merci Nico et merci à tous, vive le libre, vive le partage. Respect.
Hors ligne